/* RESET STYLES */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
	line-height:1.5;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }


q:before, q:after { content:''; }
/* END RESET */

body {height: 100%; background: rgb(236,222,205) url(images/topbacktrial2.png) repeat-x top left;}	

#wrapper {
	text-align: left;
	padding: 0px 0;
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
}

#footer {position: relative;
	margin-top: -200px; /* negative value of footer height */
	width: 100%;
	height: 200px;
	clear:both;
	background: #800000 url(images/footback.png) repeat-x top left;
	color: white;
	font-family: verdana;
	font-size:10px;
} 

#footer p {font-family: verdana; text-align:center; font-size: 9px; margin-top: 15px;}

#footinfo {text-align: left; padding: 0px 0; width: 900px; margin: 0 auto;}
 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px; /* negative effect of float */
}


#header { margin:0; width:900px; height:167px; overflow:hidden;}

#navigation {width:100%; height:30px; margin:0px; padding:0px;}
#navigation ul {margin:0px; padding:0px;}
#navigation ul li {display:inline; height:30px; float:left; list-style:none; margin:15px 15px 0 0;}
#navigation li a {color:#fff; text-decoration:none;}
#navigation li a:hover {color:#333300; text-decoration:none;}

#logo {float: right; text-align: center; width: 218px; color:#fff; margin-top:25px;}

p.prepare {margin-top: -65px;}
p.large {font-size:36px; color:white; margin-top: 65px;}

#mainnav {width:100%; height:30px; margin:0px; padding:0px;}
#mainnav ul {margin:0px; padding:0px;}
#mainnav ul li {display:inline; height:30px; float:left; list-style:none; margin:10px 30px 0 0; font-size: 15px;}
#mainnav li a {color:#555555; text-decoration:none;}
#mainnav li a:hover {color:#800000; text-decoration:none;}
#mainnav li a.selected {color: #800000;}

#contenttop3 {margin: 0px 0px 30px 0px; width:900px; padding: 0px; color: black; float:left; overflow:auto;  font-family: cambria; font-size:14px;}

#tailored  {width: 240px; height: 280px; float: left; margin:0 10px 0 0; padding: 20px; background: #ede7df; border:5px solid white;}
#online    {width: 240px; height: 280px; float: left; margin:0 10px 0 0; padding: 20px; background: #ede7df; border:5px solid white;}
#interpret {width: 240px; height: 280px; float: left; margin:0; padding: 20px; background: #ede7df; border:5px solid white;}

#contentbottom3 {margin: 0px 0 50px 0; width:900px; padding: 0px; color: black; float:left; overflow:auto; font-family: cambria; font-size: 14px;}
#scientific {width: 240px; height: 280px; float: left; margin:0px 10px 0 0; padding: 20px; background: #ede7df; border:5px solid white;}
#training   {width: 240px; height: 280px; float: left; margin:0px 10px 0 0; padding: 20px; background: #ede7df; border:5px solid white;}
#update     {width: 240px; height: 280px; float: left; margin:0px; padding: 20px; background: #ede7df; border:5px solid white;}


p.label {padding: 5px 0 0 10px;}

.button, .button:visited {
	background: #222 url(images/overlay.png) repeat-x; 
	height: 35px;
	width: 120px;
	-moz-border-radius: 5px 20px 5px 20px;
	border-radius: 5px 20px 5px 20px;
	margin-bottom: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	font-weight: bold;
}
 													  	
.red.button	{ background-color: #e62727; color: white;}
.pink.button	{ background-color: #e22092; color: white;}
.green.button	{ background-color: #91bd09; color: white;}
.orange.button	{ background-color: #ff5c00; color: white;}
.blue.button 	{ background-color: #2981e4; color: white;}
.yellow.button  { background-color: #553232; color: white;}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

