/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	margin:10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	background-color: #CCCCCC;
	background-image: url(images/gray_bg.gif);
	background-repeat: repeat-x;
}

p {
	margin:5px 15px 15px 15px;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}


h1 {
	font-size:18px;
	color: #00236A;
	
}

h2 {
	font-size:15px;
	font-weight:bold;
		color: #00236A;
		margin-bottom:5px;
	 
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-size:12px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	padding:0;
	width:850px;
	border:1px solid #454545;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height:2500px;
}

/* << ----------------// Header //------------ */
#header {
	width:850px;
	height:100px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/header_bg.jpg);
}

/* << ----------------// Horizontal navigation //------------ */
#navHorizontal {
margin:0;
padding:0;
width:900;
height:30px;
line-height:30px;
background-color:#454545;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

/* << ----------------// Left column //------------ */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:190px;
background-color:#cccccc;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
background-color:#454545;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin:0;
	width:580px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top:10px;
	height:auto;
}

/* << ----------------// Right column //------------ */
#columnThree {
	float:left;
	width:225px;
	margin-top: 10px;
	margin-left: 10px;
	margin-top:10px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right:5px;
	background-color:#EAEAEA;
	border:1px solid #999999;
	background-repeat: no-repeat;
	height: auto;
}

/* << ----------------// Footer //------------ */
#footer {
	width:830px;
	height:auto;
	font-size:10px;
	color:#999999;
	background-color:#FFFFFF;
	clear:both;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
}

#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#999999;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

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

 #menu ul{
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:3px;
	font-size:6px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6DFD2;
	border-bottom-color: #E1DACB;
	background-color: #0000FF;
	background-image: url(images/bgOFF.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
 #menu ul li{display:block;float:left;margin:0;padding:0;}
 #menu ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:8px 20px 0 20px;
	height:6px;
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
}
#menu ul li a:hover{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	text-decoration: underline;
}
 #menu ul li a.current, #menu ul li a.current:hover{
	color:#FFFFFF;

no-repeat top right;		background-color: transparent;
	background-image: url(images/bgDIVIDER.gif);
	text-decoration: underline;
}

#ad_area {
	width:850px;
	height:165px;
	border-top: 4px solid #0000CC;
	border-bottom: 4px solid #0000CC;
	margin-bottom:5px;

}#ad_area2 {
	width:850px;
	 
	border-top: 4px solid #0000CC;
 

}

#ad_left{
	width:110px;
	float:left;
	background-image: url(images/prof.jpg);
	background-repeat: no-repeat;
	height: 160px;
	margin-left: 10px;
}

#ad_center{
	width:480px;
	margin-top:10px;
	float:left;
	margin-left: 110px;
}
#ad_right{
	width:230px;
	float:right;
	height:160px;

}
#box { margin-left:15px;
margin-right:10px;
margin-top:10px;
width:265px;
float:left;
height:250px;}

#box2 { margin-left:15px;
margin-right:10px;
width:265px;
float:left;
height:340px;
margin-top:5px;



}
