﻿html {
	min-height: 100%;
	margin-bottom: 1px;
	
}
body, td, th {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/* ---------------------------------------------------*/
/* -------------------- STRUCTURE --------------------*/
/* ---------------------------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color:#3E403F;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

body a {
	text-decoration:none;
}


a:link {
	text-decoration: none;
	color:#990000;
}
a:visited {
	text-decoration: none;
	color: #87878c;
}
a:hover {
	text-decoration: none;
	color: #363540;
}
a:active {
	text-decoration: none;
	color: #363540;
}






#wrapper {
	text-align: left;
	width: 760px;
	margin: 0px auto; /* Change here for the height that's at the top of the website*/
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 760px;
	height: 0px;
	float: left;
	background-image: url(../images/topbanner.png);
	background-repeat: no-repeat;
	/*background-color: #FFFFFF;*/
}

#headimage {
	width: 760px;
	height: 160px;
	float: left;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	/*background-color: #FFFFFF;*/
}


#body {
	float: left;
	width: 760px;
	background: #121212;
}
#main_pic {
	background-image: url(../images/banner.jpg);
	float: left;
	height: 110px;
	width: 760px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #13518a;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #13518a;
}

#text_picture {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 40px;
}
#main_content {
	float: left;
	width: 450px;
	text-align: left;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-top: 0px;
}
#main_content_second {
	float: left;
	width: 700px;
	text-align: left;
	margin-top: 10px;
	margin-left: 40px !important;
	margin-left: 20px;
	color: #fff;
}


#main_content_gallery {
	float: left;
	width: 700px;
	text-align: left;
	margin-top: 30px;
	margin-left: 60px !important;
	margin-left: 30px;
	color: #fff;
}



#sidebar {
	float: left;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#left_cont {
	float: left;
	margin: 0px;
	padding: 0px;
}

#copy {
	width: 760px;
	margin-left: 0px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	background-color: #121212;
	text-align: left;
	border-top: 0px solid #999;
	border-bottom: 0px solid #333;
	float: left;
	clear: both;
}

#copy p {
margin-left: 30px;
margin-right: 20px;

}

#footer {
	height: 60px;
	width: 760px;
	font-size: 10px;
	color: #555;
	line-height: 18px;
	background-color: #333333;
	background-image: url(../images/footer.png);
	text-align: right;
	border-top: 0px solid #999;
	border-bottom: 0px solid #333;
	float: left;
	clear: both;
}
#footer a {
	font-size: 10px;
	color: #555;
}


/* ---------------TABLES--------------- */
table {
	padding: 3px;
	background: #121212;
	border: 0px solid #ccc;
	text-align: left;
}
th {
	text-align: left;
	/*height: 30px;*/
	background: #dcdbcb;
	padding: 4px;
}
.table_heading {
	background: #D3D3D3;
}
td {
	padding: 3px;
	background: #121212;
	border: 0px solid #ccc;
}
#login {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-right: 4px;
	margin-left: 4px;
}


.textInput
{
border: 1px solid #808080;
background: #ccc;
color: #666;
font-size: 14px;
}




/* -------------------- 
RIGHT PANELS (HOME PAGE)
 --------------------*/
 

#right_content {
	float: right;
	width: 250px;
	margin-right: 10px!important;
	margin-right: 20px;
	margin-top: 0;
	margin-top: 25px;
}
.right_panel {
	background-color: #121212;
	/*background-image: url(../images/sidebox.png);*/
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AA9B7C;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AA9B7C;
	border-bottom-color: #AA9B7C;
	border-left-color: #AA9B7C;
	margin-bottom: 0px;
}

.right_panel a {
	font-size: 9px;
	font-weight: bold;
	color: #113541;
}
.right_panel a:hover {
	color: #444;
}
#right_content .right_panel {
	color: #999999;
	font-size: 12px;
	width: 250px;
	float: right;
}
.right_panel_heading {
	height: 30px;
	background-color: #121212;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #F0F0F0;
	padding-left: 10px;
	border-bottom: 0px solid #333333;
	border-top: 0px dotted #B30000;
}
.right_panel_copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	text-align: left;
	color:#FFFFFF;
}
.right_panel_copy a {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.right_panel_copy a:hover {
	color: #cccccc;
}


#right_content ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-color: #121212;
	color: #fff;
	line-height: 15px;
}
#right_content li {
	margin: 0px 0 0;
	padding: 0px;
	list-style-type: none;
}
#right_content li a:link, #right_content li a:visited {
	display: block;
	width: 230px;
	padding: 10px;
	background-color: #121212;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #121212;
}
#right_content li a:hover, #right_content li a:active {
	display: block;
	padding: 10px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #121212;
}
#right_content ul ul li a:link, #right_content ul ul li a:visited {
	display: block;
	width: 250px;
	padding: 10px;
	background-color: #888888;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#right_content ul ul li a:hover, #right_content ul ul li a:active {
	display: block;
	padding: 10px;
	background-color: #666666;
	color: #fff;
	text-decoration: none;
} 


/* --------------------
 SCROLLER PANEL (HOME PAGE) 
 --------------------*/
 
#left_panel {
	background-color: #DEDACF;
	border: 1px solid #988A6E;
	font-size: 9px;
	line-height: 14px;
	color: #666666;
	padding: 0px 0px 10px;
}

#left_panel_heading {
	height: 30px;
	background-color: #121212;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;	/*padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
}
#left_panel .panel_copy a {
	color: #FF0000;
}
#left_panel a {
	font-size: 10px;
	font-weight: bold;
	color: #113541;
}
#left_panel marquee {
	padding: 10px;
}
/* ---------------------------------------------------*/
/* -------------------- NAVIGATION --------------------*/
/* ---------------------------------------------------*/
#nav {
font-size: 14px;
	width: 510px;
	float: left;
	background-color: #3e403f;
	font-weight: bold;
	/*background-image: url(../images/nav_backgruond.png);*/

}
#nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav li {
	float: left;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	/*background-image: url(../images/nav_backgruond.png);*/
}
#nav a {
	font-weight: normal;
	display: block;
	padding: 2px 10px;
	/*	width: 66px;*/	
	font-size: 1.1em;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ff8100;
	color: #fff;
	/*background-color: #ff8100;*/
	text-align: center;
}
#nav a:hover {
	color: #990000;
	/*background-color: #AA9B7C;*/
}


#nav_second {
	width: 760px;
	font-size: 14px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	background-color: #000000;
	text-align: right;
	border-top: 0px solid #999;
	border-bottom: 0px solid #333;
	float: left;
	clear: both;
}


#nav_second a {
	font-size: 14px;
	color: #fff;
}




/* Sidebar */

#sidebar {
	float: left;
	width: 145px;
	padding-top: 24px;
	padding-left: 40px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	width: 150px;
	padding: 4px 0 4px 5px;
	background-color: #fff;
	color: #990000;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar li a:active {
	display: block;
	padding: 4px 0 4px 5px;
	background-color: #fff;
	color: #808080;
	text-decoration: none;
}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited {
	display: block;
	width: 150px;
	padding: 4px 0 4px 5px;
	background-color: #FFFFFF;
	color: #CEBA95;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar ul ul li a:hover, #sidebar ul ul li a:active {
	display: block;
	padding: 4px 0 4px 5px;
	background-color: #FFFFFF;
	color: #9A8C71;
	text-decoration: none;
}
#flash_clients {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* ---------------------------------------------------*/
/* -------------------- MAIN CONTENT --------------*/
/* ---------------------------------------------------*/
#main_content, #main_content_second p {
	line-height: 18px;
	color: #FFFFFF;
}
#main_content, #main_content_second a {
	color: #ffffff;
}
#main_content, #main_content_second ul {
	line-height: 18px;
	color: #666;
}
#main_content, #main_content_second a:hover {
	color: #fff;
}
/* ---------------------------------------------------*/
/* -------------------- LINKS --------------------*/
/* ---------------------------------------------------*/

#breadcrumb a {
	font-size: 10px;
	text-decoration: underline;
	color: #113541;
}
#breadcrumb a:hover {
	color: #113541
}
#left_panel a:hover {
	color: #113541;
}
/* ---------------------------------------------------*/
/* -------------------- HEADINGS --------------------*/
/* ---------------------------------------------------*/
h1 {
	font-size: 150%;
	color: #FFFFFF;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 5px;
}
h2 {
	font-size: 110%;
	color: #ccc;
	padding-bottom: 10px;
	border-bottom: 0px solid #aa9b7c;
	text-align: center;
	background-color: #121212;
	padding-top: 10px;
}
h3 {
	font-size: 110%;
	color: #121212;
	border-bottom: 0px solid #555;
	padding-bottom: 0px;
}
h4 {
	font-size: 130%;
	color: #FFFFFF;
	border-bottom: 0px dotted #fff;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	
	
}

h5 {
	font-size: 9px;
	color: #333;
	border-bottom: 0px dotted #ff8100;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

.clear {
	clear: both;
}
img {
	border: 0px solid #FFFFFF;
}
#text_picture .picture {
	border: 1px solid #999999;
}

.required {
color:#B30000;	
}

/* ---------------------------------------------------*/
/* --------------------- GALLERY ---------------------*/
/* ---------------------------------------------------*/

.photoContainer {float: left; width: 100%; }
.photoContainer a.photoWrapper {float: left; height: 150px; width: 125px; margin: 0 15px 15px 0; padding: 5px; background: #111; cursor: pointer; color: #fff;}
.photoContainer .photo {
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	background-position: 50%;
	background-repeat: no-repeat;
}
.photoContainer .photoTitle {font-size: 1em; text-align:left;}

.test {
	color: red;
}
