html {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(../img/bg.jpg) repeat-x;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a {
	color: #0A6380;
	text-decoration: underline;
}

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

#wrap {
	margin: 0 auto;
	width: 1100px;
}

#header {
	height: 120px;
}

#header h1 {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 20px 0 5px 0;
}

#header h1 a {
	color: #0A6380;
	text-decoration: none;
}

#header h1 a:hover {
	color: #222;
	text-decoration: none;
}

#content {
	padding: 10px 0;
}

.left {
	width: 830px;
	float: left;
	text-align: justify;
}

.left > h2 {
	color: #FF4800;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: 100;
	padding : 0 0 15px 0;
}

.right {
	width: 220px;
	float: right;
	padding: 0 5px 20px 20px;
	border-left: 1px solid #bbb;
}

.right ul {
	padding: 5px 10px 10px 10px;
}

.right h2 {
	font-size: 20px;
	color: #666;
	padding-left: 9px;
}

.right a {
	text-decoration: none;
}

.right > ul > li.active, .right > ul > li.active > a {
      color: #FF4800;
}

#footer {
	border-top: 1px solid #bbb;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 0 0 10px 0;
}

.submenu_item {
	margin-left: 17px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #000 !important;
	font-size: 11pt;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
