/******************************************************************************
 * Generic CSS
 *****************************************************************************/
body {
	font-family: Arial, Verdana, sans-serif; font-size:11px; color:#000000;
	border:0px; margin:0px auto 0px auto; padding:0px 0px 0px 0px;
	text-align:center; 
	background-color:#ffffff;
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p { }

a { }

h1 { font-size:16px; }

h2 { font-size:14px; }

h3 { font-size:12px; }

/******************************************************************************
* Normal Images
*****************************************************************************/
img { border:none; margin:0px; padding:0px; }

/******************************************************************************
* Normal Unordered List
*****************************************************************************/
ul.normal {
	display:block; float:left; list-style:none;
	padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
}
	
ul.normal li {
	display:block; line-height:18px;
	margin:0px 0px 10px 0px; padding:0px 0px 0px 10px;
	background-image:url(../images/ul_bullet.gif);
	background-repeat:no-repeat; background-position:0px 6px;
}

/******************************************************************************
* Accessibility Features
*****************************************************************************/
p#skipToMainContent { display:none; }

/******************************************************************************
* Misc
*****************************************************************************/
div.centered { text-align:center; }

/******************************************************************************
* wrapper
*****************************************************************************/
div#wrapper {
	width:800px; margin:0px auto 0px auto; /* height:720px; */
	text-align:left;
}

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

div#wrapper-i {
	float:left; margin-left:1px;	background-image:url(../images/wrapper-bg.gif);
	background-repeat:repeat-y;
}

html>body div#wrapper-i {
	float:left; margin-left:0px;	background-image:url(../images/wrapper-bg.gif);
	background-repeat:repeat-y;
		
}

/******************************************************************************
* header
*****************************************************************************/
div#header {
	float: left;
	width:660px; 
	height:100px;
	padding: 10px 70px;
	padding-bottom: 5px;
	background-image:url(../images/banner.gif);
}

div#header h1 span { display:none; }

/******************************************************************************
* main-content
*****************************************************************************/
div#main-content {
	float: left;
	clear:both; width:660px; margin: 10px 37px;
	/* background-color:#dbddd8; */
}

html>body div#main-content {
	float: left;
	clear:both; width:660px; margin: 10px 70px;
	/* background-color:#dbddd8; */
}

/******************************************************************************
* home page
*****************************************************************************/

div#frame-single-col  {
	float: left;
	width: 652px;
	margin: 5px 0px;
	background-image: url(../images/content_bg_single.gif);
	background-repeat: no-repeat;
	background-color:#fff;
}

html>body div#frame-single-col  {
	float: left;
	margin: 5px 0px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url(../images/content_bg_single.gif);
	background-repeat: no-repeat;
	background-color:#fff;
}

div#frame-two-col  {
	float: left;
	width: 652px;
	margin: 5px 0px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-color:#fff;
}

html>body div#frame-two-col  {
	float: left;
	margin: 5px 0px;
	padding-left: 5px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-color:#fff;
}

div#news_article {
	margin-top: 10px;
	margin-left: 2px;
	padding: 0px;
	background-image: url(../images/news_bg.gif);
	background-repeat:no-repeat;
	line-height: 140%;
}

html>body div#news_article {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/news_bg.gif);
	background-repeat:no-repeat;
	line-height: 140%;
}

div#news_article div#right-col img {	
	border: #000 solid 3px; /* #5f5f5f */
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div#left-col {
	width: 415px;
	float: left;
	color: #5f5f5f;
}

div#left-col p {
	padding: 15px 30px;
	padding-bottom: 0px;
	color: #5f5f5f;
	text-align:justify;
	line-height: 140%;
}

div#left-col p span {
	color: #000;
}

div#left-col p span a {
	color: #000;
}

div#right-col {
	float: right;
	width: 235px;
	margin: 10px auto 5px auto;
	text-align:center;
}

div#right-col img {
	padding: 10px 0px;
}

p#cv_link {
	color: #000000;
}

p#news_header {
	font-weight: bold;
	padding: 25px;
	padding-left: 0px;
}

div#bottom-divider {
	padding: 0px 10px;
}

div#logos {
	padding-left: 20px;
}

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

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

div#gallery_photo {
	float: left;
	margin: 8px;
}

div#gallery_photo_right {
	float: right;
	margin: 8px;
	margin-right: 18px;
}


/******************************************************************************
* footer
*****************************************************************************/
div#footer {
	float:left; clear:both; width:660px; height:20px;
	margin:20px 40px; margin-right:0px;
	background-color:#FFFFFF;
}

html>body div#footer {
	float:left; clear:both; width:660px; height:20px;
	margin:20px 75px; margin-right:0px;
	background-color:#FFFFFF;
}

p#footer-left {
	float:left; width:350px; font-size:11px; margin:0px; color:#5f5f5f;
}

html>body div#footer-left {
	width:450px;
}

p#footer-left a { color:#5f5f5f; text-decoration:none; }

p#footer-left a.current { color:#000000; }

p#footer-left a.current:hover { text-decoration:none; }

p#footer-left a:hover {
	text-decoration:underline;
}

p#footer-right {
	float:right; width:180px; text-align:right;
	font-size:11px; margin:0px 20px 0px 0px; color:#5f5f5f;
}

html>body div#footer-right {
	width:180px;
}

p#footer-right a { color:#5f5f5f; text-decoration:none; }

p#footer-right a:hover { text-decoration:underline; }


/******************************************************************************
* emailForm
*****************************************************************************/
form.emailForm {
}

#sub_navlist ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#sub_navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
