/* ------------ color reference ----------- */ /*
Red:			#CC3333
Light Red:		#E8A3A3
Blue:			#00519B
Light Blue:		#8CBAD1

*/ /* ------------ basic elements ------------ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

h1 {
	font-weight: bold;
}

/* ------------ common classes ------------ */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: #BF2F37;
}

.blue {
	color: #00529C;
}

.hidden {
	padding: 10px 0 0 10px;
	font-size: 10px;
}

/* ------------ template layout ----------- */
#container {
	
}

#header {
	padding-bottom: 10px;
}

#topmenu {
	color: #fff;
	background: #CC3333;
	border-top: 2px solid #00519B;
	border-bottom: 2px solid #00519B;
	margin-bottom: -2px;
}

#topmenu h1 {
	width: 160px;
	padding: 5px;
}

#topmenu h1.right {
	text-align: center;
}

#topmenu ul {
	float: left;
	line-height: 24px;
}

#topmenu ul li {
	float: left;
}

#topmenu ul li a {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#topmenu ul li a:hover {
	background: #00519B;
}

#leftmenu {
	float: left;
	color: #fff;
	position: relative;
	z-index: 999;
}

#leftmenu ul {
	width: 170px;
	border-right: 2px solid #00519B;
	border-bottom: 2px solid #00519B;
}

#leftmenu ul li {
	position: relative;
}

#leftmenu li ul {
	position: absolute;
	left: 170px;
	top: 0;
	width: 250px;
	display: none;
}

#leftmenu li:hover ul,#leftmenu li.over ul {
	display: block;
	border: none;
	border-bottom: 2px solid #00519B;
}

#leftmenu ul li a {
	display: block;
	width: 160px;
	text-decoration: none;
	color: #fff;
	background: #CC3333;
	padding: 5px;
}

#leftmenu ul li a:hover {
	background: #00519B;
}

#leftmenu ul li ul li a {
	display: block;
	width: 236px;
	font-size: 10px;
	padding: 2px 5px;
	border: 2px solid #00519B;
	border-bottom: 0;
}

#sidebar {
	float: right;
	width: 160px;
	padding: 0 5px 5px 5px;
	background: #CC3333;
	color: #fff;
	border-left: 2px solid #00519B;
	border-bottom: 2px solid #00519B;
}

#sidebar h1 {
	clear: right;
	margin-bottom: 10px;
	text-align: center;
}

#sidebar p {
	font-size: 10px;
	margin-bottom: 10px;
}

#sidebar p.air {
	padding-left: 25px;
	background: url(../images/speaker.gif) top left no-repeat;
}

#sidebar img {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #00519B;
}

#sidebar a {
	color: #fff;
}

#content {
	margin: 25px 200px;
}

#content.lytebox {
	margin: 10px;
}

#content.lytebox label {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#content.lytebox input.txt {
	float: left;
	margin-right: 200px;
	margin-bottom: 10px;
}

#content.lytebox textarea {
	float: left;
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
}

#content.lytebox fieldset {
	float: left;
	margin-bottom: 10px;
}

#content h1 {
	color: #00519B;
	font-size: 16px;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 10px;
}

#content a {
	color: #00529C;	
}

#content ul {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}

#content ol {
	list-style: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}

#content li {
	margin-bottom: 10px;
}

#content input[type=text] {
	border: 2px solid #00519B;
	padding: 3px;
}

#content img.right {
	margin: 0 0 10px 20px;
}

#content img.left {
	margin: 0 20px 10px 0;
}

#slide_cont {
	position: relative;
	z-index: 0;
}

#content .slide_item {
	padding: 20px 0;	
	text-align: center;
	width: 100%;
}

#content .slide_item h1 {
	font-size: 30px;
	padding: 0 20px;
	color: #00519B;
}

#content .slide_item p {
	padding: 0 20px;
	color: #000;
	font-size: 16px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #C0C0C0;
	padding-bottom: 20px;
}

#footer p {
	margin-bottom: 10px;
}

#footer p.blue {
	color: #00519B;
}

#footer hr {
	width: 50%;
	color: #C0C0C0;
	background-color: #C0C0C0;
	height: 1px;
	border: none;
}