/* CSS Document  - Copyright 2007 Chappell Creative Inc. */

/* general elements */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	padding: 0px;
}

.oneColFixCtr #container {
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bodyDiv {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	text-align: center;
	width: 820px;
}

#menuDiv {
	width: 790px;
	text-align: left;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 12px;
}
.menu ul {
	margin: 0px;
	padding-top: 11px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 7px;
	list-style-image: none;
	list-style-type: none;
}
.menu li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	letter-spacing: 1pt;
	padding-right: 2px;
}
.menu li a:link, .menu li a:visited, .menu li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #c5c0a2;
	border: 1px none #999999;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	font-weight: bold;
}
.menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4960a3;
}

#main {
	width: 535px;
	text-align: justify;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-right: auto;
	height: auto;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#sidebar {
	text-align: left;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 25px;
	float: right;
	width: 190px;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 0px;
}

.clearer {clear: both; line-height: 0; height: 0;}

td, th {
	color: #666666;
	font-size: 12px;
	line-height: 18px
}

p {
	text-align: left;
}

.linedTable {
	border: 1px solid #336699;
}

.linedTable2 {
	border: 1px solid #F8BE2A;
}

.tableHead {font-size: 12px; font-weight: bold; text-transform: uppercase; color: #FFFFFF; background-color: #336699; text-align: left; height: 20px;}

a:link, a:visited, a:active {
	color: #7F9806;
	text-decoration: none;
	font-weight: normal
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal
}


.sidebarHeader {
	color: #4960a3;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
}

.title {
	color: #4960a3;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1pt
}

.smTitle {
	color: #7F9806;
	font-size: 12px;
	font-weight: bold;
	line-height: normal
}

.subTitle {color: #4960a3; font-size: 14px; font-weight: normal; line-height: 22px}

.smallPrint {color: #999999; font-size: 9px; font-weight: normal; line-height: 11px; text-align: justify;}
.address {
	font-size: 13px;
	line-height: 16px;
	color: #4960A3;
	font-weight: 400;
}

.return {font-size: 9px; text-align: right;}
#footerDiv {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 80px;
	width: 820px;
}


.footer {
	margin: 0px;
	padding: 0px;
	height: 40px;
	color: #efefef;
	font-size: 10px;
	line-height: 12px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #efefef;
	text-decoration: none;
	font-weight: normal
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal
}

.notice {
	color: #F8BE2A;
	font-size: 10px;
	line-height: 18px;
}
.notice a:link, .notice a:visited, .notice a:active {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal
}

.notice a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal
}
#address {
	font-size: 13px;
	line-height: 16px;
	color: #4960A3;
	font-weight: 400;
}

ul.square {
	list-style-type: circle;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	list-style-position: outside;
	text-align: left;
	text-indent: 0pt;
	list-style-image: url(../images/square.gif);
	line-height: 18px;
}

ul.circle {
	list-style-type: circle;
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	list-style-position: outside;
	text-align: left;
	text-indent: 0pt;
	list-style-image: url(../images/circle.gif);
	line-height: 18px;
}



/* form elements */

form {color: #FFFFFF; font-size: 10px; text-align: left; border-top: 1px solid #2A3746; border-bottom: 1px solid #2A3746;}

input.large {
	width: 150px;
	height: 16px;
	font-size: 10px;
	font-weight: normal;
}

input.big {width: 200px; height: 150px; font-size: 10px; font-weight: normal; border: 1px #77776A solid;}

input.med {width: 65px; height: 16px; font-size: 10px; font-weight: normal; border: 1px #77776A solid;}

input.small {
	width: 25px;
	height: 16px;
	font-size: 10px;
	font-weight: normal;
}

.buttonUp {
	background-color: #F8BE2A;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	height: 19px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFF00;
}

.buttonOver {
	background-color: #809906;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	height: 19px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #ADC046;
	border-bottom-color: #ADC046;
	border-left-color: #666666;
}
