@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#wrapper {
	width:62.5em;
	background:#fff url(../images/shadow.jpg) top left repeat-y;
	margin:0 auto;
	text-align:left;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.thrColHybHdr #container {
	width: 60em;
	margin:0 auto;/*centers webpage in browser*/
	text-align: center;
	background: #fff;
	color: #0A1A5C;
}  

.thrColHybHdr #header {
	height: 198px;
} 

.thrColHybHdr #header h1 {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	font-size:12px;
}

#sidebar2 {
	height: 510px;
	float: right; 
	width: .5em; /* since this element is floated, a width must be given */
	background: #00A23C; /* the background color will be displayed for the length of the content in the column, but no further */
	 /* top and bottom padding create visual space within this div */
	display:inline;
}
.thrColHybHdr #sidebar1 {
	height: 510px;
	float: left;
	width: .5em;
	background: #00A23C;
	display:inline;
	padding:0 0px 0 0;
}


h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #00A23C;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
	width: 800px;
	text-align:center;
	background: #FFF;
	margin: 0 10px;
} 

#mainContent img{
	margin-left: 10px; /* the left and right margin should be given to 			every element that will be placed in the side columns */
	margin-right: 10px;
	float:left;
}


#mainContent h1{
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;	
} 

#mainContent p{
	font-size:18px;
	margin-right:10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin-left:10px;
	text-align:left;
} 

#mainContent h6{
	font-size:12px;
	text-align:center;
	margin:0 0 0 0;
} 
#about {
	padding:0;
	height:500px;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-color: #fff;	
}

#about img{
	float:left;
	margin: 10px;
	display:inline;
}

#about p{
	margin-left: 1em;
	margin-right: 1em;
}

#about h1 {
	padding:0;
	text-align:center;
	background-color: #fff;
	font-size: .8em;
}

#about h6 {
	padding:0;
	text-align:left;
	background-color: #fff;
	font-size: .8em;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	background: #00A23C;
	border-right: 2px solid #001038;
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	}
	
#navigation a {
	color: #fff;
	font-weight: bold;
	padding: 15px 15px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #001038;
	}
	
#navigation #currentpage a {
	background: #fff;
	color: #26395c;
	}

#services img{
	float:right;
	margin: 30px 0 0 0px;	
}
#services img a{
	float:right;
	margin: 10px;
	text-decoration:none;
	color:#00A23C;	
}
#services a{
	text-decoration:none;
	color:#00A23C;	
}
#services a:hover{
	text-decoration:none;
	color:#00A23C;	
}
#services p{
	font-size:16px;
	margin: 10px;
	text-align:left;	
}
#services{
	width:900px;
	position:relative;
	margin: 0 20px;
	padding: 0 10px;
}

#services h1{
	font-size:16px;
	margin: 10px;
	text-align:center;
	
}
.thrColHybHdr #footer { 
	clear: both;
	height: 90px;
	width:960px;
	
} 

.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:16px;
	color: #fff;
	
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display:inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display:inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

