/*******************************************************
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: #E6E6E6;
}

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

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
	font-weight:bold;
	color: #000000;
	margin-left: 15px;
}

h1 {
	font-size:25px;
	color: #000000;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:14px;
}

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;
}

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

/* << ----------------// 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:0px;
	margin-right:0px;
	margin-top:15px;
	width:800px;
	background-color:#fff;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* << ----------------// Right column //------------ */
#columnThree {
	float:left;
	width:300px;
	margin-top:10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 90px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/form_bg.gif);
	background-repeat: no-repeat;
	height: 450px;
}

/* << ----------------// Footer //------------ */
#footer {
	margin:0;
	padding:5px 5px 5px 10px;
	width:830px;
	height:20px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#006600;
	clear:both;
}

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

#footer a:hover, #footer a:active {
color:#ffffff;
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:36px;
	font-size:13px;
	font-weight:bold;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	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;
}
 #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:24px;
	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;
}
 
 
.img{
	float:left;
	margin:7px;
}

.img2{
	float:right;
	margin:7px;
}

