@import 'reset.css';

* {
	}

body {
	margin: 0;
	padding: 0;

	height: 100%;
	background-color: #43443c;
}

div#wrapper {
	width: 990px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #6f706b url(/images/site/top_bg.gif) repeat-x 0 top;
}

/* @group Header */

div#header
 {
	background: url(/images/site/header.gif) no-repeat center top;

	height: 201px;
	margin: 0;
	padding: 0;
}

div#header div#main_nav {
	padding-top: 153px;
	margin: 0;
	padding-right: 0;
}

div#header div#main_nav ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
}

div#header div#main_nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	position: relative;
}

div#header div#main_nav ul li a {
	color: #bfbfbf;
	padding-left: 15px;
	padding-right: 15px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	line-height: 38px;
	text-decoration: none;
}

div#header div#main_nav ul li a:hover {
	text-decoration: underline;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

div#header div#main_nav ul li a.selected {
	text-decoration: none;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	background: url(/images/site/menu/menubg.gif) no-repeat center top;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	font-weight: bold;
}

/* @end */

/* @group Content_front */

div#front_tag h2 {
	margin: 5px 15px 20px;
	padding-left: 3px;
}

div#content_container {
	background-color: #ececec;
	padding-bottom: 25px;
}

div#front_image {
}

div#main_pic,object#front_flash {
	text-align: center;
	background-color: white;
	border: 1px solid #bdbdbd;
	padding: 10px;
	margin: 15px;
}

div.grid_6 div.front_left {
	background-color: white;
	border: 1px solid #bdbdbd;
	margin-left: 15px;
	padding: 20px;
}

div.grid_6 div.front_right {
	background-color: white;
	border: 1px solid #bdbdbd;
	margin-right: 15px;
	padding: 20px;
}



/* @end */

/* @group Content_inside */

div#inside_pic {
	text-align: center;
	margin: 15px;
}

div.grid_8 div.inside_left {
	background-color: white;
	border: 1px solid #bdbdbd;
	margin-left: 15px;
	padding: 20px;
}

div.grid_4 div.inside_right {
	background-color: white;
	border: 1px solid #bdbdbd;
	margin-right: 15px;
	padding: 3px 15px 15px;
}

/* @group side_nav */

ul#side_subnav {
	margin: 0;
	padding: 0;
}

ul#side_subnav li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted gray;
}

ul#side_subnav li.last {
	border-bottom-style: none;
	padding-bottom: 0;
}

ul#side_subnav li a.selected {
	color: #4496ab;
}

ul#side_subnav li a {
	background: url(/images/site/content/sub_nav_arrow.jpg) no-repeat left 4px;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
}



/* @end */



/* @end */

/* @group Footer */

div#footer {
	background-color: #43443c;
	margin-bottom: 15px;
	border-bottom: 5px solid #4496ab;
	padding-top: 10px;
	padding-bottom: 0;
}

div#footer div.grid_4 {
	text-align: right;
}

div#footer div.grid_4 p {
	padding-right: 15px;
}

ul.footer_nav {
	margin: 0;
	padding: 0;
}

ul.footer_nav li {
	display: inline;
	margin: 0;
	padding: 0 15px;
	border-left: 1px solid #6f706a;
}

ul.footer_nav li.first {
	display: inline;
	margin: 0;
	padding: 0 15px;
	border-left-style: none;
}

ul.footer_nav li a {
	margin: 0;
	padding: 0;
}

div.pop_up {
	margin: 10px;
	background-color: white;
	border: 1px solid #bdbdbd;
	padding: 20px;
}



/* @end */