﻿body 
{
	font-family: Verdana;
	/*font-size: 10pt;*/
	text-align: center;
	color: #FFFFFF;
	background-color: #DBDBDB;
}



input
{
	font-family: Verdana;
	font-size: 10pt;
}

select
{
	font-family: Verdana;
	font-size: 10pt;
}
textarea
{
	font-family: Verdana;
	font-size: 10pt;
}


a
{
	text-decoration: none;
}

p
{
	font-size: 8pt;
}

h1
{
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
}

#central
{
	/*text-align: center;
	text-align: -moz-center;
	width: 100%;
	height: 100%;*/
}

#location
{
	width: 750px; height: 20px;
}

#container
{
	width: 750px;
	background-color: #46402D;
	/*height: 600px;*/
	border: solid 4px #E4D38F;
}

#banner
{
	width: 750px;
	height: 200px;
}

#footer
{
	width: 742px;
	height: 50px;
	margin-bottom: 4px;
	background-color: #E4D38F;
	text-align: center;
	font-size: 8pt;
	color: #46402D;
	padding: 3px 0px 3px 0px;
}

#footer a
{
	
	color: #46402D;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
}

#top-nav
{
	width: 750px;
	text-align: center;
}

#top-nav ul
{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0px;
}

#top-nav ul li
{
	float: left;
	height: 20px;
	line-height: 1.8em;
	text-align: center;
	font-size: 8pt;
	margin: 4px 0px 4px 3px;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #46402D;
	background: #FFFFFF url(../images/nav_top.gif) repeat;
}

#top-nav ul li:hover
{
	color: #FFFFFF;
	background: #FFFFFF url(../images/nav_top_ro.gif) repeat;
}

.link
{
	color: #46402D;
}

.link:hover
{
	color: #FFFFFF;
}


#main
{
	text-align: left;
	padding: 4px 0px 4px 0px;
}




#left-nav
{
	float: left;
	clear: left;
	width: 150px;
	/*height: 500PX;*/
	padding: 10px 0px 0px 30px;
/*	border-right: solid 2px #E4D38F;*/
}

#left-nav ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0px;
}

.list{ margin:-4px 0;}
.list li{ color: #FFFFFF; font-size: 8pt; line-height:2em; background:url(../images/list-marker.gif) no-repeat 0 10px; padding-left:8px;}
.list li a { color: #FFFFFF; }
.list li a:hover { text-decoration: underline; }

/*#left-nav ul li*/
.left-nav-button
{
	font-size: 8pt;
	color: #46402D;
	width: 115px;
	height: 15px;
	margin-bottom: 3px;
	padding-left: 15px;
	background: #FFFFFF url(../images/nav_left.gif) repeat;
}


.left-nav-bigger-button
{
	font-size: 8pt;
	color: #46402D;
	width: 115px;
	height: 30px;
	margin-bottom: 3px;
	padding-left: 15px;
	background: #FFFFFF url(../images/nav_left_large.gif) repeat;
}

.left-nav-button:hover
{
	color: #FFFFFF;
	background: #FFFFFF url(../images/nav_left_ro.gif) repeat;
}

.left-nav-bigger-button:hover
{
	color: #FFFFFF;
	background: #FFFFFF url(../images/nav_left_large_ro.gif) repeat;
}

/*#left-nav ul li:hover
{
	color: #FFFFFF;
	background: #FFFFFF url(../images/nav_left_ro.gif) repeat;
}*/


#content
{
	padding-top: 10px;
	margin-left: 180px;
	border-left: solid 2px #E4D38F;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;	
	min-height: 500px;
}

#content a
{
	color: #FFFFFF; text-decoration: underline;
}

.content-image
{
	float:left;
    margin-right:10px;
    margin-bottom:10px;
    
}

.content-image2
{
	float:right;
    margin-left:10px;
    margin-bottom:10px;
    
}

#home-content
{
	padding: 10px 10px 10px 10px;
	font-size: 8pt;	
}

.centered
{
 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: red;
  color: white;
}

.affil_image
{
	margin: 0px 8px 8px 0px;
}


.case-study { margin-top: 15px; border-bottom: solid 1px #C8C8C8; }
.login { width: 350px; height: 200px; border: solid 1px  #C8C8C8; font-size: 12pt; text-align: center}
.login .heading { background:url(images/box1-top-tail.gif) top repeat-x;}
.login span { width: 100px; display:inline-block;  }
.login input { width: 175px}
.content-manager { }
.content-manager span { vertical-align:top; width: 125px; display:inline-block;  margin-right: 5px; }
.content-manager input { width: 400px; font-size: 10pt;  }
.content-manager textarea { width: 400px; font-size: 10pt; font-family:Arial, Helvetica, sans-serif; }
.error { border: solid 2px #F66D6D;  padding: 3px 3px 3px 20px; min-height: 16px; margin-top: 3px; background: #FFE4E1 url(../images/exclamation.png) left no-repeat; color: #000000;	}
.message { border: solid 2px #4169E1; background-color: #C6D4FD; min-height: 16px; padding: 3px 3px 3px 20px; margin-top: 3px; background: #C6D4FD url(../images/information.png) left no-repeat; color: #000000;}



