@charset "utf-8";
/* Rostrum Website */

/* Global Whitespace Reset */
* {  
	vertical-align: baseline;  
	font-family: inherit;  
	font-style: inherit;  
	font-size: 100%;  
	border: none;  
	padding: 0;  
	margin: 0; 
	}   
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {  
	margin: 20px 0;  
	}  
li, dd, blockquote {  
	margin-left: 40px;  
	}  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}

/* General Styles */
body {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	}
.clearout {
	height: 1px;
	width: 100%;
	clear: both;
	}

/* Links */ 
a:link, a:visited, a:active{ 
	text-decoration: none;
	color: #281f7f;
}

a:hover { 
	text-decoration: none;
	color: #808080;
}

	
/* Text styles */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #595a5d;
	line-height: 16px;
	}
.purpleheading {
	font-weight: bold;
	color: #281f7f;
	}
.blackness {
	color: #000;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #747475;
	margin-top: -10px;
	}

/* Layout */
#header {
	width: 100%;
	height: 300px;
	background-image: url(../images/Rostrum_Header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #281f7f;
	}
#header_internal {
	width: 100%;
	height: 225px;
	background-image: url(../images/ciad.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #281f7f;
	}
#bottom {
	width: 100%;
	min-height:400px;
  	height:auto !important;
  	height:400px;
	background-image: url(../images/Rostrum_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
#bodycontent {
	width: 800px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/Rostrum_Nav_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	}
#rightcontent {
	width: 534px;
	height: 100%;
	border-left: 1px solid #cccccc;
	float: right;
	text-align: left;
	background-image: url(../images/Rostrum_RightContent_bg.jpg);
	background-repeat: repeat-y;
	}
#rightcontent_internal {
	width: 534px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
	border-left: 1px solid #cccccc;
	float: right;
	text-align: left;
	}
#leftcontent {
	width: 265px;
	height: 100%;
	float: left;
	background-image: url(../images/Rostrum_Nav_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	}
.welcomecontent {
	width: 494px;
	padding: 20px;
	background-color: #FFF;
	border-bottom: 1px solid #cccccc;
	}
.internalcontent {
	width: 494px;
	padding: 40px 20px 20px 20px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #595a5d;
	line-height: 16px;
	}
#footer {
	clear: both;
	width: 100%;
	height: 72px;
	border-top: 1px solid #cccccc;
	text-align: right;
	background-color: #FFFFFF;
	}
#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #595a5d;
	line-height: 16px;
	}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #595a5d;
	line-height: 16px;
	}
#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #595a5d;
	line-height: 16px;
	}
.annoyingbox {
	width: 227px;
	min-height:150px;
  	height:auto !important;
  	height:150px;
	padding: 20px;
	background-image: url(../images/stupidtab.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	}
.annoyingbox2 {
	width: 226px;
	min-height:150px;
  	height:auto !important;
  	height:150px;
	padding: 20px 20px 10px 20px;
	background-image: url(../images/Rostrum_Gradient.jpg);
	background-repeat: repeat-y;
	text-align: left;
	float: left;
	}
.dottedline {
	width: 100%;
	height: 1px;
	margin: 15px 0 15px 0;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	}
	
/* Newsletter Signup */
.nameform {
	width: 220px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #797979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #595a5d;
	line-height: 16px;
	}
.emailform {
	width: 164px;
	padding: 2px;
	margin: 0px 2px 2px 2px;
	border: 1px solid #797979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #595a5d;
	line-height: 16px;
	}
	
/* LHS Navigation - Only 1 <ul> but using classes to make it look like 2 level menus*/
#navbar {
	width: 265px;
	float: left;
	text-align: left;
	}
.navstyling {
	margin: 0;
	padding: 0;
	padding-left: 60px;
	height: 22px;
	background-image: url(../images/Rostrum_Nav.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	color: #281f7f;
	list-style: none;
	display: block;
	}
.navstyling a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	color: #281f7f;
	}
.navstyling a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	font-style: normal;
	color: #281f7f;
	}
.navstyling a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	color: #281f7f;
	}
.navhome {
	margin: 0;
	padding: 0;
	padding-left: 60px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	color: #281f7f;
	list-style: none;
	background-image: url(../images/Rostrum_Navhome.gif);
	background-repeat: no-repeat;
	}
	
.navhome a:link, .navhome a:active, .navhome a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #281f7f;
	}
	
.navhome a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
	font-weight:bold;	
	color: #281f7f;
	}
	

/* Second Level Navigation */

.secondlevel {
	margin-left: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	list-style-image: url(../images/bullet.jpg);
	}
.secondlevel a:link , .secondlevel a:active, .secondlevel a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	list-style-image: url(../images/bullet.jpg);
}
.secondlevel a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #3f31c2;
	list-style-image: url(../images/bullet.jpg);
}

/* Third Level Navigation */

.thirdlevel {
	margin-left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	list-style-image: url(../images/bullet.jpg);
	}
.thirdlevel a:link , .thirdlevel a:active, .thirdlevel a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	list-style-image: url(../images/bullet.jpg);
}
.thirdlevel a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #3f31c2;
	list-style-image: url(../images/bullet.jpg);
}



/* site_map */

#site_map ul{
	margin-top: 2px;
	margin-bottom: 5px;
}

#site_map a:link , #site_map a:active, #site_map a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #281f7f;
}

#site_map a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

/* Contact form */
div#contactDiv 
{
	margin-top:10px;
	margin-bottom: 30px;
}

div#contactDiv td
{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3c348e;
	padding: 5px;
}

div#contactDiv input, div#contactDiv textarea, div#contactDiv select
{
	font: normal 11px Arial, Helvetica, sans-serif;	
	padding: 3px;
	border: solid 1px #71726a;
}