/*Global */
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

ol li { margin-left: 1.5em; margin-bottom: 1em; padding-left: .5em;}

html, body {
	padding: 0;	
	margin: 0 0 10px 0;
}

body {
	background: #E8F0F0 url("../images/bg.jpg") center top no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:  "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: small;
	line-height: 130%;
	color: #333;
}

a:link, a:active, a:visited, a:hover {
	text-decoration : underline;
	color: #941b82;
}


fieldset{
	text-align: left;
}

.Button {
	background: url(../images/button-right.jpg) no-repeat top right;
	height: 20px;
	float: left;
	line-height: 1em;
	display: block;
	margin-bottom: 1em;
	*margin-bottom: 0;
}

.Button a:link, .Button a:active, .Button a:hover, .Button a:visited, .ButtonInput input {
	background: url(../images/button-left.jpg) no-repeat top left;
	border: 0;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 10px 4px 10px !important;
	text-decoration: none;
	cursor: pointer;
}


/*--LAYOUT--*/
#container {
	background: transparent url("../images/wrap-bg.jpg") repeat-y center top;
	width: 759px;
	margin: 40px auto 0 auto;
}

#container2 {
	background: transparent url("../images/footer-bg.jpg") no-repeat center bottom;
	padding: 0 0 40px 0;
}


#wrap {
	background: transparent url("../images/wrap-bg2.gif") repeat-y center top;
	width:703px;
	margin: 0 auto;
	text-align:left;
}

#header {
	margin: 0;
	padding: 0;
}

#divider {
	height: 23px;
	background: url(../images/border_top.gif) repeat-x;
	border-bottom: 1px solid #587522;
	border-top: 1px solid #587522;
}

#introphotos {
	height: 129px;
	background: url(../images/introimages.jpg) top left;
}

#subcontent {
	clear:both;
	float: left;
	padding: 15px;
	width: 195px;
}

#content {
	font-size: 95%;
	padding: 15px;
	float: left;
	width: 440px;
	margin-bottom: 0;
}

#navcontainer {
	background: #941b82 url("../images/nav-bg.jpg") repeat-x;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	margin:0;
	width: 100%;
}


#footer {
	clear:both;
	background-color: #8F9C65;
	color: #fff;
	font-size: 85%;
	margin: 0;
	padding: 15px 15px 8px 15px;
	*padding-top: .5em;
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/*--HEADER--*/
#header h1 {
	text-indent: -9999px;
	background: url(../images/header.jpg) no-repeat;
	height: 106px;
	padding: 0;
	margin:0;
}

/*--NAV--*/
ul#navlist
{
margin: 0;
padding: 0;
list-style: none;
}

ul#navlist li
{
float: left;
font-size: 11px;
margin: 0;
background: transparent url(../images/navlist-bg.gif) no-repeat right;
}

#navlist a, #navlist a:link
{
display: block;
margin: 0;
padding: 8px 15px 10px 12px;
color: #fff;
text-decoration: none;
}

ul#navlist li#active, ul#navlist a:hover
{
background-color: #941b82;
}

/*--LOGIN--*/
/*--POLL--*/
#login {
	width: 133px;
	font: normal 11px/15px Georgia, serif;
	border: 1px solid #ccc;
	background: url(images/login_bg.jpg) repeat-x;
	padding: 8px 8px 0 8px;
	margin: 8px 0;
}

#nav h4 {
	font: bold 10px/13px "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	margin: -10px -10px 10px -10px;
	background-color: #294D6D;
	color: #fff;
	padding: 8px;
}

#login p{
	color:#333;
	margin: 0;
	padding: 0;
}

#login input.textbox {
	font: normal 11px/15px Georgia, serif;
	color:#333;
	width: 110px;
	margin-bottom: 5px;
}

#login input.loginbut {
}


#instructions {
	width: 133px;
	font: normal 11px/15px Georgia, serif;
	border: 1px solid #ccc;
	background: url(images/login_bg.jpg) repeat-x;
	padding: 8px 8px 0 8px;
}


/*--CONTENT--*/
#content h2 {
	color: #941b82;
	font-size: 140%;
	margin: 0 0 .5em 0;
	font-weight: bold;
	padding: 0px;
}

#subcontent h2, #content h3 {
	color: #941b82;
	font: bold 110%/130% Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	clear: both;
	text-transform: uppercase;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
}

#content ul li {
	padding-left: 17px;
	margin-bottom: .5em;
	background: url(../images/bullet.gif) no-repeat 0 .4em;
	list-style: none;
}

.main {
	margin-bottom: 10px;
}

/*--PRESENTATIONS --*/
.presblock {
	float: right;
	width: 340px;
	margin-bottom: 1em;
	*margin-bottom: .5em;
}

#content h3#presheader {
	color: #941b82;
	font-family:  "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
	width: 340px;
	margin-top: 0;
	padding-bottom: 0;
	text-transform: capitalize;
  	}
#content p.txt {
	padding: 0;
  	line-height: 1.5em;
  	}
#content p.img {
  	clear: both;
	float: left;
  	margin: 0 10px .5em 0;
   	}

dd.Button { 
}

/*--SUBCONTENT--*/
#subcontent h3 {
	color: #EB4D60;
	font-size: 100%;
	margin: .3em 0 .1em 0;
	padding-bottom: 0;
}

#subcontent p {
	font-size: 95%;
	margin: 0 0 1em 0;
	padding: 0;
}


/*--FACULTY--*/
.clearfloat h3 a {
	font: normal 16px/100% Georgia, serif;
	color: #D45222;
	margin:0;
	padding: 0;
	text-decoration: none;
}

.clearfloat {
	display: table;
	width: 100%;
}

.clearfloat img, img.bio {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 10px;
}

/*--FOOTER--*/

#footer p {
	margin: 0 0 1em 0;
	padding: 0;
}

/*--FORMS--*/
#regform label,#regform input, #regform select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#regform input {
	font: 11px Verdana, sans-serif;
}

#regform label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

#regform br {
	clear: left;
}

textarea {
	font-size: 1em;
	line-height: 120%;
	padding: 5px;
}

input.submitform {
	background-color: #005A97; 
	font-family: Verdana, sans-serif; 
	color: white; font-size: 11px; 
	font-weight: bold; 
	margin:0; 
	padding:0; 
	width: 50px;
	height: 25px;
}

/*IE Float Clear Hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


