/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;} body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;} h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;} h2{margin:.75em 0;} h2{margin:.5em 0;}h1,h2,h3,h4,h5,h6{font-weight:bold;} strong {font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,dl{margin-left:2em;}ol li{list-style: decimal outside;}ul li{list-style: none;}dl dd{margin-left:1em;}th,td {border:1px solid #000;padding:.5em;}th {font-weight:bold;text-align:center;}caption {margin-bottom:.5em;text-align:center;}p,fieldset,table {margin-bottom:1em;}

/* sitewide
 * ------------------------------------------------------------------------- */

body { background:#DBE2E8; color:#333; text-align:center; font:12px/16px Arial, Helvetica, sans-serif;}


h1, h2, h3, h4 {font-family:Georgia, "Times New Roman", Times, serif;}
h1	{ color:#000; font:30px/32px Georgia, "Times New Roman", Times, serif; padding-top:45px;}
h1 span {color:#004C97;}
h2	{ color:#EC1C24; text-transform:capitalize; font-size:19px; }
h3	{ color:#004C97; font-size:16px; text-transform:capitalize; margin-bottom:5px;}


a:link,a:visited	{ color:#004C97; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#00284F; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-right { float:right; margin:5px 0px 0px 7px;}
img.img-left { float:left; margin:5px 7px 0px 0px;}

span.small {font-size:11px; font-style:italic; }
	
/* ----- form elements ----- */

form label {display:block; font-weight:normal;}

form input, textarea, select { 
	background-color:#fff; 
	border: 1px solid #000;
	color:#000;
	vertical-align: middle;
	padding:2px; 
	}
 
select { width:175px; margin-top:4px; margin-bottom:4px; vertical-align: middle; padding-top:4px; } /* same width as form -  */
#main-form select { width:375px; margin-top:4px; margin-bottom:4px; vertical-align: middle; padding-top:3px; } /* same width as form -  */
 
input, select, textarea { width:95%;}	
textarea { height:90px; }
#main-form textarea{ height:90px; width:370px;}

#main-form form input { width: 370px;}
#main-form form { width: 375px;}
#frm-contact p {margin-bottom:0.3em;}

input.checkbox{ background:#C5CACE; width: auto; height:auto; border:none;}
input.radio{ background:#C5CACE; width: auto; height:auto; border:none;} 
	
#main-form input.radio{ background:#556E55; width: auto; height:auto; border:none;	} 
#main-form input.checkbox{ background:#556E55; width: auto; height:auto; border:none;	}
label {font-weight:bold;}
label.error {background:#FB2D33;color:#fff;font-weight:bold;padding:2px;display:block;width:95%;}

#content-right form input.submit-image, #main-form form input.submit-image { width: auto; width:80px; height:30px; cursor:pointer; padding:0; margin-top:5px;}
	

/* framework
 * ------------------------------------------------------------------------- */

#frame {width:950px; background:#fff; margin:0 auto; text-align:left;}
		
#sitemast{background: url(../images/site-mast.png); height:230px;font-family: Georgia, "Times New Roman", Times, serif;}
#sitemast p{color:#EC1C24; font-size:26px; line-height:25px; margin-top:10px;}
#sitemast p span{color: #3C76B0; font-size:18px;}
#title-form{background:url(../images/title-form.gif) no-repeat; height:110px;  text-align:center; }
#title-form p{color: #EC1C24; font:22px/20px Georgia, "Times New Roman", Times, serif; padding-top:40px;}

/* ----- content-left ----- */

#content-left {	width:655px; background:#fff; float:left;}
			#content-left .gutter { margin: 0px 15px 5px 10px;}
			#content-left ul li {background:transparent url(../images/img-arrow.gif) no-repeat scroll 0px 1px; margin-bottom:10px; padding-left:15px;}
						

/* ----- content-right ----- */
#content-right {width:295px; background:#C5CACE; float:left; color:#000; font-size:11px;}
#content-right .gutter { margin: 0px 13px 10px 15px;}
		
	/* ----- bottom-frame ----- */ 
#bottom-frame { height:1px; clear:both; width:100%; /* fix for Safari */}

	/* ----- bottom-frame ----- */ 
#feature {background:url(../images/feature-bg.gif) no-repeat; height:135px; width:655px;}
#feature-1, #feature-2, #feature-3{ float:left; width:200px; font-size:14px; font-weight:normal; color:#DBE2E8;}
	
#feature-1{  padding:65px 0 0 10px; }
#feature-2{  padding:65px 0 0 18px; }
#feature-3{  padding:65px 0 0 19px; }
#feature span{font-weight:bold; color:#fff;}
	
	/* copyright
 * ------------------------------------------------------------------------- */
 
#copyright { width: 950px; margin:0 auto; background: #666666; height:85px;text-align:center; font-size:10px; color:#fff; }
#copyright a{ color:#fff; }
#copyright .gutter {padding-top:10px;}
#copyright li {display:inline; padding:0pt 5px 0pt 0px;}

/* globalnav
 * ------------------------------------------------------------------------- */
 
#globalnav { background:url(../images/globalnav.gif) no-repeat; height:70px; margin:0; padding:0; width:950px; font-size:11px; text-transform:capitalize; text-align:center; line-height:70px; }
#globalnav li, #globalnav a { height:70px; display:block; } /* change height here also */
#globalnav li {	float:left;	list-style:none; _display:inline; position:relative; margin:0;}
#globalnav-00{width:440px;}
#globalnav-01, #globalnav-02, #globalnav-03, #globalnav-04, #globalnav-05 { width:102px;}
#globalnav span{display:none;}


/*-------------- (-79px) X position of button / (-70px) height of image from above ------------- */
#globalnav-01 a:hover { background:url(../images/globalnav.gif)  -440px -70px no-repeat; }
#globalnav-02 a:hover { background:url(../images/globalnav.gif) -542px -70px no-repeat; }
#globalnav-03 a:hover { background:url(../images/globalnav.gif) -644px -70px no-repeat; }
#globalnav-04 a:hover { background:url(../images/globalnav.gif) -746px -70px no-repeat; }
#globalnav-05 a:hover { background:url(../images/globalnav.gif) -848px -70px no-repeat; }


/* news section */
#content-right #content * { margin-left: 0;}
#content { margin-left: 20px; margin-right:10px;}
#content h3 a { text-decoration:none;}
.yhr-wp-news-entry { margin-bottom:1.4em;}
div.navigation { margin:1em 0;}
