﻿
* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url("../images/shadow_left.jpg");
	background-repeat: no-repeat;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
}

#header {
	height: 155px;
	background-image: url("../images/header_bg.jpg");
	background-repeat: repeat-x;
}

#logo{
	
	padding-top: 10px;
	padding-left: 55px;
}

#linkbar {
	background-image: url("../images/linkbar_bg.jpg");
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url("../images/content_top_bg.jpg");
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}



/**** Left, Right and Center columns for 3 column setup ******/

#sub_left {
	width: 30.3%;
	float: left;
}

#sub_right {
	width: 30.3%;
	float: right;
}

#sub_center {
	margin-left: 33.4%;
    margin-right: 33.4%
}
/*#sub_left li, #sub_center li, #sub_right li{
	list-style: none;
}*/

#bottom {
	clear: both;
}
               
/**** Left, Right and Center columns for 3 column setup ******/

/*#center {
	width:100%;
	height:100%;
}*/

#main_center {
	margin-left: 5%;
	margin-right: 5%;	
}


/****  Center column for 2 column setup ******/



#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right {
	background-image: url("../images/main_graphics.jpg");
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;	
}
#footer a:link {
	text-decoration: none;
}
/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url("../images/linkbar_bg.jpg");
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li {
	 display: inline; 
}

#navcontainer ul li a{
	padding: 21px 20px 0px 20px;
	color: #fff;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	background-image: url("../images/hover_link_bg.jpg");
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}


/* Used to set text into top navigation bar instead of links 
#tagline h2 {
	font-size: 1.3em;
	padding-left: 50px;
	padding-top: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
*/


h1 {
	font-size: 3em;
	/*padding-top: 50px;*/
	padding-top: 40px;
	/*padding-left: 50px;*/
	color: #5a171e;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	padding-left: 50px;
	color: #773841;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}     
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
} 
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}   
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}  


.img_left {float: left;
            margin-right: 4px;
            
}

ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				border: 2px #9db2b9 solid;
				line-height: 0;
			}
			
			ul.gallery li a:hover { border: 2px #313739 solid; }
            
            
/*************************** Links Page - List *****************************/

ul.linkslist {
		list-style: none;
		margin: 10px;
		float:left;
	}
	
		ul.linkslist li {
			display: block;
			margin: 5px;
			width: 175px;
		}
		
		ul.linkslist li img {
		border: none;
}
		
			ul.linkslist li a {
				padding: 5px;
				display: block;
			}
			
			ul.linkslist li a:hover img {
			 border-left: 5px #ffffff solid;
			
			  }


 /***************************** sidebar navigation ****************************/
			
.sidebar {
	width: 246px;
	background-image: url("../images/right_navbar_bg.jpg");
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.sidebar ul
{
list-style-type: none;
margin-left: 40px;
}

.sidebar a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
	color: #000000;
}

.sidebar a:link, #navlist a:visited
{
text-decoration: none;
}

.sidebar a:hover
{
background-color: #76333A;
color: #fff;
}

/******************** Contact Form Specific ****************/

label, legend {
	font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-style: none none solid;
}
#contact {
	display: block;
	width: 650px;
	margin: 70px auto;
	padding: 35px;
	border: 1px solid #cbcbcb;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Form style */
label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 1.5em;
}
input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
}
input.submit {
	cursor: pointer;
	border: 1px solid #222;
	background: #333;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.submit:hover {
	background: #444;
}
fieldset {
	padding: 20px;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
legend {
	padding: 7px 10px;
	font-weight: bold;
	color: #000;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}






















