h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
#main_content a {
	color: #111110;
	border-bottom: 1px solid #ffc736;
	font-weight: bold;
}
#main_content a:hover {
	color: #ffc736;
}
body {
	background: #f9f9f5 url('/img/gui/body_bg.jpg') repeat-x top left;
	background-color: #f9f9f5;
	font-family: 'trebuchet ms';
	font-size: small;
	margin: 0;
	padding: 0;
}

dl dt {
	clear: both;
	display: block;
	float: left;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 25px;
}

dd {
	float: left;
	margin-bottom: 10px;
}

dd em {
	margin-left: .5em;
}
footer {
	background: #221f22 url('/img/gui/footer_bg.gif') no-repeat top left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	clear: both;
	display: block;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	height: 55px;
	margin: 0;
	padding: 50px 0 25px 50px;
}
footer a:hover {
	color: #ffc736;
}
footer p, footer a {
	color: #cecdcb;
	font-size: 12px;
	line-height: 2;
}
header {
	background: url('/img/gui/header_bg.jpg') no-repeat bottom left;
	height: 134px;
	margin: auto;
	width: 960px;
}
header img {
	float: left;
	margin-top: 24px;
}
h1 {
	color: #5c3160;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 23px; 
	font-style: italic;
	margin-bottom: 20px;
}
h2 small {
	color: #333;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
}
h3 {
	font-family: Georgia;
	font-size: large;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h4 {
	color: #5c3160;
	font-size: large;
	margin: 0 0 10px 0;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 20px 0;
}
nav {
	float: right;
}
nav #main_nav, nav #sub_nav {
	float: right;
	list-style: none;
	margin: 0;
	margin-top: 51px;
	padding: 0;
}
nav #main_nav li, nav #sub_nav li {
	float: left;
}
nav #main_nav li a {
	color: #3b3115 !important;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	background: linear-gradient(100% 100% 90deg,#a9a9a9, #a9a9a9, #bbbaba 50%,#c8c6c6 50%,#c5c2c2 100%);
	background: -moz-linear-gradient(100% 100% 90deg,#a9a9a9, #a9a9a9, #bbbaba 50%,#c8c6c6 50%,#c5c2c2 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c2c2), to(#a9a9a9), color-stop(.5,#c8c6c6),color-stop(.5,#bbbaba));
	color: #2d2d2b;
	font-size: medium;
	font-weight: bold;
	margin: 5px 0 0 1px;
	padding: 15px 20px;
	text-shadow: 1px 1px 1px #ededed;
	text-transform: uppercase;
}
nav #main_nav li a:hover, nav #main_nav li a.active {
	background: linear-gradient(100% 100% 90deg,#f1efef, #f1efef, #bbbaba 50%,#c8c6c6 50%,#c5c2c2 100%);
	background: -moz-linear-gradient(100% 100% 90deg,#f1efef, #f1efef, #bbbaba 50%,#c8c6c6 50%,#c5c2c2 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c2c2), to(#f1efef), color-stop(.5,#c8c6c6),color-stop(.5,#bbbaba));
	color: #474744 !important;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
}
nav #sub_nav {
	background: linear-gradient(0% 100% 90deg,#232323, #404040);
		background: -moz-linear-gradient(0% 100% 90deg,#232323, #404040);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#404040), to(#232323));
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	margin-top: 0;
	padding: 0 0 0 20px;
}
nav #sub_nav li a {
	color: #bdbdba;
	display: block;
	padding: 10px 20px ;
}
nav #sub_nav li.contact {
	background: url('/img/gui/contact_icon.jpg') no-repeat left center;
	padding-left: 8px;
}
nav #sub_nav li.about {
	background: url('/img/gui/about_icon.jpg') no-repeat left center;
	padding-left: 8px;
}
nav #sub_nav li.location {
	background: url('/img/gui/location_icon.jpg') no-repeat left center;
	padding-left: 8px;
}
nav #sub_nav li a:hover {
	color: #ffc736;
}
p {
	color: #474744;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
p img {
	border: 3px solid #d0d0c9;
	clear: both;
	float: right;
	margin: 0 0 20px 20px;
}

/*----- IDS -----*/

#banner {
	background: url('/img/gui/banner_corner.jpg') no-repeat top right;
	position: absolute;
	top: 169px;
	right: 0;
	width: 40px;
	height: 38px;
}
#banner_bottom {
	background-color: #f2c13f;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	position: absolute;
	top: 184px;
	right: 0;
	width: 40px;
	height: 38px;
}
#callout {
	background: url('/img/gui/banner_corner.jpg') no-repeat top right;
	display: block;
	position: absolute;
	top: 169px;
	right: 0;
	width: 300px;
	height: 38px;
}
#callout_bottom {
display: block;
	background-color: #f2c13f;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	padding: 10px 15px;
	text-shadow: 1px 1px 1px #f8e9c2;
	position: absolute;
	top: 184px;
	right: 0;
	width: 280px;
}

#extra_footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	box-shadow: 0px 3px 7px #bfbdbc;
	-moz-box-shadow: 0px 3px 7px #bfbdbc;
	-webkit-box-shadow: 0px 3px 7px #bfbdbc;
	height: 10px;
	margin: auto;
	width: 960px;
}
#hero {
	background-color: #fff;
	box-shadow: 0px 0px 5px #eaeae6;
	-moz-box-shadow: 0px 0px 5px #eaeae6;
	-webkit-box-shadow: 0px 0px 5px #eaeae6;
	height: 275px;
	margin: auto;
	padding: 5px;
	width: 920px;
}
#left_col {
	border-right: 1px solid #d9d9cf;
	float: left;
	margin-right: -1px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 649px;
}
#left_col .single {
	padding: 0 35px 0 35px;
}
#left_col .single .slideshow {
	float: left;
	width: 279px;
}
#main_content {
	background: url('/img/gui/main_content_bg.gif') no-repeat top left;
	margin: auto;
	min-height: 475px;
	padding: 20px 5px 0 5px;
	width: 960px;
}
#main_content ul li {
	line-height: 1.5;
}
#main_content ul li a {
	border-bottom: none;
}
#right_col {
	border-left: 1px solid #d9d9cf;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 20px;
	width: 269px;
}
#right_col ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#right_col ul li {
	border-top: 1px solid #ccc;
	padding: 5px 0;
}
#right_col ul li:last-child {
	border-bottom: 1px solid #ccc;
}
#right_col ul li a {
	background: url('/img/gui/pdf_icon.jpg') no-repeat center left;
	color: #696969;
	font-weight: normal;
	padding-left: 20px;
}
#right_col .callout_top {
	background: url('/img/gui/banner_corner.jpg') no-repeat top right;
	height: 15px;
	width: 310px;
}
#right_col .contact {
	background-color: #f2c13f;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	margin-bottom: 20px;
	margin-right: -41px;
	padding: 10px 15px;
	text-shadow: 1px 1px 1px #f8e9c2;
}
#right_col .upload a {
	background: url('/img/gui/send_files.gif') no-repeat top left;
	border-bottom: none;
	display: block;
	height: 51px;
	width: 268px;
}
#slideshow {
	height: 275px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 920px;
	z-index: 0;
}

#slideshow li p {
	z-index: 10;
}
#wrapper {
	margin: 0 auto 20px auto;
	position: relative;
	width: 1000px;
}

/*CLASSES*/

#main_content .col {
	background: url('/img/gui/col_bg3.jpg') no-repeat top left;
	float: left;
	margin: 0 2px 0 0;
	padding: 26px;
	width: 260px;
}
.clearing {
	clear: both;
}
.col_wrapper {
	margin: 30px 0 0 9px;
	width: 942px;
}
.col_wrapper h1 {
	margin-left: 25px;
}
.hero_image {
	box-shadow: 0px 0px 4px #464545;
	-moz-box-shadow: 0px 0px 4px #464545;
	-webkit-box-shadow: 0px 0px 4px #464545;
	border: 5px solid #fff;
	width: 920px;
	margin: auto;
}
.hero_image ul {
	margin: 0;
	padding: 0;
}
.hero_image ul li {
	
	color: #fff;
	list-style-type: none;
	padding-top: 25px;
	width: 895;
	height: 250px;
}
.hero_image ul li p {
	background-color: #f2c13f;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	color: #000;
	display: inline;
	float: right;
	line-height: 1.20;
	font-size: x-large;
	font-weight: bold;
	padding: 5px 18px;
	position: absolute;
	right: 0;
	text-align: right;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	z-index: 50;
	overflow: visible;
}
.hero_image ul li span {
	background: url('/img/gui/selector.png') no-repeat;
	color: #3b4a38;
	display: block;
	height: 16px;
	margin-right: 10px;
	width: 16px;
}
.hero_image ul li span a {
	float: left;
	margin-right: 20px;
}
.half {
	float: left;
	width: 279px;
}
.middle {
	float: left;
	width: 20px;
	height: 10px;
}
.try {
	background-color: red;
	margin-right: -50px; 
}
/*------- SEND FILES -------*/

#sendfiles {
	background-color: #aaa;
	border: 5px solid #bbb;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 0 50px rgba(0,0,0,.25);
	margin: 20px 0 10px 0;
	padding: 3px;
	position: relative;
	width: 560px;		
}
#sendfiles .formrow {
	clear: both;
	padding: 10px 0;
}
#sendfiles fieldset {
	background-color: #fff;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: block;
	padding: 10px 20px;
}
#sendfiles input[type='file'] {
	outline: none;
}
#sendfiles input[type='text'],
#sendfiles select,
#sendfiles textarea {
	box-shadow: inset 0 0 3px #ccc;
	-moz-box-shadow: inset 0 0 3px #ccc;
	-webkit-box-shadow: inset 0 0 3px #ccc;
	border: 1px solid #bbb;
	border-radius: 5px;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	padding: 2px 4px;
	transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
}
#sendfiles input[type='text']:focus,
#sendfiles input[type='file']:focus,
#sendfiles select:focus,
#sendfiles textarea:focus {
 border-color: #1C94C4;
 box-shadow: 0 0 5px #1C94C4;
    -webkit-box-shadow: 0 0 5px #1C94C4; 
    -moz-box-shadow: 0 0 5px #1C94C4;
    font-style: normal; 
}
#sendfiles label {
	line-height: 2;
}
#sendfiles legend {
	height: 23px;
	left: 5px;
	position: absolute;
	top: -37px;
	width: 264px;
}
#sendfiles li {
	margin-left: 40px;
	font-size: 14px;
	list-style: url('favicon.ico');
}
#sendfiles li a {
	padding: 10px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
}
#files .button {
	float: right;
	margin-top: -1px;
}
*+html #files .button {
	clear: right;
	height: 22px;
	margin-bottom: 7px;
}
#files .file {
	clear: both;
	float: left;
	margin-bottom: 10px;
}
#status {
	display: none;
	margin-left: 8px;
	vertical-align: middle;
}
#set_send {
 font-size: 14px;
 font-style: italic;
 padding: 4px;
 width: 400px;
}
#set_from {
 font-size: 14px;
 font-style: italic;
 padding: 4px;
 width: 400px;
}
#set_name {
	font-size: 20px;
	font-style: italic;
	padding: 4px;
	width: 400px;
}
#set_notes {
	height: 90px;
	padding: 4px;
	width: 400px;
}
.button {
	background: #949ba3;
	background: linear-gradient(0% 100% 90deg,#161b20, #949ba3);
	background: -moz-linear-gradient(0% 100% 90deg,#161b20, #949ba3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#949ba3), to(#161b20));
	border: 1px solid #161b20;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: bold 14px arial, helvetica, sans-serif;
	line-height: 1;
	padding: 1px;
}
.button.disabled {
	filter: alpha(opacity=50);
	opacity: .5;
}
.button.disabled,
.button.disabled input {
	cursor: default;
}
.button.add {
	background: #c5faca;
	background: linear-gradient(0% 100% 90deg,#007409, #c5faca);
	background: -moz-linear-gradient(0% 100% 90deg,#007409, #c5faca);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5faca), to(#007409));
	border-color: #007409;
}
.button.delete {
	background: #ffdada;
	background: linear-gradient(0% 100% 90deg,#a91412, #ffdada);
	background: -moz-linear-gradient(0% 100% 90deg,#a91412, #ffdada);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdada), to(#a91412));
	border-color: #a91412;
}
.button.save {
	background: #9ed2fc;
	background: linear-gradient(0% 100% 90deg,#0077d6, #9ed2fc);
	background: -moz-linear-gradient(0% 100% 90deg,#0077d6, #9ed2fc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ed2fc), to(#0077d6));
	border-color: #0077d6;
}
.button input {
	background: #272d37;
	background: linear-gradient(100% 100% 90deg,#252d36, #252d36, #171f28 50%,#272d37 50%,#6c7178 100%);
	background: -moz-linear-gradient(100% 100% 90deg,#252d36, #252d36, #171f28 50%,#272d37 50%,#6c7178 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6C7178), to(#252D36), color-stop(.5,#272d37),color-stop(.5,#171F28));
	border: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font: bold 14px arial, helvetica, sans-serif;
	outline: none;
	padding: 10px 15px;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
}
.button.small {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 13px;
	line-height: 1;
	padding: 3px 5px;
}
.button.add input,
.button.small.add {
	background: #33ac3d;
	background: linear-gradient(100% 100% 90deg,#009a0c, #009a0c, #049f13 50%,#33ac3d 50%,#9ccfa1 100%);
	background: -moz-linear-gradient(100% 100% 90deg,#009a0c, #009a0c, #049f13 50%,#33ac3d 50%,#9ccfa1 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ccfa1), to(#009a0c), color-stop(.5,#33ac3d),color-stop(.5,#049f13));
}
.button.delete input,
.button.small.delete {
	background: #d7646a;
	background: linear-gradient(100% 100% 90deg,#bf2321, #bf2321, #cf302d 50%,#d7646a 50%,#e9a1a4 100%);
	background: -moz-linear-gradient(100% 100% 90deg,#bf2321, #bf2321, #cf302d 50%,#d7646a 50%,#e9a1a4 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9a1a4), to(#bf2321), color-stop(.5,#d7646a),color-stop(.5,#cf302d));
}
.button.save input,
.button.small.save {
	background: #0388e5;
	background: linear-gradient(0% 100% 90deg,#0388E5, #007FD7, #0388E5 50%,#54B0F9 100%);
	background: -moz-linear-gradient(0% 100% 90deg,#0388E5, #007FD7, #0388E5 50%,#54B0F9 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#54b0f9), to(#0388e5), color-stop(.5,#0388e5),color-stop(.5,#007fd7));
}


