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

/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:10px 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#000000;
background-image:url("images/terry-grad-back.png");
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:blue;
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:1100px;

}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
width:1100px;
height:250px;
color:#ffffff;
background-image:url("images/new_eye.png");
background-repeat:no-repeat;
background-position:318px 0px;
}

#header h1 {
color:white;
font-size:3em;
font-weight:lighter;
padding:100px 0 0 30px;

}

#header h2 {
color:white;
margin:20px 0 0 120px;
font-size:1.5em;
font-weight:lighter;

}


/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:10px 0 0 360px;
padding:0;
text-align:left;
width:1080;
height:60px;
line-height:60px;

}

#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 10px;
color:#eeeeee;
text-decoration:none;

}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#ccff33;
text-decoration:none;
background-color:#cccccc;
background-image:url("images/eye-back.png");
background-repeat:no-repeat;
background-position:0px 0px;

}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
width:300px;
padding-top:0px;
}

#slideshow1  {
border:6px solid #a2987b;
margin:40px 0 0 0px;

}




#scroll {
background-image:url("images/scroll2.png");
background-repeat:no-repeat;
height:340px;
padding:50px 25px 0 30px;
margin:125px 0 0 28px;
}

#scroll p {
width:190px;
color:black;
margin-left:5px;
text-align:left;

}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:513px;
}

#columnTwo p {
margin:15px 0 0 90px;
line-height:.8em;
font-size:.9em;
}

#columnTwo a {
color:#fad965;
}



/* <<---------------// Callout  //---------------->> */
#callout  {
float:left;
height:490px;
width:1050px;
padding:0px 10px 0 0px;
margin:0 0px 0px 300px;
background-image:url("images/.png");
background-repeat:no-repeat;
background-position:0px 150px;
}

#callout h1, h2, p  {
color:white;
font-size:.8em;
}

#callout h1 {
font-size:1em;
margin:40px 0 0 0;
}

#callout h2 {
color:#fad965;
}

#columnThree  {
	
	float:left;
	width:250px;
	height:auto;
	margin:40px 0 0 10px;
}

#easel  {
margin:30px 0 0 0px;
}
/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:1085px;
height:20px;
font-size:10px;
text-align:center;
color:#cccccc;
background-color:#000000;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
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 */
