@charset "utf-8";
/* CSS Document by WORD Web Design */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #f8f5db;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	display: table;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #75757c;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 200;
}

#schedulecontainer {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e4ddc3;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 400;
}

#misccontainerwide {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e4ddc3;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 500;
}

#sidecontainer {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCC99;
	box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 300;
}

.padding10 {
	padding: 10px;
	text-align: left;
}
.padding10R {
	padding: 10px;
	text-align: right;
}
.padding20 {
	padding: 20px;
}
.paddingright20 {
	padding-right: 20px;
}
.bubble {
	background-color: #CCC;
	padding: 8px;
}

/* font styles */

.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.H2reverse {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.whitetext {
	color: #DDE1D0;
}
.whitetextsmall {
	color: #DDE1D0;
	font-size: 10px;
}
.whitetextmed {
	color: #DDE1D0;
	font-size: 16px;
}
.whitetextlarge {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
.small10 {
	color: #333;
	font-size: 10px;
}
.small10ctr {
	color: #333;
	font-size: 10px;
	text-align: center;
}
.smallsubheader {
	font-size: 11px;
	color: #411e20;
}
.h3 {
	font-size: 14px;
	font-weight: bold;
}
.formtext {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	color: #411E20;
	padding-right: 10px;
}
.formquestions {
	text-align: right;
	padding-right: 10px;
}
.ftrwhite {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-align: left;
	padding-left: 10px;
}
.ftrwhiteR {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

/**link styles **/
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #A50000;
}
a:active {
	color: #333;
}

/**sub-footer menu links **/
a.ftrwhiteRmenu:link {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}
a.ftrwhiteRmenu:visited {
	font-weight: bold;
	color: #EEE;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}
a.ftrwhiteRmenu:hover {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	text-align: right;
}
a.ftrwhiteRmenu:active {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}

a.ftrwhiteLmenu:link {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
a.ftrwhiteLmenu:visited {
	font-weight: bold;
	color: #EEE;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
a.ftrwhiteLmenu:hover {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	text-align: left;
}
a.ftrwhiteLmenu:active {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}

a.ftrmenu:link {
	color: #e4ddc3;
}
a.ftrmenu:visited {
	color: #e4ddc3;
}
a.ftrmenu:hover {
	color: #FFF;
	text-decoration: none;
}
a.ftrmenu:active {
	color: #e4ddc3;
}
