/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:0;
font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#444444;
background-color: #F1EFE3;
}

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:#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;
border:1px solid #B1B09A;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:5px;
width:900px;
height:144px;
color:#ffffff;
background-image: url(../images/top_bg.gif);
/*background-repeat: repeat-x;*/
background-repeat: no-repeat;
}

/*#logo {
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: center;
height: 60px;
padding-top:10px;
}*/

/*#slogan {
	background-image: url(../images/hawkslogan.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
}*/
/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:900;
height:26px;
line-height:26px;
background-color:#B1B09A;
}

#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 18px 5px 25px;
color:#eeeeee;
text-decoration:none;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#F1EFE3;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 10px;
width:225px;
background-color:#F1EFE3;
}

/* << ----------------// Quote //---------------->> */
.quote {
	background-image: url(../images/quote-lg.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #B1B09A;
	border-top: 1px solid #B1B09A;
	padding: 5px;
}
.innerQuote {
padding-top:5px;
	padding-left:22px;
	padding-bottom:5px;
	vertical-align: top;
}

/* << ----------------// End //---------------->> */
.end {
margin-top:30px;
width: 100%;
height: 68px;
background-image: url(../images/bottom.gif);
background-position: bottom;
background-position: center;
background-repeat: no-repeat;
}
#columnOne p, #columnOne ul li, #columnOne ol li,  {
font-size:13px;
}

#columnOne 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:0;
padding:0 5px 10px 15px;
width:630px;
background-color:#F1EFE3;
background-image: url(../images/hawkbg.png);
background-position: center;
background-repeat: no-repeat;
}

.content {
	background-image: url(../images/icon_rightarrow.gif);
	background-position: 35px left;
	background-repeat: no-repeat;
}
.innerContent {
	padding-left:20px;
	margin-top:16px;
}

/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:885px;
height:20px;
font-size:10px;
color:#cccccc;
background-color:#D2D1C4;
background-image: url(../images/bg_bottom.gif);
background-repeat: repeat-x;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Box //---------------->> */

.box {
	width: 94%;
	margin-bottom: 12px;
	border: 1px solid #c4c2ab;
	padding: 3%;
	background: #ebeadf;
	}

/* << ----------------// 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 */
