* {
	margin: 0px;
}
html, body {
	background: #ffffff url(images/back.png) center repeat-y;
	/* background: #002865 url(images/back2.png) center repeat-y; */
text-align: center;
	color: #333333;
	font-family: verdana, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
}

#wrap {
	margin: 0px auto;
	width: 785px;
}
/* ----------------------------------------------------- Header area --------------------------------------------- */
#header {
	text-align: left;
	margin: 0px auto;
	padding: 5px 5px 0px 50px;
	background-color: #fff;
}
#header h1 {
	font: 22pt Candara, geneva, arial;
	margin: 0px;
	color: #000000;
}
#header h1 span {
	font: bold 27pt Candara, geneva, arial;
	font-variant:small-caps;
	letter-spacing: -1.5px;
	margin: 0px;
	color: #002865;
}
#header span.desc {
	font: 10pt arial, verdana, tahoma;
	margin: 0px;
}
#header h1 a, #header h1 a:visited, #header h1 a:hover {
	text-decoration: none;
	color: #000000;
}
/* ------------------------------------ Top Menu ----------------------------- */

#menu {
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #fff;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #333333;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: #658DB5;
}
/* ------------------------------ Left Sidebar / Navigation / etc ------------------------------ */
#sidebar {
	text-align: left;
	float: left;
	width: 220px;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 20px 0px;
	display: block;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#sidebar ul li a {
	color: #002865;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
}


#sidebar h2 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 20px 0px 10px 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
}
#sidebar h3.specialtop {
	color: #000000;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #cc0000;
	font-variant: small-caps;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px dotted #C0C0C0;
}
#sidebar .specialbox {
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}
#sidebar div.topred {
background: #fff url(images/promo.png) left top no-repeat;
padding: 20px 0px 20px 0px;
}
#sidebar div.topred a {
margin-top: 12px;
color: #002865;
font: bold 14pt geneva,arial;
text-decoration: none;
}


/* ---------------------------------- Main Content Area --------------------------------- */

#bodycontent {
	text-align: left;
	float: right;
	display: block;
	width: 545px;
	min-height: 400px;
}
#bodycontent .navi {
	width: 100%;
	font-size: 8pt;
	margin: 5px 0px 10px 0px;
}
#bodycontent .navi a {
	margin-right: 3px;
	margin-left: 1px;
}
#bodycontent .navi a, #bodycontent .navi a:visited {
	color: #002865;
	text-decoration: none;
	font: 10pt Helvetica, arial, geneva;
}
#bodycontent .navi a:hover {
	color: #5e89b2;
	text-decoration: underline;
}
h3.special {
	color: #000000;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 18px;
	border-bottom: 1px dotted #C0C0C0;
}
h2.special {
	color: #000000;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 20px;
	border-bottom: 1px dotted #C0C0C0;
}
/* Contact Form */

#cform {
	margin:0px auto;
	width: 480px;
	padding: 0 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
#cform label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#cform input {
	padding: 2px;
	border:1px solid #c4c4c4;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#cform textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #c4c4c4;
	height:100px;
	display:block;
	color:#777;
}
#cform input.button {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 1px;
	background: #FFF;
	color: #002865;
}
/* FAQs Page Answers */
.answers {
	margin: 35px 0px 60px 0px;
}
.answers a.noblue {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.answers p {
	border: 1px solid #c0c0c0;
	background-color: #eeeeee;
	padding: 15px 15px 15px 15px;
	margin: 10px 0px 10px 0px;
}
/* Services Page - Ind. Services */
.service-alt {
	width: 400px;
	margin: 0px auto;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
	padding: 5px 15px 15px 15px;
	margin-bottom: 13px;
}
.service-alt h3 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
.service-alt span {
	font-weight: bold;
	text-align:right;
}

.sidemailer {
float: right;
display: block;
width: 275px;
background-color: #eeeeee;
border-top: 2px solid #000000;
border-bottom: 1px solid #000000;
margin: 10px 0px 10px 10px;
}
.sidemailer h3 {
text-align: center;
font: bold 14pt geneva,arial;
}
.sidemailer p {
font-size: 90%;
margin: 2px 8px 2px 8px;
}

/* special heading */
p.midheading {
font-style: italic; 
font: bold 12pt geneva,arial;
margin: 9px 0px 9px 0px;
}
/* home page subheading */
p.subhead {
font: bold 10pt verdana,arial;
}
p.subhead span {
font-variant: small-caps;
}

/* Bigger font */

p.bigger {
font: bold 13pt verdana,arial;
}
/* ---------------------------------- MISC Stylings ---------------------------- */

p {
	margin: 6px 0px 5px 0px;
}
a, a:visited {
	color: #002865;
	text-decoration: underline;
}
a:hover {
	color: #507aa5;
}
.imgleft {
	float: right;
	display: block;
	margin: 2px 0px 5px 5px;
}
.ordernow {
	float: right;
	margin: 2px 0px 5px 10px;
}
img {
	border: 0px;
}
/* Info Submission Form */
#sf {
	margin: 0px auto;
	width: 500px;
	text-align: left;
}
#sf span {
	font: bold 13pt arial;
}
#sf .text {
	height: 22px;
	width: 275px;
	border: 1px solid #c4c4c4;
}
#sf .texttxt {
	width: 325px;
	height: 125px;
	border: 1px solid #c4c4c4;
}
/* ---------------------------------------- Footer --------------------------------------- */
#footer {
	clear: both;
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 10.5pt;
	border-top: 1px solid #C0C0C0;
}

/* --------------------------------- Import from Wordpress Theme --------------------------------- */

h4.blogtitle {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 18px;
	margin: 0px 0px 2px 0px;
}

h4.blogtitle a {
	color: #333333;
text-decoration: none;
}

h4.blogtitle a:hover {
	color: #658DB5;
}


.contentdate {

	background: #FFFFFF url(images/date.gif);

	float: left;

	width: 45px;

	height: 50px;

	margin: 0px;

	padding: 0px;

	}

	

.contentdate h3 {

	color: #FFFFFF;

	font-size: 10px;

	font-weight: normal;

	padding: 1px 0px 0px 10px;

	margin: 0px;

	text-transform: uppercase;

	}

	

.contentdate h4 {

	font-family: Times New Roman, Helvetica, Sans-Serif;

	color: #999999;

	font-size: 21px;

	font-weight: bold;

	padding: 5px 4px 0px 0px;

	margin: 0px;

	text-align: center;

	}
