/* @group Style Clearing */

* {
	margin: 0;
	padding: 0;
	z-index: 1;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited {
	text-decoration: none
}

a img,:link img,:visited img {
	border: none
}

ul,ol {
	list-style: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

/* @end */

/* @group Custom Styles */

/* @group Interface */

body {
	background-color: #292422;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #325897;
}

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

ul {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-top: 5px;
}

ul li {
	margin-top: 2px;
	margin-left: 15px;
	margin-bottom: 2px;
}

#master_wrapper {
	background: url(../img/interface/background.jpg) repeat-x 0 0;
	min-height: 750px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: visible;
	visibility: visible;
}

#header {
	width: 760px;
	height: 115px;
	background: url(../img/interface/header.jpg) no-repeat;
	margin-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 19px;
	margin-bottom: -4px;
}

#header-index {
	width: 760px;
	height: 60px;
	background: url(../img/interface/header.jpg) no-repeat;
	margin-top: 50px;
	padding-top: 19px;
	padding-right: 20px;
	padding-left: 20px;
}

#content {
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(../img/interface/content_bg.jpg) repeat-y;
	min-height: 440px;
	position: relative;
	overflow: hidden;
	visibility: visible;
}

#content-index {
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(../img/interface/content_bg.jpg) repeat-y;
	min-height: 340px;
	position: relative;
	overflow: hidden;
	visibility: visible;
}

#footer {
	width: 760px;
	height: 20px;
	background: url(../img/interface/footer.jpg) no-repeat;
	padding: 20px 20px 10px;
}

/* @end */

/* @group Content */

#content_left {
	display: block;
}

#content_right {
	display: block;
	float: right;
	width: 251px;
	margin-left: 15px;
}

.page_header {
	color: #003a7e;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	display: block;
	padding-bottom: 30px;
}

.sub_header {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}

/* @group Sidebar */

.sidebar {
	display: block;
	width: 252px;
	background: url(../img/interface/sidebar_fill.gif) repeat-y;
	color: #fff;
	clear: none;
}

.sidebar_bottom {
	display: block;
	width: 252px;
	background: url(../img/interface/sidebar_bottom.gif) no-repeat 0 bottom;
}

.sidebar_top {
	display: block;
	width: 252px;
	background: url(../img/interface/sidebar_top.gif) no-repeat 0 top;
	padding: 10px;
}

a.sidebar_nav
{
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

a.sidebar_nav:hover
{
	text-decoration: underline;
}

.sidebar_spacer
{
	height: 5px;
}

/* @end */

/* @group Image Caption Box */

.captionbox {
	display: block;
	width: 252px;
	background: url(../img/interface/captionbox_fill.gif) repeat-y;
	color: #fff;
	clear: none;
}

.captionbox_bottom {
	display: block;
	width: 252px;
	background: url(../img/interface/captionbox_bottom.gif) no-repeat 0 bottom;
	clear: none;
}

.captionbox_top {
	display: block;
	width: 252px;
	background: url(../img/interface/captionbox_top.gif) no-repeat 0 top;
	padding: 10px;
	clear: none;
}



/* @end */



/* @end */

/* @group Footer */

.footer_text {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003a7e;
}



/* @end */


/* @end */

.testimonial_container
{
	display: block;
	padding-bottom: 25px;
	border: 1px solid transparent;
}

input.contact_form
{
	width: 100%;
	margin-bottom: 10px;
}