@import url('css/jquery/ui-lightness/jquery-ui-1.8.custom.css');

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-color: #666666;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

table, tr, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}  

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

hr {
	border: 0;
	width: 90%;
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
}

a.naav:link {font-family:  verdana, arial; font-size: 10px;  text-decoration: underline; color: #666666;}
a.naav:visited {font-family:  verdana, arial; font-size: 10px; text-decoration: underline; color: #666666;}
a.naav:hover {font-family:  verdana, arial; font-size: 10px; text-decoration: underline; color: #000000;}
a.naav:active {font-family:  verdana, arial; font-size: 10px; text-decoration: underline; color: #666666;}
#submitbutton {cursor: pointer; }

/* #### HOMEPAGE STYLES #### */

#homepage a {
	font-weight:bold;
	color:#70331c;
}

#homepage a:hover {
	color:#2475a3;
}

#homepage h1 {
	font-family:"Verdana",sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#2475a3;
}

#homepage p {
	clear:both;
	text-align:left;
	line-height:1.5em;
	color:#2b2b2b;
}

#homepage p.intro {
	background:#ffffd9;
	padding: 7px 10px;
	margin-bottom: 15px;
}

#homepage .box {
	min-height:220px;
	margin-bottom:15px;
}

#homepage .box p {
	clear:none;
	margin:0;
	padding:0;
}

#homepage .box h2 {
	font-family:"Verdana",sans-serif;
	font-size:16.5px;
	font-weight:normal;
	color:#FFF;
	line-height:36px;
	height:36px;
	padding: 0 0 0 7px;
	margin:0;
}

#homepage .box h2 a {
	margin:0;
	padding:0;
	color:#FFF;
	font-family:"Verdana",sans-serif;
	font-weight:normal;
	text-decoration: none;
}

#homepage .box .inner {
	padding:12px;
	float:left;
}

#homepage .half {
	width:280px;
}

#homepage .half img, #homepage .half form {
	margin:15px 0 0 0;
	padding:0;
}

#homepage .half select {
	width:100%;
	margin-bottom:20px;
}

#homepage .half input {
	float:right;
}

#homepage .left {
	float:left;
}

#homepage .right {
	float:right;
}

#homepage .full {
	clear:both;
	float:left;
	width:100%;
}

#homepage .full img {
	float:left;
	margin-right:10px;
}

#homepage .full p {
	float:left;
	width:390px;
}

#homepage .box_blue {
	background:#dff5fe;
}

#homepage .box_blue h2 {
	background:#3583af url('images/box_blue_h2_left.gif') top left no-repeat;
	
}

#homepage .box_blue h2 span {
	display:block;
	width:100%;
	background: url('images/box_blue_h2_right.gif') top right no-repeat;
}

#homepage .box_blue img {
	border:#9cd8de solid 3px;
}

#homepage .box_green {
	background:#dffbfe;
}

#homepage .box_green img {
	border:#9cd8de solid 3px;
}

#homepage .box_green h2 {
	background:#35a4af url('images/box_green_h2_left.gif') top left no-repeat;
	
}

#homepage .box_green h2 span {
	display:block;
	width:100%;
	background: url('images/box_green_h2_right.gif') top right no-repeat;
}

#homepage .box_gold {
	background:#fdf9e5;
}

#homepage .box_gold h2 {
	background:#afa235 url('images/box_gold_h2_left.gif') top left no-repeat;
	
}

#homepage .box_gold h2 span {
	display:block;
	width:100%;
	background: url('images/box_gold_h2_right.gif') top right no-repeat;
}

#homepage .box_gold img {
	border:#d9cb87 solid 3px;
}

/* Calendar Styles */

.calendar {
	font-family:"Arial",sans-serif;
	border:#9CD8DE solid 3px;
	background:#9CD8DE;
	margin-bottom:5px;
	width:200px;
}

.calendar th {
	text-align:center;
}

.calendar td {
	background:#EFFEFF;
	padding:5px;
}

.calendar td a {
	text-decoration: underline;
	font-size:90%;
	color:#FFF;
}

.calendar td.highlighted {
	background:#FFF58F;
}

.calendar caption {
	font-weight:bold;
	margin-bottom:7px;
}

/* Weather Widget */

#weather ul {
	list-style:none;
	margin:0;
	padding:0;
}

#weather li {
	margin:0;
	padding: 0 0 14px 0;
}

#weather h4 {
	margin:0;
	padding:0 0 5px 0;
	font-size:11px;
}

#weather h4 a {text-decoration:none;}

#weather p {
	font-size:85%;
}

#weather div div {
	display:none;
}

/* Misc from header */

#dropmenudiv{
position:absolute;
border:1px solid #66CCCC;
border-bottom-width: 0;
font:normal 12px Verdana ;
font-color:white;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #66CCCC;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-color:white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DEF9F9;
}