@import url(style_editor_2711.css);
a, a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}
body {
	background-color: #fff;
}
body, p, td, th, li {
	
		font-size: 10pt;
	
	
		font-family: arial,sans-serif;
	
}

.menu, a:link.menu, a:visited.menu {
	color: #000;
	font-size: 14px;
	font-family: arial,sans-serif;
}
#menuList {
	background-color: #2c4b7a;
}
#menuList li a {
	border-right: 1px solid #000;
}
/*********************************** GLOBAL RESET */

* {
 font-weight: inherit;
 font-family: inherit;
 font-style: inherit;
 font-size: 100%;
 border: 0 none;
 outline: 0;
 padding: 0;
 margin: 0;
}

.clearfix {
 display:inline-block;
}

html[xmlns] .clearfix {
 display:block;
}

* html .clearfix {
 height:1%;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*********************************** BODY */

body.externalSite {
 margin: 0;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 background-color: #cccccc;
 background-image: url(/clients/2252/263474.png);
 background-repeat: repeat-x;
 color: #111111;
 text-align: center;
 word-wrap:break-word;
}

p {
 line-height: 1.5em;
 margin: 0px;
 padding: 0px;
 padding-bottom: 1.5em;
}

a {
 color: #336699;
 text-decoration: none;
}

a:link {
 color: #336699;
 text-decoration: none;
}

a:visited {
 color: #336699;
 text-decoration: none;
}

li {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-left: .5em;
}

ul {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-left: 2.5em;
}

ol {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-left: 2.5em;
}

.tiny {
 font-size: .8em;
}

/*
.clearAll {
 clear: both;
 overflow: hidden;
}
*/

.right {
 float: right;
}

.left {
 float: left;
}

/*********************************** MENU CSS */

/*** CUSTOMIZE FOR THIS SITE ***/

#menuBar {
 width: 100%;
 height: 2.5em;
 z-index: 2 !important;
 clear: both;
}

.sf-menu li {
 background: #555555;
}
.sf-menu li a {
 border-color: #444444;
}
.sf-menu li a, .sf-menu li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
 color: #ffffff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
 background: #777777;
}
.sf-menu li li {
 background: #666666;
}
.sf-menu li li a {
 border-color: #444444;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
 background: #888888;
}
.sf-menu li li li {
 background: #888888;
}
.sf-menu li li li a {
 border-color: #666666;
}

.sf-menu li li li:hover, .sf-menu li li li.sfHover,
.sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
 background: #999999;
}

/*********************************** CONTAINER (change width of site here) */

#container {
 width: 960px;
 margin: 0;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 background-color: transparent;
 text-align: left;
}

/*********************************** BANNER */

#bannerBar {
 width: 100%;
 clear: both;
 background-color: #ffffff;
 overflow: hidden;
}

#bannerBar p {
 margin: 0;
 padding: 0;
 line-height: 0;
}

/*********************************** BODYCONTENT */

#bodyContent {
 padding-top: 1em;
 clear: both;
 background-color: #FFFFFF;
 z-index: 1 !important;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
}

/*********************************** USERBAR */

#guestBar {
 background-color: #F9F9F9;
 border: 1px dotted #E1E2E3;
 color: #555555;
 font-size: .85em;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 1.5em;
 padding: .5em;
 width: 95%;
 height: 1.25em;
}

#guestBar a {
 color: #336699;
 padding: .25em;
 cursor: pointer;
 cursor: hand;
}

#guestBar a:hover {
 color: #111111;
 background-color: #e1e2e3;
}

/*********************************** CONTENT */

#content {
 margin: 0;
 padding: 0;
 padding-left: 20px;
 padding-right: 20px;
 width:915px;
}

#content_withRecentUpdates {
 margin: 0;
 padding: 0;
 padding-left: 20px;
 padding-right: 20px;
 width: 65%;
 float: left;
}

/*********************************** FOOTER */

#footer {
 clear: both;
 display: block;
}

#copyrightNotice {
 color: #555555;
 padding: 1em;
 text-align: center;
 font-size: .8em;
}

.siteAgency {
 padding: .5em;
}

.powered_by_pier a {
 display: block;
 clear: both;
 width: 15em;
 margin-right: auto;
 margin-left: auto;
 margin-top: .5em;
 color: #336699;
 padding: .5em;
 font-size: .9em;
}

.powered_by_pier a:hover {
 color: #cc6600;
 background-color: #e1e2e3;
}

/*********************************** HEADERS */

h1 {
 margin: 0;
 padding: 0;
 padding-bottom: .5em;
 background-color: transparent;
 color: #111111;
 display: block;
 font-size: 1.6em;
 letter-spacing: 0;
 text-align: left;
}

h2 {
 margin: 0;
 padding: 0;
 padding-top: .25em;
 padding-bottom: .25em;
 background-color: transparent;
 color: #333333;
 display: block;
 font-size: 1.4em;
 letter-spacing: 0;
 text-align: left;
}

.headline_wrapper {
 border-bottom: 1px solid #E1E2E3;
 margin-bottom: 1.5em;
 padding-bottom: 1em;
}

h1.headline {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: normal;
}

h2.subheading {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: normal;
}

/*********************************** DOCUMENTS */

.content_top {
 clear:both;
 display:block;
 line-height:1.5em;
 padding-bottom:1em;
 width:100%;
}

#forImmediateRelease {
 margin:0;
 padding:0;
 padding-top: 1em;
 font-weight: bold;
}

#postDateBar {
 margin: 0;
 padding: 0;
 padding-top: 1em;
 background-color: transparent;
 color: #666666;
 float: right;
 font-style: italic;
 font-weight: normal;
}

#headlines {
 text-align: left;
 font-weight: normal;
}

#headlines .subheading {
 font-size: 1em;
 font-weight: normal;
}

.headline a, .headline a:active {
 color: #336699;
}

.signature {
 color: #666666;
 font-style: italic;
 line-height: 1.5em;
 padding-bottom: 1em;
}

/*********************************** FLOWPLAYER */

#player {
 background-color:#000000;
 display:block;
 margin-right:auto;
 margin-left:auto;
 margin-bottom:.5em;
}

/*********************************** IMAGES */

#content img {
 max-width: 600px; 
 width: expression(this.width > 600 ? 600: true);
}

.imageDocument {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 margin-left:auto;
 margin-right:auto;
 max-width:600px;
 padding: .5em;
}

.imageDocument p {
 margin:0;
 padding:0;
}

.caption {
 margin-top:.5em;
}

.caption p {
 background-color:#FFFFFF;
 border:1px solid #E1E3E4;
 color:#555555;
 font-size:.9em;
 margin: 0;
 padding:1em;
}

.imageWrapper {
 background-color: #f9f9f9;
 border: 1px solid #cccccc;
 background:transparent url(/clients/2252/263474.png) repeat-x scroll 0 0;
 padding:0.5em;
}

.imageWrapper img {
 background-color: #ffffff;
 padding: .25em;
 border: 1px solid #cccccc;
}

.imageName {
 background-color:#FFFFFF;
 border:1px solid #E9E9E9;
 font-size:0.9em;
 margin-top:0.25em;
 padding:0.5em;
}

ul.gallery {
 margin:0;
}

.gallery li {
 display: inline;
 list-style: none;
 width:20%;
 min-height:15em;
 float: left;
 margin:0.5em;
 text-align: center;
}

/*********************************** DOC LISTS */

#documentTypeName {
 border-bottom:1px dotted #CCCCCC;
 border-top:1px dotted #CCCCCC;
 color:#333333;
 padding-top:0.5em;
}

.odd {
 padding: 1em;
 display: block;
 background-color: #f9f9f9;
 border-bottom: 1px dotted #cccccc;
 border-top: 1px dotted #cccccc;
 list-style-type: none;
 float: left;
 width:93%;
}

.even {
 background-color:#FFFFFF;
 display:block;
 list-style-type:none;
 padding:0 1em;
 float: left;
 width:93%;
}

#archiveMessage, #documentTypeDescription, #documentTypeChildren {
 padding-bottom: .5em;
 margin-bottom: .5em;
}

ul#documentList {
 clear:both;
 float:left;
 margin:0 0 0 1.5em;
 padding:0;
 width:100%;
}

#documentList .odd .uploadedIconLarge {
 margin: 0;
 padding: .25em;
 border: 1px solid #cccccc;
 background-color: #ffffff;
}

#documentList .even .uploadedIconLarge {
 margin: 0;
 padding: .25em;
 border: 1px solid #cccccc;
 background-color: #f1f1f1;
}

#documentList .extraInfo {
 float: right;
}

#documentList .documentInfo {
 float: left;
}

#documentList .show_extraInfo {
 width:68%;
}

#documentList .uploadCaption {
 background-color:#FFFFFF; 
 border:1px solid #E1E3E4;
 color:#555555;
 font-size:0.9em;
 margin:0;
 padding:1em;
}

#documentList .odd .documentType {
 background-color:#FFFFFF;
 color:#777777;
 display:block;
 float:left;
 font-size:0.9em;
 margin-left:0.5em;
 padding:0.5em;
 max-width:125px;
}

#documentList .even .documentType {
 background-color:#F5F5F5;
 color:#777777;
 display:block;
 float:left;
 font-size:0.9em;
 margin-left:0.5em;
 padding:0.5em;
 max-width:125px;
}

.postDate {
 color:#555555;
 font-size:0.8em;
 margin:0 0 0.5em;
 padding:0;
}

#documentList .headline {
 margin:0;
 margin-bottom:.25em;
 padding:0;
}

#documentList .subheading {
 margin:0;
 margin-bottom:.5em;
 padding:0;
 color:#444444;
 font-size:0.95em;
}

.documentType_image {
 float:left;
}

.documentType_archived {
 color:#555555;
 font-size:0.8em;
}

#archiveFooter {
 border-top: 1px dotted #CCCCCC;
 margin-bottom: 2em;
 margin-top: 2em;
 padding: 0.5em;
 text-align: center;
 clear: both;
}

.pager {
 color: #336699;
 font-size: 0.9em;
 padding: 1em;
 text-align: center;
 display: block;
 clear: both;
}

.pager a:link, .pager a:visited {
 color: #336699;
}

.pager a:hover {
 color: #336699;
}

.pager .pager_selected {
 font-weight: bold;
 color: #555555;
}

/*********************************** INJECTED DOCUMENTS */

.injectedDocumentList {
 list-style-type: none;
 overflow: hidden;
}

ul.injectedDocumentList {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
}

.injectedDocumentList li {
 display: block;
 clear: both;
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-bottom: .5em;
 border-bottom: 1px dotted #E1E2E3;
}

.injectedDocumentList .tiny {
 display: block;
 padding-bottom: .5em;
}

.injectedDocumentList .headline {
 display: block;
 padding-bottom: .25em;
}

.injectedDocumentList .subheading {
 display: block;
 padding-bottom: .25em;
 color: #444444;
 font-size:.95em;
}

.injectedDocumentList .documentInfo_wrapper {
 width: 100%;
}

.injectedDocumentList .documentInfo {
 padding-left: .5em;
}

.injectedDocumentList .fileInfo {
 clear: both;
 display: block;
 margin: 0;
 padding: 0;
 width: 100%;
}

.injectedDocumentList .typename {
 background-color: #F5F5F5;
 color: #777777;
 display: block;
 float: left;
 font-size: 0.9em;
 margin-bottom: 0.5em;
 padding: 0.5em;
 width: 100%;
}

.injectedDocumentList .typeimage {
 float: right;
 height: 16px;
 width: 16px;
}

.injectedDocumentList .date_typeimage_wrapper {
 clear: both; 
 display: block; 
 height: 1.5em; 
 width: 100%;
}

.injectedDocumentList .typeimage img {
 border: 0;
}

/*********************************** INJECTED FEEDS */

.injectedFeedList {
 list-style-type: none;
 overflow: hidden;
}

ul.injectedFeedList {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
}

.injectedFeedList li {
 display: block;
 clear: both;
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-bottom: .5em;
 border-bottom: 1px dotted #E1E2E3;
}

.injectedFeedList .tiny {
 display:inline;
 padding-bottom:0.5em;
 padding-top:0.5em;
}

.injectedFeedList .title {
 display: block;
 padding-bottom: .25em;
}

.injectedFeedList .summary {
 display: block;
 padding-bottom: .25em;
 color: #444444;
 font-size:.95em;
}

.injectedFeedList .documentInfo_wrapper {
 width: 100%;
}

.injectedFeedList .documentInfo {
 padding-left: .5em;
}

.injectedFeedList .fileInfo {
 clear: both;
 display: block;
 margin: 0;
 padding: 0;
 width: 100%;
}

.injectedFeedList .typename {
 background-color: #F5F5F5;
 color: #777777;
 display: block;
 float: left;
 font-size: 0.9em;
 margin-bottom: 0.5em;
 padding: 0.5em;
 width: 100%;
}

.injectedFeedList .typeimage {
 float: right;
 height: 16px;
 width: 16px;
}

.injectedFeedList .date_typeimage_wrapper {
 clear: both; 
 display: block; 
 height: 1.5em; 
 width: 100%;
}

.injectedFeedList .typeimage img {
 border: 0;
}

/*********************************** RECENT UPDATES */

#recentUpdatesBar {
 background-color: #F9F9F9;
 border: 1px dotted #CCCCCC;
 margin-right: 20px;
 padding: .5em;
 width: 23%;
 float: right;
}

.recentUpdates_title {
 background-color: #E1E2E3;
 border-bottom: 1px solid #CCCCCC;
 border-top: 1px solid #CCCCCC;
 color: #444444;
 padding: .25em;
}

#recentUpdatesBar ul {
 margin: .5em;
 padding: 0;
}

#recentUpdatesBar li {
 margin: 0;
 margin-bottom: .5em;
 padding: 0;
 padding-bottom: .5em;
}

#recentUpdatesBar .tiny {
 color: #666666;
 font-size: .8em;
}

#recentUpdatesBar .headline {
 display: block;
 font-weight: normal;
 margin-bottom: .25em;
 margin-top: .25em;
}

#recentUpdatesBar .subheading {
 color: #333333;
 font-size: .9em;
 margin-top: .25em;
 text-align: left;
}

#recentUpdatesBar .documentInfo {
 padding-left: 0;
}

#recentUpdatesBar .typeimage {
 float: right;
 height: 16px;
 width: 16px;
}

#recentUpdatesBar .typename {
 background-color:#FFFFFF;
}

/*********************************** SEARCH */

#topBar {
 border-bottom: 0px solid #DDDDDD;
 display:block;
 float:left;
 width:100%;
}

#search_wrapper {
 /*bottom:9.5em;*/
 clear:both;
 float:right;
 overflow:hidden;
 padding-bottom:0.25em;
 padding-top:0.25em;
 /*position:relative;*/
 /*right:0.5em;*/
}

#search_form {
 margin: 0;
 padding: 0;
 border: 2px solid #CCCCCC;
}

#search_form form {
 margin: 0;
 padding: 0;
}

#search {
 padding:0.1em 0.25em;
 background-color: #FFFFFF;
}

#search input {
 border: 0px;
 vertical-align: middle;
 color:#555555;
}

#search img {
 vertical-align: middle;
}

/*********************************** SEARCH RESULTS */

.compactSearchForm {
 clear:both;
 height:7em;
 margin-left:auto;
 margin-right:auto;
 width:40em;
}

.searchInfoBar {
 border-bottom:1px solid #F5F5F5;
 color:#555555;
 font-size:0.9em;
 margin-bottom:1em;
 padding:0.5em;
 text-align:right;
}

#searchQuery {
 float: left;
}

#searchResultsList {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#searchResultsList li {
 display: block;
 margin: 5px 0px;
 padding-bottom: 5px;
 clear: both;
}

#searchResultsList .extraInfo {
 float: right;
 text-align: right;
 width: 250px;
}

/*********************************** 508 COMPLIANCE */

#skipToContent {
 overflow: hidden;
 position: absolute;
 top: -999em;
}

#plug {
 display:block;
 float:right;
 margin-right:1em;
 margin-top:-3.5em;
 padding:0.25em;
}

#plug span {
 border:1px solid #CCCCCC;
 float:right;
 margin:0;
}

#plug a {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 display:block;
 font-size:0.9em;
 padding:0.5em;
 text-decoration:none;
}

#plug a:hover {
 color: #cc6600;
 background-color:#f1f1f1;
 border:1px solid #999999;
 display:block;
 font-size:0.9em;
 padding:0.5em;
 text-decoration:none;
}

/*********************************** SIGNIN FORM */

#signinFormContainer { /* IE hack */
 text-align: center;
}

#signinFormDiv {
 background-color: transparent;
 text-align: left;
 border: 1px dotted #cccccc;
 margin: auto;
 margin-top: 10em;
 margin-bottom: 10em;
 width: 34em;
}

#signinFormDiv .formHeader {
 background-color: #f9f9f9; 
 color: #333333;
 border-bottom: 1px dotted #cccccc;
 margin-top: 0px;
 padding: .5em;
 font-size: 1.25em;
}

#signinFormDiv .formField {
 padding: .5em;
}

#signinFormDiv .formField input {
 padding: .5em;
 border: 1px solid #cccccc;
}

#signinFormDiv .buttonContainer {
 padding-bottom: 1em;
}

#signinFormDiv .label {
 float: left;
 width: 9em;
}

/* receipt confirmation */
#receiptIDForm, #receiptResponseForm, #confirmMessage {
 margin: 50px auto;
 width: 350px;
}

/*********************************** CORE CSS */

hr {
 height: 1px;
 background-color: transparent;
 border: 0px;
 border-bottom: 1px dotted #cccccc;
}

.errorbox {
 background-color: #F9F9F9;
 border: 1px solid #990000;
 margin-bottom: 1.5em;
 padding: 1em;
 text-align: left;
}

.errorbox ul {
 margin: 1.5em;
 padding: 0;
}

.errorbox ul li {
 padding-left: 0px;
 margin-left: .5em;
}

/*********************************** SITE OVERVIEW */

#siteOverview li {
 list-style-type: upper-roman;
 margin-bottom: 1em;
}

#siteOverview li ol {
 margin-bottom: 1em;
 margin-top:1em;
}

#siteOverview li ol li {
 margin-bottom: 1em;
}

#siteOverview ol li {
 list-style-type: upper-alpha;
 margin-bottom: 1em;
}

#siteOverview ol li ol li {
 list-style-type: lower-roman;
}

#siteOverview ol li ol li ol li {
 list-style-type: lower-alpha;
}

/*********************************** FORMS */

form hr {
 display: none;
}

#formDoc {
 padding: 0;
 margin: 0;
}

#formDoc ul li {
 list-style: none;
 padding: 0;
 margin: 0;
}

#formDocList .answerText {
 padding-bottom: .5em;
}

div.formHeader {
 text-align: center;
 margin-top: .25em;
}

div.formField {
 min-width:225px;
 clear:both;
 display:block;
 float:left;
 padding-bottom:0.5em;
 padding-top:0.5em;
}

div.label {
 width: 10em;
 float: left;
 margin-left: .5em;
 margin-right: .5em;
 text-align: right;
 color:#555555;
 font-weight: normal;
}

div.label_required {
 color: #900000;
}

.label_required {
 color: #900000;
}

.label_noFloat {
 margin-left: .5em;
 margin-right: .5em;
 font-size: .9em;
}

input.short {
 width: 5em;
}

input.phone {
 width: 8em;
}

input.long {
 width: 20em;
}

textarea.inquiry {
 width: 30em;
 height: 8em;
}

#mailingListRequired {
 display:block;
 font-size:0.9em;
 margin-bottom:1em;
 margin-top:1em;
}

#mailingListButtonContainer {
 clear:both;
 display:block;
 float:left;
 margin-bottom:1em;
 margin-left:10.75em;
 margin-top:1em;
}

#mailingListPrivacyStatement {
 clear:both;
 color:#555555;
 display:block;
 font-size:0.9em;
 margin-bottom:1em;
 margin-top:1em;
 padding:0.5em;
}

#inquiryPrivacyStatement {
 clear:both;
 color:#555555;
 display:block;
 font-size:0.9em;
 margin-bottom:1em;
 margin-top:1em;
 padding:0.5em;
}

ol#surveyQuestionList {
 list-style:none;
 margin:0;
 padding:0;
}


#surveyQuestionList li {
 clear:both;
 display:block;
 float:left;
 margin:0 0 0.5em;
 width:100%;
}

#surveyQuestionList label  {
 color:#555555;
 display:block;
 float:none;
 margin-bottom:1em;
 margin-top: 0px;
 padding-top:0.5em;
}

.questionText {
 display:block;
 color:#555555;
 margin-bottom:.5em;
}

.jqTransformSelectWrapper ul li {
 margin: 0;
}

.jqTransformSelectWrapper ul {
 min-height: 100px;
}

.jqTransformInputInner div input {
 height:23px;
}

#categorySelectorDiv select {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 color:#404040;
 font-size:12px;
 height:35px;
 line-height:18px;
 margin:0;
 padding:0.75em;
 vertical-align:middle;
 overflow: auto;
}

#categorySelectorDiv select option {
 background-color: #ffffff;
 cursor:pointer;
 float:none;
 font-size:12px;
 height:31px;
 line-height:15px;
 overflow:hidden;
 padding:8px 0 0 7px;
 position:absolute;
 white-space:nowrap;
}

#AllFieldsDiv select {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 color:#404040;
 font-size:12px;
 height:35px;
 line-height:18px;
 margin:0;
 padding:0.75em;
 vertical-align:middle;
 overflow: auto;
}

#AllFieldsDiv select option {
 background-color: #ffffff;
 cursor:pointer;
 float:none;
 font-size:12px;
 height:31px;
 line-height:15px;
 overflow:hidden;
 padding:8px 0 0 7px;
 position:absolute;
 white-space:nowrap;
}

#AllFieldsDiv div input {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 color:#404040;
 font-size:12px;
 line-height:18px;
 margin:0;
 padding:0.75em;
 vertical-align:middle;
}

#AllFieldsDiv div textarea {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 color:#404040;
 font-size:12px;
 line-height:18px;
 margin:0;
 padding:0.75em;
 vertical-align:middle;
}

#captcha {
 clear:both;
 display:block;
 float:left;
 padding-top:1em;
}

#captcha img {
 border:1px solid #CCCCCC;
 padding-top:1em;
}

#captchaMessage {
 clear: both;
 display: block;
 padding-top:.5em;
}

.buttonContainer {
 clear:both;
 display:block;
 float:left;
 margin-left:0.25em;
 margin-top:1.5em;
}

#inquiryformDiv .button {
 curser: pointer;
 background-color:#F9F9F9;
 border-left:1px solid #999999;
 border-right:1px solid #CCCCCC;
 border-top:1px solid #CCCCCC;
 border-bottom:1px solid #999999;
 color:#404040;
 font-size:12px;
 line-height:18px;
 margin:0;
 padding:0.75em;
 vertical-align:middle;
}

#inquiryformDiv .button:hover {
 curser: pointer;
 background-color:#F9F9F9;
 border-left:1px solid #CCCCCC;
 border-right:1px solid #999999;
 border-top:1px solid #999999;
 border-bottom:1px solid #CCCCCC;
 color:#404040;
 font-size:12px;
 line-height:18px;
 margin:0;
 padding:0.75em;
 vertical-align:middle;
}

.privacyPolicy {
 clear: both;
 display: block;
 padding-top:.5em;
}

/******************************** CUSTOM *********/

.bigBox {
 padding: 20px;
 background-color: #F9F9F9;
 border: 1px dotted #E1E2E3;
 color: #555555;
 display: block;
 margin-bottom: 15px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 }

h1.bigBoxTitle {
 font-size: 2em;
 }

#plug {
 display: none;
 }

a:link h2, a h2 {
 color: #9E1B34;
 }

#opening p {
font-family:lucida grande, verdana, arial,sans-serif;
font-size:1.5em;
}
