a {
	color: #F76B21;
	}
	a:hover {
		color: #fff;
		background-color: #F76B21;
		}

h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	}
html {
	padding: 0px;
	margin: 0px;
	}
body {
	font-family: arial, verdana, helvetica;
	background-color: #2D324A;
	background-image: url(../images/publicstyle/gradientbg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	}
#container {
	min-height: 707px;
	height: 707px;
	background-image: url(../images/publicstyle/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
div[id] #container {
	height: auto;
	}

#header {
	margin-left: 34px;
	padding-top: 4px;
	height: 125px;
	width: 736px;
	}

	#header h1 {
		float: left;
		height: 113px;
		width: 82px;
		background-image: url(../images/publicstyle/crest.gif);
		background-repeat: no-repeat;
		}
	#header h2 {
		margin-top: 40px;
		float: right;
		height: 54px;
		width: 649px;
		background-image: url(../images/publicstyle/title.gif);
		background-repeat: no-repeat;
		}
	#header h1 span{
		display: none;
		}
	#header h2 span{
		display: none;
		}


#nav {
	height: 22px;
	width: 686px;
	margin-left: 27px;
	background-color: #FBF6B9;
	padding: 0;
	padding-left: 3px;
	}
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	}
#nav ul {
	padding: 0;
	margin: 0;
	}
#nav a {
	width: auto;
	margin: 0;
	}
#nav li { /* all list items */
	float: left;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	}
#nav li ul li a, #nav li ul ul li a, #nav li ul li, #nav li ul ul li {
	width: 110px;
	}
#nav li ul li, #nav li ul ul li {
	padding-right: 0;
	padding-left: 0;
	}
#nav li.wide {
	width: auto;
	}
#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 500;
	left: -1000px;
	width: 110px;
	}
#nav li ul ul { /* third-and-above-level lists */
	margin-left: 120px;
	margin-top: -21px;
	}
#nav li a {
		background-color: #FBF6B9;
		padding: 3px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px;
		text-decoration: none;
		font-weight: bold;
		color: #F76B21;
		letter-spacing: -.05em;


	display: block;
	text-decoration: none;
	margin: 0;
	padding-bottom: 4px;
}	
#nav li a:hover {
	color: #fff;
	background-color: #F76B21;
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul {
	left: -1000px;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul, #nav li li li.iehover ul, #nav li li li li.iehover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
#nav li a.current {
	color: #fff;
	background-color: #6D7C91;
	}

/** Support for the "iehover-fix.js" **/
#nav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}



#office {
	border: 4px solid #fff;
	border-top: 0px;
	background-color: #fff;
	margin-left: 24px;
	left: 130px;
	width: 688px;
	}

#subnav {
	height: 24px;
	width: 100%;
	background-color: #6D7C91;
	}
	#subnav ul {
		padding: 0px;
		padding-left: 5px;
		margin: 0px;
		list-style: none;
		}
	#subnav ul li {
		padding-left: 0px;
		display: inline;
		}
	#subnav ul li a {
		background-color: #6D7C91;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 3px;
		float: left;
		display: block;
		font-size: 15px;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		letter-spacing: -.05em;
		}
	#subnav ul li a:hover {
		color: #fff;
		background-color: #8792A4;
		padding-bottom: 3px;
		}
	#subnav ul li a.current {
		background-color: #fff;
		color: #6D7C91;		
		padding-bottom: 3px;
		}
	
	
#content {
	float: left;
	font-size: 13px;
	width: 495px;
	margin: 0px;
	background-image: url(../images/publicstyle/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 5px;
	}
	#content h3 {
		color: #6D7C91;
		letter-spacing: -3px;
		font-weight: normal;
		margin-bottom: 10px;
		font-size: 42px;
		font-family: times;
		line-height: 26pt;
		margin-top: 13px;
		margin-bottom: 15px;
	}
	#content h4 {
		margin-top: 10px;
		font-size: 20px;
		letter-spacing: -1px;
		font-weight: normal;
		color: #6D7C91;
		}
		#content h4 a {
			text-decoration: none;
			color: #6D7C91;
			}
		#content h4 a:hover {
			background-color: #6D7C91;
			color: #fff;
			}

#content_bug {
	top: 30px;
	float: right;
	margin: 2px;
	}

#content_liftquote{
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #ACB0B8;
	}

#content_submittedtime {
	font-size: .7em;
	color: #888;
	}

#content p
	{
		margin-top: 0px;
		padding-top: 0px;
	}

#content .calendar {
		width: 469px;
		}
		#content .calendar caption{
			background-color: #C3BF9A;
			color: #fff;
			font-size: 19px;
			padding: 0px;
			margin: 0px;
			}
		#content .calendar caption a {
			text-decoration: none;
			font-weight: bold;
			color: #F76B21;
			}
		#content .calendar caption a:hover {
			background-color: #F76B21;
			color: #fff;
			}

		#content .calendar th {
			margin: 1px;
			padding: 0px;
			background-color: #E3DEB9;
			color: #fff;			
			}
		#content .calendar td {
			height: 55px;
			width: 64px;
			}
		#content .notempty {
			border-left: 1px solid #E3DEB9;
			border-top: 1px solid #E3DEB9;
			text-align: left;
			vertical-align: top;
			}
		#content .selected {
			background-color: #E3DEB9;
			text-align: left;
			vertical-align: top;
			}
		#content .selected a{
			font-size: .8em;
			color: #F76B21;
			}
		#content .selected a:hover {
			color: #fff;
			background-color: #F76B21;
			}
#content ul.links, #subcontent ul.links {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}


#content a.gallerythumbnail {
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	}

#content label.label {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 200px;
	clear: left;
	}
	#content fieldset {
		padding: 5px;
		border-left: 0px;
		border-bottom: 0px;
		border-right: 0px;
		border-top: 3px solid #6D7C91;
		}
		#content fieldset legend {
			font-weight: bold;
			font-size: 17px;
			color: #6D7C91;
			}
	#content form input.submit {
		margin-top: 12px;
		margin-bottom: 12px;
		padding: 7px;
		padding-left: 10px;
		padding-right: 10px;
		}
		#content span.label_description {
			display: block;
			font-size: 11px;
			color: #999;
			}
			#content fieldset label {
				color: #555;
				font-size: 12px;
				width: 150px;
				display: block;
				float: left;
				}
		
#subcontent {
	float: right;
	font-size: 13px;
	height: 487px;
	min-height: 487px;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(../images/publicstyle/sub_content_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 173px;
	margin-left: 0px;
	}
	#subcontent h4 {
		color: #6D7C91;
		}
	#subcontent ul li{
		margin-left: 5px;
		font-size: 11px;
		padding-bottom: 4px;
		}
		#subcontent ul li a{
			color: #6D7C91;
			text-decoration: none;
			}
			#subcontent ul li a:hover{
				color: #fff;
				background-color: #6D7C91;
				}

.contact {
	padding-left: 5px;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
	}
	.contact span.name
	{
		color: #000;
	}
	.contact a {
		color: #6D7C91;
		}
		.contact a:hover {
			background-color: #6D7C91;
			color: #fff;
			}

#footer {
	font-size: 12px;
	border: 4px solid #fff;
	padding: 7px;
	text-align: center;
	background-color: #FBF6B9;
	margin-left: 24px;
	left: 130px;
	width: 674px;
	display: block;
	clear: both;
	margin-top: 30px;
	}

#content div#news {
	width: 164px;
	float: left;
	font-size: 11px;
	background-color: #f1f1f1;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 8px;
	}
#content div#news h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: 22px;
	letter-spacing: 0px;
	font-family: arial, helvetica, verdana;
	}
#content div#feature {
	width: 300px;
	float: right;
	}
#content div#feature h3 {
	font-size: 40px;
	}

#content div#feature div#content_liftquote {
	font-size: 18px;
	}
	
	
#positivealert {
    width: 400px;
    background-color: #fff;
    background-image: url(../images/admin/info.gif);
    background-repeat: no-repeat;
    background-position: 6px 5px;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    text-align: left;
    font-weight: bold;
    color: black;
    }

#negativealert {
    width: 400px;
    background-color: #ffea4a;
    background-image: url(../images/admin/warning.gif);
    background-repeat: no-repeat;
    background-position: 4px 2px;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    text-align: left;
    font-weight: bold;
    color: black;
    }
    
#footer input {
	}
#footer input.button {
	}
#footer p {
	clear: right;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
	}
#login_form {
	text-align: left;
	width: 300px;
	float: left;
	}
	#login_form_inputs {
		float: left;
		}
		#login_form_inputs label {
			display: block;
			font-size: 10px;
			font-weight: bold;
			}
		#login_form_inputs input.button {
			float: left;
			}
	#login_form_links {
		margin-left: 20px;
		padding-top: 7px;
		float: left;
		width: 150px;
		font-weight: bold;
		}
		#login_form_links a {
			text-decoration: none;
			font-size: 18px;
			}
			#login_form_links a.lesser {
				font-size: 10px;
				}
#search_form {
	text-align: right;
	width: 300px;
	float: right;
	}
