@charset "UTF-8";
/* CSS Document for AccessEDUSA */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border:thin;
	border-color:black;
	color: 000;
	background: white;
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active { 
	color: #314d8d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6d6b6c;
	font-weight:bold;
}

#wrapper {
	width: 696px;
	height: auto;
	margin: 10px auto;
	border: 1px solid #CCC;
}

#header_holder {
	background: url(/images/header_bg.jpg) no-repeat;
	width: 696px;
	height: 59px;
}

#header_nav_holder {
	width: 696px;
	height: 18px;
	border-bottom: 2px solid #000;
}

#contents_holder {
	width: 696px;
}

#contents_holder_contents {
	width: 676px;
	padding: 10px;
}

#contents_holder_contents h2 {
	font-size: 18px;
}

#contents_holder_contents h3 {
	font-size: 14px;
}

#contents_holder_contents p#subtitle {
	font-size: 14px;
	font-weight: normal;
	color: #c39950;
	text-decoration: underline;
}

#contents_holder_contents ul li {
	margin-left: 10px;
}

#contents_holder_child_left {
	width: 220px;
	float: left;
}

#contents_holder_child_right {
	width: 446px;
	padding-left: 10px;
	float: right;
}

#contents_holder_contents_minibox {
	width: 550px;
	border: 1px dotted #666;
	padding: 10px;
	margin: 10px auto;
}

/* index page only */
#contents_top_flash_holder {
	width: 675px;
	height: 117px;
	margin: 10px auto;
}


/* classes */

.topspacer {
	margin-top: 10px;
}

.strong {
	font-weight: bold;
}


/* navigation */

#nav {
	margin: 0;
	padding: 0;
	background: #666;
	list-style-type: none;
	width: 696px;
	float: left; /* Contain floated list items */
}

#nav li {
	margin: 0;
	padding: 0;
	float: left; /* IE whitespace correction bag */
}

#nav a {
	float: left;
	width: 80px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 1.5;
	border-right: 1px solid #FFF;
}

#nav #nav_contactus a {
	border: none;
}

#nav a:hover {
	color: #333;
	background: #FC0;
}

#body_home #nav_home a, #body_about #nav_about a, #body_board #nav_board a, #body_projects #nav_projects a, #body_partners #nav_partners a, #body_faqs #nav_faqs a, #body_contactus #nav_contactus a {
	color: #333;
	background: #FC0;
}

/* footer */

#footer_holder {
	width: 696px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}

/* !IMPORTANT */

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

