@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #636363;
	font-family: georgia;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #ffffff;
	background-position: top;
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color: #000000;
	font-style:italic;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #336699;

}

a.more {
	display: block;
	margin-top: 20px;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	background: url(images/more.png) center left;
	color: #fff;
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
	font-size: 15px;
}

img { 


	
}

blockquote { 
	border: 1px solid #ccc; 
	border-left: 5px solid #000; 
	padding: 19px;
	margin: 20px 0 0 0;
}

cite { 
	font-weight: bold; 
	color:#f00; 
}

cite a, cite a:link, cite a:visited  {
	color:#f00; 
	text-decoration: none;
}

cite span {
	color: #636363;
}

em { color: #000; }

h1, h2, h3, h4, h5, h2, h7,  {
	color: #330000;
	font-weight: normal;
	font-family: "Century Gothic"
}
h1 { font-size: 34px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 20px; margin: 0 0 20px; padding: 5px 0; font-weight:100; text-decoration: none; }
h3 { font-size: 22px; margin: 0 0 10px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h2 {
	font-size: 22px;
	margin: 0 0 20px;
	padding: 5px 0;
	font-weight:normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h7 { font-size: 18px; margin: 0 0 20px; padding: 5px 0; }


.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h20 {
	height: 20px
}

.float_l { float: left }
.float_r { float: right }

.image_frame { 
	margin-bottom: 10px; 
	padding: 5px; 
	border: 1px solid #ccc; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.list { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	list-style: none; 
}

.list li { 
	color:#636363; 
	margin: 0 0 5px 0; 
	padding: 0 0 0 20px; 
	background: url(images/list.png) no-repeat scroll 0 7px;  
}

.list li a { 
	color: #636363; 
	font-weight: normal; 
}

.list li a:hover { color: #000 }





/* header */

#header_wrapper {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}

#header1 {
	clear: both;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/logo.jpg) no-repeat;
}

#header1 p {
	clear: both;
	padding-left: 50px;
	width: 500px;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

#header1 #site_title {
	float: left;
	padding-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;	
	width: 280px;
	height: 100px;
	text-align: center;	
	overflow: hidden;	
}

#site_title h1 {
	margin: 0px;
	padding: 15px 0 0 0;	
}

#site_title h1 a {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}

/* end of header */

/* menu */

#menu_wrapper {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding-top: 0px;
	background: url(images/bottombar.png) repeat-x;
}

#menu {
	width: 920px;
	height: 90px;
	margin: 0 auto;
	padding: 0 30px;
	
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	width: 152px;
	display: block;
	height: 40px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	outline: none;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu li a:hover, #menu li .current {
	color: #990000;
	text-transform: none;
	background: none;
}

/* end of menu */




























#wrapper {
	width: 960px;
	margin: 0 auto;
	
	background-color: #FFF;
}

#header {
	width: 960px;
	height: 30px;
	padding: 30px 40px 30px 20px;
	background: url(images/logo.png) no-repeat;
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 230px; 
	height: 27px; 
	color: #000; 
	text-indent: -10000px; 
	background: none; 
}


#main {
	clear: both;
}

#content_top { 	
	padding: 10px 0 5px; 
	margin-bottom: 40px; 
	border-bottom: 4px solid #000; 
}

#page_title { 
	text-align:center; 
	font-size: 48px; 
	padding-bottom: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #000; 
}  

#page_title2 {
	text-align:center;
	font-size: 38px;
	padding-bottom: 0px;
	font-family: "Century Gothic";
	color: #000;
}  


#content {
	float: left;
	width: 650px;
}

#sidebar {
	float: right;
	width: 280px;
	
}

.col_3 {
	float: left;
	width: 580px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 10px;
}

.col_4 {
	float: left;
	width: 320px;
	margin-right: 0px;
}

.col_5 {
	float: left;
	width: 960px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 10px;
}


.col_b {
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-left: 20px;
}

.col_right {
	float: left;
	width: 280px;
	margin-left: 59px;
}

.rmc {
	margin-right: 0;
	padding-top: 30px;
	padding-left: 40px;
}

.rmc2 {
	margin-right: 0;
	padding-top: 0;
}

.gallery_box { 
	clear: both; 
	margin-bottom: 40px; 
}

.gallery_box h2 { 
	padding-bottom: 8px; 
	margin-bottom: 10px; 
	border-bottom: 2px solid #000; 
}

.gallery { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.gallery li { 
	margin: 0; 
	padding: 0; 
	display: block; 
	float: left; 
	padding: 5px; 
	margin: 0 8px 8px 0; 
	width: 220px; 
	height: 150px; 
	border: 1px solid #ccc;  
}

.gallery li a img { 
	display: block; 
	float: left; 
	width: 220px; 
	height: 150px; 
	margin: 0 2px 2px 0;  
}

.first_level {
	margin: 0; padding: 0;
}



.bar{
	background: url(images/bottombar.png);
	width: 960px;
	height: 20px;
}




#bottom {
	clear: both;
	margin: 30px 0 0px;
	padding: 0px 0;
	font-size: 11px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
}

.col_f {
	padding-left: 10px;
	width: 280px;
}

.col_l {
	padding-right: 15px;
	width: 290px;
}

.footer_link { 
	margin: 0; 
	padding: 0; 
}

.footer_link li {
	margin-bottom: 5px;
	padding-bottom: 3px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	
}

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

.footer_link li .social { 
	padding-left: 30px; 
	
}

.footer_link li .facebook { 
	background: url(images/facebook.png) left center no-repeat; 
}

.footer_link li .message {
	background: url(images/message.png) left center no-repeat; 
}

.footer_link li .phone { 
	background: url(images/phone.png) left center no-repeat; 
}

.footer_link li .twitter { 
	background: url(images/twitter.png) left center no-repeat; 
}

.footer_link li .mail { 
	background: url(images/mail.png) left center no-repeat; 
}

#footer {
	clear: both;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 50px;
	background: url(images/footer_bottom.png) repeat-x;
		font-family: Copperplate Gothic Light;
}

#footer a { 
text-decoration: none;
}
