@charset "utf-8";
/* CSS Document */
/* Univeral HTML styles */

html {
	background-color:#07345f;
}

body {
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

a img, iframe {
	border:none;
}

/* Links
------------------------------*/

a, a:link {
	color:#FFFFFF;
}

a:visited {
	color:#FF0000;;
}


a:hover {
	color:#CCCCCC;
}

a:active {
	color:#FF0000;
}

/* Universal classes */

.accesskey {
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.hidden {
	display:none;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
}


/* wrapper div styles */

#wrapper {
	margin:0 auto;
	min-height:100%;
	width:50em;
	background:#FFFFFF;
}

/* header div styles */

#header {
	padding:0;
	height:209px;
	width:550px;
}

#header h1 {
	text-indent:-3000em;
	background:url(../images/buiding_header_logo2.jpg) no-repeat;
	height:209px;
}


/* contentwrapper div styles */
#contentwrapper {
	width:34.375em;
	background:#ffffff;
	float:right;
	margin:0 0 0;
	padding:0;
}

div.home#contentwrapper {
	width:34.375em;
	max-height:44.5em;
	background:#ffffff;
	float:right;
	margin:0 0 0;
	padding:0;
}

/* leftcol div styles */

#leftcol {
	width:15.625em;
	height:100%;
	background:url(../images/conf_leftcol_gradient2.jpg) repeat-x left top;
}

#leftcol p {
	color:#000000;
	font-size:100%;
	text-align:left;
	margin:1em 0em 1em 1.2em;
	text-align:left;
}

#leftcol .detail {
	color:#FFFFFF;
	font-size:100%;
	text-align:left;
	margin:1em 0em 0em 1.2em;
	text-align:left;
}

#leftcol a:link, a:visited {
	color:#FF0000;
}

#leftcol a:hover {
	color:#CCCCCC;
}

/* nav div styles */

#nav { 
	width: 15.625em;
	margin: 1.2em 0em 0em 0em;
	text-align:left;
	height:37em;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#nav li {
	margin-bottom:0.4em;
	width:15.625em;
}

#nav a {
	display: block;
	padding: 0.6em 0.2em 0.6em 1em;
	background-color: #0968ab;
}

#nav a:link, a:visited {
	color: #EEE;
	text-decoration: none;
}

#nav a:hover {
	background-color: #ccc;
	color: #fff;
}

/* content div styles - home page styles start after this section */


#content {
	width:18.750em;
	float:left;
	padding:1em 1em 1em 1em;
}

#contentwider {
	float:left;
	padding:1em 1em 1em 1em;
}

#content h2, #contentwider h2 {
	font-size:160%;
	color:#FF0000;
	font-weight:bold;
}

#content ul, #contentwider ul {
	color:#000000;
	font-size:80%;
	line-height:1.3em;
	margin:1em 0 1em 0;
	list-style:none;
}	

#content d1, #contentwider dl {
}

#content dt, #contentwider dt {
	color:#000000;
	margin:1em 0 0 0;
	font-weight:bold;
}

#content dd, #contentwider dd {
	color:#000000;
	font-size:80%;
	line-height:1.3em;
	margin:0;
}

#content p, #contentwider p {
	color:#000000;
	font-size:80%;
	line-height:1.3em;
	margin:1em 0 1em 0;
}

div.home#content p {
	font-size:0.9em;
}


#content h3, #contentwider h3, caption {
	font-size:80%;
	font-weight:bold;
	margin:1em 0 0;
	line-height:1.2em;
	color:#000000;
}

#content table, #contentwider table {
	margin:1em 0 0;
}

#content table tr, #contentwider table tr  {
}

#contenttable th, #content table td, #contentwidertable th, #contentwider table td {
	vertical-align:top;
	padding:0.25em;
	line-height:1.2em;
	border-bottom:solid 1px #FF0000;
	font-size:80%;
}

#content table th, #contentwider table th {
	border-top:solid 1px #FF0000;
	margin-top:1em;
	font-size:80%;
}

#content table th.cym, #contentwider table th.cym {
	font-size:70%;
}


#content .tableheader, #contentwider .tableheader {
	color:#000000;
	font-size:80%;
	font-weight:bold;
}



#content a:link, #content a:visited, #contentwider a:link, #contentwider a:visited {
	color:#FF0000;
	text-decoration:underline;
}

#content a:hover, #contentwider a:hover {
	color:#CCC;
}

/* right col */
#right {
		margin-left: 18.750em;
}

#right .image {
		margin:1em 0em 0em 0em;	
}

/* people div */

#people {
background:url(../images/people1.png);
position:relative;
top:-18.55em;
right:12.485em;
width:450px;
height:344px;
}


/* picture div styles */


.pic {
		margin:1em 1.2em 1em 1.7em;
}

.side {
		margin:1em 0.2em 1em 0.2em;
}

/* footer div styles */

#footer {
	margin:0px;
	clear:both;
	height:2em;
	background-color:#0968ab;
	text-align:left;
}

#footer p {
	padding:0.5em 4em;
	font-size:70%;
	color:#FFFFFF;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#ccc;
}

