@import url("/inc/ppc.css");

body {
	margin:15px 0 50px 0;
	padding:0;
	background:url(/i/background.jpg) repeat #0d2f4a;
	font-family:Arial, Helvetica, sans-serif;	
}

h1 {
	font-size:24px;
	line-height:10px;
	font-weight:bold;	
	color:#e17a00;
}

h2 {
	margin-bottom:-5px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#5E3C00;
}

h3 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#565656;
}

p, li, ul, ol {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#666;	
}

ul, ol {
	margin-bottom:20px;	
}

p a, li a {
	text-decoration:underline;
	color:#0086ef;
}
p a:hover, li a:hover {
	text-decoration:none;
	color:#13456d;
}

li {
	list-style-type:disc;	
}

img {
	border:0;
}

#wrapper {
	width:760px;
	margin:0 auto;
	background: url(/i/wrapper-background.gif) repeat-y;
}

#header {
	width:760px;
	height:150px;
	position:absolute;
	top:15px;	
	background:url(/i/header.jpg) no-repeat;
}
#header img {
	width:195px;
	height:130px;
	position:relative;
	top:10px;
	left:15px;
}

#breadcrumbs {
	width:740px;
	height:17px;
	position:absolute;
	top:165px;
	padding:3px 10px 0 10px;
	background:#fca600;
	font-size:10px;
	color:#fff;
	border-bottom:solid #FFFFFF 1px;
}
#breadcrumbs a {
	text-decoration:none;
	color:#5e3c00;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}

#menu {
 	width:220px;
	display:block;
	float:left;
	margin-top:170px;
}

#content {
	margin-top:170px;
	float:right;
	width:510px;
	padding:15px;	
}

.m1, .m1:hover, .youarehere1, .open1 {
	width:190px;
	display:block;
	padding:7px 0 7px 30px;
	background:url(/i/m1-background.gif) no-repeat 10px 8px #e19400;
	border-bottom:1px solid #fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

.m1:hover, .youarehere1, .open1 {
	background:url(/i/m1-background-over.gif) no-repeat 10px 8px #e17a00;	
}

.m2, .m2:hover, .youarehere2, .open2 {
	width:185px;
	display:block;
	padding:3px 0 3px 35px;
	background:url(/i/m2-background.gif) no-repeat 20px 6px #eeb340;
	border-bottom:1px solid #fff;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

.m2:hover, .youarehere2, .open2 {
	background:url(/i/m2-background-over.gif) no-repeat 20px 6px #ffd88c;
}

.m2:hover, .youarehere2 {
    color:#5e3c00;
}

.m3, .m3:hover, .youarehere3, .open3 {
	width:180px;
	display:block;
	padding:3px 0 3px 40px;
	background:url(/i/m3-background.gif) no-repeat 20px 6px #87b3d6;
	border-bottom:1px solid #fff;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.m3:hover, .youarehere3, .open3 {
	background:url(/i/m3-background-over.gif) no-repeat 20px 6px #66a5d8;
}

#footer {
	width:740px;
	height:20px;
	clear:both;
	padding-right:20px;
	padding-top:5px;
	background:#fca600;
	text-align:right;
	font-size:11px;
	color:#426d90;
}
#footer a {
	color:#5e3c00;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer img {
	position:relative;
	top:5px;	
}