body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 95%;
	color: #444444;
	line-height: 1.6em;
	background-color: #F3F3F3;
	background-repeat: repeat-x;
	background-image: url(images/background.png);
}

h1 {
	font-size: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2B659B;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2B659B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2B659B;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2B659B;
	padding-top: 4px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-transform: lowercase;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444444;
	padding-top: 4px;
	padding-bottom: 4px;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-transform: uppercase;
	color: #444444;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-transform: lowercase;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444444;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/view_heading.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height: 24px;
}

.blueitalic {
	font-style: italic;
	font-weight: bold;
	color: #2B659B;
}

a:active, a:focus { 
	outline: 0 
} 

a {
	color: #2B659B;
}

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

img {
	border: none;
}

/* Header */

#header {
	width: 990px;
	height: 310px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu */

#menu {
	width: 970px;
	height: 56px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	background: url(images/img04.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #5B6371;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 12px;
	width: 180px;
}

#menu a:hover {
	color: #000000;
}

/* Page */

#pagetop {
	height: 15px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/page_top.png);
	background-repeat: no-repeat;
}

#page {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/page_background.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#pagebottom {
	height: 30px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/page_bottom.png);
	background-repeat: no-repeat;
}

/* Content */

#content {
	float: left;
	width: 560px;
}

#contentservices {
	float: right;
	width: 600px;
}

#contentwide {
	float: left;
	width: 910px;
}

#homebullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #2B659B;
	border-bottom-color: #2B659B;
}
.homebullet {
	padding-right: 12px;
	padding-left: 12px;
}

#columns {
	height: 170px;
	width: 910px;
}

.cols {
	float: left;
	height: 170px;
	width: 182px;
	background-image: url(images/col_background.png);
	background-repeat: no-repeat;
	text-align: center;
}
.colimage {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.colview {
	padding-top: 4px;
}

.post {
	text-align: justify;
}

.post .title {
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2B659B;
	border-bottom-color: #2B659B;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #2B659B;
	text-align: left;
}

.post .entry {
	padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
	border: 3px solid #FFFFFF;
	background-color: #f3f3f3;
	text-align: justify;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#sidebar li {
	margin-bottom: 1em;
	margin-left: 1em;
}

/* Sidebar Left Services */

#sidebarservices {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-left: 10px;
	border: 3px solid #FFFFFF;
	background-color: #f3f3f3;
	text-align: justify;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
}

#sidebarservices ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#sidebarservices li {
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	list-style-type: none;
}

#sidebarservices li a {
	text-decoration: underline;
	display: block;
	margin: 0px;
	padding: 4px;
}

#sidebarservices li a:hover {
	text-decoration: none;
	background-color: #E7E7E7;
	color: #444444;
	margin: 0px;
	padding: 4px;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.4em;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B659B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#footer a {
	color: #2B659B;
}

form {
	background-color: #F3F3F3;
	border: 3px solid #FFFFFF;
	padding: 10px;
	text-transform: uppercase;
	
	font-size: 90%;
}
.inputform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #FBFBFB;
	padding: 2px;
	width: 300px;
	margin-bottom: 5px;
	border: 1px solid #444444;
}

tr {
	vertical-align: top;
}

.thumb {
	float: left;
	background-color: #FFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
}

.thumbright {
	float: right;
	background-color: #FFF;
	padding: 5px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #CCC;
	margin-right: 0px;
}
