@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

img { behavior: url(scripts/iepngfix.htc); }

body {margin:0; padding:0; color: #3f3f3f; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size:62.5%; text-align: left;
	background: #fff url(../images/background.png) repeat-x;
}
h1, h2, h3, h4, h5, h6, h7 {font-family: "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif; font-weight: bold;}
/*h1 {font-size: 1.5em; margin:1em 0 0 0; line-height: 1.7em; }
h2 {font-size:1.2em; margin:1em 0 0 0;}
h3 {font-size:1.1em; margin:1em 0 0 0;}*/

p {font-size: 1.2em; line-height:1.9em; margin: 0 0 1em;}
p.small {font-size:1em;}
ul {font-size: 1.2em; line-height:1.8em; padding: 0; margin: 0;}

form {
	width: 280px;
	
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 1em;
	text-align: right;
}
.text {
    border:0;
    background: transparent url(gradient.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;
}

/*ul {font-size: 1.2em; line-height:1.8em; padding: 0; margin: 0;}*/
img {border:0;}
a {color: #3f3f3f; outline: none; text-decoration: none;}
a:hover{color: #937863; text-decoration: none;}

.white {color: #fff;}
.red {color: #9e1b27;}
.blue {color: #88bde2;}
.darkblue {color: #3f6cac;}
.serif {font-family: Georgia, "Times New Roman", Times, serif;}

/* Accessibility */
.hide {font-size:1px; height:1px; line-height:0px; overflow:hidden; position:absolute; left:-9999px; top:-9999px;}


/* Building blocks */

#container { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	padding-bottom:0px;
	position:relative; 
} 


#header { 
	width: 865px; 
	height: 100px;
	color: #327492;
	float: left;
	position: relative;
	margin-top: 70px;
} 
#header_left {
	float: left;
	display: inline;
	position: relative;
	width: 410px;
	margin-right: 20px;
}
#header_right {
	width: 435px;
	height: 75px;
	float: left;
	display: inline;
	position: relative;
	background-color: #87b7e5;
}
#header h1 {
	/*padding: 10px 0;*/
	color: white;
	font-weight: normal;
	font-style: normal;
	text-indent: .3px;
	margin-top: 18px;
	margin-left: 12px;
	font-size: 2.4em;
	line-height: .8em;
}
#header h2 {
	/*padding: 10px 0;*/
	color: white;
	font-weight: normal;
	font-style: normal;
	text-indent: .3px;
	margin-left: 12px;
	font-size: 1.9em;
	line-height: 1.5em;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	color: #6491c4;
	text-decoration: none;
}

/*#logo {
	width: 730px;
	height: 115px;
	padding: 55px 0 0 35px;
}*/
#panel {
	width: 865px;
	height: 195px;
	position: relative;
	float: left;
	margin-top: 15px;
}
#panel h1 {
	/*padding: 10px 0;*/
	color: white;
	font-size: 3.4em;
	line-height: 1.1em;
}
#panel h2 {
	/*padding: 10px 0;*/
	color: white;
	font-size: 3em;
	line-height: 1.1em;
	margin-top: .5em;
}
#panel p {
	color: #3f6cac;
	font: 2.3em/1.2em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
	margin: 0 0 .3em;
}
#panel p.asterisk {
	color: #fff;
	font: 1.5em/1.4em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
}

#content { 
	margin: 30px 25px 20px 0;
	width: 640px;
	float: left;
	position: relative;
}
#content.home { 
	margin: 30px 0 5px;
	width: 865px;
	float: left;
	position: relative;
} 
#homeLeft { 
	margin: 0 30px 10px 0;
	width: 422px;
	float: left;
	position: relative;
} 
#homeRight {
	width: 408px;
	float: left;
	position: relative;
	margin-bottom: 10px;
} 
#content h1 {
	color: #4482ba;
	font-size: 2.6em;
	line-height: 1.1em;
	margin-bottom: .3em;
}
#content h1.home {
	/*padding: 10px 0;*/
	color: #4482ba;
	font-size: 2.6em;
	line-height: 1.1em;
	margin-bottom: 0;
}
#content h2 {
	color: #4b91d1;
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: .3em;
	margin-top: 1em;
}
#content h3 {
	color: #7cb1d7;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: .3em;
	margin-top: 1.2em;
}
#content p.home {
	color: #7cb1d7;
	margin: 0 0 1em;
	font: 2.3em/1.2em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
}
#content p.intro { /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #4b91d1;
	font: 1.6em/1.5em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
	margin-bottom: .8em;
}
#content p.liststart {
	margin-bottom: .4px;
	margin-top: .2px;
}
#content p.quote { /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #3f6cac;
	font: 1.3em/1.9em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	margin-top: 1em;
}
.dropcap {
	float:left;
	color:#7eb0d3;
	font: 4.3em/1em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
	margin-right: .3em;
	letter-spacing: -.1em;
	margin-bottom: 0;
	margin-top: 0;
}
#content p.indent{
	margin-left: 1em;
	/*padding-left: 1em;*/
}
#content ul{
	margin-left: 1em;
	margin-bottom: 0;
	padding: 0 0 .5em 1em;
	margin-top: .2em;
}

#content li{
	text-indent: 0px;
	padding-top: .1em;
	padding-bottom: .1em;
	list-style-type: disc;
}
#content td {
	margin-bottom: .5em;
	border-bottom: 12px solid #fff;
	border-color: #fff;
}

#content a {color:#4482ba; text-decoration:none; display: inline;}
#content a:hover {color: #2159af; text-decoration: none;}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	margin: 30px 0;
	width: 160px;
	background: url(../images/dots.png) repeat-y left .1em;
	padding-left: 30px;
}
#sidebar h1 {
	color: #3f6cac;
	font: bold 1.9em/1em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
	margin: 0 0 .2em;
}
#sidebar h2 {
	color: #3f6cac;
	font: bold 1.5em/1em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
}
#sidebar h2 a {
	color: #3f6cac;
}
#sidebar h2 a:hover {
	text-decoration: underline;
}
#sidebar ul{
	list-style-type: none;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 0 10px 0px;
}

#sidebar li{
	display:block; 
	text-indent: 15px;
	text-indent: 11px;
	padding: .3em 0;
	background: url(../images/asterisk.png) no-repeat 0 7px;
}
#sidebar li a{
	text-decoration: none;
	display:block;
	color: #3f3f3f;
}
#sidebar li a:hover{
	text-decoration: none;
	color: #7cb1d7;
}

#sidebar li a#current{
	color: #3f6cac;
	text-decoration: none;
}
.sidespace {
	height:4px;
}


/* Bottom */

#footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff url(../images/footer.png) repeat-x 0 -25px;
	width: 100%;
	margin: 0;
	padding: 25px 0 0;
	height: 112px;
	position: relative;
	/*bottom:40px;*/
	left:0;
	clear: both;
}
#footercontent{
	width: 860px;
	margin: 0 auto 0;
	position: relative;
}
#footercontent_left {
	width: 370px;
	float: left;
	position: relative;
	margin: 30px 0 0;
} 
#footercontent_right {
	width: 370px;
	float: left;
	position: relative;
	margin: 30px 0 0;
} 
#footer h1 {
	color: #6491c4;
	margin-bottom: .2em;
	font-size: 2em;
}
#footer p {
	color: #4b91d1;
	font: 1.5em/1.3em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
	margin: 0;
}
#footer p.small {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #4b91d1;
	font: 1.3em/1em "Clarendon", "ClarendonBT-Roman", "ClarendonMT", "ClarendonT-Regu", "URWClarendonT-Regu", "Bookman Old Style", Georgia, "Century", "Times New Roman", Times, serif;
}

#footer a {color: #4b91d1; text-decoration:none;}
#footer a:hover {color: #3f6cac; text-decoration:none;}



/* Bits and Pieces */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.quotelft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}
.marrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 22px;
}
.quoteclose { /* this class can be used to float an element left in your page */
	display: inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}