﻿body {
	margin: 20px;
	background: #27343C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #FFFFFF;
}
#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	width: 870px;
	height: 0px;
	margin: 0 auto;
	padding: 0;
	/* background: url(../images/Banners/Banner1.jpg) no-repeat left top; */
	visibility:hidden;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #000099 url(../images/topblue.jpg) no-repeat left top;
	border-bottom: 1px solid #000099;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 20px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	background: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: none;
}

#menu a:hover {
	text-decoration: underline;
	background-color:#F93D00;
	color:#FFFFFF;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 710px;
	padding: 20px 30px 0 20px;
	border-left: 1px dashed #D2D4C9;
}

.form-label {
	float: left;
	width: 30%;
	font-weight: bold;
}
.form-label-large {
	float: left;
	width: 50%;
	font-weight: bold;
}
.form-buttons {
	margin-left:30%;
	padding: 5px 0px 0px;
}
.form-box {
	border: 1px solid #000000;
	width: 300px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 120px;
	padding: 20px 0 0 20px;
	color: #787878;
	margin:0px;
}
#sidebaritem
{
    width:120px;
    padding:0px;
    margin:0px;
}
#sidebaritem ul
{
    padding:0px;
    margin:0px;
}
#sidebaritem li
{
    list-style:none;
    width:120px;
}
#sidebaritem li a
{
    float:left;
    background: url(../Images/hover_blue.jpg) repeat-x top left;  
    width:100px;
    height:20px;
    padding:5px 0 5px 20px; 
    margin: 2px 0 2px 0;
    border:1px solid #000000;
    color:#000000;
}
#sidebaritem a:hover
{
   background: url(../Images/hover_red.jpg) repeat-x top left;  
}


/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: url(../images/bottomblue.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* Font Styles */

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
	background: none;
}

/* Post Styles */

post .title {
	color: #F93D00;
}

.post .title a {
	background: none;
	color: #F93D00;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}
