body {

	margin-top:0px;
	padding-top:0px;
	background-image:url(graphics/background.gif);

}

* {
	margin: 0;
	padding: 0;
}

img { border: none; }


div#top { 
	width: 100%; 
	height: 165px;
	margin-left: auto;
	margin-right: auto;
}

div#top_container { 
	width: 960px; 
	height: 165px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(graphics/header.gif);
}


div#top_nav { 
	padding-top:133px;
	width: 960px; 
	height: 32px;
}

div#site { 
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
}

div#site_container { 
	width: 960px; 
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;		
}


div#main_image { 
	width: 960px; 
	height: 390px;
	background-color:#5d004a;
}

div#main_image_left { 
	width:320px; 
	height: 390px;
	float:left;
}

div#main_image_right { 
	width: 640px;
	height: 390px;
	background-color:#999999; 
	float:left;
}


div#content { 
	width: 960px; 
	height: 200px;
}

div#content_row1 { 
	width: 960px; 
	height: 230px;
	border-bottom: 1px solid #ececec; 
	background-color:#fff; 
}

div#content_col { 
	width: 320px; 
	height: 230px;
	float:left;
}

div#content_col_thumb { 
	width: 280px; 
	height: 190px;
	padding-top:20px;
	padding-left:20px;
}

div#content_col_image{ 
	width: 280px; 
	height: 165px;
}

div#content_col_title{ 
	width: 280px; 
	height: 25px;
	background-image:url(graphics/arrow.gif);
}

div#content_row2 { 
	width: 960px; 
	height: 230px;
	background-color:#fff;
	border-bottom: 1px solid #ececec; 
}

div#content_col2 { 
	width: 239px; 
	height: 230px;
	float:left;
	border-right: 1px solid #ececec; 
}

div#content_col2_noline { 
	width: 239px; 
	height: 230px;
	float:left;
}

div#breadcrumbs { 
	width: 960px; 
	height: 30px;
}


div#copy{ 
	width: 450px; 
	float:left;
	margin-left:30px;
	margin-top:15px;
}


div#footer { 
	width: 960px; 
	height: 40px;
	background-color:#fff;
	border-bottom: 4px solid #ccc; 
}

div#logos { 
	width: 960px; 
	height: 80px;
}

div#logo1 { 
	width: 120px; 
	height: 60px;
	float:left;
}


div#copyrite { 
	width: 100%; 
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

div#copyrite_text { 
	width: 960px; 
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}



p {
	color:#666;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height:18px;
}

p.home {
	color:#fff;
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	line-height:22px;
	margin-left: 10px;
	margin-right: 30px;
}

p.thumb {
	color:#333;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height:18px;
	margin-left: 20px;
	margin-right: 10px;
}

p.link {
	color:#fff;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height:18px;
	margin-left: 15px;
	padding-top: 5px;
}

p.copyrite {
	color:#666;
	font-family: "Helvetica";
	font-size: 7pt;
	font-style: normal;
	line-height:16px;

}


h1 {
	color: #fff;
	font-family: "Arial";
	font-size: 45px;
	font-style: normal;
	font-weight:700;
	margin-top: 5px;
	margin-left: 10px;
}

h2 {
	color: #333;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight:700;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

h3 {
	color: #00817b;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight:700;
	margin-top: 5px;
	margin-left: 10px;
}

h4 {
	color:#f0f0f0;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-top: 5px;
	font-weight:100;
}

#menu {
	padding-top:0px;	
}
	
#menu ul {
	float: left;
	font-family: "arial", helvetica, sans-serif;	
}
		
#menu li {
	display: inline;	
}

#menu li a {
	letter-spacing: 0px;
	color: #666;
	text-decoration: none;
	float: left;	
	font-size:12px;
	height:22px;	
	text-align:center;
	padding: 7px 24px 0em 24px;
	border-bottom: 3px solid #fff; 
	border-right: 1px solid #ececec;	 
}

#menu li a:hover { 
	color: #5d004a;
	border-bottom: 3px solid #ceb2c8; 
}

#menu_footer {
	padding-top:0px;	
}
	
#menu_footer ul {
	float: left;
	font-family: "arial", helvetica, sans-serif;	
}
		
#menu_footer li {
	display: inline;	
}

#menu_footer li a {
	color: #666;
	text-decoration: none;
	float: left;	
	font-size:11px;
	height:22px;	
	padding: 12px 10px 0em 10px;

}

#menu_footer li a:hover { 
	color: #5d004a;
}


a { color: #fff; }
a.hover { color: #333; }

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

