/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
}

#page {
	width: 800px;
	margin: auto;
}

#top_container {
	width: 800px;
	height: 125px;
	margin: auto;
}

#header {
	width: 800px;
	height: 125px;
	margin: auto;
	background: #CFD9E3;
} 
#logo {
	width: 90px;
	height: 70px;
	margin: auto;
	padding-top: 12px;
}
#title {
	width: 450px;
	height: 25px;
	margin: auto;
	padding-top: 8px;
}


#navigation_container {
	width: 800px;
	height: 35px;
	margin: auto;
	background: #2566A2;
}

#row {
	width: 725px;
	height: 20px;
	margin: auto;
	padding-top: 12px;
}
#using {
	width: 130px;
	float: left;
	margin: 0 0 0 0;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
#about {
	width: 82px;
	float: left;
	margin: 0 0 0 0;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	
}
#purchase {
	width: 253px;
	float: left;
	margin: 0 0 0 72px;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	
}
#links {
	width: 95px;
	float: left;
	margin: 0 0 0 72px;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
#contact {
	width: 72px;
	float: left;
	margin: 0 0 0 72px;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}


#center_container {
	width: 800px;
	margin: auto;
}
#left_navigation {
/*	position: relative;
	top: 10px;
	left: 2px;  */
	width: 100px;
	float: left;
	margin: 20px 0 0 35px;
	font-family: verdana;
	font-size: 10px;
	color: #2566A2;
}
#content {
	width: 550px;
	float: left;
	margin: 20px 0 0 100px;
	font-family: verdana;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
#content_sub {
	width: 550px;
	float: left;
	margin: 26px 0 0 110px;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
#splash_image {
	width: 450px;
	height: 274px;
	float: left;
	margin: 0 0 0 0;
	background:  url(/2008/mac/creamery450.gif) no-repeat;
}
#splash_image_top {
	width: 550px;
	height: 123px;
	float: left;
	margin: 0 0 10px 0;
	background: url(/2008/images/splash_collage608.jpg) no-repeat;
}
#image_top {
	width: 550px;
	height: 123px;
	float: left;
	margin: 20px 0 0 100px;	
	background: #CCCCCC;
}
#section_image {
	width: 550px;
	height: 123px;
	float: left;
	margin: 0 0 10px 0;
}
#intro_text {
	position: relative;
	top: -274px;
	width: 500px;
	float: left;
	margin: 0 0 0 0;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}
#popular_topics {
	width: 550px;
	margin: auto;
	background: #CFD9E3;
}



#footer_container {
	width: 800px;
	height: 35px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: #2566A2;
}
#address {
	width: 560px;
	height: 15px;
	
	margin: 10px 0 0 125px;
/*	background: #cccccc;  */
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

	

	/*  Drop Down Menu  */
	


ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	position: relative;
	width: 180px;
}

li ul {
	display: none;
	position: absolute;   
	top: 1em;
	left: 0;
}

li > ul {
	top: 0px;
	left: 178px;
}

li:hover ul, li.over ul {
	display: block;
	background: #CBD8DA; 
	padding-top: 5px;
	padding-left: 5px;
}
	

	/*   Link Styles   */


.A_leftnav {
	color: #2566A2;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.A_leftnav:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.A_leftnavsub {
	font-family: Arial;
	font-size: 10px;
	color: #2566A2;
	text-decoration: none;
	text-transform: uppercase;
}
.A_leftnavsub:hover {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
.A_topnav {
	color: #FFFFFF;
	text-decoration: none;
}
.A_topnav:hover {
	color: #FFCC00;
	text-decoration: none;
}

.A_pagelinks {
	color: #1B5992;
	text-decoration: none;
}
.A_pagelinks:hover {
	color: #666666;
	text-decoration: underline;
}
.A_pagelinks:visited {
	color: #1B5992;
}
	
	
	/*   Font Styles   */
	
	
.section_head {
	font-family: Arial Black;
	font-size: 15px;
	color: #2566A2;
	text-transform: uppercase;
}
.subhead {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}
.paragraph_head {
	font-family: Arial;
	font-size: 14px;
	color: #2566A2;
	font-weight: bold;
	line-height: 17px;
}
.page_links {
	font-size: 10px;
	color: #2566A2;
	text-decoration: none;
}
.table_links {
	font-size: 12px;
	color: #2566A2;
	text-decoration: none;
}
.table_links:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.footnote {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
.boardname {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}
.board_info {
	font-family: verdana;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.press_footer {
	font-family: verdana;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.table_body {
	font-family: arial;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
}
.splash_intro {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.popular_topics {
	font-family: Arial Black;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	line-height: 13px;
}
.popular_head {
	font-family: Arial Black;
	font-size: 11px;
	color: #2566A2;
	text-transform: uppercase;
	line-height: 13px;
}
.popular_body {
	font-family: verdana;
	font-size: 11px;
	color: #2566A2;
}
.popular_links {
	font-size: 11px;
	color: #2566A2;
	text-decoration: none;
}
.popular_links:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
















	



