/*******************************************************
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:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#666666;
	background-image: url(top-bg.png);
	background-repeat: repeat-x;
}

p {
	margin:14px 0 16px 0;
	margin-left: 10px;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font: "Calisto MT";
	color: #336699;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0em;
}

h1 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

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 {
	margin:0 auto;
	padding:0;
	width:900px;
	background-image: url(girl3.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	padding:5px;
	width:400px;
	height:200px;
	padding-botttom: 200px;
	float: left;
	overflow: visible;
}

#headertop {
	margin:0;
	padding:5px;
	width:700px;
	height:50px;
	float: left;
	overflow: visible;
}


#headertwo {
	margin:0;
	width:400px;
	height:200px;
	padding-botttom: 200px;
	float: left;
	padding-top: 50px;
}

/* << ----------------// Horizontal navigation //------------ */
#navHorizontal {
	margin:0;
	padding:0;
	width:900px;
	height:20px;
	line-height:20px;
	padding-left: 330px;
}


/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	margin:0;
	padding:0 5px 10px 5px;
	width:350px;
	height: 500px;
}

#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 0px 0 10px;
	padding:0;
	width:200px;
	font: italic bold 12px Palatino Linotype, "Times New Roman", "Times", serif;
	text-align: right;
	background-image: url(top-bg2.png);
	background-repeat: repeat-y;
}

#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;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:2px 8px 5px 8px;
color: #333333;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#346897;
text-decoration:none;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin:0;
	padding:0 35px 10px 5px;
	width:200px;
	overflow: visible;
}

/* << ----------------// Right column //------------ */
#columnThree {
	float:left;
	width:200px;
	height:576px;
	margin:0 0px 0 10px;
}

/* << ----------------// Footer //------------ */
#footer {
	margin:10;
	width:885px;
	height:50px;
	font-size:11px;
	color:#cccccc;
	clear:both;
	padding-left: 30px;
	padding-top: 60px;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#000000;
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 {
	list-style: none;
	margin: 0;
	width: 750px;
	position: relative;
	padding-bottom: 22px;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 68px;
	height: 27px;
	background: url(images/home.png) no-repeat;
	left: 320px;
	top: 0px;
}
#menu .aboutus {
	width: 103px;
	height: 27px;
	background: url(images/aboutus.png) no-repeat;
	left: 403px;
	top: 0px;
}
#menu .forms {
	width: 65px;
	height: 27px;
	background: url(images/forms.png) no-repeat;
	left: 521px;
	top: 0px;
}

#menu .contactus {
	width: 124px;
	height: 27px;
	background: url(images/contactus.png) no-repeat;
	left: 601px;
	top: 0px;
}

