/* Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;/*line-height:1.125em;  16x1.125=18px */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* End of HTML5 Reset /////////////////////////////////////////////////////// */ 

/* Common settings for site wide */

/* Form fields */
input, textarea {
	border:1px solid #c6c6c6;
	padding:4px;
	text-align:left;
	margin: 2px;
	-moz-border-radius:4px;
	border-radius: 4px;
}
/* All text content, forms and tables */
h1, h2, h3, h4, h5, h6, p, table, form {
	padding-right: 10px;
	padding-left: 10px;
}
/* links */

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #003;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #003;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #600;
}
/* Images */
img.right {
	float: right;
	clear: right;
	margin: 10px;
}
/* text */
p {
	text-decoration: none;
	margin-bottom: 10px;
}
body {
	/* [disabled]background-image: url(../images/layout/body-bkgd.png);
*/
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}
body, p {
	font-family: Verdana, Geneva, sans-serif;
	color: #003;
	font-size: 11px;
	line-height: 16px;
}
/* Rounded Corners ////////////////////////////////////////////////////////////// */
.rounded-four {
	border-radius: 4px;
}
.rounded-bottom {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.rounded-top {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
#container {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	height: 150px;
}
/*Top Navigation bar */
#topnav {
	float: left;
	height: 35px;
	width: 995px;
	overflow: hidden;
	background-image: url(../images/layout/topnav-bkgd.jpg);
	background-repeat: repeat-x;
}
#topnav ul {
	float: left;
	width: 995px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#topnav ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	float: left;
	z-index: 2;
	background-image: url(../images/layout/topnav-div.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#topnav ul li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	margin-right: 2px;
	list-style-type: none;
	padding-top: 10px;
	text-align: center;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	height: 35px;
}
#topnav ul li a:hover {
	background-image: url(../images/layout/topnav-bkgd_reverse.jpg);
	display: block;
	background-repeat: repeat-x;
}
#topnav ul li.searchbox {
	background-image: none;
	float:right;
	position: relative;
	margin-right: 20px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
#topnav li.searchbox input {
	vertical-align: middle;
	padding: 2px;
	font-size: 11px;
}
#topnav ul li.last {
	float:none;
	overflow:hidden;
}
#logo {
	float: left;
	width: 275px;
	background-image: url(../images/general/logo2.png);
	background-repeat:no-repeat;
	height: 140px;
	margin-top: 10px;
}
#topbanner {
	width: 700px;
	float: left;
	margin-top: 20px;
	height: 120px;
	margin-left: 20px;
/*	background-color: #006;*/

/*	background-image: url(../images/general/10774218_l.png);*/

}
/*#searchbox {
	margin: 0px;
	color: #FFF;
}
#searchbox input {
	margin: 0px;
	padding:0px;
}*/

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
#mainpage {
	float: left;
	padding-bottom: 10px;
	/* [disabled]background-image: url(/images/layout/page_bg.jpg);
*/
	background-repeat: repeat-y;
	background-color: #FFF;
	padding-top: 10px;
}
#content {
	width: 815px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003;
}
#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	background-color: #E77817;
	color: #ffffff;

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 30px;
	
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #E77817;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#content h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #003960;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#content h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	color: #E77817;
}
#content h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
#linkstrap {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0C244A;
	background-color: #E77817;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#linkstrap p {
	font-size: 12px;
}
#linkstrap a:link, #linkstrap a:visited, #linkstrap a:hover, #linkstrap a:active, #linkstrap a:focus {
	color: #FFF;
}
/* ~~ The footer styles ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #0C244A;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* ~~ Price Box ~~ */

.content_divider {
	width: 600px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 1px;
	clear: both;
	/*float: left;*/
	margin-left: 10px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, #content ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003;
	padding-left: 45px;
	margin-bottom: 20px;
	line-height: 16px;
}
#content ul.inline {
	width: 655px;
	padding-right: 10px;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content ul.inline li {
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(/images/general/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 4px;
	display: inline-block;
}
#content table {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 95%;
}
#content .highlight {
	font-weight: bold;
	color: #900;
}
#content .highlighted_box {
	color: #FF0;
	background-color: #600;
	padding: 10px;
	margin: 10px;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* navigation */
nav {
	width: 180px;
	float: left;
}
nav ul {
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
nav li {
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #A2B7C6;
	background-color: #e2ecf1;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-style: solid;
	border-top-width: 0px;
	text-shadow:1px 0px 1px #fff;
}
nav li.title {
	color: #FFF;
	font-size: 14px;
	display: block;
	background-color: #E77817;
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-shadow:none
}
nav li a:link {
	text-decoration: none;
	color: #003960;
}
nav li a:visited {
	text-decoration: none;
	color: #003960;
}
nav li a:hover {
	color: #E77831;
	text-decoration: none;
}
nav li a:active {
	text-decoration: none;
	color: #999;
}
nav ul a.selected:link {
	color: #003;
}
nav ul a.selected:visited {
	color: #003;
}
nav ul a.selected:hover {
	color: #990000;
}
nav ul a.selected:active {
	color: #003;
}
/* Default Table ////////////////////////////////////////////////////////////// */
table {
	width:100%;
	margin:0 0 30px 0;
	border:1px solid #d7d7d7;
	border-collapse:collapse;
}
table thead th {
	font-weight:bold;
	background-color: #8abdd6;
}
table th {
	color:#082E63;
}
table th, table td {
	padding:7px;
	border-bottom:1px solid #d7d7d7;
}
table tbody .oddrow th, table tbody .oddrow td {
	background-color: #FBE8C8;
}
table tfoot th {
	background:#dadada;
}
.hidden {
	display:none;
}
.teammember {
	float: left;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F1F5F8;
	border: 1px solid #999;
	-moz-box-shadow:    3px 3px 3px 0px #ccc;
	-webkit-box-shadow: 3px 3px 3px 0px #ccc;
	box-shadow:         3px 3px 3px 0px #ccc;
}
.memberpic {
	float: left;
	width: 165px;
	margin: auto;
}
.membertext {
	float: right;
	width: 620px;
}
#photoShow {
	width: 430px;
	height: 320px;
}
#photoShow img {
	-moz-box-shadow:    3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow:         3px 3px 3px 1px #ccc;
}
#photoShow div {
	position: absolute;
	z-index: 0;
}
#photoShow div.previous {
	z-index: 1;
}
#photoShow div.current {
	z-index: 2;
}
.testimonial {
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	background-color: #f9dbc1;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.testimonial p{
	font-family: Georgia, serif;
	font-size:14px;
	color: #666;
	text-shadow: 0 1px 0 #ECFBFF;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f9dbc1;
	margin: 0 0 0 25px;
}
.testimonial-author {
	margin: 0 0 30px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 20px;
	text-align:left;
}
.testimonial-author span {
	font-size: 14px;
	color: #666;
}

iframe {
	margin: 10px;
}
form.customer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	counter-reset: fieldsets;
	width: 700px;
	background-color: #A3BEE7;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
form.customer fieldset {
	border: none;
	margin-bottom: 10px;
}
form.customer fieldset:last-of-type {
	margin-bottom: 0;
}
form.customer legend {
	color: #384313;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #A5BFE7;
}
/*form.customer > fieldset > legend:before {
	content: "Step " counter(fieldsets) ": ";
	counter-increment: fieldsets;
}*/			
form.customer fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}
form.customer ol {
	padding-left: 0px;
}
form.customer ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 5px;
}
form.customer ol li p {
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 0px;
}
form.customer ol ol li {
	background: none;
	border: none;
	float: left;
}
form.customer label {
	float: left;
	font-size: 13px;
	width: 130px;
	height: 30px;
}

form.customer input, form.customer textarea {
	width: 472px;	
}
