@charset "UTF-8";


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}



body  {
	color: #000;
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image:url(../images/body_bkgd2.gif);
	background-repeat:repeat-x;
	background-color:#ccc;
	}









.twoColFixLtHdr #container { 
	width: 47.5em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
} 









.twoColFixLtHdr #header { 
	width:47.25em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-image:url(../images/header_bkgd.gif);
	background-repeat:repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




.twoColFixLtHdr #postheader { 
	background: #FFFFFF;
	width:47.25em;
	border-bottom:2px solid #336699;
	margin:10px 0 0 0;
	}








.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 9em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px 10px 10px 10px;
	margin:0 0 0 0;

}


#sidebar1 h3{
	font-size:90%;
	padding:5px;
	background-color:#336699;
	color:#fff;
}





.twoColFixLtHdr #mainContent { 
	margin: 0px 0 0px 10.5em; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 3px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	border-left:2px solid #336699;

} 


.twoColFixLtHdr #mainContent h3{ 
color:#333;
text-align:left;
}


.twoColFixLtHdr #mainContent h4{ 
color:#990000;
text-align:left;
font-style:italic;
}


.twoColFixLtHdr #mainContent h5{ 
color:#990000;
text-align:left;
font-style:italic;
}

.twoColFixLtHdr #mainContent p{ 
color:#333;
font-size:80%;
text-align:left;
}



/* --------------------------------------------------------------- footer ---*/


.twoColFixLtHdr #footer { 
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footer_bkgd.gif);
	background-repeat:repeat-x;
	background-position:center;
	text-align:right;
	margin:10px 0 0 0 ;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
} 



.twoColFixLtHdr #footer p {
	font-size:70%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul{ 
font-size:70%;
}

#footer ul li{
font-size: 90%;
color:#000;
display: inline;
text-decoration: none;
padding:0px 0px 0px 0px;

}

#footer ul li a{
font-size: 90%;
color: #FFF;
text-decoration: none;
}

#footer ul li a:hover, #nav ul li a:focus{
color: #FF0;
text-decoration: underline;

}

/* --------------------------------------------------------------- footer ---*/



.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;
}





/* --------------------------------------------------------------- navigation ---*/



#navcontainer { width: 9em; }

#navcontainer ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:70%;
list-style-type:none;
}


#navcontainer li{
margin: 0;
}


#navcontainer a{
display: block;
padding: 6px 0 6px 8px;
}

#navcontainer a:link, #navlist a:visited{
color: #336699;
text-decoration: none;
}

#navcontainer a:hover{
color: #000;
text-decoration:underline;
}

#navcontainer #current{
color: #000;
font-weight:bold;
text-decoration:underline;
}







ul#tablist{
font-family:Arial, Helvetica, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #006699;
margin: 0;
}

ul#tablist li{
font-size:75%;
float: right;
height: 21px;
background-color:#336699;	
margin: 2px 2px 0 2px;
border: 1px solid #336699;
width:6.5em;
-moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px;  
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
text-align:center;
background-image:url(../images/footer_bkgd.gif);
background-repeat:repeat-x;
background-position:center;
}

ul#tablist li#active{
border-bottom: 1px solid #fff;
background-color: #fff;
-moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px; 
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
}

ul#tablist li#active a {
color: #000;
width:6.5em;
}

#tablist a{

display: block;
color: #F0F0F0;
text-decoration: none;
margin:4px 0 0 0;
}

#tablist a:hover {
color:#FF0;
width:6.5em;
-moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px; 
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
text-align:center;
}

#tablist #current{

display: block;
color: #F0F0F0;
text-decoration: none;
margin:0 0 0 0;
background-color:#fff;
padding:3px 0 4px 0;
-moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px; 
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
}



/* --------------------------------------------------------------- navigation ---*/









/* --------------------------------------------------------------- classes ---*/



.date{
color:#333;
font-size:70%;
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0 10px 10px 0;
float:right;
}



.tabcontent{
	padding: 0 15px 0 15px;
	margin:15px 0 0 0;
	width:540px;
	overflow:auto;
	height:525px;
}


.tabcontent h6{ 
color:#F0F0F0;
text-align:left;
padding:5px;
}

.tabcontent ul{
	text-align:left;
	font-size:80%;
	list-style-image:url(../images/trgt_sprt_sm.gif);
	padding: 0 0 0 50px;

}

.tabcontent li{
	text-align:left;
	padding:3px 0 3px 0;
}

.tabcontent ul li a:hover, #nav ul li a:focus{
color: #006699;
}
	


.mainphotos{
	padding:0 0 0 0;
	width:550px;
	height:525px;
	overflow:auto;
	}
	
.subphotos{
	padding:0 0 0 0;
	width:515px;
	height:485px;
	overflow:auto;
	margin:0 0 0 35px;
	}
	
	
	
.cprpdf{

	
	}
	
.quote{
font-size:90%;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:left;
padding:10px;
margin:10px 15px 0 0;
color:#990000;
}
	
	
	
	
	
	
.rescontent{
	padding: 0 15px 0 15px;
	margin:15px 0 0 0;
	overflow:auto;
	height:525px;
	text-align:center;
}


.rescontent h6{ 
color:#F0F0F0;
text-align:left;
padding:5px;
}

.rescontent ul{
	text-align:left;
	font-size:80%;
	list-style-image:url(../images/trgt_sprt_sm.gif);
	padding: 0 0 0 50px;

}

.rescontent li{
	text-align:left;
	padding:3px 0 3px 0;
}

.rescontent ul li a:hover, #nav ul li a:focus{
color: #006699;
}
	


.qc_box{
float:left;
text-align:left;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #336699;
padding:10px;
width:31em;
margin: 10px 0 10px 0;
}


.qc_tp{
text-align:left;
width:29.5em;
background-color:#FFF;
padding:10px;
-moz-border-radius-topright: 6px; 
-moz-border-radius-topleft: 6px; 
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
border: 1px solid #336699;

}

.qc_btm{
text-align:left;
width:29.5em;
background-color:#F0F0F0;
padding:10px;
-moz-border-radius-bottomright: 6px; 
-moz-border-radius-bottomleft: 6px; 
-webkit-border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
border: 1px solid #336699;

}

	
	
	
	
	
	
	
	
	
	
/* --------------------------------------------------------------- sprites ---*/
	
.bk_sprt{
background-image:url(../images/bk_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.hat_sprt{
background-image:url(../images/hat_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.pen_sprt{
background-image:url(../images/pen_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.appl_sprt{
background-image:url(../images/appl_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.schd_sprt{
background-image:url(../images/schd_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.fb_sprt{
background-image:url(../images/fb_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.hm_sprt{
background-image:url(../images/hm_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.lcn_sprt{
background-image:url(../images/lcn_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.msn_sprt{
background-image:url(../images/msn_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}


.scr_sprt{
background-image:url(../images/scr_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.plp_sprt{
background-image:url(../images/plp_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.lg_sprt{
background-image:url(../images/lg_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}


.rc_sprt{
background-image:url(../images/rc_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.wld_sprt{
background-image:url(../images/wld_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.str_sprt{
background-image:url(../images/str_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}


.trgt_sprt{
background-image:url(../images/trgt_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}

.qst_sprt{
background-image:url(../images/qst_sprt.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0 0 0 15px;
}











