body {
	margin: 15px;
	background-color: #FFFFFF;

	scrollbar-3dlight-color: #EBEBEB;
	scrollbar-arrow-color: #AFAFAF;
	scrollbar-base-color: #EBEBEB;
	scrollbar-face-color: #DFDFDF;
	scrollbar-highlight-color: #EBEBEB;
	scrollbar-shadow-color: #CFCFCF;
	scrollbar-darkshadow-color: #AFAFAF;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	color:#717171;
	font-size: 12px;
}

a {
	color: #B8860B;
}
a:hover {
	color: #655836;
}


h1, .h1, h2, .h2, h3, .h3 {
	color: #7A7A7A;
	font-weight: bold;
}

h1, .h1 { font-size: 16px; }
h2, .h2 { font-size: 14px; }
h3, .h3 { font-size: 12px; }


form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea.text, select {
	border: solid #C3C3C3 1px;
	color: #A29365;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid #C3C3C3 1px;
	background-color: #E2E2E2;

	padding: 0px 4px;
	color: #A29365;
}

input.bigger {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps
}

td.formcaption {
	font-weight: bold;
	/*text-align: right;*/
	white-space: nowrap;
	padding: 1px 4px 1px 1px;
}

td.formfield {
	padding: 1px 1px 1px 4px;
}

div#main {
	width: 870px;

}

#copyright {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}
#copyright span, #copyright a {
	color: #BFBFBF;
	margin: 0px 8px;
}

#copyright a:hover {
	color: #968250;
}

#breadcrumbs {
	color: #808080;
	font-size: 11px;
	margin-bottom: 6px;
}

.mainmenu {
	padding: 5px 0px;
}

.mainmenu a, .mainmenu span {
	font-weight: bold;
	margin: 0px 4px;
}
.mainmenu a {
	text-decoration: none;
}

table.maincontent {
	border: solid #BFBFBF 1px;

}
.maincontent {
	padding: 6px 24px;
}
.maincontent a {
	font-weight: bold;
}


.color1 { color: #000000; }
.color2 { color: #A29365; }
.color3 { color: #BFBFBF; }
.color4 { color: #828282; }

.nowrap { white-space: nowrap; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.bold { font-weight: bold; }
.italic { font-style: italic; }


.small {
	font-size: 11px;
}

.label_location_photo_title {
	color:#848484;
	padding-left:18px;
	font-size:11px;
	font-weight:bold;
}


img.lightboxphoto {
	padding: 2px;
}


div.locationfieldset {
	margin-bottom: 10px;
}



fieldset {
	position: relative;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border: solid #BDBDBD 1px;
}




fieldset.locations {
	/*width: 250px;*/
	background: #EBEBEB;

}

fieldset.locations table {
	font-size: 11px;
}

fieldset.locations legend {
	font-weight: bold;
}



table#signuptimeline {
	height:25px;
}

table#signuptimeline td {
	border: solid white 0px;
	border-width: 1px 0px;
}

table#signuptimeline td.left {
	width:12px;
	border: solid #9F9F9F;
	border-width: 1px 0px;
}

table#signuptimeline td.right {
	width:12px;
}


table#signuptimeline td.mid {
	text-align:center;
	font-weight: bold;
	white-space:nowrap;
	font-size:11px;
	border: solid #9F9F9F;
	border-width: 1px 0px;
	padding: 0px 10px;
	width:150px;
}


table#signuptimeline td.on {
	background: #E4E4E4;
	font-size:14px;
}









@media print {
	.noprint { display: none; }
}


i.required {
	font-size: 14px;
	font-weight: bold;	
	color: #B8860B;
	font-style:normal;
}
i.notrequired {
	font-size: 14px;
	font-weight: bold;	
	color: #ffffff;
	font-style:normal;
}

.iconLink {
	margin: 0px 3px;
}

.iconLink, .iconLink label {
	font-size: 11px;
	color: #9F9F9F;
	cursor: pointer;
}

.iconLink img {
	border: none;
	width: 12px;
	height: 12px;
	vertical-align: -12%;
	margin: 0px 2px;
}

.iconLinkHover, .iconLinkHover label {
	color: black;
}



/* tos and lps agreements */
div#agreementwrapper {
	width: 650px;
}

div#agreement {
	font-size:12px;
	font-weight: bold;
}

div#agreement label {
	color: #555962;


}


div#agreement div {
	margin: 8px 0px;
	font-weight: normal;
	margin-left:40px;
}




