/*
-----------------------------------------------
Website Name
----------------------------------------------- */
/* general styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
    margin-bottom: 1em;
}
ul, ol {
    padding-left:1em;
}
h1 {
	color: #333333;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #333333;
}
body {
	background-color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
}

/* layout
----------------------------------------------- */
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(/templates/template_1/images/wrapper_bg.jpg);
}
#header {
	height: 176px;
	background-image: url(/templates/template_1/images/header-bg.gif);
	background-repeat: repeat-x;
}
#header img {
	padding: 25px 0 0 20px;
	float: left;
}
#inset {
	float: left;
	padding: 35px 20px 0 25px;
}
#inset h1 {
	text-transform: capitalize;
	font-weight: normal;
	font-size: 48px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#inset h2 {
	color: #0177C1;
	font-weight: normal;
	font-size: 28px;
}
#sidebar {
	float: left;
	clear: left;
	padding: 20px 0 0 20px;
}
#sidebar img {
	border: solid #b2b2b2 5px;
}
#content {
	padding: 20px;
}
table {
  width:750px;
}
table td {
  padding:8px 10px;
  font-size:12px;
  text-align:center;
}
/* navigation
----------------------------------------------- */
#topnav {
	height: 35px;
	background-image: url(/templates/template_1/images/top-nav-bg.gif);
	background-repeat: repeat-x;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul li {
	float: left;
	display: inline;
}
#topnav ul li a {
	display: block;
	text-align: center;
	padding: 10px 20px 0;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	height: 24px;
}
#topnav ul li a:hover, #topnav ul li a.selected {
	color: #AB0C10;
	background-image: url(/templates/template_1/images/top-nav-hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* footer styles
----------------------------------------------- */
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 12px;
	clear: both;
	background-color: #183889;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}

/* misc. styles
----------------------------------------------- */
.left {
	margin: 0 10px 10px 0;
	float: left;
}
.right {
	margin: 0 0 10px 10px;
	float: right;
}
.clear {
	clear: both;
}
.phone-number {
	color: #F89BA5;
	padding: 8px 8px 0 0;
	text-align: right;
}
/*------FORMS-------*/
.fs {
	display:block;
	padding:2px 0px;	
}
.fs label {
	display:block;
	float:left;
	margin-right:5px;
	width:175px;
	text-align:right;
}
.fs input {
	width:175px;
}
.fs_submit {
	display:block;
	padding:2px 0px;	
	text-align:center;
}