/*--------------------GLOBALS--------------------*/

body {
	background:url('/img/background.png') repeat-x #006b86 fixed;
	color:#000;
	font-family:Tahoma,'Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size:15px;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:hover.underline {
	text-decoration:underline;
	color:#fff;
}

/*--------------------LAYOUT--------------------*/

#wrapper {
	width:810px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:810px;
	height:120px;
	background:url('/img/header.png') no-repeat;
}

#main {
	width:810px;
	height:auto;
	background:#76a1ca;
}

#nav {
	width:150px;
	height:auto;
	margin-top:20px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#content {
	width:610px;
	height:auto;
	margin-top:20px;
	padding:5px;
	float:right;
}

#footer {
	width:810px;
	height:100px;
	background:url('/img/bg-bottom.png')
}

#footer-text {
	width:730px;
	height:30px;
	padding:40px;
	text-align:center;
}

#clearfix {
	width:810px;
	height:1px;
	clear:both;
}

#committee_img {
	width:600px;
	height:auto;
	margin-bottom:10px;
}

#committee_img_desc {
	width:600px;
	height:auto;
	margin-bottom:20px;
	font-size:11px;
}

.com_row {
	width:600px;
	height:auto;
	margin-bottom:20px;
}

.com_box1 {
	width:200px;
	height:auto;
	float:left;
}

.com_box2 {
	width:380px;
	height:auto;
	float:right;
	font-size:11px;
}

.com_clearfix {
	width:600px;
	height:1px;
	clear:both;
}

.com_box2 a {
	color:#000;
	text-decoration:none;
}

.row {
	width:600px;
	height:auto;
	margin-bottom:30px;
}

.photobox {
	width:200px;
	height:auto;
	float:left;
}

.photoclearfix {
	width:600px;
	height:2px;
	clear:both;
}

/*--------------------NAV BAR CONFIG--------------------*/

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;
}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#65a7e5;
	height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#000;
	text-indent:5px;
	border:1px solid #dfdfdf;
	border-width:1 1px 1px 0px;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
	color:#fff; 
	background:#316bba;
	text-decoration:none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
