
/*//////////////// Text Styles ////////////////*/
.mainbold {color: #DF9800; font-size: 8pt; font-weight: bold;}

td {  /* catchall style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #993300;
	line-height: 12px;
	text-decoration: none;
}
A:link, A:visited {color: #CC6600;  text-decoration: none}
A:hover {color: #DF9800;}

.nav {color: #3D6281; font-size: 8pt; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ECE4D5;}
.nav A:link, .nav A:visited {color: #3D6281; text-decoration: none}
.nav A:hover {color: #DF9800;} /* inherets other properties from A:link */

.subnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
line-height: 14pt;
color: #CC0000;
}
.subnav a:link, .subnav a:visited {color: #996600;text-decoration: none;}
.subnav a:hover {color: #CC0000;}

.footer {color: #FFFFFF; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; background-color: #3D6281;}
.footer A:link, .footer A:visited {color: #FFFFFF; text-decoration: none}
.footer A:hover {color: #FFFFFF;}

.sidenote { text-align:left }

.heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #CC6600;
text-decoration: none;
font-weight: bold;
line-height: 20px;
}

.thmbsTD {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #993300;
padding: 0px 16px 20px 0px;
}

body { /* default body specs for all pages */
	/*background-image: url(http://www.adminds.net/images/bg_scanlines.gif);*/
	background-color: #F8F8F2; /* lighter beige for the homepage and all iframes */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; /* in case there's text outside of a table, it should match td style */
	font-size: 8pt; /* match td style */
	color: #993300; /* match td style */
	line-height: 12px; /* match td style */
	text-decoration: none; /* match td style */
}

.bodyMain { /* when applied to a page, this overrides ONLY the body background-color style */
	background-color: #EFEFE4; /* darker beige used on select interior pages */
}



/*//////////////// Image Styles ////////////////*/
.services {
background-color: #FFFFFF;
border: 3px double #D3C9A0;
margin-right: 20px;
}
.largePic {
background-color: #FFFFFF;
border: 1px double #E1DCC7;
}



/*//////////////// Colors ////////////////*/
.navdiv {color: #A3B7C2} /* text color */
.navbar {background-color: #ECE4D5}
.bluedark {background-color: #3D6281}
.bluemedium {background-color: #5990B9}
.bluelight {background-color: #EFF6F9}



/*//////////////// Page Elements ////////////////*/
.rule {background-color: #DAE9EF;}
input, select, textarea {color: #CC6600; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;}


