body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	background-color: #333333;
	background-image: url(images/bg/bg_hor_tile_body.png);
	background-position: top left;
	background-repeat: repeat-x;
	
}

a {
	
	color: #777777;
	text-decoration: none;
	
}

h1 {
	
	border-bottom: 1px #EEE solid;
	font-weight: bold;
	
}

#column_two_large h1 {
	
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	
}

h2 {
	
	text-transform: uppercase;
	font-size: 1.4em;
	color: #999999;
	margin-bottom: 20px;
	
}

.front h2 {
	
	border-bottom: #cccccc 1px solid;
	padding-bottom: 10px;
	font-size: 1.5em;
	
}

h3 {
	
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	
}

.h3 {
	
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding-top: 13px;
	
}

.block {
	
	display: block;
	
}
	

h4 {
	
	font-weight: bold;
	margin-bottom: 20px;
	
}

.testimonial h4 {
	
	font-weight: normal;
	color: #999;
	margin-bottom: 0;
	
}

h5 {
	
	font-size: 1.16em;
	
}

h6 {
	
	border-bottom: #eee 1px solid;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

p {
	
	padding-bottom: 15px;
	line-height: 1.4em;
	
}

input {
	
	display: block;
	margin: 10px;
	
}

text-area {
	
	display: block;
	
}

label {
	
	display: block;
	float: left;
	padding: 5px 5px 5px 0;
	width: 100px;
	
}

fieldset {
	
	margin-top: 10px;
	
}

fieldset form {
	
	border-top: 1px #eee solid;
	padding-top: 10px;
	border-bottom: 4px #eee solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}

legend {
	
	padding-bottom: 5px;
	
}

th {
	
	color: #666666;
	
}

ul ul {
	
	padding: 0 0 0 50px !important;
	border: none !important;
	margin: 0 !important;
	
}
ul ul li {
	
	list-style-image: url(images/bullet_sub.gif) !important;
	
}
hr {
	
	color: #EEE;
	background-color: #EEE;
	border: none;
	
}

/*-------------------------------------------------------------------------------------------------------------Layout-------------------*/

#body_div {
	
	width: 970px;
	margin: 0 auto;
	
}

#wrapper {
	
	width: 970px;
	margin: 0 auto;
	background-image: url(images/bg/bg_vert_tile_shadow.png);
	background-position: top left;
	background-repeat: repeat-y;
	
}

#container {
	
	width: 960px;
	margin: 0 auto;
	
}

#header {
	
	height: 85px;
	background-image: url(images/bg/bg_hor_tile_header.png);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	
}

#footer {
	
	height: 50px;
	width: 966px;
	margin: 0 auto;
	background-color: #333333;
	background-image: url(images/bg/bg_hor_tile_footer.png);
	background-repeat: repeat-x;
	background-position: top left;
	
}

/*----------------------------------------------------------------------------------------------------------------------------Menu------------------*/

#menu {
	
	height: 35px;
	position: absolute;
	right: 10px;
	top: 25px;
	
}

#menu li {
	
	display: inline;
	
}

.menu_item {
	
	display: inline-block;
	position: relative;
	
}

.main_menu {
	
	height: 25px;
	bottom: 10px;
	display: block;
	float: left;
	top: 5px;
	
}

.main_menu:hover {
	
	background-image: url(images/menu/btn_bg_repeat.png);
	background-repeat: repeat-x;
	background-position: 0 -25px;
	
}

.main_menu:hover a{
	
	color: #176d9c;/* blue */
	
}

.main_menu_active {
	
	height: 25px;
	bottom: 10px;
	display: block;
	float: left;
	background-image: url(images/menu/btn_bg_repeat.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #FFF;
	top: 5px;
	
}

.main_menu_active a {
	
	color: #4f86a5;
	
}

.main_menu_active .menu_link {
	padding: 5px 9px 6px 9px;
	
}

.menu_link {
	
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	padding: 6px 10px 7px 10px;
	
}

.menuSpacer {

	background-color: #cccccc;
	display: inline-block;
	float: left;
	width: 1px;
	height: 35px;
	margin: 0 2px;
	
}

/*----------------------------------------------------------------------------------------------------------------------------Content---------------*/

#main_content {
	
	overflow: hidden;
	
}

#column_one {
	
	width: 255px;
	float: left;
	position: relative;
	
}

#column_one a:hover {
	
	color: #176d9c;
	
}

#column_one_item_two {
	
	position: relative;
	padding: 25px 15px 15px 15px;
	clear: both;
	background-image: url(images/bg/bg_hor_tile_content.png);
	background-position: top left;
	background-repeat: repeat-x;
	
}

#column_two {
	
	float: left;
	width: 705px;
	position: relative;
	overflow: hidden;
	
}

#column_two_item_one {
	
	border-left: #4f4f4f 5px solid;
	margin-bottom: 3px;

}

#column_two_item_two {
	
	
	padding-top: 25px;
	background-image: url(images/bg/bg_hor_tile_content.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	
}

#column_two_item_two_container {

	border-left: #eeeeee 5px solid;
	padding-left:15px;
	padding-bottom: 85px;
}

#column_two_item_two_container #p p {
	
	padding-right: 15px;
	
}

#column_two_item_two img {
	
	padding-right: 25px;
	padding-bottom: 50px;
	padding-top: 4px;
	
}

#column_two_large {
	
	border-left: #4f4f4f 5px solid;
	min-height: 500px;
	/* IE 6 min-height hack */
	height:auto !important;
	height: 500px;
	/* */
	padding: 35px 40px 40px 40px;
	margin-bottom: 25px;
	background-image: url(images/bg/bg_hor_tile_content.png);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	width: 620px;
	
}

#column_two_large img {
	
	background-color: #FFF;
	z-index: 50;
	padding-top: 6px;
	
}

#column_two_large p {
	line-height: 1.6em;
		
}

#column_two_large ul {
	
	padding:  20px 15px 15px 0;
	border-bottom: #eee 4px solid;
	border-top: #eee 4px solid;
	margin-bottom: 20px;
	
}

.general #column_two_large ul {
	
	border-top: none;
	
}

#column_two_large li {
	
	margin: 0 0 0 40px;
	padding: 0;
	padding-left: 10px;
	background: url(images/bullet.gif) left center no-repeat;
	list-style: none;
	line-height: 1.4em;
	font-size: 1.25em;
	list-style-image: none !important;
	
}

#column_two_large ul#sub_list li {
	

	background: url(images/bullet_sub.gif) left center no-repeat;
	padding-bottom: 5px; margin-bottom: 5px;
	
	
}

#column_two_large a {
	
	color: #4F86A5;
	
}

#column_two_large li a {
	
	padding-left: 10px;
	line-height: .6em;
	
}

/*------------------Page Specific -------*/

#column_one_about {
	
	position: relative;
	padding: 25px 15px 15px 15px;
	height: 162px;
	clear: both;
	background-image: url(images/img_sidebar_about.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
}

#contact p {
	
	padding: 0;
	margin: 0;
	
}

p.protect {
	
	background: url(images/bg_img_shield.jpg) #eee no-repeat left center;
	padding: 20px;
	padding-left: 100px;
	margin-top: 20px;
	margin-bottom: 30px;
	
}

#owner {
	
	border-top: #eee 4px solid;
	padding-top: 20px;
	margin-top: 5px;
	
}

#owner p {
	
	line-height: 1.5em !important;
	
}

#column_two_large p.protect {
	
	line-height: 1.4em !important;
	
}

#address {
	
	border-bottom: #cccccc 1px solid;
	padding: 15px 0;
	margin-bottom: 20px;
	
}

#p p:first-child {
	
	top: -5px;
	
}

#p {
	
	border-top: #eee 4px solid;
	padding-top: 20px;
	
}

div.front #p {
	
	border: none;
	padding-top: 2px;
	
}

#contact_left {
	
	width: 200px;
	padding: 10px;
	padding-left: 0;
	
}

#contact_left p {
	
	padding-bottom: 7px;
	margin-bottom: 5px;
	border-bottom: #eee 1px solid;
	
}

#contact_right {
	
	background-color: #f6f6f6;
	padding: 15px;
	width: 380px;
	
}

.contact div.border_top {
	
	padding-top: 1px;
	overflow: hidden;
	border-bottom: #eee 4px solid;
	padding-bottom: 1px;
	
}
/* ------------------------------- */

#login {
	
	padding: 15px;
	background: url(images/bg_img_login.jpg) no-repeat left center #eeeeee;
	padding-left: 100px;
	width: 505px;
	
}

.log_title {
	border-bottom: #eee 4px solid;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

#login .button {
	
	background-color: #eeeeee;
	margin-left: 103px;
	margin-top: -5px;
	
}

#login .button:active {
	
	margin-left: 103px;
	
}

.forgot-password {
	
	display: block;
	width: 160px;
	margin-left: 330px;
	margin-top: -42px;
	
}

/* ------------------------------- */

#user_name {
	
	position: absolute;
	top: 40px;
	left: 40px;
	
}

#user_name span {
	
	text-transform: none;
	
}

#admin {
	
	
	margin-top: 50px;
	padding: 30px 0 20px 0;
	border-top: 4px #eee solid;
	border-bottom: 4px #eee solid;
	
}

#admin ul {
	
	border: none;
	margin-bottom: 0;
	padding: 0;
	padding-top: 10px;
	
}

#admin li {
	
	border-top: #eee 1px solid;
	list-style-position: inside;
	margin-left: 0;
	padding: 5px 0 5px 15px;
	
}

#admin a {
	
	color: #666666;
	
}

#admin a:hover {
	
	color: #176D9C;
	
}

#ls_panel a {
	
	display: block;
	float: left;
	padding: 10px;
	margin-right: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #4f86a5;
	font-weight: bold;
	border: 1px #eee solid;
	
}

a#logout {
	
	float: none;
	border: none;
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	top: 40px;
	right: 40px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	
}

fieldset .button {
	
	background-color: #FFF;
	margin-left: 108px;
	
}

fieldset .button:active {
	
	margin-left: 108px;
	
}

.general .button {
	
	background-color: #FFF
	
}

fieldset input {
	
	margin:0;
	margin-bottom: 7px;
	
}

fieldset label {
	
	padding: 4px 10px 0 0;
	
}

#submitted,
#m_users {
	
	width: 620px;
	
}

#submitted th {
	
	width: 33%;
	padding-bottom: 5px;
	font-weight: bold;

}

#m_users th {
	
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 20px;
	font-weight: bold;
	vertical-align: bottom;
	
}

#submitted a,
#m_users a {
	
	color: #4F86A5 !important;
	
}

#submitted td,
#m_users td{
	
	border-top: 1px #eee solid;
	padding: 5px 0 5px 0;
	
}

#pass-change .button {
	
	background-color: #FFF;
	
}

#email-change .button {
	
	background-color: #FFF;
	padding-left: 105px;
	
}


/*----------------------------------------------------------------------------------------------------------------------------Footer---------------*/

#footer {
	
	position: relative;
	padding-top: 20px;
	font-size: .8em;
	color: #777777;
	
}

#footer_menu {
	
	position: absolute;
	right: 0;
	top: 20px;
	
}

#footer a:hover {
	
	color: #176d9c;/* blue */
	
}

#footer_menu li {
	
	padding: 0 0 0 20px;
	display: inline;
	
}

* html #footer_menu li { display:inline; }/* IE 6 inline-block fix */

#level_two {
	
	position: absolute;
	right: 0;
	top: 45px;

}

/*----------------------------------------------------------------------------------------------------------------------------Global Classes---------------*/


.transform {
	
	text-transform: uppercase;
	
}

.accent {
	
	color: #176d9c !important;/* blue */
	
}

.left {
	
	float: left;
	
}

.right {
	
	float: right;
	
}

.clear {
	
	clear: both;
	
}


#column_two_large p.accent_box {
	
	line-height: 1.5em;
	
}

.accent_box {
	
	background-color: #eeeeee;/* light grey */
	padding: 15px;
	
}

.intro {
	
	margin-bottom: 20px;
	
}

.strong {
	
	font-weight: bold;
	
}

.tag {
	
	color: #999999;
	
}

.first_letter {
	
	display: block;
	float: left;
	height: 5em;
	margin-right: .5em;
	
}

.first_letter span {
	
	font-size: 5.4em;
	line-height: .95em;
	color: #999;
	
}

.first_letter span.large {
	
	font-size: 6.2em;
	
}

.last_p {
	
	padding-bottom: 0;
	
}

.img_top {
	
	margin-top: 24px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	
}

.contact_info {
	
	font-size: 1.16em;
	font-weight: bold;
	margin-right: 10px;
	
}

.img_padding {
	
	padding-left: 216px;
	margin-top: 6px;
	
}

.border_top {
	
	border-top: #eee 4px solid;
	padding-top: 20px;
	
}

.odd {
	
	background-color: #f6f6f6;
	
}

.even {
	
	border: 1px solid #eeeeee;
	
}

.testimonial_list {
	
	padding: 15px;
	
}

.button {
	
	background-color: #f6f6f6;
	border: none;
	cursor: pointer;
	color: #4f86a5;
	text-transform: uppercase;
	margin: 4px 11px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	
}

.button:active {
	
	margin: 4px 11px 0 0;
	padding: 0;
	border: none;
	
}

.ls-panel a {
	
	display: block;
	
}
	
.form-item input[type=radio],
.form-item input[type=checkbox]{
	
	display:inline;
	margin: 5px;;
	
}

input[type=file] {
	
	margin: 0;
	display: inline-block;
	
}

#sub_list a {
	
	color: #176D9C;
	
}
	
.ui-datepicker-title {
	
	color: #666666;
	
}

.messages {
	
	padding: 3px;
	text-align: center;
	background-color: #cfdfe5;
	color: #5797b0;
	border: 1px #5797b0 solid;
	margin-bottom: 15px;
	margin-top: 20px;
	
}

.add_file {
	
	padding-bottom: 0px;
	
}

#confidential {
	
	background-color: #EEE;
	padding: 20px;
	margin-top: -10px;
	margin-bottom: 20px;
	
}

#inner {
	
	background: #FFF;
	padding: 10px;
	padding-bottom: 0;
	font-size: .8em;
	
}

#inner h2 {
	
	margin-bottom: 10px;
	
}

.inline input {
	
	display: inline;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-right: 5px;
	
}

div#email {
	
	background: url(images/btn_img_email.jpg) no-repeat center right;
	border: 4px solid #EEEEEE;
	padding: 25px 20px;
	
}
