/*** global ***/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.7em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #2e2e2e;
	color: #c1c1c1;
}
.clr {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}


/*** layout ***/
#page_holder {
	width: 980px;
	margin: auto;
	border-left: 1px solid #219dc0;
	border-right: 1px solid #219dc0;
	background: #2e2e2e url(../imgs/bg_page_holder.png) 0 0 repeat-y;
}
#header {
	height: 250px;
	background: #0d5f91 url(../imgs/bg_header.jpg) center bottom no-repeat;
}
#logo {
	float: left;
	height: 120px;
	width: 160px;
}
#menu {
	height: 85px;
	background: #224769 url(../imgs/bg_menu.png) 0 0 repeat-x;
}
#right {
	float: right;
	width: 200px;
	padding: 0 10px 20px 10px;
	background: #252525;
}
#right div {
	margin: 0 0 30px 0;
}
#main {
	width: 700px;
	padding: 0 25px 20px 30px;
	background: url(../imgs/bg_main.jpg) left top no-repeat;
	font-size: 1.1em;
}
#footer {
	height: 45px;
	text-align: center;
	padding: 45px 0 0 0;
	background: #161616 url(../imgs/bg_footer.png) 0 0 repeat-x;
	color: #959595;
}


/*** WYSIWYG & document layout ***/
body.WYSIWYGContentBody {
	padding: 10px 10px 20px 10px;
	border: none !important;
	background: #2e2e2e !important;
	font-size: 0.8em;
}
.SiteMap {
	margin: 15px 0px 0px 5px;
	line-height: 2;
}
.DocumentAnnotation {
	color: #999;
	margin-bottom: 15px;
}
.DocumentAuthor {
	margin: 0 0 10px 0;
}
.DocumentDate {
	float: left;
	margin: 0 5px 10px 0;
}
.SideMenuItem {
	padding-left: 15px;
}
.Attachment {
	margin-top: 15px;
}
span.Icon img {
	margin: 0 5px -3px 0 !important;
	border: none !important;
}
.SiteMap img {
	margin: 0 2px !important;
}
#ContactUsForm table, #ContactUsForm td, #ContactUsForm th {
	border: none;
	background: none;
}
#ContactUsForm input, #ContactUsForm textarea {
	font: 1.0em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #999;
}
#ContactUsForm textarea {
	width: 100%;
}


/*** lists ***/
#menu ul, #right ul {
	list-style: none;
}
ul.main_menu li {
	float: left;
	width: 120px;
	background: url(../imgs/bg_menu_li.png) right top no-repeat;
}
ul.sub_menu1 {
	margin: 5px 0 0 0;
}
ul.sub_menu1 li {
	padding: 3px 10px 3px 12px;
	background: url(../imgs/bg_submenu_a.png) 0 9px no-repeat;
}
ul.sub_menu2 {
	margin: 3px 0 0 0;
}
ul.sub_menu2 li {
	padding: 2px 5px;
	background: none !important;
}
#main ul, .WYSIWYGContentBody ul {
	list-style: none;
}
#main ul, #main ol, .WYSIWYGContentBody ul, .WYSIWYGContentBody ol {
	margin: 5px 0 15px 15px;
	line-height: 1.3;
	list-style-position: inside;
}
#main ul ol, #main ul ul, #main ol ol, #main ol ul, .WYSIWYGContentBody ul ol, .WYSIWYGContentBody ul ul, .WYSIWYGContentBody ol ul, .WYSIWYGContentBody ol ul {
	margin: 3px 0 5px 10px !important;
}
#main ul li, .WYSIWYGContentBody ul li {
	background: url(../imgs/bg_submenu_a.png) 0 7px no-repeat;
	padding: 0 0 0 10px;
}

/*** links ***/
#logo a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
ul.main_menu a {
	display: block;
	height: 40px;
	width: 108px;
	padding: 30px 5px 15px 5px;
	font: 0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
ul.main_menu a:hover {
	background: url(../imgs/bg_menu_a-hover.png) 0 0 repeat-x;
	color: #fff;
}
ul.sub_menu1 a {
	font: bold 1.1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ddd !important;
}
ul.sub_menu1 a:hover {
	text-decoration: underline;
}
ul.sub_menu2 a {
	font-size: 1em;
	text-decoration: none;
	color: #999 !important;
}
ul.sub_menu2 a:hover {
	color: #aaa !important;
}
a, #main a, #Contact a, .WYSIWYGContentBody a {
	color: #fff !important;
	text-decoration: underline;
}
#main a:hover, #Contact a:hover, .WYSIWYGContentBody a:hover {
	text-decoration: none !important;
}
#right a {
	color: #fff;
	text-decoration: underline;
}
#right a:hover {
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/*** text ***/
#logo h1 {
	width: 180px;
	height: 75px;
	position: relative;
	top: 0;
	left: 0;
}
#logo h1 span {
	display: block;
	width: 180px;
	height: 75px;
	background: url(../imgs/logo_apen.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
#right h2 {
	font: bold 1.1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ff9;
	margin: 8px 0;
	border-bottom: 1px solid #444;
}
#right h2.section {
	font-size: 1.3em;
	color: #ddd;
}
#main h1, .WYSIWYGContentBody h1 {
	margin: 20px 0;
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#main h2, .WYSIWYGContentBody h2 {
	margin: 10px 0;
	font: 1.3em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
}
#main h3, .WYSIWYGContentBody h3 {
	margin: 10px 0px;
	font: bold 1.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
}
#main p, .WYSIWYGContentBody p {
	text-align: justify;
	line-height: 1.3;
	margin: 10px 0;
}
#news p {
	margin: 0 0 10px 0;
}
#news p span {
	font-weight: bold;
}


/*** images ***/
#main img, .WYSIWYGContentBody img {
	border: 1px solid #ccc;
	margin: 2px 5px;
}


/*** tables ***/
table, .WYSIWYGContentBody table {
	border: 1px solid #3b3b3b;
	border-collapse: collapse;
	font-size: 1em;
	width: 100%;
	background: #2a2a2a;
	margin-bottom: 15px;
}
th, td, .WYSIWYGContentBody th, .WYSIWYGContentBody td {
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #3b3b3b;
}

th, .WYSIWYGContentBody th {
	text-align: left;
}

table.noformat {
	border: none !important;
	border-collapse: collapse;
}
table.noformat th, table.noformat td {
	padding: 5px 10px;
	vertical-align: top;
	border: 0;
}

table.form {
	border: none;
	border-collapse: collapse;
	background: none;
}
table.form th, table.form td {
	padding: 5px 10px;
	vertical-align: top;
	border: none;
}


/*** forms ***/
#search input {
	font: 1.0em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	background: #aaa;
	padding: 2px;
	width: 60%;
}
input.button {
	padding: 1px !important;
	background: #ccc !important;
	width: 30% !important;
	margin-left: 5px;
}

