html { overflow-y: scroll; 
            min-height: 100%;
            margin-bottom: 1px;
 
}
body, td, th {
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	
	/*font-weight:lighter;*/
}
/* ---------------------------------------------------*/
/* -------------------- STRUCTURE --------------------*/
/* ---------------------------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color:#fff;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	color: #666;
}


a:link {
	font-weight:normal;
	text-decoration: none;
	color: #113541;
}
a:visited {
	font-weight:normal;
	text-decoration: none;
	color: #113541;
}
a:hover {
	font-weight:normal;
	text-decoration: none;
	color: #E6D084;
}
a:active {
	font-weight:normal;
	text-decoration: none;
	color: #AA9B7C;
}




#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0px auto; /* Change here for the height that's at the top of the website*/
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 1000px;
	height: 0px;
	float: left;
}
#body {
	float: left;
	width: 1000px;
	background: #fff;
	min-height: 500px;

}


#header {
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 120px;
	width: 1000px;
}

#main_pic {
	/*background-image: url(../images/mainpic.jpg);*/
	background-repeat:no-repeat;
	float: left;
	height: 200px;
	width: 1000px;
	margin-top: 0px;
	border-top: 3px #fff solid;
}




#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: 650px;
	text-align: left;
	margin-left: 40px !important;
	margin-left: 10px;
	margin-top: 35px;
	
}



.bottom_box {
	float: left;
	width: 650px;
	text-align: left;
	margin-left: 40px !important;
	margin-left: 13px;
	margin-top: 25px;
	background-color: #E9E5DA;
	color: #444;
	border-width: 1px;
	border-style: solid;
	border-color: #AA9B7C;
	
}

#bottom_box p {
	margin-left: 13px;
	line-height: 18px;
}

#main_content_second {
	float: left;
	width: 670px;
	text-align: left;
	margin-left: 40px !important;
	margin-left: 20px;
	margin-top: 20px;
}
#sidebar {
	float: left;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#left_cont {
	float: left;
	margin: 0px;
	padding: 0px;
}


#footer {
	height: 25px;
	width: 1000px;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
}
#footer a {
	font-weight: normal;
	font-size: 10px;
	color: #666;
}


#Disclaimer {
	width: 1000px;
	font-size: 9px;
	color: #444;
	line-height: 14px;
	text-align: left;
	float: left;
	clear: both;
	/*background-image: url(../images/disclamer.jpg);*/
	background-color: #F8F0DB;

}
#Disclaimer a {
	font-weight: normal;
	font-size: 9px;
	color: #666;
}



/* ---------------TABLES--------------- */
table {
	padding: 3px;
	border: 0px solid #ccc;
	text-align: left;
}
th {
	text-align: left;
	/*height: 30px;*/
	background: #dcdbcb;
	padding: 4px;
}
.table_heading {
	background: #D3D3D3;
}
td {
	padding: 3px;
	border: 0px solid #ccc;
}
#login {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-right: 4px;
	margin-left: 4px;
}


/* -------------------- 
RIGHT PANELS (HOME PAGE)
 --------------------*/

#right_content {
	float: right;
	width: 258px;
	margin-right: 20px!important;
	margin-right: 0px;
	margin-top: 35px;
}
.right_panel {
	background-color: #ffffff;
	/*background-image: url(../images/sidebox.png);*/
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ccc;
	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: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	margin-bottom: 0px;
}

.right_panel a {
	font-size: 12px;
	color: #9C492F;
}
.right_panel a:hover {
	color: #666666;
}
#right_content .right_panel {
	color: #444;
	font-size: 12px;
	width: 225px;
	float: right;
	margin-top: 10px;
	padding: 10px;
	background-color: #fff;
}
.right_panel_heading {
	background-color: #AA9B7C;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-bottom: 0px dotted #333333;
	border-top: 0px dotted #B30000;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.right_panel_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px;
	font-weight: normal;
	color:#666;
	border: 1px #AA9B7C solid;
}

.right_panel_copy a {
	font-size: 12px;
	color: #113541;
}
.right_panel_copy a:hover {
	color: #E6D084;
}


#right_content ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
#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;
	color: #113541;
	text-decoration: none;
}
#right_content li a:hover, #right_content li a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#right_content ul ul li a:link, #right_content ul ul li a:visited {
	display: block;
	width: 250px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
#right_content ul ul li a:hover, #right_content ul ul li a:active {
	display: block;
	color: #9A8C71;
	text-decoration: none;
	font-weight: bold;
} 




/* -------------------- 
LEFT PANELS (HOME PAGE)
 --------------------*/

#left_content {
	float: left;
	width: 200px;
	margin-right: 0px!important;
	margin-right: 0px;
	margin-top: 30px;
	margin-left: 20px;
	;
}
.left_panel {
	background-color: #fcc8ef;
	/*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;
}

.left_panel a {
	font-size: 10px;
	font-weight: bold;
	color: #113541;
}
.left_panel a:hover {
	color: #444;
}
#left_content .left_panel {
	color: #000;
	font-size: 12px;
	width: 128px;
	float: left;
}
.left_panel_heading {
	background-color: #AA9B7C;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-bottom: 0px dotted #333333;
	border-top: 0px dotted #B30000;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.left_panel_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
}
.left_panel_copy a {
	font-size: 12px;
	color: #113541;
}
.left_panel_copy a:hover {
	color: #cccccc;
}


#left_content ul {
	margin: 0;
	padding: 0px;
}
#left_content li {
	margin: 0px 0 0;
	padding: 0px;
	list-style-type: none;
	list-style: none;
}
#left_content li a:link, #left_content li a:visited {
	display: block;
	width: 190px;
	padding: 6px;
	background-color: #fff;
	color: #113541;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #113541;
}
#left_content li a:hover, #left_content li a:active {
	display: block;
	padding: 6px;
	background-color: #fff;
	color: #AA9B7C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #113541;
}
#left_content ul ul li a:link, #left_content ul ul li a:visited {
	display: block;
	width: 138px;
	padding: 6px;
	background-color: #ffffff;
	color: #843F22;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#left_content ul ul li a:hover, #left_content ul ul li a:active {
	display: block;
	padding: 6px;
	background-color: #843F22;
	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: #9cb742;
	padding: 0px 0px 10px;
}

#left_panel_heading {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 0px;	/*padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;*/
	border-bottom: 0px dotted #9c492f;
	border-top: 0px dotted #9c492f;
}
#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 {
	width: 1000px;
	height: 30px;
	float: left;
	background-image: url(../images/navbeige.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	list-style: none;
	border-top: 3px #fff solid;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	line-height: 27px;
}
#nav a {
	font-weight: normal;
	display: block;
	padding: 2px 10px;
	/*	width: 66px;*/	
	font-size: 1.1em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
	color: #113541;
	/*background-color: #ff8100;*/
	text-align: center;
}
#nav a:hover {
	color: #113541;
	background-image: url(../images/navred.jpg);
}
/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sidebar ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background-color: #9cb742;
	color: #ddd;
	line-height: 15px;
}
#sidebar li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	width: 250px;
	padding: 4px 0 4px 5px;
	background-color: #585858;
	color: #ddd;
	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: 250px;
	padding: 4px 0 4px50px;
	background-color: #9cb742;
	color: #cccccc;
	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: #9cb742;
	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: #666;
}
#main_content, #main_content_second a {
	color: #113541;
}
#main_content, #main_content_second ul {
	color: #666;
}
#main_content, #main_content_second a:hover {
	color: #666666;
}





/* ---------------------------------------------------*/
/* -------------------- 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: 180%;
	color: #AA9B7C;
	border-bottom: 1px dotted #CEBA95;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;
}
h2 {
	font-size: 195%;
	color: #843F22;
	border-bottom: 0px dotted #fff;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
}
h3 {
	font-size: 150%;
	color: #9c492f;
	border-bottom: 0px dotted #fff;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
}

h4 {
	font-size: 100%;
	color: #00BCD1;
	border-bottom: 0px dotted #fff;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

h5 {
	font-size: 110%;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 0px solid #aa9b7c;
	text-align: center;
	background-color: #585858;
	padding-top: 10px;
	}


.clear {
	clear: both;
}
img {
	border: 0px solid #FFFFFF;
}
#text_picture .picture {
	border: 1px solid #999999;
}

.required {
	color:#843F22;
}

.bigfont {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

li {
	margin-bottom: 0.6em;
	line-height: 1.5em;
	margin-left: 6px;
	list-style: url(../images/normal_bullet.jpg);
}
ul {
	margin-top: 10px;
}

hr {
  border: 1px solid #cccccc;
}


.searchBtn {
cursor:pointer;

	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	color: #444;
	background-color: #fff;
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
	border: 1px solid #AA9B7C;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, verdana, helvetica, sans-serif;
	text-decoration: none;
}





.searchBox{
	border: 1px solid #AA9B7C;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 4px;
	/*background-color: #FFFFFF;*/
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
	font-size: 12px;
	width: 190px;
	height: 22px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #444;
}

textarea {
	border: 1px solid #AA9B7C;
	padding: 1px 4px ;
	font-size: 12px;
	color: #444;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #fff url(../images/form_back.gif) no-repeat 0 0;
}
.noshow {
visibility: hidden;
} 



/* pagination */ 

#pagination-flickr ul{
text-indent: 5em;

}


#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-flickr a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666;
display:block;
float:left;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-flickr .active{
color:#ff0084;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
	color:#666666;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-flickr a:hover{
border:solid 1px #666666;
}

#pagination_box {
	float: left;
	width: 670px;
	text-align: left;
	background-color: #fff;
	color: #444;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 6px;
	
}



*/
