/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#49453c;
	line-height:20px;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	height: 383px;
}
#header #slideshow {
	padding-left: 417px;
	padding-top: 59px;
	height: 289px;
	width: 495px;
	padding-right: 29px;
}

#container_top {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	height: 31px;
}
#container {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	width: 941px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 75px;
}
#content {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}
#content #left {
	width: 565px;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
}
#content  #left  td  img  {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content    #left    #contact   tr td {
	font-size: 15px;
	border: 1px solid #BDD698;
	background-color: #ECF2E1;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#content #left #contact2 tr td {
	font-size: 15px;
	background-color: #ECF2E1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content #left #contact #contact2 ul {
	margin-left: 0px;
	padding-left: 0px;
}


#content #left #contact .input {
	font-size: 15px;
}



#content #right {
	float: right;
	width: 255px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-top: 10px;
}
#container #nav_bottom {
	background-image: url(images/nav_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}
#container_bottom {
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 941px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 104px;
}
#footer #footer_cnt {
	width: 894px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFFFFF;
	line-height: 22px;
}
#footer #footer_cnt a {
	color: #FFFFFF;
}







/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:15px;
	display:inline
}



h2 {
	font-weight:normal;
	font-size:15px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:15px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}
.picright {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.picleft {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:23px;
	font-weight:normal;
	color:#CC5700;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #0066CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 2px;
}
.subheader{
	font-size:18px;
	color:#CC5700;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.locations {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}

.image {
	float: right;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px;
	background-image: url(images/image_bg.png);
	background-repeat: no-repeat;
}
.image2 {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 8px;
	background-image: url(images/image_bg.png);
	background-repeat: no-repeat;
}

.white {
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
}


a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
	line-height: 11px;
}

a.bottom:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
	line-height: 11px;
}
a:link{
	color:#003399;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#003366;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
	margin-top: 5px;
}

.clear{clear:both;}

a.gallery:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #8B0000;
	margin-right: 150px;
	margin-left: 150px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #D50000;
	margin-right: 150px;
	margin-left: 150px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
a.gallery:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #EC0000;
	margin-right: 150px;
	margin-left: 150px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #660000;
	font-style: italic;
}
a.gallery:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #8B0000;
	margin-right: 150px;
	margin-left: 150px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
/*-----------Animated Menu-----------*/

#nav ul

 {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#nav  li a {
	display:block;
	height:100%;
	color:#3278BB;
	text-decoration:none;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
#nav  li a {
	background:url(images/nav_bg.png) repeat 0 0;
}
#nav  li a:hover {
	background-position:50px 0;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a.on {
	color: #FFFFFF;
	background-image: url(images/nav_on.png);
}
