@charset "UTF-8";

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF url(../imgs/header_bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	text-align: center;
	color: #232323;
	letter-spacing:.3px;
	
}

html,body {
	background-color: #FFFFFF;
	height:100%; 
	width:100%;
	margin:0;
}

a {
    color:#585858;
    border-bottom: dotted 1px #585858;
    text-decoration:none;
}

a:hover {
	 border: 0px;
	 color: #e1e1e1;
     background-color:#585858;
}

a.img {
	border: 0px;
	text-decoration:none;
}

a.img:hover {
	border:0px;
	background-color:transparent;
}

img {
	border: 0;
}

#container { 
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	min-height:100%;
} 
#header { 
	height: 185px;
	
} 


#headerLogo {
	float:left; 
	width:474px; 
	height:132px;
	padding-top: 30px;
	border: 0;
}

#info {
	width:480px; 
	margin-left:505px; 
	height:132px;
	text-align: right;
}

.headerText {
	width:480px; 
	height:132px; 
	color:#585858; 
	font-size:14px; 
	line-height:28px;
	padding-top:15px;
	letter-spacing:.7px;

}

a.red {
	color:#f23434;
	font-weight:bold;
    border-bottom: dotted 1px #f23434;
}

a.red:hover {
	border: 0px;
	color: #e1e1e1;
	font-weight:bold;
    background-color:#f23434;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}


#sidebar1 {
	float: left;
	width: 205px;
	padding: 5px 10px 0px 5px;
}

#mainContentHome { 
	background: #FFFFFF;
	margin: 25px 0 0 250px;
	padding: 0px; 
	min-height:100%;
} 

#mainContent { 
	background: #FFFFFF url(../imgs/main_bg.gif);
	background-repeat:repeat-y;
	margin: 15px 0 0 250px;
	padding: 5px 20px 15px 10px; 
	min-height:100%;
} 

#homeTile {
	padding: 20px;
}

#homeBottom { 
	background: #FFFFFF url(../imgs/start_sub-bg.gif);
		background-repeat: no-repeat;
	margin: 28px 0 0 0;;
	padding: 57px 0 0 0; 
	width: 730px;
	height: 225;
}

.homeIntroText {
	color:#a8a39f; 
	font-size:14px; 
	line-height:28px;
	padding-top:50px;
	letter-spacing:.5px;
	float:right;
	text-align:center;
}

.backLink {
	color:#585858; 
	font-size:16px; 
	letter-spacing:.7px;

}

.h4 {
	color:#ec4444;
	font-style:italic;
}

.h5 {
	color:#ec4444;
	font-size: 18px;
	letter-spacing:1px;
	
}

.rightLink {
	text-align:right;
	float:right;
	
}

.pics {  
    height:  359px;  
    width:   734px;  
    padding: 0;  
    margin:  0;  
	border:  1px solid #999999;  
} 
 
.pics img {padding: 2px;}	


#infoImg {
	padding: 20px;
	text-align:center;
}
 

#footer{
	margin-top: 20px;
	width:100%;
	height:40px;	
	background-image:url(../imgs/footer_bg.gif);
	background-repeat:no-repeat;
	color:#b7b3ae;	
}

#footer_rights{
	font-size:10px;
	padding-left:40px;
	padding-top:8px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;		
}

#footer_credit{
	float:right;
	font-size:10px;
	padding-right:25px;
	padding-top:10px;
}


.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;
}