@charset "utf-8";

@import url('generic.css');
@import url('home-box.css');

div#header h1
{
	display: inline;
	position:absolute;
	
	margin: 0px;
	padding: 15px 0px 20px 7px;
}

h3
{
	
	font-size: 12px;
	

	color: #888;
	
	margin: 0 0 0 0px;
	padding:0;
}

h4
{
	
	font-size: 12px;
	

	color: #00b1db;
	
	margin: 0 0 0 0px;
	padding:0;
}

h5
{
	
	font-size: 11px;
	
	text-transform:uppercase;
	color: #888;
	
	margin: 0 0 0 0px;
	padding:0;
}

 p {	
 	padding: 0 0 10px 0;
	margin:0;
	}

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

a:hover, a:active {
	color: #444;
	text-decoration:underline;
	}
	
ul#affiliation li {
	margin: 4px 0px;
}

ul#requestconvo {	
	padding: 20px 15px 5px 0;
	margin:0;
	float:right;
	}

ul#requestconvo li {
	display:inline;
	color: #00b1db;
	font-size:11px;
	padding: 0 5px 0 5px;
	}

ul#requestconvo li a {
	font-size:11px;
	}

a#logo
{
	display: block;

	width: 120px;
	height: 44px;
	
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
}

a#logo:hover
{
	background-image: url(/img/logo-hover.gif);
}

div#header h1 span
{
	display: none;
}

div#header ul#nav
{
	margin: 0px;
	list-style: none;
	float: right;
}

div#header ul#nav li
{
	border-left: 1px solid #77767b;
	float: left;
}

div#header ul#nav li a
{	
	display: block;
	
	color: #00b1db;
	
	font-size: 10px;
	font-weight: bold;
	
	padding: 30px 20px 0px 5px;
	
	text-decoration: none;
	text-transform: uppercase;
}

div#header ul#nav li p
{
	position: absolute;
	display: none;
	
	font-size: 8pt;
	
	margin: 7px 0px 0px 0px;
	color:white;
	padding: 2px;
	background-color: #00b1db;
}

div#header ul#nav li:hover p
{
	display: block;
}

div#header ul#nav li a:hover
{
	color: black;
	background-color: #F6F6F6;
}

div#body
{
	clear: both;
}

div#body h2
{	
	background-image: url(/img/content-header.jpg);
	background-repeat: no-repeat;
	
	height: 169px;
	
	margin: 0px;
}

div#body h2 span
{
	position: relative;
	top: 190px;
	
	font-size: 14px;
	

	color: #00b1db;
	
	margin: 0 0 0 25px;
	padding:0;
}

/******* FOR HOMEPAGE MAIN IMAGE ***********/

div#body #home h2
{	
	background-image: url(/img/content-header.jpg);
	background-repeat: no-repeat;
	
	height: 229px;
	
	margin: 0px;
}

div#body #home h2 span
{
	position: relative;
	top: 190px;
	
	font-size: 14px;
	

	color: #00b1db;
	
	margin: 0 0 0 25px;
	padding:0;
}

div#sidebar
{
	float: right;

	padding: 0px 10px 10px 20px;
	margin-left: 30px;

	width: 197px;
	
	color: #5e6c70;
	background-color: #e7f6f9;
	
	background-image: url(/img/sidebar-corner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#sidebar p
{
	font-size: 9pt;
	margin-top: 0px;
}

div#sidebar h3
{
	margin: 25px 0px 5px 0px;
	clear: both;
}

div#sidebar h3 a
{
	text-decoration: none;
	text-transform: uppercase;
	
	font-size: 9pt;
	color: #5e6c70;
	
	padding-left: 16px;
	
	background-image: url(/img/sidebar-h3-background.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div#sidebar h3 a:hover
{
	color: black;
	text-decoration: underline;
}

div#sidebar img
{
	border: 1px solid #6d7b83;
	float: left;
	
	margin: 0px 5px 5px 0px;
}

div#sidebar a:hover img
{
	border: 1px solid black;
}


div#hmcontent
{
	padding: 10px 0px 25px 25px;
	background-image: url(/img/hm-bg.gif);
	background-repeat:repeat-x;
	
}

#hmcontent #hmleft {
	float:left;
	width:400px;
	}

#hmcontent #hmright {
	float:right;
	width:202px;
	background-image: url(/img/right-bg.gif);
	padding-top:40px;
	margin-right:37px;
	background-repeat:no-repeat;
	margin-top:-13px;
	}

#hmcontent #hmright .box {
	border:1px solid #77767c;
	background-color:white;
	margin-bottom:13px;
	}
	
#hmcontent #hmright .box h3 {
	margin:0px;
	padding:8px 8px 8px 15px;
	background-color:#00aedb;
	color:white;
	font-size:13px;
	}
	
#hmcontent #hmright .box h4 {
	margin:0px;
	padding:8px 8px 8px 15px;
	background-color:#e4e4e5;
	color:black;
	font-size:13px;
	}

#hmcontent #hmright .box h5 {
	margin:0px;
	padding:8px 8px 8px 15px;
	background-color:#d7f0f9;
	color:#00aedb;
	font-size:13px;
	text-transform:none;
	}

#hmcontent #hmright .box p {
	margin:0px;
	padding: 6px 15px 9px 15px;
	font-size:11px;
	line-height:15px;
	}

#hmcontent #hmright .box p a {
	font-size:11px;
	}


div#hmcontent #hmleft h3
{
		font-size: 14px;
	

	color: #00b1db;
	
	margin: 0 0 0 15px;
	padding:0;
}

div#hmcontent #hmleft h3 + p
{
	margin-top: 5px;
}

div#hmcontent #hmleft p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

div#hmcontent #hmleft p.tip
{
	font-family: Arial, Helvetica, sans-serif;

	color: #888888;
	font-size: 10px;
	font-style: italic;
	line-height:14px;
	padding:0 0 5px 0;
	margin:0;
}

div#hmcontent #hmleft p.centered
{
	margin: 1em auto 1em auto;
	text-align: center;
}



div#content
{
	padding: 30px 0px 25px 25px;
	width: 420px;
}

div#content h3
{
	margin: 20px 0px 0px 0px;
	
	font-size: 14px;
}

div#content h3 + p
{
	margin-top: 5px;
}

div#content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

div#content p.tip
{
	font-family: Arial, Helvetica, sans-serif;

	color: #888888;
	font-size: 8pt;
	font-style: italic;
}

div#content p.centered
{
	margin: 1em auto 1em auto;
	text-align: center;
}

div#sidebar div.testimonial
{
	margin-top: 25px;
}

div#sidebar div.testimonial p, ul.leed
{
	color: #2faecc;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	
	font-style: italic;
}

	ul.leed
{
	margin-left:-10px;
	margin-top:0px;
}


div#sidebar div.testimonial p.author
{
	font-family: Arial, Helvetica, sans-serif;
}

div#sidebar div.testimonial p.author:first-line
{
	font-style: normal;
	text-transform: uppercase;
}

div#footer
{
	clear: both;
	
	background-image: url(/img/footer.gif);
	background-repeat: no-repeat;
	
	margin: 5px;
	padding: 20px 10px 10px 10px;
	
	height: 46px;
	
	text-align: center;
}

div#footer p, div#footer a
{	
	font-size: 8pt;
}

div#footer span
{
	display: none;
}

#loginform {
	padding: 0px 0 0 0;
	margin:0;
	}

#loginform label {
	float: left;
	width: 150px;
	text-align:right;
	padding: 2px 4px 4px 0;
	margin:0;
	}

#loginform input, #loginform textarea, #loginform select {
	width: 137px;
	padding:2px;
	margin: 2px 0 0px 0;
	font-size: 11px;
	border: 1px solid #444;
	font-family: arial, helvetica, san-serif;
	}


#loginform textarea {
	width: 137px;
	height: 100px;
	}


#loginform #submitbutton {
	border: 1px solid #444;
	background-color: #444;
	color:white;
	width: 120px;

	}

#loginform br {
	clear: left;
	}

#printemailcontain {
	float:right;
	margin-top:-20px;
	width:145px;
	}
	
#printemailcontain #print {
	padding:0;
	margin:0;
	float:left;
	}

#printemailcontain #print a:link, #printemailcontain #print a:visited {
	display:block;
	width:72px;
	height:18px;
	background-image:url(/img/print.gif);
	background-position:top;
	}

#printemailcontain #print a:hover, #printemailcontain #print a:active {
	display:block;
	width:72px;
	height:18px;
	background-image:url(/img/print.gif);
	background-position:bottom;
	}
	
#printemailcontain #email {
	padding:0;
	margin:0;
	float:left;
	}

#printemailcontain #email a:link, #printemailcontain #email a:visited {
	display:block;
	width:72px;
	height:18px;
	background-image:url(/img/email-us.gif);
	background-position:top;
	}

#printemailcontain #email a:hover, #printemailcontain #email a:active {
	display:block;
	width:72px;
	height:18px;
	background-image:url(/img/email-us.gif);
	background-position:bottom;
	}

ul.event {
	list-style-type:none;
	}
	
ul.event h4 {
	padding:25px 0 5px 0;
	}
	
ul.event li {
	margin:0 0 0 15px;
	padding:10px 0 10px 10px;
	}
	
ul.event li.odd {
	background-color:rgb(246,250,239);
	}
ul.event li.even {
	background-color:rgb(238,243,250);
	}
	
ul.event li.gallery {
	background-color:none;
	height:1em;
	}

div.error-message {
	color:#f00;
	font-style:italic;
	margin-bottom:10px;
	}
	
#ContactIndexForm label,
#ConversationIndexForm label {
	display:block;
	float:left;
	width:120px;
	}

/*** implementing Holly Hack ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */