/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
/* background-image: url(images/top.jpg);
 background-repeat: no-repeat;
 background-position:top center;*/
 background-color: #035193;
}
#wrapper { 
 margin: 0 auto;
 width: 941px;
 background-color:#fff;
}
#faux {
 	height: auto;
	width: 941px;
}
#header {
 
 width: 941px;
 padding: 0;
 height: 232px;
 margin: 25px 0px 0px 0px;
 background: #035193;
 background: url(images/banner.jpg) no-repeat;
 margin: 0;
 padding:0;
 
}

#top {
	background-image:url(images/top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:25px;
	}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0;
 padding: 0;
 width: 213px;
 float: left;
 background-image:url(images/leftbg.jpg);
 background-repeat:no-repeat;
 background-position: top;
 height: 276px;
}
#content { 
 float: left;
 color: #333;
 margin: 0;
 padding: 0px;
 width: 510px;
 display: inline;
 position: relative;
 background-image: url(images/contentbg.jpg);
 background-repeat:no-repeat;
 background-position: top;
 
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 0;
 padding: 0px 0px 0px 5px;
 width: 213px;
 float: right;
 background-image: url(images/rightbg.jpg);
 background-repeat:no-repeat;
 background-position:top;
}
#footer { 
 width: 941px;
 clear: both;
 
 background: #035193;
 margin: 0;
 padding: 0;
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 background-position: top;
 
}

.ftext {
	text-align:right;
 font-size: 11px;
 color: #fff;
 margin-top: 3px;
 margin-right: 10px;
 }
 
.ftext a {
	text-decoration:underline;
	color:#fff;
	}
.clear { clear: both; background: none; }

h1 {
	background-image: url(images/science.png) ;
	background-repeat:no-repeat;
	background-position: left;
	line-height:79px;
	text-indent:73px;
	}
	
#menu ul {
	list-style: none;
	font-size: 17px;
	line-height:40px;
	font-weight:bold;
	text-indent:40px;
	letter-spacing:1px;
	}

#menu a {
	display:block;
	height: 46px;
	width: 173px;
	
	}

#menu a:link, #menu a:visited {
	background-image: url(images/menu.jpg);
	background-repeat:no-repeat;
	margin:10px 5px 5px 10px;
	color: #fff;
	text-decoration:none;
	}
	
#menu a:hover {
	background-image: url(images/menu_active.jpg);
	background-repeat:no-repeat;
	color: #000;
	text-decoration:none;
	}
	
.bold {
	font-weight:bold;
	}
	
h4 {
	color: #035193;
	font-weight:bold;
	text-align:center;
	
	}

p {
	text-align:justify;
	margin-right:20px;
	}
	
.list li {
	margin: 5px 20px 0px 25px;
	list-style: square;
	
	}
	
.boiler li {
	list-style: url(images/arrow.jpg);
	margin: 5px 20px 0px 25px;
	}
	
	h3 {
		text-indent: 10px;
		background-image: url(images/ybg.jpg);
		background-position:left;
		background-repeat:repeat-x;
		line-height: 25px;
		margin: 0px 10px 0px 0px;
		}
p a{
	text-decoration: underline;
	color:#666666;
	}
	
.link {
	float:left;
	}
	
.nb {
	font-size:11px;
	}
	
.call a {
	font-weight:bold;
	text-align:center;
	font-size:14px;
	color:#000;
	background-image: url(images/yellow.jpg);
	background-repeat:repeat-x;
	height: 45px;
	padding:10px;
	text-decoration: none;
	}
	
.call a:hover {
	text-decoration:underline;
	}

a {
outline: none;
}