* {
	color: #303030;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
}

body {
	background: #b9d5d2;
	text-align: center;
}

#page, #footer, #header_shadow {
	margin: 0px auto;
	text-align: left;
}

#page {
	background: white url(/images/page-shadow.gif) right repeat-y;
	padding: 0px 7px 10px 10px;
	width: 771px;
}

#header {
	margin: 10px 0 0 -10px;
}

#header_child {
	height: 65px;
	background: url(/images/header-background.gif) repeat-x;
	padding: 10px;
	margin: 10px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

a {
	color: #367e9c;
}

.result_link {
	color: #bababa;
	font-style: italic;
}

p {
	margin: 5px 0;
}

h1 {
	font-family: Verdana;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 17px;
	/*font-size: 19px;*/
	font-weight: bold;
	/*font-weight: lighter;*/
	color: #152026;
	line-height: normal;
}

hr {
	border-top: 1px dotted #303030;
	border-bottom: 0;
	height: 1px;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

.required {
	color: red;
	font-weight: bold;
}

.big {
	font-weight: bold;
	font-size: 18px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	font-style:	italic;
	margin-bottom: 5px;
}

label {
	font-weight: bold;
}


.blue_box {
	display: block;
	width: 25px;
	padding: 3px 5px;
	text-align: center;
	font-weight: bold;
	color: white;
	background: #7f9db9;
	margin: 30px 0;
}

#results_nav {
	float: right;
}

#results_nav ol {
	display: block;
	
	list-style: none;
}

#results_nav ol li {
	float: right;
	display: block;
	padding: 3px;
	margin: 2px;
}

#results_nav ol li.on {
	font-weight: bold;
}

#contact_card {
	float: right;
	width: 335px;
	border: 1px solid #7f9db9;
	padding: 10px 10px 10px 35px;
	background: url(/images/address-book.gif) 10px 10px no-repeat;
}



#home h2 {
	padding: 3px 3px 3px 15px;
	font-weight: normal;
	color: white;
	background: url(/images/white-arrow.gif) 4px 8px no-repeat #cc0e0e;
	margin-bottom: 10px;
}

#home img {
	border: 1px solid #AAA;
}

#contact_card h3 {
	margin-top: 0px;
}

#contact_card img {
	border: 1px solid #d1d1d1;
	float: right;
}

#content {
	float: right;
	width: 560px;
	padding-bottom: 20px;
	margin-top: 18px;
	_margin-top: 32px;
	margin-right: 12px;
	_margin-left: 10px;
	_width: 550px;
	position: relative;
	min-height: 500px;
}

.staff_picture {
	position: absolute;
	right: 0;
}

#header_child a {
	display: block;
	width: 400px;
}

#header_child h1 {
	text-indent: -3000em;
	background: url(/images/scippa-logo.gif) no-repeat 10px 2px;
	height: 50px;
}

#menu {
	background: #76a83f;
	width: 185px;
	display: block;
	float: left;
	padding: 27px 0 27px 0;
	margin: 0;
}

#menu li a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #c8dcb2;
	display: block;
}

#menu li a.on {
	/* border-top: 1px solid white; */
	border-width: 1px 0 1px 0;
}


.first, .last {
	border-top: 1px solid #c8dcb2;
}

#menu li ul li a.on {
	border-top: 0;
}

#menu li ul li a {
	border:none;
}



#menu li, #menu ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

#menu li a {
	font-weight: bold;
	padding: 6px 12px;
}

#menu li ul li a {
	font-weight: normal;
}

#menu li ul, #menu li a.on {
	background: #8cbf53;
}

#menu li ul li a.on {
	background: url(/images/white-menu-arrow.gif) no-repeat 0px 11px;
}
#menu li {
	/* Hack for IE6 */
	_height: 18px;
}

table {
		border-spacing: 0;
		border-collapse: collapse;
		margin-top: 15px;
		margin-bottom: 10px;
}

td, th {
	padding: 7px;

}

th {
	background: #878787;
}

th a {
		color: white;
}

#header_shadow {
	background: url(/images/page-header.gif) no-repeat 0px 0px;
	_background: url(/images/page-header.gif) no-repeat -1px 0px;
	width: 789px;
	height: 15px;
	margin-bottom: -10px;
	_margin-bottom: -2px;
}

#side_content {
	float: right;
	width: 185px;
	background: #f0f0f0;
}

#side_content .padding {
	padding: 10px;
}

#main_content {
	float: left;
	width: 350px;
}

#footer {
	background: url(/images/footer.gif) #b9d5d2 left top no-repeat;
	width: 761px;
	margin-top: -20px;
	padding: 10px 20px 0 10px;
	_padding: 20px 20px 0 10px;
}

#footer, #footer * {
	font-size: 9px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* CSS Hacks */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */