#custom-captcha div{
	height: 100px!important;
}

/* = RESET STYLES = */
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, a img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* = DEFAULT STYLES = */
body {
	text-align: center;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #FFF;
}

/* DEFAULT - LINKS */
a {
	text-decoration: none;
	font-weight: bold;
    color: #000;
}
a:hover {
	text-decoration: underline;
}

/* DEFAULT - CLEARS */
.clear {
	clear: both;
	height: 0;
	width: 0;
	display: block;
}
.clear-right {
	clear: right;
	height: 0;
	width: 0;
}
.clear-left {
	clear: left;
	height: 0;
	width: 0;
}

/* = PAGE = */
#page {
	width: 1000px;
	margin: 0 auto;
}

/* = HEADER = */
#header {
	position: relative;
	height: 140px;
	margin-top: 20px;
	margin-bottom: 60px;
}

/* HEADER - LOGO */
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 30px;
}
#header #logo img {
	width: 500px;
}
#header #logo:hover img {
	opacity: .7;
}


/* HEADER - CALL TO ACTION */
#header #c2a {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
#header #c2a #tagline {
}
#header #c2a #slogan {
	color: #e96524;
	font-weight: bold;
	font-size: 35px;
	font-style: italic;
}
#header #c2a #number {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
}
#header #c2a #email1 {
	color: #00a6e4;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}
#header #c2a #email1 a {
	text-decoration: none;
}
#header #c2a #number {
}

/* = NAVIGATION = */
#nav {
	padding: 0;
	position: relative;
	z-index: 50;
	background: #124887;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav ul li {
	float: left;
	position: relative;
	min-width: 167px;
}
#nav ul li a:hover {
	background: #00a6e4;
	color: #ffffff;
	text-decoration: none;
}
#nav ul li.current a {
	background: #00a6e4;
	color: #ffffff;
}
#nav ul li a {
	display: block;
	padding: 10px 38px;
	color: #e96524;
	font-size: 18px;
	font-weight: 100
}
#nav ul li a:hover, #nav ul li.current a, #nav ul:hover li.current:hover a, #nav > ul > li:hover > a {
}

/* #nav ul li.current a {
	background: #00a6e4;
	color: #ffffff;
}
*/
/* NAVIGATION - DROP-DOWN */
#nav ul ul {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: auto;
	z-index: 50;
}
#nav > ul > li:hover > ul {
	visibility: visible;
}
#nav ul ul li {
	float: none;
}
#nav ul ul li a {
	float: none;
	padding: 5px 15px;
	height: auto;
	line-height: normal;
}
#nav ul ul li a.first {
}
#nav ul ul li a:hover {
}

/* NAVIGATION - DROP-DOWN - TIER THREE */
#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
	width: 100%;
	height: auto;
	z-index: 50;
}
#nav ul ul > li:hover ul {
	visibility: visible;
}
#nav ul ul ul li {
	float: none;
}
#nav ul ul ul li a {
	float: none;
	height: auto;
	line-height: normal;
}
#nav ul ul ul li a.first {
}
#nav ul ul ul li a:hover {
}

/* = BANNER = */
#banner {
	width: 1000px;
	height: 400px;
}
#banner ul#slider {
	width: 1000px;
	height: 400px;
	list-style: none;
}
#banner div.rhino-container, #banner div.rhino-container li.rhino-item {
}

/* = CONTENT = */
#content {
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}

/* CONTENT - HEADINGS */
h1 {
	font-size: 24px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e96524;
}
h2 {
	font-size: 24px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e96524;
}
h3 {
	font-size: 24px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e96524;
}
h4 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}
h5 {
}

/* = PRIMARY = */
#primary {
	font-size: 16px;
	padding: 20px 0;
}
#primary.home {
	float: left;
	width: 675px;
}
#primary.full-width {
	width: 1000px;
}
#primary p {
	margin: 15px 0;
}
#primary hr {
	height: 1px;
	border: none;
	background: #CCC;
}

/* PRIMARY - IMAGES */
#primary img.inline-left {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
	float: left;
	margin: 5px 15px 5px 0;
}
#primary img.inline-right {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
	float: right;
	margin: 5px 0 5px 15px;
}

/* PRIMARY - DUEL LISTS - two lists side by side */
div.dual-lists ul {
	float: left;
	width: 40%;
	margin: 0 1%;
	padding: 0;
}

/* = SIDEBAR = */
#sidebar {
	float: right;
	width: 250px;
	background: #124887;
	padding: 20px;
}
#sidebar iframe {
	padding: 20px 0 0 0;
	width: 100%;
	height: 200px;
}

/* SIDEBAR - FORM */
#sidebar form textarea {
}
#sidebar form input[type="submit"] {
}

/* = FORM = */
form {
	text-align: left;
	list-style-type: none;
}

/* FORM - LABEL */
form label {
	cursor: pointer;
	clear: both;
	margin: 10px 0 0 0;
	font-weight: bold;
	display: block;
}

/* FORM - INPUT FIELDS */
form input[type="text"] {
	border: 1px solid #999;
	border-radius: 3px;
	clear: both;
	width: 99%;
	padding: 3px 0px;
}
form input {
}
form input:focus, form textarea:focus {
	background: #FFC;
}

/* make field background yellow when filling out */
form textarea {
	resize: vertical;
	border: 1px solid #999;
	border-radius: 3px;
	clear: both;
	height: 80px;
	width: 99%;
	padding: 3px 0px;
}

/* FORM - CAPTCHA */
form #hiddencheckbox {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 0;
	width: auto;
}
form input[type="checkbox"] {
	border: none;
}
form a {
	display: block;
	float: left;
	clear: both;
}

/* FORM - SUBMIT BUTTON */
form input[type="submit"] {
	border: 1px solid #999;
	border-radius: 3px;
	clear: both;
	width: 99%;
	padding: 3px 0px;
	margin: 10px 0;
	float: left;
	width: 100%;
	display: block;
	clear: both;
	background: #e96524;
	text-transform: uppercase;
}
form input[type="submit"]:hover {
	background: #ededee;
}
form input[type="submit"]:active {
	background: #FFC;
}


/* = INTERIOR PAGE STYLES = */
p {
  margin: 15px 0;
  text-align: justify;
}
li {
}

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

/* columns - based on 12 column grid - add column numbers to equal 12 - 
 * use column-left with .column-# then use .column-right for your last column - wrap inside .column and add 'clearfix'
 */
.columns {
  margin: 15px 0;
}
.column-3 {
    width: 22.666%;
}
.column-4 {
    width: 31.333%;
}
.column-5 {
    width: 41.333%;
}
.column-6 {
    width: 48.5%;
}
.column-7 {
    width: 55.666%;
}
.column-8 {
    width: 65.666%;
}
.column-9 {
    width: 73.5%;
}
.column-left {
    float: left;
    margin: 0 3% 0 0;
}
.column-right {
    float: right;
}
.style-list {
    list-style: disc;
    padding-left: 16px;
    margin: 15px 0;
    font-size: 16px;
}
.clear-both {
    clear: both;
}
.text-center {
    text-align: center;
}
.center {
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline-block {
    display: inline-block;
}
.image {
    min-height: 167px;
    min-width: 167px;
}
.img-bg {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
}
.clear-below-20 {
    margin-bottom: 20px;
}
.clear-below-40 {
    margin-bottom: 40px;
}
.clear-below-60 {
    margin-bottom: 60px;
}
.clear-below-80 {
    margin-bottom: 80px;
}
.clear-below-100 {
    margin-bottom: 100px;
}
.up-20 {
    position: relative;
    bottom: 20px;
}
.up-40 {
    position: relative;
    bottom: 40px;
}
.up-60 {
    position: relative;
    bottom: 60px;
}
.up-80 {
    position: relative;
    bottom: 80px;
}
.up-100 {
    position: relative;
    bottom: 100px;
}
.left-20 {
    position: relative;
    left: 20px;
}
.left-40 {
    position: relative;
    left: 40px;
}
.left-60 {
    position: relative;
    left: 60px;
}
.left-80 {
    position: relative;
    left: 80px;
}
.left-100 {
    position: relative;
    left: 100px;
}
.down-20 {
    position: relative;
    top: 20px;
}
.down-40 {
    position: relative;
    top: 40px;
}
.down-60 {
    position: relative;
    top: 60px;
}
.down-80 {
    position: relative;
    top: 80px;
}
.down-100 {
    position: relative;
    top: 100px;
}
.right-20 {
    position: relative;
    right: 20px;
}
.right-40 {
    position: relative;
    right: 40px;
}
.right-60 {
    position: relative;
    right: 60px;
}
.right-80 {
    position: relative;
    right: 80px;
}
.right-100 {
    position: relative;
    right: 100px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* = FORM = */
#contact-form-container {
    background: none;
    border: 2px solid #333;
    width: 396px;
    padding: 20px;
    margin: 30px 85px 60px 0;
    position: relative;
    border-radius: 5px;
    float: right;
}
#contact-form-container.center-form {
    float: none;
    margin: 30px auto;
}

/* = CONTACT PAGE = */
.address-left {
    float: left;
    width: 380px;
    margin: 10px 0 0 35px;
}
.address-left p {
    display: block;
    width: 340px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 30px;
}
.contact form {
    text-align: left;
    list-style-type: none;
    width: 100%;
}

/* FORM - LABEL */
.contact label {
    cursor: pointer;
    float: left;
    clear: both;
    margin: 5px 0 0 0;
    color: #333;
    font-size: 18px;
}
.contact label:first-child {
    margin: 0;
}
.contact .required {
    font-weight: bold;
    color: #F00;
}
.contact #req-field-desc {
    font-style: italic;
    margin: 5px 0 0;
    clear: both;
}

/* FORM - INPUT FIELDS */
.contact input[type="text"] {
    border-radius: 3px;
}
.contact input {
    border: 1px solid #999;
    width: 97%;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
}
.contact input:focus, form textarea:focus {
    outline: none;
    background-position: 0 -1.7em;
}

/* make field background color change when filling out */
.contact textarea {
    resize: vertical;
    height: 80px;
    width: 97%;
    border: 1px solid #999;
    font-family: arial, sans-serif;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
}

/* FORM - CAPTCHA */
.contact form #hiddencheckbox {
    display: block;
}
.contact form #hiddencheckbox label {
  float: right;
  margin: 12px 52px 15px 0;
  width: 265px;
}
.contact form #hiddencheckbox input[type="checkbox"] {
    float: left;
    width: 16px;
    border: none;
    clear: none;
    position: relative;
    top: 15px;
}
.contact form a {
    display: block;
    float: left;
    clear: both;
}

/* FORM - SUBMIT BUTTON */
.contact form input[type="submit"] {
    width: 100%;
    background: #ccc;
    border-radius: 8px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}
.contact form input[type="submit"]:hover {
    background: #555;
    color: #FFF;
}

iframe {
    border: 1px solid #000;
    margin: 10px 0 5px;
}

/* = SITEMAP PAGE = */
.sitemap-page {
    margin: 20px auto;
    display: block;
    width: 500px;
}

.sitemap-page li {
    list-style: none;
    margin: 0;
}

.sitemap-page li a {
    text-decoration: none;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.sitemap-page li a:hover {
    color: #000;
    text-decoration: underline;
}
/* = FOOTER = */
#footer {
	padding: 20px;
	background: #333333;
}
#footer #sitemap {
	float: left;
	text-align: left;
	text-transform: uppercase;
	padding-top: 10px;
}
#footer #contact-info .social {
	float: left;
	padding-left: 45px;
}
#footer #contact-info .social img {
	width: 30px;
}
#footer #copyright {
	padding-top: 10px;
	float: right;
	text-align: right;
	color:#ffffff;
}

/* FOOTER - LINKS */
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #E96524;
}

/* FOOTER - SITEMAP LINKS */
#footer ul {
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin: 0 10px 0 0;
}