html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

html, body {
	background-color: #242424;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #333;
}

/* TABLES */

table {
	width: 100%;
	border: 1px solid #ccc;
}

th {
	color: white;
	background-color: #666;
	padding: 5px;
	background: url(/images/table_header_bg.png) repeat-x left top;
}

td {
	padding: 3px;
}

tr.alt {
	background-color: #eee;
}

tr:hover {
	background-color: #e6ecf4;
}


/* MISC */
#container {
	/* minimum width of page */
	min-width: 910px;
	
	/* keep the footer at the bottom */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/* offset is for the footer's height+padding+margin */
	margin: 0 auto -190px;
	
	background-color: #f7f7f7;
}

/* used to push down the space between content and footer */
#container_push {
	height: 190px; /* same as offset in container */
	clear: left;
	
	background-color: #f7f7f7;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.space {
	height: 10px;
	margin: 0;
}

.alignr {
   text-align: right;
}

.pagination a {
   padding: 5px;
   border: 1px solid #969696 !important;
   background-color: #e6ecf1;
}

.pagination span {
   padding: 5px;
   border: 1px solid #ccc !important;
   background-color: #eee;
}

.errorExplanation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(/images/validation.png);
    border: 1px solid;
    margin: 10px 0px;
    padding:12px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.errorExplanation h2 { font-size: 1.1em; font-weight:bold;}
.errorExplanation ul { margin-bottom:0;padding:0;}
.errorExplanation p { margin:0;}



#header {
	height: 50px;
	background: url(/images/header_bg.png) repeat-x left top;
}

#minilogo {
	float: left;
	margin: 4px 0 3px 15px;
}

#nav {
	float: right;
	margin: 0;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	color: white;
	font-size: 105%;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/topnav_button.png) no-repeat left top;
	width: 100px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}

#nav li a:hover {
	background-position: left -42px;
}

#nav #nav_active a {
	background: url(/images/topnav_button_on.png) no-repeat left top;
}

#content {	
	clear: both;
	background-color: #F7F7F7;
	padding: 20px;
}

#logo {
	padding: 10px;
	text-align: center;
	padding-bottom: 15px;
}

h1, h4 {
	text-align: left;
	padding: 5px 0 5px 0;
	font-size: 135%;
	color: #a42022;
	font-weight: normal;
}

h2, h3 {
	padding: 5px 0 5px 0;
	font-size: 115%;
	color: #a42022;
	font-weight: normal;
}

h3 {
	color: #333;
	padding-bottom: 0;
	margin-bottom: 3px;
	border-bottom: 1px dotted #CCC;
}

h4 {
	color: #666;
}

.dark {
	color: #000 !important;
}

.big {
	font-size: 140%;
}

/* ----- HOME ---------------------------------------------------------------- */

#home {
	width: 820px;
	height: 460px;
	padding: 20px;
	padding-top: 30px;
	text-align: center;
	background: url(/images/content_home_bg.gif) no-repeat left top;
	margin: 0 auto;
	overflow: hidden;
}

#home ul {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
	width: 785px;
}

#home li {
	float: left;
	display: block;
	width: 260px;
	height: 340px;
}

#home li:hover {
	background: url(/images/content_home_icon_hover_bg.gif) no-repeat left top;
}

#home li a {
	display: block;
	padding-top: 15px;
}
#home li a:hover {}

#home .content_home_icon {
	display: block;
	text-align: center;
	padding-top: 15px;
}

#home .content_home_desc {
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 115%;
}

#home .content_home_divider {
	float: left;
	border-right: 1px solid #DDD;
	width: 0px !important;
	height: 220px !important;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ----- SITE -------------------------------------------------------------- */

#content_container {
	width: 885px;
	margin: 0 auto;
}

#content_body {
	float: right;
	display: block;
	width: 705px;
	padding-bottom: 20px;
	line-height: 1.5em;
	font-size: 110%;
	color: #333;
}

#content_body_title {
	text-align: center;
	padding: 10px 0;
}

#content_body_text {
	background-color: white;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 10px 30px;
	min-height: 250px;
}

#content_body_top {
	height: 12px;
	background: url(/images/content_bg_top.gif) no-repeat left top;
}

#content_body_bottom {
	height: 12px;
	background: url(/images/content_bg_bottom.gif) no-repeat left top;
}


#content_sidebar {
	width: 180px;
}

#content_icon {
	text-align: center;
	padding: 10px 0;
}

#content_body_text ul {
	padding: 5px 0;
	padding-left: 10px;
}

#content_body_text li {
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#content_body_text a {
	border-bottom: 1px solid #a42022;
}

#content_body_text a:hover {
	color: #a42022;
}


/** SIDE NAV **/
#sidenav {}

#sidenav li a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 120%;
	text-align: right;
	color: #777;
	background: url(/images/sidenav_button.gif) no-repeat left top;
}

#sidenav li a:hover {
	color: #555;
}

#sidenav_active a {
	background: url(/images/sidenav_button_on.gif) no-repeat left top !important;
	/*color: #a42022 !important;*/
	color: #333 !important;
	position: relative;
	left: 1px;
}

#content_sidebar .sidebox_simple {
	margin-top: 30px;
	width: 180px;
}

#content_sidebar .sidebox_simple h1 {
	color: #333;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	background: url(/images/sidebox_simple_tab.png) no-repeat left top !important;
	padding: 7px 0 0 15px;
	height:28px;
}


/** TESTIMONIALS **/

#content_sidebar .testimonial {
	padding: 15px 15px;
}

#content_sidebar .testimonial .testimonial_quote {
	text-align: left;
	color: #444;
}

#content_sidebar .testimonial .testimonial_who {
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	color: #444;
}


/****** OTHER *********************************************/

.link {
	display: block;
	width: 100%;
	border: 0 !important;
}

.link a {
	border: 0 !important;
}

.cleara {
	border: 0 !important;
}

.colstack {
	float: left;
	padding-right: 30px;
}

fieldset {
	display: block;
	width: 500px;
	border: 1px solid #CCC;
	background: #F8F8F8;
	padding: 20px;
	margin: 10px auto;
}

label {
	float: left;
	width: 8em;
}

input, textarea {
	border: 1px solid #999;
	padding: 3px;
	margin: 5px;
	width: 250px;
}

textarea {
	width: 95%;
}



.icontainer {
	display: block;

	width: 620px;
	margin: 0 auto;
	clear: left;
}

.icontainer .leftcol {
	float: left;
	width: 275px;
	text-align: center;
	padding-bottom: 30px;
}

.icontainer .rightcol {
}


.icontainer_small {
	width: 550px;
	margin: 0 auto;
	clear: left;
}

.icontainer_small .leftcol {
	float: left;
	width: 170px;
	text-align: center;
	padding-bottom: 30px;
}

.icontainer_small .rightcol {
}

.icontainer_small .logo_leftcol {
	float: left;
	width: 225px;
	text-align: center;
	padding: 15px 0px 10px 30px;
}

.icontainer_small .logo_rightcol {
	float: right;
	width: 225px;
	text-align: center;
	padding: 15px 30px 10px 0px;
}

.container_space {
	float: left;
	height: 10px;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer {
	background: #333434 url(/images/footer_bg.png) repeat-x left top;
	height: 150px;
	color: white;
	padding: 20px;
}

#footer a {
	color: #CCC;
}

#callus {
	font-size: 135%;
	font-weight: 500;
	text-align: center;
	color: #eee;
}

#sitemap {
	background-color: #282828;
	
	padding: 10px 5px 10px 10px;
	border: 1px solid #444;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	
	width: 650px;
}

.sitemap_section {
	float: left;
	padding: 0 20px;
}

.sitemap_section .sitemap_title {
	font-size: 110%;
	margin-bottom: 4px;
	border-bottom: 1px solid #555;
}

.sitemap_section li a {
	font-size: small;
	color: #AAA !important;
	border: 0px;
	line-height: 140%;
}

.sitemap_section li a:hover {
	color: white !important;
	border: 0px;
	border-bottom: 1px solid #a42022;
}

#copyright {
	text-align: center;
	color: #999;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 3px;
}
