@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/bg_sub.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a{
	color:#0175B2;
	font-style:italic;
	text-decoration:none;
	font-size:12px;
	text-decoration:underline;
		}
		
a:hover{
	background-color: transparent;
	border-color: #FF6600;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	}
		
p{
	line-height:20px;
	text-align:justify;
	}


h1 {
	font-family:"Trebuchet MS";
	font-style:italic;
	font-size:24px;
	margin:0px;
}
h2 {
	font-family:"Trebuchet MS";
	font-style:italic;
	font-size:18px;
	color:#FE9128;
	border-bottom:1px dotted #0075b2;
	width:100%;
	padding-left:3px;
}

h3 {
	font-family:"Trebuchet MS";
	font-style:italic;
	font-size:14px;
	color:#0175B2;
	margin-bottom:3px;
	padding-left:15px;
	background:url(../../images/arrow_blue.gif) left no-repeat;
}

h4 {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#0175B2;
	margin:0px;
/*	padding-left:15px;*/
/*	background:url(../images/arrow_blue.gif) left no-repeat;*/
}

#container { 
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size:12px;
} 
#header { 
	padding: 0 0px 0 0px; 
} 
#header h1 {
	font-size:30px;
	color:#FFFFFF;
	margin-top:41px;
	margin-bottom:35px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header ul {
	font-size:18px;
	margin-top:57px;
	padding:0;
	list-style:none;
	float:right;
	margin-right:19px;
	background-position:bottom;
	font-family:"Trebuchet MS";
	font-style:italic;
}
#header li {
	display: inline;
}
#header a {
	background:url(../../images/bg_btn.jpg) bottom repeat-x;
	float: left;
	display: block;
	color: white;
	margin-right:1px;
	padding-top:25px;
	height:35px;
	width:115px;
	text-decoration:none;
	letter-spacing:1px;
	text-align:center;
	border:none;
}
#header a:hover {
	background:url(../../images/bg_btn_sel.jpg) bottom repeat-x;
}
#header #current a {
	background:url(../../images/bg_btn_sel.jpg) bottom repeat-x;
}

#tNav{
	position:absolute;
	width:955px;
	text-align:right;
	margin-top:10px;
	}
	
#tNav a{
	color:#FFFFFF;
	}

#masthead { 
	padding:11px 10px 0px 20px; 
	margin-top:1px;
	height:200px;
	background:url(../../images/bg_masthead.jpg) repeat-x top;
} 

 #masthead-sub { 
	padding:21px 10px 0px 20px; 
	margin-top:1px;
	height:40px;
	background:url(../../images/bg_masthead.jpg) repeat-x bottom;
}

#masthead  ul{
	margin:0px;
	padding-left:15px;
	}
	
#masthead  li{
	margin:0px;
	padding-bottom:5px;
	padding-left:2px;
	list-style-image: url(../../images/arrow_orange_bg.gif);
	}

#masthead a{
	color:#ffffff;
	font-style:italic;
		}

#mastheadLeft {
	float:left;
}

#mastheadRight {
	float:right;
	padding-right:11px;
}

#sidebar1 {
	float: right;
	width: 220px;
	background: #EBEBEB;
	margin-right:20px;
	margin-top:55px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar1 ul{
	margin:0px;
	padding-left:15px;
	}
	
#sidebar1 li{
	margin:0px;
	padding-bottom:5px;
	padding-left:2px;
	list-style-image: url(../../images/arrow_black.gif);
	}

#mainContent { 
	margin: 0 250px 0 0;
	padding: 20px 70px 20px 20px;
} 

.box{
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:20px;
	}

.box a, a:hover{
	border: none;
	}
	
.img-border{
	border:1px solid #cccccc;
	}

#mainContent ul{
	margin:0px;
	padding-left:15px;
	}
	
#mainContent li{
	margin:0px;
	padding-bottom:5px;
	padding-left:2px;
	list-style-image: url(../../images/arrow_black.gif);
	}

#footer { 
	padding: 0 10px 0 20px;
	background:#595959 url(../../images/bg_footer.jpg) top repeat-x;
	height:100%;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color:#FFFFFF;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
