/*------------------- COMMON -----------------------*/
@import url(lightbox.css);
a:link img {border: none;}
a:link visited img {border: none;}
a img {border-style: none;}

FORM {
	MARGIN: 0px;
}
H1 {
	MARGIN: 0px;
	font-size: 30px;
	font-weight: normal;
}
H2 {
	MARGIN: 0px;
}
H3 {
	MARGIN: 0px;
}
H4 {
	MARGIN: 0px;
}
H5 {
	MARGIN: 0px;
}
H6 {
	MARGIN: 0px;
}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}
FORM {
	margin: 0px;
}

/*-------------------- MAIN ------------------------*/

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	background-color: #DEEEFD;
	margin: 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.wrapper {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.header {
	float: left;
	width: 980px;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.logo {
	float: left;
}
.top_link {
	float: right;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
.top_link a {
	color: #003366;
}
.top_link a:hover {
	color: #cc9801;
	text-decoration: underline;
}

.title {
	float: right;
	margin-top: 21px;
}
.marquee {
	float: right;
	width: 799px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699CC;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 12px;
	height: 15px;
}
.menu {
	float: right;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	float: left;
}
.menu li a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu li a:hover {
	background-color: #CC9801;
}

.h_page {
	float: left;
	width: 979px;
	background-image: url(images/h_page_bg.gif);
	background-repeat: repeat-y;
	padding-left: 1px;
}
.page {
	float: left;
	width: 979px;
	background-image: url(images/inner_page_bg.gif);
	background-repeat: repeat-y;
	padding-left: 1px;
}
.home_picture {
	margin-bottom: 10px;
}

.sidebar_left {
	float: left;
	width: 178px;
	display: inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
	padding-bottom: 20px;
}
.sidebar_right {
	float: right;
	width: 181px;
	padding-bottom: 20px;
}
.head {
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
	padding: 6px;
	background-position: left bottom;
}
.head h4 {
	background-image: url(images/side_bullett.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.sidebar_right h3 {
	font-size: 18px;
	color: #cc9801;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}
.sidebar_left h3 {
	font-size: 18px;
	color: #cc9801;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}

.side_link {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #F4FAFF;
}
.side_link ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-image: url(images/arrow1.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.side_link li {
	margin-bottom: 5px;
}
.side_link a {
	color: #003366;
}
.side_link a:hover {
	color: #cc9801;
	text-decoration: underline;
}

.right_link {
	padding-bottom: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.right_link ul {
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	margin: 0px;
	float: left;
	width: 180px;
}
.right_link li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-left-color: #6699CC;
	float: left;
	width: 178px;
}
.right_link a {
	background-color: #C9E5FE;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	color: #003366;
}
.right_link a:hover {
	background-color: #F4FAFF;
	color: #000033;
}
.picture_box {
}

.picture_box1 {
	float: left;
	width: 178px;
	text-align: center;
	margin-bottom: 10px;
}
.banner_box {
	text-align: center;
	margin-bottom: 20px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699cc;
}





.middle {
	float: right;
	width: 609px;
	padding-bottom: 20px;
}
.inner_middle {
	float: right;
	width: 790px;
	padding-bottom: 20px;
}
.middle_link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 3px;
	float: left;
	width: 565px;
	padding-right: 0px;
	padding-left: 35px;
}
.middle_link div {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
}
.middle_link div img {
	float: left;
}
.middle_link div h4 {
	font-size: 18px;
	font-weight: normal;
	float: left;
}
.middle_link div h4 a {
	color: #003366;
}
.middle_link a:hover {
	color: #cc9801;
	text-decoration: underline;
}


.middle_link div h4 span {
	color: #cc9801;
}

.content {
	clear: left;
	margin-right: 12px;
	margin-bottom: 25px;
}
.content h1 {
	font-size: 30px;
	font-weight: normal;
}
.content h1 span {
	color: #cc9801;
}
.content blockquote {
	color: #cc9801;
}
.content blockquote p em {
	color: #003366;
}
.inner_picture {
	margin-bottom: 20px;
}









.footer {
	float: left;
	width: 979px;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-position: left bottom;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer a {
	color: #006699;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}.copyright {
	text-align: right;
	float: left;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9801;
	padding-top: 5px;
	margin-bottom: 50px;
	text-decoration:none;
}
.copyright a {
	color: #CC9801;
}
.copyright a:hover {
	color: #CC9801;
	text-decoration: underline;
}
.sp2 {
	background-color: #FFFFFF;
	float: left;
	height: 90px;
	width: 67px;
	display: inline;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	padding: 1px;
}
.sp {
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 150px;
	display: inline;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	padding: 1px;
}
#gallery {
	height: auto;
	overflow: auto;
}

