/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;
}
body{
	font-family: Arial, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;	
}

a:link, a:visited, a:hover {
	color: #5281cc;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #5281cc;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	/*font-weight: bold;*/
}

h1{	
	font-size: 115%;
	color: #6082bf;	
	font-weight: bold;
	letter-spacing: 1px;
}

h2{
	font-size: 105%;
	color: #6082bf;	
	font-weight: bold;
	letter-spacing: 1px;	
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 110%;
 font-weight: bold;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: square; 
 padding: 10px 0;
}

ul li{ 
 list-style-type: square; 
 padding: 2px 0;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 font-size:12px;
}

fieldset label{
	display: block;
	 font-size:12px;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #fff;
}
 legend{
 	font-weight: bold;
	color: #666;
	 font-size:12px;
 }
 
 
@media screen {
	* html legend {
	margin: -24px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
	background-color: #efefef;
}	
textarea{
	width: 300px;
	height: 100px;
	background-color: #efefef;
}

input:focus, textarea:focus{
	background: #efefef;
}
 img {
 	border: none;
 }
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 841px;
	padding: 0%;
	border: solid #ccc 1px; 
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(images/horiz_line.gif);
	background-repeat: repeat-y;
	background-position: 597px;
}

#header{
	margin: 0;	
	background-color:#333;
	float: left;	
	width: 590px;
}

#navBar{
	margin: 0px;
	padding: 0px;
	width: 460px;
	/* background-color: #EFEBD6; 
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

#mainArea{
	width: 590px;	
	float: left;

}


.error{
	color:#FF0000;
	font-weight:bold;
}


.clear{ clear: both;}

/********** topStrip **************/
#topStrip{			
	background-color:#FFFFFF;		
}

#topStrip #tSLogo{
	float: left;	
}

#topStrip img{
	border: none;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px;
	float: left;
}

.button{
	background-image: url(images/button_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	padding:16px 8px 8px 12px;
}

.buttonRight{
float:right;


}

/****************** Right Areas Styles********************/

#rightArea{
	width: 240px;
	float: right;
	padding-top: 48px;
}

 #rightArea a:link,  #rightArea a:visited,  #rightArea a:hover{
 	border:0px;
	font-weight: normal;
 }

.rightBox{
	clear: both;
	padding-bottom: 10px;	
	
}

.rightBox .imgBox{
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 80px;
	display: block;
	background-color: #6082bf;
	height: 60px;
	
}

.rightBox .imgBox .colBlock{
	height: 60px;
	width: 20px;
	background-color :#6082bf;
}

.rightBox img{
	float: right;
}

.rightBox .txtBox{
	color:#999999;
	font-size: 80%;
	padding:15px 5px 5px 5px;
	float: right;
	text-align: left;
	width: 120px;
}


.offer{
	height:198px;	
}

.rightBox .newsletter{
	height:198px;		
}


.offer .title{
	font-size: 90%;
	display:block;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.offer .text{
	font-size: 90%;
	display:block;	
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.offer a:link,.offer a:visited{
  font-size: 90%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.offer a:hover{
 text-decoration: underline;
}



#rightArea #rightContent{
	padding: 20px;
	text-align: right;
	font-size: 75%;
	color: #000000;
}

#rightArea a:link, #rightArea a:visited{		
	color: #666666;	
}

#rightArea a:hover{
	color: #CCCCCC;
	text-decoration: none;		
}


#rightArea .linkItem{

}



#rightArea .rightImg{
	float: right;
	padding-right: 3px;
	padding-bottom: 5px;
}

/************** .pageContent styles ***************/

.pageContent{
	padding: 20px 0 10px 10px;
	font-size: 70%;	
	font-family:arial;	
	letter-spacing: 1px;
}

.pageContent p{
	
	margin-bottom: 15px;

}
.pageContent h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.pageContent img{	
	padding: 0px 10px 0px 0px;	
}

.pageContent ul{
	padding-left: 15px;
	list-style-image: url(images/bullet.gif);
}

.pageText{
	padding: 0 15px;
}




/****************** Quote Styles********************/

#pageQuote{
	background-color: #6082bf;
	color: #FFFFFF;
	clear: both;
	height: 224px;
}

#pageQuote #Quotetext{
	float: left;
	width: 260px;
	padding: 30px 10px 10px 30px;
	font-size: 15px;
}

#pageQuote #QuotePic{
	float: right;
}


#pageAddress{
	color: #FFFFFF;
	background-color: #6082bf;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 90%;
}

#pageAddress a:link, #pageAddress a:visited, #pageAddress a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*********** #navBar styles ***********/
#navContainer{
	height: 48px;		
	color: #999;
	padding: 10px 10px 0 10px;
}


#navContainer a:link, #navContainer a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;	
	font-size: 70%;
	font-weight: normal;
}


#navContainer a:hover{	
	text-decoration: none;	
	color:#6082bf;
}


/*********** #footer styles ***********/
#footer{
	width: 850px;		
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 7px;	
	text-align: left;
}

#footer #credit{
	font-size: 10px;
	color: #666;
	padding: 5px 0px 5px 25px;
	width: 600px;
	float: left;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#footer ul li{	
	float: left;
}
 #footer a:link, #footer a:visited{
 	text-decoration: none;
	font-size: 10px; 
 
 }
 
 #footer a:hover{
 	text-decoration: underline;
 }
 
@media screen{
	 a.linkOpacity img {
	filter:alpha(opacity=100)	  
	opacity: 1.0;	
	 }
	 
	a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	}
}


/*********** news styles ***********/

@media screen {.newsText{
	float: left;
	width: 305px;
	padding-bottom: 20px;
}
}
.newsNav{
	float: right;
	width: 240px;	
	padding: 10px;
	border: #999 solid 1px; 
	
}

.newsNav h2{
	text-align: center;
	font-weight: bold;
	color: #6f8db9;
}

.newsNav a{
	color:#6f8db9;
}

/*********** Article styles ***********/

.artNav{
	float: right;
	width: 250px;		
	padding: 10px 5px;
}

.artNav select{
	width: 250px;
	font: 11px;
	background-color:#efefef;
	color: #333333;
}

/*********** Staff styles ***********/

.staffContainer{
	border: #ccc solid 1px;
	padding: 20px;	
	float: left;
	margin: 0 20px 20px 20px;
	width: 143px;
}

.staffContainer img{
	padding:0;
}

.staffName{
	text-align: center;
}
.staffWrapper{
	clear:both;
	padding-left: 35px;
}


/*********** results styles ***********/
.res1 {
	font-size: 95%;
	color: #666666;
	float: left;
	width: 525px;
	position: relative;
	margin-bottom: 30px;
}
.res2 {
	color: #B8B8B8;
}
.resWrap {
	float: left;
	width: 525px;
	position: relative;
	color: #B8B8B8;
}

.resWrap a:hover {			
	color: #666666;
}
.resDescrip {
	float: left;
	clear: none;
	width: 525px;
}
.hr1 {
	float: left;
	height: 20px;
	width: 525px;
	position: relative;
	margin-top: 0;
	margin-bottom: 8px;
	border-bottom: #efefef dotted 1px;
}
.resDescrip a, .resDescrip a:visited {
	float: left;
	clear: none;
	width: 525px;
	color: #B8B8B8;
	background-image: none;
}

.resDescrip a:hover {	
	color: #666666;
}

/*********** search styles ***********/

#keyword1 {
	position: relative;
	height: 14px;
	margin: 0 5px 35px 10px;
	line-height: 14px;
	font-size: small;
	float: left;
	
	
}

#sub1 {
	position: relative;
	padding-left: 2px;
	float: left;
}
#sub1 input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	float: left;
	
}

#newsLetter{
	padding-left: 20px;	
}


.emailL a:link, .emailL a:visited{
	font-weight: bold;
	padding-left: 20px;
	background-image:url(images/email.gif);
	background-position:0 center;
	background-repeat:no-repeat;
	text-decoration: none;
	display: block;

}
.emailL a:hover{
	text-decoration: underline;
}
