


/**
 * general rules
 */

body {
	background: #eaeaea url(../images/body_bg.png) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;	
}

div#container {
	background: url(../images/shadow_left.png) no-repeat 0 192px;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 990px;
	text-align: left;
}
* html div#container {
	width: 990px;
}


/**
 * head
 */

div#head {
	height: 192px;
}

h2.logo {
	background: url(../images/wolf.png) no-repeat;
	background-position: 15px 41px;
	width: 382px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

h2.head {
	padding: 15px 0 0 15px;
	margin: 0;
	color: #ABC3D8;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
}

div#head_img {
	background: url(../images/head_img.jpg) no-repeat;
	width: 320px;
	height: 160px;
	float: right;
	
}

ul#mainnav {
	background: url(../images/mainnav_bg.png) repeat-y right top #002A69;
	height: 32px;
	margin: 23px 0 0 7px;
	padding: 0;
	list-style: none;
}

ul#mainnav li {
	float: left;
	padding: 0 22px;
	margin: 0;
}

ul#mainnav li a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
}
ul#mainnav li a:hover {
	text-decoration: underline;
}

ul#mainnav li.active {
	background: #FEFEFE;
}

ul#mainnav li.active a {
	color: black;
}


/**
 * content
 */

div#content_container {
	background: url(../images/shadow_right.png) no-repeat right top;
}

div#content {
	background: url(../images/content_bg.png) repeat-x;
	padding: 30px 20px;
	margin: 0 7px;
	min-height: 600px;
}
* html div#content {
	height: 600px;
}


/**
 * right
 */

div#right {
	width: 216px;
	margin: 0;
	padding: 0;
	float: right;
}

div.box_top {
	height: 24px;
	background: url(../images/box_top_bg.png) no-repeat;
}

div.box_content {
	background: url(../images/box_content_bg.png) repeat-y;
	padding: 0 20px 0 20px;
}

div.box_bottom {
	height: 24px;
	background: url(../images/box_bottom_bg.png) no-repeat;
}

h3 {
	margin: 0;
	padding: 0 0 2px 0;
	color: #032C6A;
	border-bottom: 1px solid #5D5D5D;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
div.h3clear {
	clear: left;
	height: 17px;
	overflow: hidden;
}

div.contactbox_big {
	font-size: 14px;
	margin-top: 12px;
}

div.contactbox_big a {
	color: black;
	text-decoration: none;
}
div.contactbox_big a:hover {
	text-decoration: underline;
}


/**
 * left
 */

div#left {
	margin: 0 240px 0 0;
}

h1 {
	margin: 0;
	color: #032C6A;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #5D5D5D;
	display: inline;
	font-size: 18px;
	font-weight: bold;
}
div.h1clear {
	clear: left;
	height: 30px;
	overflow: hidden;
}

div.leftcol {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
}

div.rightcol {
	width: 49%;
	margin: 0;
	padding: 0;
	float: right;
}

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

#left ul li {
	padding: 0 0 10px 15px;
	background: url(../images/ul_icon.png) no-repeat;
	background-position: 0px 7px;
}


/**
 * footer
 */

div#footer {
	clear: both;
	padding: 50px 0 0 0;
	text-align: center;
	color: #757575;
	font-size: 11px;
}

div#footer a {
	color: #757575;
}

ul#footnav {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/footnav_bg.png) no-repeat;
	background-position: center 23px;
	height: 43px;
}

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

ul#footnav li a {
	color: black;
	text-decoration: none;
}
ul#footnav li a:hover {
	text-decoration: underline;
}

ul#footnav li a {
	padding: 0 15px;
	background: url(../images/footnav_icon.png) no-repeat;
	background-position: 5px 5px;
	line-height: 12px;
	font-size: 12px;
}
