/* eric meyer's css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* SVN: $Id: reset.css 524 2007-11-02 20:59:27Z Jason Huck $ */

* {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #777;
}

body {
	background-color: white;
	background-image: url(/site/images/bg_grey.gif);
	background-repeat: repeat-y;
}

a {
	color: #38A;
	text-decoration: none;
}

a:hover {
	color: #E51;
	text-decoration: underline;
}

p {
	margin-bottom: 18px;
}

h1,h2,h3 {
	color: #E51;
	font-weight: normal;
	font-family: georgia, times, serif;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .05em;
	border-top: 1px solid #CCC;
	padding-top: 2px;
	margin-bottom: 10px;
}

h3 {
	color: #38A;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .05em;
	margin: 10px 0;
}

h5, h6 {
	margin-top: 10px;
	margin-bottom: 0;
}

/* Navigation */

#navContainer {
	display: block;
	width: 750px;
	overflow: auto;
}


#navContainer>h6 {
	width: 300px;
	float: left;
	/* padding-top: 10px; */
	margin-left: 13px;
}

#navPrimary,
#navSecondary,
#navTertiary {
	display: block;
	width: 117px;
	float: left;
	overflow: auto;
	padding-left: 20px;
	padding-top: 14px;
	background-image: url(/site/images/bg_nav.gif);
	background-repeat: no-repeat;
}

#navSecondary,
#navTertiary {
	width: 185px;
	padding-left: 0;
	background-image: none;
}

#navSecondary {
	margin-right: 35px;
}

#navTertiary {
	padding-top: 0;
}

#navPrimary>li,
#navSecondary>li {
	margin-top: -4px;
	margin-bottom: 4px;
}

#navPrimary>li>a {
	text-transform: uppercase;
	color: #888;
}

#navSecondary>li>a,
#navTertiary>li>a {
	display: block;
	padding-left: 13px;
	color: #888;
}

#navPrimary>li>a:hover,
#navSecondary>li>a:hover,
#navTertiary>li>a:hover,
#navPrimary>li.ON>a,
#navSecondary>li.ON>a,
#navTertiary>li.ON>a {
	color: #38A;
	text-decoration: none;
}

#navPrimary>li.ON>a {
	font-weight: bold;
}

#navSecondary>li>a:hover,
#navTertiary>li>a:hover,
#navSecondary>li.ON>a,
#navTertiary>li.ON>a {
	background-image: url(/site/images/nav_active.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#navFooter li {
	display: inline;
}

#navFooter li:after {
	content: ' | ';
}

#navFooter li:last-child:after {
	content: '';
}

#navFooter>li>a {
	text-transform: lowercase;
}

#navFooter>li>a:hover {
	text-decoration: none;
}




/* Layout */

#colHeader {
	width: 750px;
	height: 200px;
}
	
#colContainer {
	width: 750px;
	overflow: auto;
	margin-bottom: 50px;
	padding-top: 12px;
	clear: left;
}

#colLeft,
#colCenter,
#colRight {
	display: block;
	width: 250px;
	float: left;
}

#colLeft {
	width: 132px;
	padding-left: 18px;
}

#colCenter {
	width: 400px;
}

#colRight {
	width: 200px;
}

#colFooter {
	clear: left;
	width: 450px;
	padding-left: 150px;
	padding-top: 8px;
	margin-left: 150px;
	border-top: 1px solid #E0E4E7;
	height: 60px;
	background-repeat: no-repeat;
}

#colFooter * {
	font-size: 10px;
	line-height: 12px;
	color: #AAA;
}

#colFooter p {
	margin-top: 14px;
}

#logo>a {
	display: block;
	width: 450px;
	height: 110px;
	background-image: url(/site/images/logo.png);
	background-repeat: no-repeat;
}

span.hidden {
	display: none;
}

#ObjectyMe {
	clear: left;
	width: 750px;
	height: 200px;
}




/* MISC */

ul.bulleted {
	list-style: disc outside;
	padding-left: 15px;
}

#rss {
	display: block;
	margin-left: 25px;
	/* margin-top: 50px; */
	padding-top: 5px;
	border-top: 1px solid #ccc;
	
}


/* Collapsible Definition Lists */

dl.collapsible > dt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2px;
	padding-left: 12px;
	background-image: url(/site/images/disclosure_closed.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	background-color: #f5f5f5;
	color: #728896;
	font-family: georgia, times, serif;
	font-size: 12px;
	margin-bottom: 6px;
	cursor: pointer;
}

dl.collapsible > dt:hover {
	background-color: #e5e5e5;
}

dl.collapsible > dt.current {
	background-image: url(/site/images/disclosure_open.gif);
	background-color: white;
	/* margin-bottom: 0; */
	border-bottom: none;
}

/* Fancy Unordered Lists */

ul.ruledlist {
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #E0E0E0;
	margin-bottom: 6px;
}

ul.ruledlist > li {
	margin-left: 24px;
	border-left: 2px solid #A9AAAC;
	padding: 6px;
	padding-left: 8px;
	border-bottom: 1px solid #ddd;
}

ul.ruledlist > li:last {
	border-bottom: none;
}

ul.ruledlist > li > ul {
	margin-left: 36px;
}

ul.ruledlist > li > ul > li {

}

ul.condensed > li {
	border-bottom: none;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* Next Links */

a.nextlink {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2px;
	padding-left: 12px;
	background-image: url(/site/images/disclosure_closed.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	background-color: #f5f5f5;
	color: #728896;
	font-family: georgia, times, serif;
	font-size: 12px;
	margin-bottom: 6px;
	cursor: pointer;
}

a.nextlink:hover,
a.nextlink span:hover {
	text-decoration: none;
}

a.nextlink span {
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
}


img.partnerlogo {
	float: right;
	margin-right: -140px;
}


#colLeft {
	background-image: url(/site/images/marker.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	height: 50px;
}


#slides {
	display: block;
	width: 400px;
	height: 500px;
	overflow: hidden;
}

#slides li {
	display: table-cell;
	width: 400px;
	height: 500px;
	overflow: hidden;
	/* float: left; */
}

a.ssbtn {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	background-color: #BFBFBF;
	color: white;
	margin-right: 5px;
	font-size: 10px;
	padding: 0 2px;
}

a.ssbtn:hover {
	text-decoration: none;
}

a.ssbtn.disabled {
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background-color: #F4F4F4;
}

#slides strong {
	color: #38A;
	font-weight: normal;
	margin-left: 5px;
}

#colDouble {
	width: 600px;
	margin-left: 150px;
	padding-top: 12px;
	clear: both;
	overflow: auto;
}

#colFooter {
	background-image: url(/site/images/tagline.png);
}

#csNav {
	display: block;
	width: 100%;
}

#csNav li {
	display: block;
	width: 165px;
	height: 165px;
	float: left;
	margin: 10px 20px 20px 0;
}

#csNav>li>a>nobr {
	color: #38A;
}

#csNav a:hover {
	text-decoration: none;
}

#csNavVertHead {
	border-top: 1px solid #ccc;
}

#csNavVertHead,
#csNavVertical {
	margin-left: 25px;
}

#csNavVertical nobr {
	display: block;
	clear: left;
	margin-top: 10px;
	color: #38A;
}

#csNavVertical a {
	text-decoration: none;
}

#logo {
	margin: 0;
	padding: 0;
}

div.vcard {
    padding: 12px 1px;
}

div.vcard div,
div.vcard span,
div.vcard abbr {
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}

div.vcard abbr {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #FA5105;
    padding: 0 3px 0 0 ;
}

div.vcard .fn {
    font-weight: bold;
}

div.vcard .tel {
    float: left;
}

/*  contact info */
div.vcard *.tel~*.tel:before {
    content: " | ";
    padding: 0 6px 0 7px;
}


/*  Form */
form {
    margin: 0 0 30px 0 !important;
}

input,
textarea,
select,
button {
    font-size: 11px;
    border: 1px solid #B1B1B1;
    padding: 2px;
    margin: 3px 0;
    color: #666;
    background-color: #EEE;
}

input[type="file"],
input[type="text"],
textarea {
    color: #000;
    padding-left: 5px;
}

input[type="file"],
input[type="submit"],
input.submit,
button {
    padding: 1px;
    color: #66A3C2;
    font-size: 11px !important;
    font-family: Georgia !important;
    text-transform: uppercase;
}

input[type="submit"],
input.submit,
button {
    display: inline;
    float: right;
    margin-left: 10px;
}

input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0px 3px -3px 5px;
    display: inline-block;
    background-color: #FFF !important;
    border:none;
    color: #B1B1B1 !important;
}

fieldset {
    padding: 0px;
    border: 1px solid #B1B1B1;
    margin: 30px 0 10px 0;
}

fieldset>*{
    margin-left: 5px;
}

fieldset input[type="file"],
fieldset input[type="submit"],
fieldset input.submit,
fieldset button {
    margin-left: 0px !important;
}

legend {
    color: #FA5105;
    font-size: 11px;
    font-weight: normal;
    margin: 0 15px;
    padding: 0 5px;
}

label {
    font-size: 11px;
    color: #666;
    display: block;
    line-height: 10px;
    margin: 4px 8px;
    padding-left: 0px;
}

form {
    width: 448px;    
}

fieldset {
    width: 446px;    
}

label>* {
    width: 422px;
}

select {
    width: 428px;
}


label[for="category"] {
    margin-top: 10px;
}

label[for="category1"],
label[for="category2"]  {
    display: block;
    padding: 8px 0 0 0;
    line-height: 16px;
}

label[for="Message"]  {
    margin-top: 20px;
}

textarea {
    width: 421px;    
}

label[for="First_Name"],
label[for="First_Name"]>* {
    width: 185px;
    float: left;
    display: inline;
}

label[for="Last_Name"],
label[for="Last_Name"]>* {
    width: 220px;
    float: left;
    margin-right: 0px;
    display: inline;
}

label[for="Title"],
label[for="Title"]>* {
    width: 150px;
    float: left;
    display: inline;
}

label[for="Company"],
label[for="Company"]>* {
    width: 255px;
    float: left;
    margin-right: 0px;
    display: inline;
}

label[for="Email"],
label[for="Email"]>* {
    width: 215px;
    float: left;
    display: inline;
}

label[for="Phone"],
label[for="Phone"]>* {
    width: 190px;
    float: left;
    margin-right: 0px;
    display: inline;
}

#Email {
	display: none;
}

/*  Google Map */
div#map {
   width:447px;
   height:500px;
}

div#popup {
    background:#EFEFEF;
    border:1px solid #B1B1B1;
    margin:0px;
    padding:3px;
    width:220px;
    height:auto;
}

div#popup * {
    font-size: 11px;
}

div#popup h2 {
    font-size: 12px;
    margin: 0;
    padding: 0px;
}

div#popup p {
    margin: 0;
    padding: 3px 0px;
}

