
* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

a img {
	outline: none;
}

body {
	font-family: Helvetica;
	font-size: 12px;
	color: #031F35;
	background: #eee;
}

#container {
	width: 1020px;
	margin: 0 auto;
	background: url('images/bg.jpg') repeat-y;
	
	
	
}

#header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) repeat-x;
	/*margin-bottom: 1px;*/
}

#logo {
	float: left;
	width: 600px;
}

#header_contact {
	width: 380px;
	float: left;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	color: #fff;
}

.hc_title {
	color: #E99C17;
}

.hc_phone {
	font-size: 13px;
}

#header a {
	color: #E99C17;
}

#header .logo {
	text-transform: uppercase;
	font-size: 38px;
	color: #fff;
	padding-top: 30px;
	padding-left: 20px;
}

#header p .p_large {
	font-size: 50px;
}

#header .sub_heading {
	font-size: 16px;
	color: #E99C17;
	text-transform: uppercase;
	padding-left: 30px;
}

/* NAV */

#nav {
	width: 1000px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	/*background: url(images/nav_bg.jpg);*/
	background: #F1B91E;
	border-bottom: 1px solid #ccc;
}

#nav ul {
	list-style: none;
	
}

#nav ul li {
	float: left;
	background: url(images/nav_border2.jpg) no-repeat right;
	padding-right: 2px;
}

#nav a {
	text-decoration: none;
	color: #031F35;
	display: block;
	line-height: 40px;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	
	text-transform: uppercase;
}

#nav a.current {
	background: url('images/box3_bg.jpg') repeat-x;
}

#nav a:hover {

	background: url('images/box2_bg.jpg') repeat-x;
}

#nav a.current:hover {

	background: url('images/box3_bg.jpg') repeat-x;
}

/* Content */

#content  {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
	padding-bottom: 20px;
	background: #fff;
	/*border-top: 2px solid #053962;*/
	min-height: 500px;
}

#content h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#content a {
	color: #df6b1d;
}

#content a:hover {
	text-decoration: none;
}

#content_left {
	float: left;
	width: 638px;
	padding: 20px;
	margin-right: 22px;
	text-align: justify;
}

#content_left img {
	display: block;
	margin: 0 auto;
	border: 3px solid #031F35;
	margin-bottom: 20px;
}

#content_left p {
	margin-bottom: 20px;
}

#content_right {
	float: left;
	width: 280px;
}

.link_box {
	width: 290px;
	margin-top: 20px;
	height: 110px;
	/*background: url(images/header_bg.jpg) repeat-x;*/
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*border: 2px solid #07538F;*/
	
}

.link_box {
	text-decoration: none;
}

.link_box1 {
	background: url(images/box1_bg_ds.jpg) repeat-x;*/
}

.link_box2 {
	background: url(images/box2_bg_ds.jpg) repeat-x;*/
}

.link_box3 {
	background: url(images/box3_bg_ds.jpg) repeat-x;*/
}

h2.box_heading {
	padding: 10px;
	padding-top: 15px;
	color: #031F35;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.box_text {
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

#content a.read_more {
	color: #031F35;
}

#content a.read_more {
	text-decoration: none;
}

#content a.read_more:hover {
	text-decoration: underline;
}

#content h1 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

#footer {
	width: 1000px;
	height: 50px;
	background: #031F35;
	margin: 0 auto;
	color: #ccc;
	text-align: center;
	line-height: 50px;
}

#contact_form {
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #cccccc;
	width: 300px;
	margin: 0 auto;
}

.contact_text {
	width: 300px;
	border: 1px solid #cccccc;
	outline: 0;
	height: 18px;
}

#contact_form textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #cccccc;
	font-family: Helvetica;
	font-size: 12px;
}

.contact_submit {
	text-align: center;
}

.thankyou {
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #cccccc;
	width: 300px;
	margin: 0 auto;
}

.client_phone {
	color: #df6b1d;
}


/* admin */

.admin_filler {
	height: 300px;
}

#header_contact a.admin_view_site {
	color: #fff;
	margin-top: 40px;
	display: block;
}

#admin_content {
	padding-left: 10px;
	margin-top: 10px;
}

tr.assoc_headings td {
	background: #bbb;
	padding: 5px;
	font-weight: bold;
}

tr.assoc_rows_a td {
	background: #ddd;
	padding: 5px;
}

tr.assoc_rows_b td {
	background: #eee;
	padding: 5px;
}

.assoc_actions {
	color: #df6b1d;
}

#assoc_add {
	background: #bbb;
	width: 960px;
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 20px;
}

#assoc_edit {
	background: #bbb;
	width: 960px;
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 20px;
}

#admin_content h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

.admin_error {
	padding: 10px;
	color: #BC1800;
}