/* Copyright (c) 2005 Service First Webmasters, Inc. All Rights Reserved. */
body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color: #FFFFFF; /* EDIT for style: the color shown outside the 780 to 1004-wide page div */
}
.body {
    /* only for pages other than the RAD editor: do not set class="body" for any other pages */
    background:#637AA8;
}
/* page (the biggest div, containing everything else) ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	/* for a left column that goes all the way down, we have a bg image in the page div: background: url(assets/content_bg.gif) 0 0 repeat-y #FFFFFF; */
	background: url(assets/content_bg.gif) 0 0 repeat-y #FFFFFF; /*EDIT: color of the content area bg*/
	width: 96.8%;
	min-width: 780px;
	max-width: 1004px; 
	width:expression(document.body.clientWidth < 780 ? "780px": document.body.clientWidth > 1004 ? "1004px": "auto" );
	/*font settings for the whole page, which only change where another style overrides them */
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;/* EDIT for style */
	font-size:14px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
/* page ^ ---------------*/

/* banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: #FFFFFF; /*EDIT for bg image name and left or right*/
	height: 85px; /*EDIT for style:match height of banner bg image: prefer 80-170px*/
	width: 100%;
}
div#logo {/*usually we put the logo image directly into the div and give it a link to Home*/
	position: absolute;
	top: 5px; /*EDIT for style:logo div position */
	left: 10px; /*EDIT for style:logo div position */
	padding: 0; 
	margin: 0; 
	width:171px; /*EDIT for style:logo image size */	
	height:80px; /*EDIT for style:logo image size */
	background: url(assets/logo_80.png) left top no-repeat transparent; /*EDIT for logo image; if logo is in the banner.jpg, use background: transparent */
	/* for a transparent .png logo image, use this:	background: url(assets/logo.png) top left no-repeat; background: expression("transparent"); 	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/logo.png', sizingMethod='scale')"); z-index:10; */	
	/* DO NOT put the transparent .png image in the div; the filter only works with a background image */
}
.logoDiv {
	cursor:pointer; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
.logoDivYAH {
	cursor:text !important; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
div#bannerRight{
/*holds the slogan and phone divs, floats right*/
	text-align: right;
	position: relative;
	top: 9px; /*EDIT for style:position*/
    float:right;
	padding: 0 0 3px 0; 
	margin: 22px 45px 0 0px; 
	margin:expression("22px 20px 0 0 ");
	height:30px; /* EDIT for style*/
	width:300px; /* EDIT for style */
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif; /* EDIT for style */
	font-style:italic;/* EDIT for style */
	font-size: 17px;/* EDIT for style */
	color: #898C0C;/* EDIT for style */
	font-weight: bold;/* EDIT for style */
	border-bottom: 1px solid #A2BCF0;
}
div#slogan {
	border-top: 1px solid #A2BCF0;
	padding: 5px 0 0 0px;/* EDIT for style */
	width:270px;
	float:right;
}
/* banner ^ -----------------*/

/* address strip --------------*/
div#addressStrip {
	text-align:left;
	color: #637AA8 !important;/*EDIT for style*/
	font-weight: bold;/*EDIT for style*/
	font-size: 12px;/*EDIT for style*/
	letter-spacing:0.03em;/*EDIT for style*/
	margin: 0;
	padding: 0px 0px 0 15px;/*EDIT for style*/
	background: #FFFFFF;/*EDIT for style*/
	border-bottom: 5px solid #898C0C;
	height: 23px;/*EDIT for style*/
}
div#addressStrip p {
	margin:0;
	padding:0 0 6px 0;/*EDIT for style*/
	color: #637AA8;
}
div#addressStrip a {
	color: #637AA8;/* EDIT for style:link color */
	text-decoration:none;/* EDIT for style */
}
div#addressStrip a:hover {
	color: #FF7C1C !important;/*EDIT for style*/
}
/* address strip ^ --------------*/

/* left column and badges ----------*/
div#leftcol {
	float: left;
	background: transparent; /* to have a colored column bg, make a content_bg.gif and put it as the page div bg */
	margin: 0;	
	padding: 0; 
	width: 180px; /* EDIT for style: could go smaller, but no wider than 170px */	
}
div#badge1 {
	padding: 5px 7px 7px 7px;/* EDIT for style: balance right and left */
	margin: 50px 5px 10px 5px;/* EDIT for style: balance right and left */
	background:#9B9BFF;/* EDIT for style */
	border: 1px solid black;/* EDIT for style */
}
div#badge1 h3 {
	margin: 0;
	padding: 0;
}
div#badge1 p {
	font-size: inherit;/* EDIT for style */
	color:inherit;/* EDIT for style */
	margin:0;
	padding: 0;
}
div#badge1 a {
	color: #368534;/* EDIT for style */
}
div#badge2 {
	padding: 0;/* EDIT for style: balance right and left */
	margin: 50px 0 0 35px;/* EDIT for style: balance right and left */
	background:transparent;/* EDIT for style */
	border: none;/* EDIT for style */
}
div#badge2 h3 {
	margin: 0;
	padding: 0;
}
div#badge2 p {
	font-size: inherit;/* EDIT for style */
	color:inherit;/* EDIT for style */
	margin:0;
	padding: 0;
}
div#badge2 a {
	color: #368534;/* EDIT for style */
}
div#badge3 {
	margin: 50px 0 0 20px;/* EDIT for style: balance right and left */
}
/* left column and badges ^ ----------*/

/* vertical navigation-------------*/
div#nav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 15px 0 100px 0;/*EDIT for style*/
	padding: 0;/*EDIT for style*/
	width: 175px;/*EDIT for style*/
}
div#nav li {
	font-family:inherit;/*EDIT for style*/
	color: #8CAEF0;/*EDIT for style*/
	font-weight: bold;/*EDIT for style*/
	font-size: 14px;/*EDIT for style*/
	margin: 0;/*EDIT for style*/
	padding: 0 0 10px 15px;/*EDIT for style*/
}
div#nav li a:link, div#nav li a:visited {	
    display: block;
	text-decoration: none;
	margin: 0;
	color: #7B840A !important;/* EDIT for style */
	background:#FFFFFF;	/* EDIT for style */
	border: 1px solid #8CAEF0;/* EDIT for style */
	padding: 3px 0px 2px 24px;/* EDIT for style */
}
div#nav li a:hover,div#nav li a:active, div#nav li a.YAH:link, div#nav li a.YAH:visited  {
	color: #FF7C1C !important;/* EDIT for style */	
	background: transparent;/* EDIT for style */	
}
div#nav li a.YAH:link {
	cursor: text !important;
}
div#nav li a#nav1 {
	background: url(assets/icons/home.gif) 4px 3px no-repeat #FFFFFF;
}
div#nav li a#nav2 {
	background: url(assets/icons/config.gif) 4px 3px no-repeat #FFFFFF;
}
div#nav li a#nav3 {
	background: url(assets/icons/pages.gif) 4px 3px no-repeat #FFFFFF;
}
div#nav li a#nav4 {
	background: url(assets/icons/help_bw.gif) 4px 3px no-repeat #FFFFFF;
}
div#nav li a#nav5 {
	background: url(assets/icons/users.gif) 4px 3px no-repeat #FFFFFF;
}
div#nav li a#nav6 {
	background: url(assets/icons/comment.gif) 4px 3px no-repeat #FFFFFF;
}
/* content div ---------------*/
div#content {
	background: #FFFFFF;/*EDIT for style*/
	margin: 15px 0 0 220px; /* EDIT for style: left margin for left navigation width */
	padding: 0 50px 50px 0; /* EDIT for style: right padding for content margin (and left, if we are using horiz nav */
	text-align: left;
	min-height: 400px; /* EDIT for style: keeps the content area taller than the left column on the shortest page */
}
/* content div ^  ---------------- */

/* text in the content area ---------------- */
h1, h2, h3 {
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	/* the following is for the benefit of using UA */
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;/* EDIT for style */
	font-size:14px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
h1 {
	font-size: 17px;/*EDIT for style */
	font-weight: normal;/*EDIT for style */
}
h2 {
    font-size: 15px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
}
h3 {
    font-size: 13px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
}
p {
	line-height: 1.3em;
	padding-top: 0.1em; 
	/* the following is for the benefit of using UA */
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;/* EDIT for style */
	font-size:14px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
.firstPara, .firstH1 {
	padding-top: 0.3em;
	margin-top:0;
}
.beforeUL {
	margin-bottom:0;
}
.firstParabeforeUL {
	padding-top: 0.3em;
	margin-top:0;
	margin-bottom:0;
}
a {
	color: #637AA8 !important;/*EDIT for style */
	text-decoration: underline;
}
ul {
	list-style-type: disc;/*EDIT for style */
	list-style-position: outside;
	margin: 0em 0 0 3em; /* T R B L */
	padding: 0;
}
li {
	color: #637AA8;/*EDIT for style -- the bullet color */
	font-size: 16px;/*EDIT for style -- the bullet size */
}
li p {
	margin: 0 0 0 0;
	color: #000000;/*EDIT for style -- match page color, if bullet color is different */
	font-size:13px;/*EDIT for style -- match page font size, if bullet size is different */
	padding: 0.3em 0 0 0;
}
/* text in the content area ^ ---------------- */

/* floated sidebars and pullquotes  --------------------- */
.floatedSidebar {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
	padding: 6px 6px 6px 6px;
	background: #FFFFFF;/*EDIT for style*/
	border: 1px solid #637AA8;/*EDIT for style*/
	width: 200px;
}
.floatedSidebar h3 {
	margin: 0;
	padding: 0;
}
.floatedSidebar p {
	font-size:13px;
}
.floatedPullquote {
	float: right;
	margin: 10px 0px 15px 25px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #637AA8;/*EDIT for style*/
	border-bottom: 2px solid #637AA8;/*EDIT for style*/
	width: 250px; 
}
.floatedPullquote p {
	margin: 0;
	font-size: 15px;/*EDIT for style*/
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #444444;/*EDIT for style*/
	padding: 0px 5px 0px 8px; 
}
p.quoteAttrib {
	font-size: 11px;/*EDIT for style*/
	text-align: right;
}
/* floated sidebars and pullquotes ^ --------------------- */

/* floated photos/graphics --------------*/
.floatedPhotoRight {
	float: right;
	margin: 10px 0 5px 15px;
}
.floatedPhotoRight img, .floatedPhotoLeft img {
	border: none;/*EDIT for style*/
}
.floatedPhotoRight p, .floatedPhotoLeft p, div.photoContainer p {
	margin: 0;
	padding: 5px 1px 0 1px;
	font-size: 10px;/*EDIT for style*/
	line-height: 1.2em;
	text-align:left;
}
.floatedPhotoLeft {
	float: left;
	margin: 10px 15px 5px 0;
}
div.photoContainer {
 	text-align:center;
	margin-left:50px;/*EDIT for style: match content area right margin*/
}
div.photoPair {
	margin: 20px auto 20px auto;
}
/* floated photos/graphics ^--------------*/

/* floated tables -------------------*/
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	/* the following is for the benefit of using UA */
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;/* EDIT for style */
	color:#000000;/* EDIT for style */
	font-size: 11px; /* EDIT for style */
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	text-align:center;
	background-color: #637AA8;/* EDIT for style */
	color: #FFFFFF;/* EDIT for style */
	padding: 2px;
}
.floatedTableLeft td,.floatedTableRight td,.floatedTableFull td {
	text-align: center;
	padding: 2px;
}
td.tBottomRow {
	border-bottom: 1px dashed #637AA8;/* EDIT for style: bottom table border */
}
.row {
	background-color:#FBFEE0;/* EDIT for style: row color */
}
.altRow {
	background-color:#8CAEF0;/* EDIT for style: alternate row color */
}
th.tLeft, td.tLeft {
	padding: 2px 2px 2px 5px;
	text-align:left;
}
.floatedTableLeft p,.floatedTableRight p,.floatedTableFull p {
	font-size: 11px;/* EDIT for style */
	margin: 0;
	padding: 0 2px 0 2px;
	line-height: 1.2em;
	text-align:left;
}
.floatedTableFull {
	margin: 10px auto 10px auto; /* T R B L */
}
.floatedTableLeft {
	float: left;
	margin: 15px 15px 10px 0;
}
.floatedTableRight {
	float: right;
	margin: 15px 0 10px 15px;
}
/* floated tables ^ -------------------*/

/* contact form ------------------------- */
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; 
	border-collapse: collapse;
	width: 465px; 
	font-size: 12px;/*EDIT for style*/
}
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 3px 3px 3px 0;
	font-size: 13px;/*EDIT for style*/
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-size: 12px;/*EDIT for style*/
}
.formBox {
	background-color:#FFFFFF;/*EDIT for style*/
	line-height: 1.1em;
	padding: 2px;
}
.formPanel {
	border: 1px solid #7B840A;
	padding: 15px;
	background: #F0F0FC;
}
.formPanel .button {
	display: inline;
	position:relative;
	font-size: 14px;
	font-weight: bold;
	color: #7B840A !important;/*EDIT for style*/
	text-decoration: none !important;
	border: 1px solid #8CAEF0;
	background: url(assets/icons/email.gif) 3px 3px no-repeat #FFFFFF; /*EDIT for style*/
	padding: 2px 8px 2px 23px; 
	margin: 2px 0 2px 0;
	height: 23px; /*EDIT for style*/
}
.button:hover {
	color: #FF7C1C !important;/*EDIT for style*/
}
/* do not edit the styles below pertaining to the validation summary */
.validationSummary {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
   	padding: 10px 10px 10px 45px;
	background: url(assets/icons/alert_32.gif) 5px 5px no-repeat lightyellow;
	border: 1px solid red;
	font-size: 13px;
	color: indianred !important;
	margin: 0 0 0px 0;
	font-weight:bold;
}
div#c1_valsumStep1a li {
	font-size: 13px;
	padding: 3px 0 0 0;
	color: indianred !important;
}
/* contact form ^ ------------------------- */

/* placed divs (usually with decorative graphics) ------------*/
div#bottomLeft {
	/* each placed div must be inside a div with positioning:relative */
	position: absolute;
	top: -40px;
	left: 75px;
	height:37px;
}
/* placed divs ^ ------------*/

/* bottom nav ---------------- */
div#bottomNav {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: inherit;/*EDIT for style*/
	font-weight: normal;/*EDIT for style*/
	color: #8CAEF0;/*EDIT for style*/
	background: transparent;/*EDIT for style*/
	border-bottom: 5px solid #7B840A;
	height: 30px;/*EDIT for style*/
}
div#bottomNav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 5px 10px 0 218px;/*EDIT for style*/
}
div#bottomNav li {
	display: inline;
	line-height: 1.7em;
	margin: 0 5px 0 0;/*EDIT for style*/
	padding: 0;
}
div#bottomNav li a:link, div#bottomNav li a:visited {	
	display: inline;
	text-decoration: none;/*EDIT for style*/
	color: #637AA8 !important;/*EDIT for style*/
	padding: 0 5px 3px 5px; 
	font-size: 12px;
}
div#bottomNav li a:hover, div#bottomNav li a:active {
	text-decoration: underline;/*EDIT for style*/
	color: #FF7C1C !important;/*EDIT for style*/
}
div#bottomNav li a.YAH:link, div#bottomNav li a.YAH:visited, div#bottomNav li a.YAH:hover, div#bottomNav li a.YAH:active {
	cursor: text !important;
	color: #FF7C1C !important;/*EDIT for style*/
	text-decoration: none !important;
}
/* bottom nav ^ ---------------- */

/* bottom contact strip ----------- */
div#bottomContact {
	background: #FFFFFF;/*EDIT for style*/
	padding: 0 0 0 15px;/*EDIT for style*/
	margin:0;
	height: 75px;/*EDIT for style*/
	color: #53668C;
}
div#bottomContact p {
	font-weight: bold;/*EDIT for style*/
	margin:0;
	padding:0;
	font-size:12px;
	color: #53668C;
}
div#bottomContact h2 {
	margin:0;
	padding:0 0 4px 0;
	font-size: 13px;
	color: #53668C;
}
div#bottomContact a {
	color: #53668C !important;/*EDIT for style*/
}
div#bottomContact a:hover {
	color: #FF7C1C !important;/*EDIT for style*/
}
div#contact1 {
	padding: 8px 0 0 0;/*EDIT for style*/
	float: left;
	width: 450px;
}
div#contact2 {
	padding: 8px 0 0 0;/*EDIT for style*/
}
/* bottom contact strip ^ ----------- */

/* footer (copyright) -----------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 0 0 0 15px;/*EDIT for style*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* if you want the left column to extend to the bottom of the page, put the page div's background image into the footer; or you could have a different image in the background, such as a continuation of the banner photo */
	background: #8CAEF0;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;/*EDIT for style*/
	height: 26px;
}
div#footer .copy {/* do not edit this style */
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
}
div#footer .allRights {
	float: left;
	padding: 7px 0 5px 5px;
	background: transparent;
	margin: 0;
}
div#footer a {
	color: #FFFFFF !important;/*EDIT for style*/
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* footer ^ ----------------*/

div#stats {
	margin: 0;
	padding:0;
	width:1px;
	height:1px;
}
#toolsTable td {
	font-size: 12px;
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
}
/*  --- Updates Anytime Backstage  --- */
div#divNav {
    background: url(assets/icons/clock_20.png) 2px 2px no-repeat #FFFFFF;
}
div#divNav p {
 padding:0 0 0 30px;
 margin:0;
 color:#9F9F9F;
 line-height: 1.3em;
}
.locked {
 padding:0 0 0 30px;
 margin:0;
 color:#FF7C1C;
 font-weight:normal;
 clear:both;
}
div#buttonBarEditor, div#buttonBarAdmin {
    padding: 4px 0 0 30px;
    height:27px;
    margin: 3px 0 0 0;
}
.btnUANav {
	position:relative;
	_position:static;
    background: #FFFFFF;
    font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
    border: 1px solid #8DAEF0;
    font-weight: normal;
    padding: 3px 4px 3px 22px;
    text-decoration:none !important;
    margin:1px 2px 1px 0;
}
.btnUANav:link, .btnUANav:visited {
    color: #7B840A !important;
}
.btnUANav:hover, .btnUANav:active {
    color: #FF7C1C !important;
}
.btnUANavDisabled {
	position:relative;
	_position:static;
    background: #FFFFFF;
    font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
    border: 1px solid #8DAEF0;
    font-weight: normal;
    padding: 3px 4px 3px 22px;
    text-decoration:none !important;
    margin:1px 2px 1px 0;
    color: #999999 !important;
}
.btnUANavDisabled:link, .btnUANavDisabled:visited {
    color: #999999 !important;
}
.btnUANavDisabled:hover, .btnUANavDisabled:active {
    color: #999999 !important;
}
/*  --^ Updates Anytime Backstage  ^-- */