@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.main {
	background-color:#FFFFFF;
	vertical-align:top;
	padding: 15px;
	padding-top: 0px;
}
a {
	color: #cc0000;
}
/* ------------------------------ sitewide elements ------------------------------ */
.pagetitle {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:46px;
	color:#CCCCCC;
	text-align: right;
	padding-right: 40px;
}

/* rounded div container */
div.roundedcontainer {
	margin: auto;
	background-color: #efefef;
	width: 340px;
	text-align: left;
}
.roundedcontainertitle {
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 3px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#999999;
	width: 100%-5px;
	display: block;
	text-align: left;
}
/* rounded corners */
b.rtop {
	display:block;
	background-color:#FFFFFF;
}
b.rbottom {
	display:block;
	background-color:#FFFFFF;
}
b.rtop b {
	display:block;
	height: 1px;
	overflow: hidden;
	background-color:#999999;
}
b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #efefef
}
b.r1 {
	margin: 0 5px
}
b.r2 {
	margin: 0 3px
}
b.r3 {
	margin: 0 2px
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}
/* end rounded corners */
/* end rounded div container */
/* ------------------------------ end sitewide elements ------------------------------ */

/* ------------------------------ main 'tab' menu ------------------------------ */
.tab, .tab a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 103px;
	color: #333333;
	text-decoration: none;
}
.tab {
	background-image: url(images/tab_act.png);
}
.tab a {
	background-image: url(images/tab_up.png);
	display: block;
	height: 20px;
	line-height: 20px;
	padding-top: 4px;
}
.tab a:hover {
	background-image: url(images/tab_ovr.png);
}
/* ------------------------------ end main 'tab' menu ------------------------------ */



/* ------------------------------ footer & secondary nav menu ------------------------------ */
.footer {
	background-image:url(images/all-in-one_r5_c1.png);
	background-repeat:no-repeat;
	background-position: top center;
	color:#000000;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
}
.textnav a {
	text-decoration:none;
	color: #444444;
}
.textnav a:hover {
	/*color: #FFCC33;*/
	color: #CC0000;
}
/* ------------------------------ end footer & secondary nav menu ------------------------------ */

/* ------------------------------ forms and sections within ------------------------------ */
table.formsectcontent {
	margin-left: 10px;
	margin-right: 10px;
}
.formsectcontent td {
	text-align: left;
	padding: 2px;
}
.sublabel {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#555555;
	margin-top: -3px;
	padding-top: -3px;
	margin-bottom: 20px;
	line-height: 13px;
	vertical-align: top;
}
.sublabel td {
	padding-top:0px;
	padding-bottom:5px;
}
/* ------------------------------ forms and sections within ------------------------------ */

/* ------------------------------ locations page ------------------------------ */
.loc-content {
	width: 719px;
	background-image:url(images/loc-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
}
.loc-content h2, .contactdiv h2 {
	color: #555555;
	font-size:13px;
}
.loc-bot {
	width:719px;
	height:18px;
	background-image:url(images/loc-bot.png);
	background-position: bottom left;
}
#map iframe {
	border: 1px solid #555555;
	margin-top:10px;
}
/* ------------------------------ end locations page ------------------------------ */

/* ------------------------------ contact page ------------------------------ */
.contacttable {
margin-left: 10px;
margin-right: 10px;
}
.contacttable td.label {
	vertical-align:top;
	text-align:right;
	padding-right:8px;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#555555;
}

.contacttable td {
	padding: 2px;
	text-align:left;
}
