/* 3 column LIQUID layout */

/* Zero down margin and padding on all elements */
/** {
  margin: 0;
  padding: 0;
}*/

/*xxxxxxxxxxxxxxxxxx*/

body {
	text-align:center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:82%;
	margin:0;
	padding:0;
}
#wrapper {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	max-width: 964px;
	min-width: 870px;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}

#header {
  height: 50px;
  background:url(../images/header.jpg) no-repeat;
  height:184px;
}

#main {
	width: 100%;
	background: #FFFFFF url(../images/bg_bottom_left.jpg) bottom left no-repeat;
}
#content {
	width: 61%;
	float: right;
	padding:10px 25px 190px 25px;
	background:url(../images/bg_content.jpg) no-repeat;
	margin-top:10px;
}

#clear {
	clear:both;
	background: #FFFFFF;
}

#right_box{
 float:right;
 background:#E6E6E6;
 border:1px solid #DADADA;
 width: 200px;
 margin-top:100px;
 padding:8px;
}

/*NAVIGATION*/

#nav { 
	width: 276px;
	float: left;
/*	border:1px dashed #DADADA;*/
	margin-left:10px;
	}

#nav ul{ 
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li a {
display: block;
height:24px;
font-size:12px;
line-height: 24px;
text-decoration: none;
background: #FFFFFF url(../images/but_off.gif) no-repeat left center;
text-indent:24px;
color: #000000;
border-bottom:1px dashed #CCCCCC;
}

#nav ul li a:hover {
background: #FFFFFF url(../images/but_on.gif) no-repeat left center;
border-bottom:1px solid #CCCCCC;
}

#nav ul li a.selected{
background: #FFFFFF url(../images/but_on.gif) no-repeat left center;
}

/*CONTENT STYLES*/

h1{
font-size:180%;
color:#333333;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-size:140%;
background:#666666;
padding-left:10px;
color:#FFFFFF;
}

div#content p{
	line-height:1.3em;
}

div#content ol li{
	padding-bottom:.6em;
}

div#content ul li{
	padding-bottom:.6em;
}


a:link{
color: #2E2E2E;
}

a:hover{
color:#5B5B5B;
}

a:visited{
color:#5B5B5B;
}

.image-float-left{
float:left;
padding-right:10px;
padding-bottom:5px;
}
.image-float-right{
float:right;
padding-right:10px;
padding-left:8px;
padding-bottom:5px;
}

.align-center{
text-align:center;
}

.width500{
width:500px;
/*border-bottom:1px dashed #E5E5E5;
border-left:1px dashed #E5E5E5;
border-right:1px dashed #E5E5E5;*/
background:#F2F2F2;
}

div.image_caption{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size:87%;
	line-height:1em;
	padding:10px 5px 10px 5px;
}
.caption{
	text-align:center;
	font-style:italic;
}


.alertbox{
border:1px solid #CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#EEEEEE;
padding:10px;
}

a.skip_to_content{
margin-left:-3000px;
display:none;
position:absolute;
left:-1000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
div.alert{
border:thin #666666 solid 1px;
padding:0.5em;
background-color: #E2E2E2;
}
div.alert h2{
	padding-top:0px;
	margin-top:5px;	
}

/*Tables*/

.alternate_dark_grey{
	background:#CCC;
}

.alternate_light_grey{
	background: #E6E6E6;
}

/*Advisory Board*/

#advisory_board_list{
padding: 0 0 0 0;
/*min-width:600px;*/
}

#advisory_board_list ul{ 
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

#advisory_board_list ul li{
	margin: 0;
	display: block;
	float:left;
	height:120px;
	width:268px;
	padding:15px 10px 12px 10px;
	line-height:1.4em;
	/*background:#F0F0F0;*/
	background:#E9E9E9;
	border:1px solid #FFF;
}
#advisory_board_list ul li img{
	float:left;
	padding-right:10px;
}
