
/* << ----------------// General Styles //-->> */
body {
margin:10px;
padding:0;
font-family:Arial, sans-serif;
font-size:12px;
line-height:21px;
color:#000000;
background-color:#00A5E6;
}

p {
margin:6px 20px 18px 20px;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

a.rightside_nav:link {
	color: #EBE628;
	font-weight: bold;
}

a.rightside_nav:visited, a.rightside_nav:active{
	color: #EBE628;
	font-weight: bold;
}


a.rightside_nav {
	color: #EBE628;
	font-weight: bold;
}

a.rightside_nav:hover {
	color: #00B496;
	text-decoration: underline;
}

a.leftside_nav:link {
	color: #EB008C;
	font-weight: bold;
}

a.leftside_nav:visited, a.leftside_nav:active{
	color: #EB00EC;
	font-weight: bold;
}


a.leftside_nav {
	color: #EB00EC;
	font-weight: bold;
}

a.leftside_nav:hover {
	color: #EBE628;
	text-decoration: underline;
}

h1, h2 {
font-weight:bold;
margin:20px 0 16px 20px;
}

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

h1 {
font-size:20px;
line-height:26px;
color:#677C5F;
}

h2 {
font-size:20px;
line-height:26px;
color:#677C5F;
}

h3 {
font-size:16px;
color:#677C5F;
}

h4 {
font-size:14px;
color:#677C5F;
}

a:link, a:visited {
color:#647D48;
text-decoration:none;
}

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:800px;
border:1px solid #454545;
background-color:#00467D;
}

/* << ----------------// Header //-->> */
#header {
margin:0;
padding:0 0 0 0;
width:800px;
height:74px;
color:#ffffff;
background-color:#49A13B;
}

/* << ----------------// Left column //-->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 0 5px;
width:190px;
background-color:#ffffff;
vertical-align:top;
}

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

#columnOne h2, #columnThree h2 {
font-size:15px;
line-height:18px;
text-align:left;
margin:0 0 8px 10px;
color:#333333;
}

#columnOne h3 {
font-size:12px;
line-height: 18px;
text-align:left;
margin:0 8px 5px 20px;
color:#333333;
}

#columnOne p {
font-size:12px;
line-height: 15px;
text-align:left;
margin:0 8px 5px 20px;
color:#333333;
}

#columnThree h3 {
font-size:12px;
line-height: 18px;
text-align:left;
margin:0 8px 5px 10px;
color:#333333;
}

#columnThree p {
font-size:12px;
line-height: 15px;
text-align:left;
margin:0 6px 5px 16px;
color:#ffffff;
}

#columnThree ul {
font-size:12px;
line-height: 15px;
text-align:left;
margin:0 8px 5px 20px;
color:#000000;
}

#columnThree h2, #columnThree h3 {
text-align:left;
}

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

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

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

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:6px 2px 5px 25px;
color:#FFF;
text-decoration:none;
display:block;
font-size:12px;
}

#navVertical ul li a:hover {
color:#000000;
text-decoration:none;
background-color:#00A5E6;
}

#navVertical ul li a:active {
	color:#000000;
	text-decoration:none;
	background-color:#00A5E6;
}


/* << ----------------// Photo banner column //-->> */
#columnPhoto {
float:right;
margin:0;
padding:0 0 0 0;
width:600px;
height:205px;
background: #AFE0A8;
}

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

/* << ----------------// Right column //-->> */
#columnThree {
float:left;
margin:0 0 0 0;
padding:0 0 0 0; /* padding:0 5px 10px 5px; */
width:140px;
background-color:#00467D;
vertical-align:top;
}

/* << ----------------// Fix so that 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 */
