body {
	margin: 0;
	padding: 0;
	background: #0c3656 url(images/background.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A4E4F5;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {

	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}
hr {
	display:none;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}


/* Header */

#header {
	height: 170px;
	background: center top;
	text-transform: lowercase;
}

#logo {
	float: left;
}


#logo img {
	padding: 0 0 0 20px;
}

/* Head Menu */

#headmenu, #headmenu ul {
	padding:0; 
	margin: -5px 0 0 0; 
	list-style-type: none;
}

#headmenu img {
	border: none;
}

#headmenu {
	width: 615px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headmenu li {
	float: Left;
	position: relative;
	display: inline;
	
}

#headmenu a, #headmenu a:visited {
	display: block; 
	width: 205px; 
	font-size: .8em; 
	color: #FFFFFF;  
	height: 38px; 
	line-height: 35px;
	text-decoration: none;  
}

#headmenu li:hover > a{
	background: #788CA5;
	color: #000000;
	text-transform: uppercase;
}

#headmenu li ul {
	display: none;
}

#headmenu li:hover > ul {
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0px;
}

#headmenu > li:hover > ul {
	left: 0; 
	top: 24px;
}


/* Menu */

#menu, #menu ul {
	padding:0; 
	list-style-type: none;
	
	z-index: 5;
}

#menu 
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu li {
	float: left;
	position: relative;
	background: url(images/button.gif);
	border: solid 1px #0c3758;
	z-index: 5;
}

#menu a, #menu a:visited {
	display: block; 
	width: 180px; 
	font-size: 16px; 
	color: #FFFFFF;  
	height: 25px; 
	line-height: 22px;
	text-indent: 3px; 
}

#menu li:hover > a{
	background: #788CA5;
	color: #000000;
	text-transform: capitalize;
}

#menu li ul {
	display: none;
}

#menu li ul a {
	width: 250px;
}

#menu li ul a:visited {
	width: 250px;
}

#menu li:hover > ul {
	display: block; 
	position: absolute; 
	top: 0; 
	left: 200px;
}

#menu > li:hover > ul {
	left: 180px; 
	top: 0px;
}

#menu li ul li ul {
	display: none;
}

#menu li ul li ul a {
	width: 350px;
}

#menu li ul li ul a:visited {
	width: 350px;
}

#menu li ul li:hover > ul {
	display: block; 
	position: absolute; 
	top: 0; 
	left: 250px;
}

#menu > li ul li:hover > ul {
	left: 250px; 
	top: 0px;
}
/* Menu Static "Drop Down" */

#whyme, #whyme ul {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	
}

#whyme 
{
	width: 210px;
	left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#whyme li {
	float: left;
	z-index:0;
	left: 10px;
	background: url(images/button2.gif);
	position: relative;
	display: inline;
	border: solid 1px #0c3758;
}

#whyme a, #whyme a:visited {
	display: block; 

	width: 210px; 
	font-size: 16px; 
	color: #FFFFFF;  
	height: 25px; 
	line-height: 22px;
	text-indent: 3px; 
}

#whyme li:hover > a{
	background: #000000;
	color: #ffffff;
	text-transform: capitalize;
}

#whyme li ul {
}

#whyme li ul a {
	width: 200px;
}

#whyme li ul a:visited {
	width: 280px;
}

#whyme2, #whyme2 ul {
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
	
}

#whyme2 
{
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#whyme2 li {
	float: left;
	z-index:0;
	left: 15px;
	background: url(images/button3.gif);
	position: relative;
	border: solid 1px #0c3758;
	vertical-align: middle;
}

#whyme2 a, #whyme2 a:visited {
	display: block; 
	width: 185px; 
	font-size: 14px; 
	color: #FFFFFF;  
	height: 35px;  
	padding-left: 3px;
	vertical-align: middle;
}

#whyme2 li:hover > a{
	background: #000000;
	color: #ffffff;
	text-transform: capitalize;
	vertical-align: middle;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding: 0 0 0 5px;
	font-size: 17px;
}

#content2 {
	float: left;
	width: 480px;
	padding: 0 0 0 5px;
	font-size: 17px;
}

#content3 {
	float: left;
	width: 580px;
	padding: 0 0 0 25px;
	font-size: 17px;
}

#content3 .post{
	background: #a9cfec url(images/background2.gif);
	background-repeat:repeat-x;
	
}

.post {
	margin-bottom: 35px;
	background: #a9cfec;
	color: #0A416B;
	background: #a9cfec url(images/background2.gif);
	background-repeat:repeat-x;
}

.post .corp {
	font-weight: bold;
	text-transform: uppercase;
}

.post a {
	color: #0A416B;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
	text-decoration: underline;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 70px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	border-top: 1px solid #2872A6;
}

.post .links a {
	padding-left: 10px;
	background: left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar2 {
	float: left;
	width: 220px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
} 

.sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
} 

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

#rightbar h2 a{
	text-decoration: none;
}

#rightbar li li {
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #2872A6;
}

#rightbar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

#rightbar li li a:hover {
	color: #FFFFFF;
}

#rightbar li h2 {
	padding-top: 0px;
	color: #FFFFFF;
}

/* Search */

#searchform {
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 50px;
	text-align: right;
	position: absolute;
}


#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #0c3656;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}


