/* CSS Document */

.menutitle{
cursor:pointer;
margin-bottom: 8px;
background-color:#fef590;
color:#5F1E02;
width:180px;
padding:3px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #5F1E02;/* */
}

.submenu{
margin-bottom:8px;
line-height:28px;
}



body {
	font-family:Arial;
	margin: 0px 0px 0px 0px;
	background-color:#e7e7e7;
	background-image:url(images/body_bg.png);
	background-repeat:repeat;
	}
#containter {
	width: 960px;
	margin: 0 auto;
	background-color:#efefef;
	padding: 0px 0px 0px 0px;
	}
/* Layout Styles */
#header {
	width: 960px;
	height: 250px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
#content {
	width: 960px;
	background-color:#ffffff;
	}
.left_column {
	width: 180px;
	padding: 15px 10px 25px 15px;
	float: left;
	}
.main_content {
	width: 490px;
	padding: 15px 7px 25px 12px;
	margin: 0px 8px 0px 8px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	float: left;
	}
.second_content {
	width: 744px;
	padding: 15px 7px 15px 7px;
	float: left;
	}
.right_column {
	width: 220px;
	padding: 15px 5px 5px 0px;
	float: left;
	}
.footer {
	width: 946px;
	background-color:#E15417;
	clear: both;
	padding: 7px;
	margin: 0px;
	height: auto;
		}
	
/* Text Styles */

h1 {
	font-size: 1.75em;
	letter-spacing: 0.07em;
	color: #5F1E02;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	text-align:center;
	}
h1.second {
	font-size: 1.6em;
	letter-spacing: .04em;
	color: #5F1E02;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	text-align:left;
	}
h1.second a:link {
	color: #00be5c;
	text-decoration: none;
	}
h1.second a:hover {
	color: #004400;
	text-decoration: underline;
	}

h2 {
	font-size: 1.75em;
	letter-spacing: .075em;
	border-bottom: 1px solid silver;
	font-weight:normal;
	color: #829F53;
	margin: 0px;
	padding: 0px;
	}
h2.center {
	font-size: 1.25em;
	color: #E15417;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid silver;
	text-align:center;
	}
h3 {
	font-size: 1.25em;
	color: #5F1E02;
	margin: 0px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	}
h3.centered {
	font-size: 1.1em;
	color: #777777;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	}
p.phone_numbers {
	font-size: 11px;
	padding: 2px 0px 3px 0px;
	color: #004400;
	margin: 0px;
	}
p.phone_numbers a:link {
	color: #009900;
	}
p.phone_numbers a:hover {
	color: #777777;
	}

.city {
	font-size: 9px;
	color: #555555;
	}
p.copyright {
	font-size: .6em;
	text-align: right;
	color: #111111;
	padding: 1px;
	margin: 0px;
	}
p.copyright a {
	color: #005500;
	}
p.copy {
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 1.45em;
	color: #222222;
	font-family: verdana;
	padding: 8px 8px 3px 8px;
	margin: 3px 0px 2px 0px;
	}
p.copy a:link {
	color: #E15417;
	text-decoration: none;
	font-weight: bold;
	}

p.copy a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	}
p.smallcenter {
	font-size:9px;
	color: #777777;
	text-align: center;
	}
ul {
	padding: 0px;
	margin: 3px 0px 0px 10px;
	}
li {
	padding: 3px 0px 3px 3px;
	color: #222222;
	margin: 0px;
	list-style-type:none;
	line-height: 1.5em;
	list-style-position:inside;
	font-size: .85em;
	}
ul.menu_1 {			/* Top Menu */
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid silver;
	}
li.m1 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 1.2em;
	line-height: 1.25em;
	list-style: none;
	list-style-position:outside;
	}
li.m1 a:link {
	text-decoration: none;
	color: #5F1E02;
	}
li.m1 a:hover {
	color:#00be5c;
	text-decoration: none;
	}
li.m1 a:active {
	color:#555555;
	text-decoration: none;
	}
					/* End Top Menu */

ul.menu_2{  /* side menu */
	margin: 5px 0px 15px 2px;
	padding: 0px;
	border-top: 1px solid silver;
	}
li.m2 {
	margin: 0px;
	list-style: none;
	list-style-position:outside;
	font-size: 1em;
	display: block;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid silver;
	}
li.m2:hover {
	background-color: #efefef;
	}
li.m2 a:link {
	color: #E15417;
	text-decoration:none;
	font-weight: bold;
	}
li.m2 a:hover {
	color:#004400;
	text-decoration:none;
	font-weight: bold;
	}

li.m2 a:active {
	color: #E15417;
	text-decoration:none;
	font-weight: bold;
	}
.what {
	font-size: .75em;
	color: #555555;
	font-weight:100;
	font-family:verdana;
	}
/* Twitter import styles */
ul#twitter_update_list{
	color: #E15417;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style: none;
	}
.twitter {
	margin: 5px 0px 15px 0px;
	}
.twitter li {
	letter-spacing: .1em;
	font-size: .75em;
	padding: 3px;
	}
.twitter a:link {
	color:#E15417;
	text-decoration: none;
	}	
.twitter a:hover {
	color:#999999;
	text-decoration: none;
	}
#twitter-link {
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-size: 9px;
	}

/* Video Styles */
.video {
	text-align:center;
	font-size: 10px;
	padding: 3px 0px 0px 0px;
	}
.video p {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	}
.video a:link {
	font-size: 12px;
	color: #9999ff;
	font-weight: bold;
	}
.video a:hover {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	}

/* home cloud styles */
p.cloud {
	text-align: center;
	color: #999999;
	padding: 10px 40px 10px 40px;
	font-family: verdana;
	letter-spacing: .1em;
	margin: 0px 0px 10px 0px;
	}
p.cloud a:link {
	color: #999999;
	text-decoration: none;
	cursor:crosshair;
	}
p.cloud a:hover {
	color: #666666;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
	}
.c1 {
	font-size: 10px;
	}
.c2 {
	font-size: 12px;
	}
.c3 {
	font-size: 15px;
	}
.c4 {
	font-size: 17px;
	}
.c5 { 
	font-size: 20px;
	}
/* end cloud styles */

/* image styles */

img {
	border: none;
	}
img.b4after {
	margin: 3px 0px 10px 0px;
	border: none;
	}
img.b4after:hover {
	border: 1px solid #99ffff;
	}
img.ba_gallery {
	padding: 15px 10px 15px 0px;
	border: none;
	}
