﻿/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color:#ccc;
	text-align:center;
}

p {
	margin-top:.5em;
	margin-bottom:.5em;
}

a {

}

#wrapper {
	width:796px;
	margin:auto;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	background-color:#fff;
}

#header {
	height:60px;
	text-align:left;
	padding-left:27px;
}

#header img {
	float:left;
}

#header ul {
	list-style:none;
	list-style-type:none;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:45px;
}

#header li {
	display:inline;
	margin-right:20px;
	font-weight:bold;
	font-size:77%;

}

#header li a {
	text-decoration:none;
	color:#000;
}

#header li a:hover {
	color:#66bb49;
	border-bottom:1px solid #66bb49;
}

#graphic {
	width:796px;
	height:201px;
	background-image:url(images/homegraphic.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #a4a4a4;
	border-bottom:1px solid #a4a4a4;
	margin-bottom:25px;
}

#graphic2 {
	width:796px;
	height:30px;
	background-image:url(images/interiorgraphic.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #a4a4a4;
	border-bottom:1px solid #a4a4a4;
	margin-bottom:25px;
}


#content {
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	min-height:200px;
	border-top:1px solid #a4a4a4;
}


#column_left {
	float:left;
	width:153px;
}
#column_left p {
	font-size:77%;
}

#sub_nav {
	float: left;
	width: 153px;
	height: 20px;
	background-color: #33CCFF;
	border-bottom: 1px solid #a4a4a4;
	font-size: 77%;
	text-align: left;
	padding-left: 27px;
	padding-top: 5px;
	font-weight: bold;
}


#sub_nav2 {
	
	float:left;
	width:153px;
	background-color:#fff;
	border-bottom:1px solid #a4a4a4;
	
	font-size:77%;
	text-align:left;
	padding-left:27px;
	padding-top:20px;
	padding-bottom:20px;
	
}

#sub_nav2 a {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
}

#sub_nav2 a:hover {
	color:#66bb49;
	border-bottom:1px solid #66bb49;
	
}




#address {
	float:left;
	margin-top:27px;
	padding-left:27px;
	font-size:77%;
	text-align:left;
}

#address a {
	text-decoration:none;
	border-bottom:1px solid #666666;
	color:#666666;
}

#address a:hover {
	color:#66bb49;
	border-bottom:1px solid #66bb49;

}

#column_right {

	padding-top:20px;
	padding-left:27px;
	padding-right:27px;
	font-size:77%;
	text-align:left;
	margin-left:180px;
	margin-right:36px;
	padding-bottom:100px;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	background-color:#fff;
}

#column_right a {
	text-decoration:none;
	border-bottom:1px solid #000;
	color:#000;
}

#column_right a:link {
	color:#66bb49;
	border-bottom:1px solid #66bb49;

#column_right a:hover {
	color:#66bb49;
	border-bottom:1px solid #66bb49;

}


#footer {
	border-top:1px solid #a4a4a4;
	font-size:x-small;
	color:#a4a4a4;
	padding: 1em 0em;
}

#footer p {
	color:#666666;
}
}
.newStyle1 {
	background-color: #0099FF;
}
