/* colors
a #666645
*/

/* @group RESET */
* {
	padding: 0;
	margin: 0;
}

.header {
display:none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	padding-bottom: 0.6em;
}

h2 {
	margin-top: 1.5em;
	padding-right:100px;
}
h3 {
	padding-bottom:0.4em;
}


p {
	margin: 0 0 1.0em;
}

p.topnote {font-size:1em;font-style:italic;line-height:1.5em;padding-right:50px;margin-bottom:2em;}

.smallnote {font-size:0.9em;font-style:italic;line-height:1.4em;}

p.border {
border-top:1px dotted #CCCCCC;
margin:0 0 1.0em 0;
padding:0;
line-height:0.01em;
}

p.accent, h2.accent {background-color:#FFFDD2;
border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
padding:0.8em;
} 

p.accent-strong {
background-color:#FFFDD2;
border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
margin:1.5em 0;
padding:1em;
font-family: arial;
} 

ul, ol {
	padding: 0;
	margin-left: 0em;
}

li {
	margin-left: 1.5em;
	padding: 0 0 1.0em 0;
}

/* @end */

/* @group STICKER */

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height */
}

.footerContainer, .push {
	height: 95px; /* .push must be the same height as .footer */
}

/* @end */

/* @group General Styles */

body {
	font: 75%/1.8em "Myriad Web", "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
color: #666645;
}

a:hover, a:active {
	text-decoration: none;
	color: #666645;
	background: #CCCCCC;
}

img, img a {
	border: 2px solid #CCCCCC;
	padding: 3px;
	background: #ffffff;
	margin: 0;
}

a.imglink-noborder {
border-bottom: none;
}

.img-noborder {border:none;}

div.carousel_thumb_align img, div.carousel_thumb_align img a, img.noborder {
border:none;
padding: 0;
margin:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h3.people {
font-size:1.6em;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.widthCheck {
	background-color: red;
	margin: 0;
	padding: 0;
	height: 200px;
}

code {
	font: 1.3em/1.5em "Times New Roman", Times, sans-serif;
}

pre {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid;
	font-size: 1.2em;
}

sup {
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-style: italic;
}

sub {
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-style: italic;
}

.image-left {
	float: left;
	margin: 0 15px 5px 0;
}

.image-right {
	float: right;
	margin: 0 0 5px 15px;
}
	
.imageStyle {
}

blockquote, .standout {
	margin: 1em 2em 1.5em 1.5em;
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
	color: #858585;
}

/* Invalid RapidWeaver markup for stike through
s {
}
*/

/* Main content area unordered list styles */
.contentContainer .content ul {
}

.contentContainer .content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
.sidebarContainer .content ul {
}

.sidebarContainer .content li {
}

/* Table Styles */
table {
}

/* @end */

/* @group Layout */

/* @group Global .container styles*/

.container {
	width: 900px;
	margin: 0 auto;
}

/* @end */

/* @group Global .content styles*/

.content {
padding-right:30px;
}

.content p {
}

.content a:link, .content a:visited {
border-bottom: 1px dotted #666645;
color: #666645;
}

.content a:hover, .content a:active {
}

/* @end */
	
/*header color*/
.header {
	
}

/*slogan styles*/
.header .slogan {
	font-size: 1.8em;
	padding: 0 0 0.5em;
}

/*custom header in .header*/
.header_custom {
	background: url(images/editable_images/header1.jpg) top no-repeat;
	height: 200px;
	width: 100%;
	overflow: hidden;
}

/*header content and ExtraContent styles*/
.header .content {
	padding: 20px 0;
	float: left;
}

.header .content h1,
.header .content h2,
.header .content h3,
.header .content h4,
.header .content h5,
.header .content h6 {
	padding-bottom: 0.5em;
}

/*subheader styles*/
.subHeader {
	padding: 40px 0;
	background: none;
}

.subHeader .content h1,
.subHeader .content h2,
.subHeader .content h3,
.subHeader .content h4,
.subHeader .content h5,
.subHeader .content h6 {
	padding-bottom: 0.5em;
}

/*main content area*/
.content_bg {
	background: none;
	padding: 15px 0;
}

#pageLinks {
font-family:arial,helvetica,sans-serif;
padding-bottom:2px;
margin-top:20px;
text-align:right;
}
#pageLinks a {
text-decoration:none;
}
#pageLinks a.next, #pageLinks a.previous {
border:1px solid #666645;
font-size:0.85em;
font-weight:bold;
padding:4px 6px;
text-decoration:none;
text-transform:uppercase;
color: #666645;
}
#pageLinks a.next:hover, #pageLinks a.previous:hover {
border:1px solid #306078;
color: #306078;
}
#pageNumbers {
display:inline;
font-family:arial,helvetica,sans-serif;
font-weight:bold;
margin:0.5em 0.2em 0.5em 10px;
position:relative;
}
#pageNumbers li {
border-right:1px solid #999999;
display:inline;
font-size:0.9em;
font-weight:bold;
margin-left:0;
margin-right:0.7em;
padding: 0 0.7em 0 0;
}
#pageNumbers li:last-child {
border:medium none;
padding-right:0;
}

/*sidebar in main content area*/
.content_bg .sidebarContainer {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
}

div.sidebarContainer .content {
padding-right:0;
}
/* @group testi styles */

.testibox {
	border: 1px solid #E6E6E6;
	padding: 9px 7px 0 9px;
	background: #F7F4E6;
	text-align: center;
	margin-bottom: 15px;
}

.testibox img {
	border: 3px solid #E6E6E6;
}

.testititle {
	font-weight: bold;
	color: #666666;
	font-size: 1em;
	text-align: left;
	line-height: 1.1em;
	margin: 4px 0 2px 0;
	padding: 0;
}

.testi {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 8px;
}

.testishort {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 8px;
}

.testiattrib {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 8px;
	font-style: italic;
}


/*sidebar title*/
.content_bg .sidebarContainer .title {
	font-size: 1.8em;
}

/*content area in main content area*/
.content_bg .contentContainer {
	text-align: left;
	margin: 0 240px 0 0;
}

/*common style between sidebar and content*/
.content_bg .content {
	min-height: 200%;
}

/*subcontent styles*/
.subContent {
	padding: 40px 0;
	background: url(images/bg_subcontent.png) repeat-x;
}

.subContent .content h1,
.subContent .content h2,
.subContent .content h3,
.subContent .content h4,
.subContent .content h5,
.subContent .content h6 {
	padding-bottom: 0.5em;
}

/*breadcrumb and footer in footerContainer*/
.footerContainer {
	background: none;
	text-align: left;
}

.footerContainer .content {
	position: relative;
	top: 30px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
}

.footerContainer h1,
.footerContainer h2,
.footerContainer h3,
.footerContainer h4,
.footerContainer h5,
.footerContainer h6 {
	padding-bottom: 0.5em;
}

.footerContainer .content a {text-decoration:none;border:none;}

/* @end */


/* @group Toolbars */

/* @group toolbar_horizontal*/

/*title & navbar bg styles*/
.tbh_bg {
	background: url(images/blue.gif) repeat-x;
	height: 50px;
	line-height: 50px;
}

.tbh_bg .title {
	position: absolute;
	float: left;
	font-size: 15px;
	font-weight: normal;
}

/*logo styles*/
.tbh_bg .title img {
	float: left;
	margin: 10px 20px 0 0;
}

/*toolbar styles*/
#toolbar_horizontal {
	text-align: right;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:15px;
}

/* Parent - Level 0 */

#toolbar_horizontal ul {
	padding: 0;
	float: right;
}

#toolbar_horizontal ul li {
	float:left;
	list-style:none;
	margin: 0 0 0 1.5em;
	padding: 0;
}

#toolbar_horizontal ul li a {
	display:block;
	text-decoration:none;
	margin: 0 auto;
	text-align: center;
}

/* Child - Level 1 */

#toolbar_horizontal ul ul {
	display: none;
}

/* @end */

/* @group toolbar_vertical */

#toolbar_vertical {
	font-size: 15px;
	margin: 0;
}

/* Parent - Level 0 */

#toolbar_vertical ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#toolbar_vertical ul li { /*hides the top level*/
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	height: 0;
}

#toolbar_vertical ul li a { /*hides the top level*/
	display: none;
}

/* Child - Level 1 */

#toolbar_vertical ul ul {
	margin-bottom: 20px;
	display: block;
}

#toolbar_vertical ul ul li {
}

#toolbar_vertical ul ul li a {
	display: block;
	margin-bottom: 3px;
	height: 30px;
	line-height: 30px;
	border-width:1px 0 0 0;
	border-style:dotted;
	padding: 5px 0 3px 0;
}
#toolbar_vertical ul ul li:last-child a {
	border-width:1px 0 1px 0;
}

/* Child Level 2 */

#toolbar_vertical ul ul ul {
	border-top: none;
	margin-bottom: 0;
}

#toolbar_vertical ul ul ul li a {
	padding: 0 0 0 40px;
}

/* Child Level 3 */

#toolbar_vertical ul ul ul ul li a {
	padding: 0 0 0 80px;
}

/* @end */

/* @end */


/* @group Contact Form */

/* sample HTML code
<div class="message-text">
          Fill in the form below to send me an email.
</div>
<form action="...">
<label>Your Name:</label> *
<input class="form-input-field" .../>
<textarea class="form-input-field"...></textarea>
<input class="form-input-button".../> <input class="form-input-button"
</form>
*/
.message-text { 
	font-size: 1.5em;
} 

.required-text {
	font-size: 1.5em;
}

form {

}

label {

}

input {
	
}

.form-input-field {
	border: 1px solid;
	width: 99%;
} 

.form-input-button { 
	margin-right: 10px;
} 
form.fsSingleColumn {
margin-top:20px;
}

.fsSubmitButton {
background: #FF735A;
height: 3em;
width: 20em;
margin-top:0;
}
/* @end */





/* @group special */
/*Up2five column CSS support*/
.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 90% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}

/* @end */