@charset "utf-8";
/* CSS Document */

@import url("reset.css");
body {
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0173B9;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0173B9;
	padding-bottom: 15px;
	padding-top: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0173B9;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 15px;
	line-height: 135%;
}
#header {
	background-image: url(../images/back_header_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #0172b4;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #0173B9;
	padding: 15px;
}
#subhead_right {
	margin-left: 50%;
	text-align: right;
	padding-top: 10px;
}
#subhead_right a:link, #subhead_right a:visited {
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background-color: #1e7415;
	padding: 5px 8px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/back_button.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-box-shadow:  1px 1px 1px 1px rgba(50, 50, 50, .7);
	box-shadow:  1px 1px 1px 1px rgba(50, 50, 50, .7);
	border: 1px solid #FFFFFF;
}

	/* subhead_left */
	#subhead_left {
	float: left;
	width: 50%;
	}

	/* menu icon */
	#menu-icon {
	color: #000;
	width: 42px;
	height: 24px;
	background: #ecebeb url(../images/menu-icon.png) no-repeat 10px center;
	padding: 8px 10px 0 42px;
	cursor: pointer;
	border: solid 1px #666;
	display: block; /* show menu icon */
	}
	#menu-icon.active {
		background-color: #bbb;
	}
	
	/* main nav */
	#nav {
	clear: both;
	position: absolute;
	top: 26px;
	width: 160px;
	z-index: 10000;
	background: #f8f8f8;
	border: 1px solid #333333;
	display: none; /* visibility will be toggled with jquery */
	left: 125px;
	}
	
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav ul li {
	margin: 3px 0 3px 15px;
}
#nav a, #nav ul a, #nav a:visited, #nav ul a:visited {
	background: url(none);
	display: block;
	padding: 0;
	color: #666;
	border: none;
	font-family: inherit;
	text-decoration: none;
	}
#nav a:active, #nav ul a:active {
	color: #FFFFFF;
	background-color: #D10C2A;
}
#subhead_left a:link, #subhead_left a:visited {
	padding: 10px;
	color: #333333;
}
#subhead_left a:active {
	color: #FFFFFF;
	background-color: #D10C2A;
}
#nav .bordered {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


#photo_home {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}
#photo_home img {
	max-width: 98%;
}
#content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 15px;
}
#content table {
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-top: 25px;
}
#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#logo img {
	max-width: 90%;
}
#phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #FFFFFF;
}
#phone a:link, #phone a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#titlebar {
	padding-top: 8px;
	padding-bottom: 8px;
}
#titlebar a:link, #titlebar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	background-image: url(../images/back_arrow.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	text-align: left;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
	color: #000000;
	list-style-type: disc;
	padding-bottom: 15px;
	margin-left: 10px;
}

#content a:link, #content a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	background-color: #0173B9;
}
#footer p {
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.column_left {
	float: left;
	width: 50%;
}
.column_right {
	margin-left: 50%;
}

.content {
	background-color: #0073b6;
}
.clear {
	clear: both;
}

.line {
	background-color: #0073B6;
	display: block;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.photo img {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
form {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
