/* GLOBAL LINK STYLES */

a {
font-weight: bold;
text-decoration: underline;
color: #fff;
/* DO NOT APPLY A FONT SIZE HERE */
}

a:visited {
/*color: #8a5925; old color */ 
color: #fff;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}/* GLOBAL LINK STYLES */

a {
font-weight: bold;
text-decoration: underline;
color: #fff;
/* DO NOT APPLY A FONT SIZE HERE */
}

a:visited {
/*color: #8a5925; old color */ 
color: #fff;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}

a:active {
color: #a9c4d4;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}

a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
a img {
border: none;
}






/* FOOTER LINK STYLES */
a.footer {
font-weight: bold;
text-decoration: underline;
color: #2d7196;
/* DO NOT APPLY A FONT SIZE HERE */
}

a:visited.footer {
/*color: #8a5925; old color */ 
color: #2d7196;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}

a:active.footer {
color: #2d7196;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}

a:hover.footer {
color: #2d7196;
font-weight: bold;
text-decoration: none;
}





h3 a:visited {
color: #73a0bf;
}






/* DO NOT APPLY A FONT SIZE HERE */

blockquote {
margin: 5px 10px 15px 25px;
}

#content ul li {
list-style-image:url(/_assets/images/diamondBullet.gif)
}

/* PHOTO STYLING */

.imageRight {
float: right;
padding-left: 15px;
padding-bottom: 20px;
}

.imageLeft {
float: left;
padding-right: 15px;
padding-bottom: 20px;
}

/* TABLE LAYOUTS */

td, tr {
font-size: 11px;
}



table.tableStyle {
border-collapse:collapse;
border: solid #5d4126 0px;
font-family:Georgia, "Times New Roman", Times, serif;
border-spacing:0;
}

table.tableStyle tr td{
color: #ffffff;
border-bottom: 1px solid #6ca1c6;
}
table.tableStyle tr.rowHeader {
color:#ffffff;
font-weight: bold;
background-color:#27678e;
border: 1px solid #71a2c3;
}
table.tableStyle tr.tableHeader td {
color:#ffffff;
font-weight: bold;
border: 1px solid #71a2c3;
background-color:#358abe;
}


table.tableStyle tr.tableAlternateRow{
background-color:#4886ad;
}

table.tableStyle td {
padding: 5px 6px 5px 6px;
}

table.tableStyle td a{
color: #fff;
font-size: 11px;
}

table.tableStyle td.rowHeader {
color:#ffffff;
font-weight: bold;
}

table.tableStyle td.rowHeader a {
color:#5d4126;
}

table.tableStyle td.tableMainHeader {
background-color:#5d4126;
color:#FFFFFF;
font-weight: bold;
font-size: 11px;
}

input.checkbox{
border: none;
width: 10px;
font-size:11px;
padding: 0px;
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;
}



/* table style FORMs */

table.tableStyleForm {
border-collapse:collapse;
border: solid #5d4126 0px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-left: 20px;
}

table.tableStyleForm tr{
color: #ffffff;
}
table.tableStyleForm tr.rowHeader {
color:#ffffff;
font-weight: bold;
background-color:#27678e;
border: 1px solid #71a2c3;
}
table.tableStyleForm tr.tableHeader {
color:#ffffff;
font-weight: bold;
border: 1px solid #71a2c3;
background-color:#358abe;
}
.ThTableHeader th 
{
    height:30px;
color:#ffffff;
font-weight: bold;
border: 1px solid #71a2c3;
background-color:#358abe;
}
table.tableStyleForm tr.tableAlternateRow{
background-color:#4886ad;
}

table.tableStyleForm td {
padding: 5px 6px 5px 6px;
}

table.tableStyleForm td a{
color: #fff;
font-size: 11px;
}

table.tableStyleForm td.rowHeader {
color:#ffffff;
font-weight: bold;
border-right: 1px solid #6ca1c6;
}

table.tableStyleForm td.rowHeader a {
color:#5d4126;
}

table.tableStyleForm td.tableMainHeader {
background-color:#5d4126;
color:#FFFFFF;
font-weight: bold;
font-size: 11px;
}






.checkboxStyle {
background-color:#8daec4 ; padding:0; margin:0; height:13px; width:13px; font-size:inherit
}



table.tableStyleForm textarea {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
border: 1px solid #8daec4;
background-color: #ffffff;
width:300px;
height: 80px;
color:#fff;
}






/* table style NEWS */
table.tableStyleNews {
border-collapse:collapse;
background-color: #eee7d9;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(../images/news_bg.jpg)
}
table.tableStyleNews td {
padding: 6px 0 6px 20px;
border-top: 1px inset #c3beb5 
}

/* table style RESULTS */
table.tableStyleResults {
border-collapse:collapse;
background-color: #eee7d9;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(../images/news_bg.jpg);
}
table.tableStyleResults tr {
border-top: 1px inset #c3beb5 ;
}

table.tableStyleResults td {
padding: 6px 0 6px 20px;

}




/* FORM AND INPUT STYLES */
form {
margin: 0;
padding: 0;
}

select {
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#8daec4;
color:#fff;
}


td.formLabel {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
width: 100px;
}





.formButtonStyle {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
background-color:#8daec4;
color: #ffffff;
font-weight: bold;
border-width: 1px;
border-style: solid;
border-color: #6a9ebe;
}



table.formTable {
border-collapse:collapse;
}
table.formTable td {
padding: 6px;
}
.required {
color:#FF9900;
font-size: 10px;
font-weight: bold;
font-family:Georgia, "Times New Roman", Times, serif;
}


.noBorder {
border-style: none;
}

.borderH {
border-bottom: 1px solid #6ca1c6;
}

.borderV {
border-right: 1px solid #6ca1c6;
}


/* Page Headline/Title */
div.pageTitle {	
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
	padding: 10px 0 10px 0px;
	margin: 0 0 10px 0;
/*	background-image:url(/_assets/images/background_pattern.gif); */
	font-family:Georgia, "Times New Roman", Times, serif;
	
}


/* ERROR MESSAGING */
div.alert {
padding: 5px;
background-color:#FFFFCC;
border: solid #F9CF00 1px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 11px;
}

/* community pages thumb */
.community_thumb { width: 55px; HEIGHT: 55px; border: solid 6px #cec4b1; text-align:center}
.community_thumb_blank {width: 55px; HEIGHT: 1px; border: solid 4px #cec4b1}
.community_thumb_txt { width: 55px; text-align: center; border: solid 0px #f7f2e7; font-size:9px; display: inline; text-align:center; vertical-align: text-top}
.thumbs {display: inline; width: 55px; height: 55px; font-size:9px;  text-align:center; vertical-align: text-top; float:left; padding: 0 0 0 20px}
.thumbs_text {display: inline-block; font-size:9px;  text-align:center; vertical-align: text-top; padding-top:10px; width: 69px;}

* html .thumbs {display: inline; width: 55px; height: 55px; font-size:9px;  text-align:center; vertical-align: text-top; float:left; padding: 0 0 0 5px}


div.homeFlash {position:relative; border:solid #999999 1px; width: 878px; height: 240px; float:left; padding: 30px;}
div.boxCallout {position:relative; border:solid #999999 1px; width: 140px; height: 70px; float:left; padding: 30px;}
div.SEO {position:relative; border:solid #999999 1px; width: 272px; height: 70px; float:left; padding: 30px;}


div.HomeContentBox {border-right: double #73a0bf; width: 574px; height: 400px; float:left; padding: 10px 40px 50px 51px; background-image:url(/_assets/images/background_long.gif); background-repeat: repeat-x; background-position: 675px 10px;}

div.ContentBox {border-right: double #73a0bf; width: 574px; min-height: 363px; float:left; padding: 10px 40px 50px 51px;background-image:url(/_assets/images/background_long.gif); background-repeat: repeat-x; background-position: 675px 10px;}

div.AdminContentBox {width: 625px; border-left: double #73a0bf; float:left; padding: 10px 30px;background-image:url(/_assets/images/background_long.gif); background-repeat: repeat-x; background-position: 10px 10px;}

div.LongContentBox { width: 848px; min-height: 300px; float:left; padding: 10px 40px 10px 52px;background-image:url(/_assets/images/background_pattern.gif); background-repeat: repeat-x; background-position: 50px 10px;}

div.PageLinks {float:left; border:solid #999999 1px; width: 140px; padding: 8px;}
div.alert {position:relative; left: 10px; border:solid #FFCC33 1px; float:left; padding: 10px; background-color:#FFFF99; float:left; font-weight:normal;}
div.boxCalloutRightLarge {
	position:relative;
	border-width: 0 0 0 0px;
	width: 260px;
	float:right;
	padding: 20px 0 20px 0;
	height: auto;
	margin: -10px 0 0px 10px;
	background-image:url(/_assets/images/background_pattern.gif)
}
div.boxCalloutRightSmall {
	position:relative;
	border:solid #73a0bf;
	border-width: 0px 0 0px 0px;
	width: 260px;
	float:right;
	padding: 0px 0 3px 0;
	margin: 10px 0 0px 0px;
	/* background-image:url(/_assets/images/background_pattern.gif); */
	vertical-align:middle;
	text-align:center;

}
div.boxCalloutLeft {
	position:relative;
	border:solid #73a0bf;
	border-width: 0px 0 0 0px;;
	width: 120px;
	height:100%;
	float:left;
	padding: 10px;
	margin: 10px 10px 20px 0px;
	background-image:url(/_assets/images/background_pattern.gif);
}
div.boxCalloutLeftMenu {
	position:relative;
	border:solid #73a0bf;
	border-width: 0px 0 0 0px;;
	width: 180px;
	height:100%;
	float:left;
	padding: 10px 10px 10px 50px;
	margin: 10px 10px 50px 0px;
	background-image:url(/_assets/images/background_pattern.gif);
}
div.boxCalloutServices {
	position: relative;
	float:left;
	width: 100px;
	height: 100px;
	display: inline-block;
	padding-left: 0px;
	padding-right: 20px;
	margin-right: 25px;
	
	border-right: 1px solid #6ca1c6;
}


a:active {
color: #a9c4d4;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}

a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
a img {
border: none;
}






/* FOOTER LINK STYLES */
a.footer {
font-weight: bold;
text-decoration: underline;
color: #2d7196;
/* DO NOT APPLY A FONT SIZE HERE */
}

a:visited.footer {
/*color: #8a5925; old color */ 
color: #2d7196;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}

a:active.footer {
color: #2d7196;
font-weight: bold;
text-decoration: underline;
/* DO NOT APPLY A FONT SIZE HERE */}

a:hover.footer {
color: #2d7196;
font-weight: bold;
text-decoration: none;
}





h3 a:visited {
color: #73a0bf;
}






/* DO NOT APPLY A FONT SIZE HERE */

blockquote {
margin: 5px 10px 15px 25px;
}

#content ul li {
list-style-image:url(/_assets/images/diamondBullet.gif)
}

/* PHOTO STYLING */

.imageRight {
float: right;
padding-left: 15px;
padding-bottom: 20px;
}

.imageLeft {
float: left;
padding-right: 15px;
padding-bottom: 20px;
}

/* TABLE LAYOUTS */

td, tr {
font-size: 11px;
}



table.tableStyle {
border-collapse:collapse;
border: solid #5d4126 0px;
font-family:Georgia, "Times New Roman", Times, serif;
border-spacing:0;
}

table.tableStyle tr td{
color: #ffffff;
border-bottom: 1px solid #6ca1c6;
}
table.tableStyle tr.rowHeader {
color:#ffffff;
font-weight: bold;
background-color:#27678e;
border: 1px solid #71a2c3;
}
table.tableStyle tr.tableHeader td {
color:#ffffff;
font-weight: bold;
border: 1px solid #71a2c3;
background-color:#358abe;
}


table.tableStyle tr.tableAlternateRow{
background-color:#4886ad;
}

table.tableStyle td {
padding: 5px 6px 5px 6px;
}

table.tableStyle td a{
color: #fff;
font-size: 11px;
}

table.tableStyle td.rowHeader {
color:#ffffff;
font-weight: bold;
}

table.tableStyle td.rowHeader a {
color:#5d4126;
}

table.tableStyle td.tableMainHeader {
background-color:#5d4126;
color:#FFFFFF;
font-weight: bold;
font-size: 11px;
}

input.checkbox{
border: none;
width: 10px;
font-size:11px;
padding: 0px;
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;
}



/* table style FORMs */

table.tableStyleForm {
border-collapse:collapse;
border: solid #5d4126 0px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-left: 20px;
}

table.tableStyleForm tr{
color: #ffffff;
}
table.tableStyleForm tr.rowHeader {
color:#ffffff;
font-weight: bold;
background-color:#27678e;
border: 1px solid #71a2c3;
}
table.tableStyleForm tr.tableHeader {
color:#ffffff;
font-weight: bold;
border: 1px solid #71a2c3;
background-color:#358abe;
}

table.tableStyleForm tr.tableAlternateRow{
background-color:#4886ad;
}

table.tableStyleForm td {
padding: 5px 6px 5px 6px;
}

table.tableStyleForm td a{
color: #fff;
font-size: 11px;
}

table.tableStyleForm td.rowHeader {
color:#ffffff;
font-weight: bold;
border-right: 1px solid #6ca1c6;
}

table.tableStyleForm td.rowHeader a {
color:#5d4126;
}

table.tableStyleForm td.tableMainHeader {
background-color:#5d4126;
color:#FFFFFF;
font-weight: bold;
font-size: 11px;
}

.submitBtn {
font-size:11px;
padding: 2px;
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;
cursor: hand;
}

table.tableStyleForm input 
{
border: 1px solid #ffffff;
font-size:11px;
padding: 2px;
color: #000;
font-family:Georgia, "Times New Roman", Times, serif;
}





.checkboxStyle {
background-color:#8daec4 ; padding:0; margin:0; height:13px; width:13px; font-size:inherit
}



table.tableStyleForm textarea {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
border: 1px solid #8daec4;
background-color: #ffffff;
width:300px;
height: 80px;
color:#fff;
}






/* table style NEWS */
table.tableStyleNews {
border-collapse:collapse;
background-color: #eee7d9;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(../images/news_bg.jpg)
}
table.tableStyleNews td {
padding: 6px 0 6px 20px;
border-top: 1px inset #c3beb5 
}

/* table style RESULTS */
table.tableStyleResults {
border-collapse:collapse;
background-color: #eee7d9;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(../images/news_bg.jpg);
}
table.tableStyleResults tr {
border-top: 1px inset #c3beb5 ;
}

table.tableStyleResults td {
padding: 6px 0 6px 20px;

}




/* FORM AND INPUT STYLES */
form {
margin: 0;
padding: 0;
}

select {
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#8daec4;
color:#fff;
}


td.formLabel {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
width: 100px;
}





.formButtonStyle {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
background-color:#8daec4;
color: #ffffff;
font-weight: bold;
border-width: 1px;
border-style: solid;
border-color: #6a9ebe;
}



table.formTable {
border-collapse:collapse;
}
table.formTable td {
padding: 6px;
}
.required {
color:#FF9900;
font-size: 10px;
font-weight: bold;
font-family:Georgia, "Times New Roman", Times, serif;
}


.noBorder {
border-style: none;
}

.borderH {
border-bottom: 1px solid #6ca1c6;
}

.borderV {
border-right: 1px solid #6ca1c6;
}


/* Page Headline/Title */
div.pageTitle {	
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
	padding: 10px 0 10px 0px;
	margin: 0 0 10px 0;
/*	background-image:url(/_assets/images/background_pattern.gif); */
	font-family:Georgia, "Times New Roman", Times, serif;
	
}


/* ERROR MESSAGING */
div.alert {
padding: 5px;
background-color:#FFFFCC;
border: solid #F9CF00 1px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 11px;
}

/* community pages thumb */
.community_thumb { width: 55px; HEIGHT: 55px; border: solid 6px #cec4b1; text-align:center}
.community_thumb_blank {width: 55px; HEIGHT: 1px; border: solid 4px #cec4b1}
.community_thumb_txt { width: 55px; text-align: center; border: solid 0px #f7f2e7; font-size:9px; display: inline; text-align:center; vertical-align: text-top}
.thumbs {display: inline; width: 55px; height: 55px; font-size:9px;  text-align:center; vertical-align: text-top; float:left; padding: 0 0 0 20px}
.thumbs_text {display: inline-block; font-size:9px;  text-align:center; vertical-align: text-top; padding-top:10px; width: 69px;}

* html .thumbs {display: inline; width: 55px; height: 55px; font-size:9px;  text-align:center; vertical-align: text-top; float:left; padding: 0 0 0 5px}


div.homeFlash {position:relative; border:solid #999999 1px; width: 878px; height: 240px; float:left; padding: 30px;}
div.boxCallout {position:relative; border:solid #999999 1px; width: 140px; height: 70px; float:left; padding: 30px;}
div.SEO {position:relative; border:solid #999999 1px; width: 272px; height: 70px; float:left; padding: 30px;}


div.HomeContentBox {border-right: double #73a0bf; width: 574px; height: 400px; float:left; padding: 10px 40px 50px 51px; background-image:url(/_assets/images/background_long.gif); background-repeat: repeat-x; background-position: 675px 10px;}

div.ContentBox {border-right: double #73a0bf; width: 574px; min-height: 363px; float:left; padding: 10px 40px 50px 51px;background-image:url(/_assets/images/background_long.gif); background-repeat: repeat-x; background-position: 675px 10px;}

div.AdminContentBox {width: 625px; border-left: double #73a0bf; float:left; padding: 10px 30px;background-image:url(/_assets/images/background_long.gif); background-repeat: repeat-x; background-position: 10px 10px;}

div.LongContentBox { width: 848px; min-height: 300px; float:left; padding: 10px 40px 10px 52px;background-image:url(/_assets/images/background_pattern.gif); background-repeat: repeat-x; background-position: 50px 10px;}

div.PageLinks {float:left; border:solid #999999 1px; width: 140px; padding: 8px;}
div.alert {position:relative; left: 10px; border:solid #FFCC33 1px; float:left; padding: 10px; background-color:#FFFF99; float:left; font-weight:normal;}
div.boxCalloutRightLarge {
	position:relative;
	border-width: 0 0 0 0px;
	width: 260px;
	float:right;
	padding: 20px 0 20px 0;
	height: auto;
	margin: 10px 0 0px 10px;
	background-image:url(/_assets/images/background_pattern.gif)
}
div.boxCalloutRightSmall {
	position:relative;
	border:solid #73a0bf;
	border-width: 0px 0 0px 0px;
	width: 260px;
	float:right;
	padding: 0px 0 3px 0;
	margin: 10px 0 0px 0px;
	/* background-image:url(/_assets/images/background_pattern.gif); */
	vertical-align:middle;
	text-align:center;

}
div.boxCalloutLeft {
	position:relative;
	border:solid #73a0bf;
	border-width: 0px 0 0 0px;
	width: 120px;
	height:100%;
	float:left;
	padding: 10px;
	margin: 10px 10px 20px 0px;
	background-image:url(/_assets/images/background_pattern.gif);
}
div.boxCalloutLeftMenu {
	position:relative;
	border:solid #73a0bf;
	border-width: 0px 0 0 0px;
	width: 180px;
	height:100%;
	float:left;
	padding: 10px 10px 10px 50px;
	margin: 10px 10px 50px 0px;
	background-image:url(/_assets/images/background_pattern.gif);
}
div.boxCalloutServices {
	position: relative;
	float:left;
	width: 100px;
	height: 100px;
	display: inline-block;
	padding-left: 0px;
	padding-right: 20px;
	margin-right: 25px;
	
	border-right: 1px solid #6ca1c6;
}
.GridVidwHead
{
	background-color:#358ABE;
color:#FFFFFF;
font-weight: bold;
font-size: 11px;
border: 1px solid #71a2c3;
height:25px;
	
	}
	.GridVidwRow
	{
		color:#FFFFFF;
		border-bottom:1px solid #71a2c3;		
		}