/* Falcon Knight Stylesheet */

* {
	margin : 0;
	padding : 0;
}

body {
	background : #d3d3d3 url(../images/page_bg.gif) repeat-x;
	font-family:"Trebuchet MS",arial,helvetica,sans-serif;
	font-size : small;
}

html, body {
	height : 100%;
}

#header {
	padding : 19px;
	background : none;
	position : relative;
}

img {
	border : 0;
}

p {
	margin : 0 10px 10px;
}

#content li {
	list-style : none;
}

h1 {
	color : #3b4d48;
	background : url(../images/small_icon.gif) no-repeat 0 50%;
	padding-left : 25px;
}

h2 {
	text-decoration : none;
	margin : 15px 0 0 10px;
	color : #3b4d48;
}

hr {
	margin-top : 10px;
	margin-bottom : 5px;
}

div#header a {
	position : absolute;
	right : 0;
	top : 23px;
}

div#container {
	position : relative;
	min-height : 100%;
	height : 100%;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 700px;
	margin-left : auto;
	margin-right : auto;
	height : auto;
}

div#content p {
	line-height : 1.4;
}

div#content {
	float : left;
	width : 460px;
	margin-top : 25px;
	padding-right : 15px;
}

div#sidebar {
	background : #d3d3d3;
	float : right;
	width : 220px;
	margin-top : 25px;
}

#topnav {
	display : block;
	float : left;
	line-height : 40px;
	width : 100%;
}

#topnav ul li {
	background : transparent url(../images/nav_sep.gif) no-repeat scroll left center;
	display : inline;
	float : left;
}

topnav .here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #0074A5 !important;
}
#topnav ul li a:link, #topnav ul li a:visited {
	color : #ebebeb;
	float : left;
	font-size : 120%;
	font-weight : bold;
	padding : 0 15px 0 25px;
	text-decoration : none;
}

#topnav ul li a:hover {
	color : #aeadad;
}

#topnav .first {
	background : transparent none repeat scroll 0% 0%;
	margin : 0;
}

.contentbox {
	width : 200px;
	background : url(../images/div-bottom.gif) no-repeat bottom left;
}

.contentbox p {
	color : #666666;
	font-weight : bold;
	padding : 5px 10px 5px 10px;
	margin:0;
}

.contentbox h3 {
	margin-left : 0;
	padding : 6px 18px 4px 10px;
	font-size : 130%;
	color : #fff;
	border-bottom : 1px solid #000;
	background : url(../images/bg_h3.gif) no-repeat top left;
}

.contentbox ul {
	margin : 0;
	padding : 14px 10px 14px 10px;
	list-style : none;
}

.contentbox li {
	background : url(../images/arrow.gif) no-repeat 0 50%;
	padding-left : 17px;
	color : #666666;
	font-weight : bold;
	margin : 0 0 6px;
}

#footer {
	width : 100%;
	background : #3b4d48;
	clear : both;
}

#footer p {
	color : #fff;
	font-size : small;
	line-height : 2em;
}

#footer a {
	border : 0 none;
	color : #aeadad;
	text-decoration : underline;
}

#footer span {
	margin-right : 25px;
}
#footer img {
	margin-left : 10px;
	padding-bottom : 2px;
	vertical-align : middle;
}

ul.arrow li {
	background : transparent url(../images/list_arrow.gif) no-repeat scroll 0 0%;
	margin : 0;
	padding : 0 0 5px 17px;
}

blockquote {
	position : relative;
	text-indent : 2em;
}

.bqstart, .bqend {
	font-size : 400%;
}

.bqstart {
	text-indent : 0;
	margin : -0.6em 0 -2em 0;
	float : left;
}

blockquote > .bqstart {
	position : absolute;
	top : -0.2em;
	left : 0;
	float : none;
	margin : 0;
}

.bqend {
	position : absolute;
	margin-top : -0.6em;
	right : 0;
	text-indent : 0;
}

blockquote > .bqend {
	margin-top : -0.2em;
}
