/* ----          EPIC Adventures 1.0          ---- */
/* ---- Written by Synergema Consulting Group ---- */
/* ----      http://www.synergema.com/        ---- */

body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#7d7d7d url(../images/template/bg.gif) repeat-x;
	margin:0;
	padding:0;
}

body * {
	margin:0;
	padding:0;
}

.req { color:#C00; font-size:9px; text-transform:uppercase; }

/* ---- Wrappers & Containers -------------------- */ 
#container {
	width:774px;
	margin:0 auto;
	margin-top:9px;
}

#content {
	width:771px;
	margin:0 auto;
	margin-top:9px;
	background:url(../images/template/c_bg.gif) repeat-y;
}

#content-header {
	background:url(../images/template/div_line.gif) no-repeat;
	height:11px;
}

/* ---- Header Area ------------------------------ */ 
#header {
	width:773px;
	height:117px;
}

#header-a {
	width:203px;
	height:117px;
	float:left;
}

#header-a h2 {
	display:none;
}

#header-a a {
	display:block;
	border:none;
	width:203px;
	height:117px;
	background:url(../images/template/epic_logo.gif) no-repeat;
}

#header-b {
	width:570px;
	height:117px;
	float:right;
	background:url(../images/template/header.jpg) no-repeat;
}

#header-b h1 {
	display:none;
}

/* ---- Left Content Area ------------------------ */
#content-left {
	width:181px;
	float:left;
	text-align:left;
	color:#003300;
	margin:10px;
	line-height:150%;
}

#content-left ul {
	list-style:none;
}

#content-left li {
	margin-bottom:5px;
}

#content-left li ul {
	margin-left:15px;
}

#content-left a {
	color:#030;
	text-decoration:none;
	background:url(../images/template/arrow.gif) no-repeat 0 3px;
	padding-left:7px;
}

#content-left a:hover {
	color:#900;
	text-decoration:underline;
	background:url(../images/template/arrow_on.gif) no-repeat 0 3px;
}

/* ---- Primary Content Area --------------------- */
#content-right {
	width:540px;
	float:right;
	margin:10px;
	line-height:150%;
}

#content-right img.left, #content-right img.left_noborder {
	background:#e5e5e5;
	padding:2px;
	border:1px solid #7d7d7d;
	float:left;
	margin:0 10px 0 0;
}

#content-right img.left_noborder {
	background:none;
	border:none;
}

#content-right img.right, #content-right img.right_noborder {
	background:#e5e5e5;
	padding:2px;
	border:1px solid #7d7d7d;
	float:right;
	margin:0 0 0 10px;
}

#content-right img.right_noborder {
	background:none;
	border:none;
}

#content-right h1, #content-right h2, #content-right h3, #content-right h4, #content-right h5, #content-right h6 {
	color:#333;
	font:bold 17px Georgia, Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
	text-align:center;
}

#content-right p {
	margin:4px 0;
}

#content-right ul {
	margin-left:30px;
	list-style-type:square;
	margin-bottom:8px;
}

#content-right li {
	margin:4px 0;
}

/* ---- Special Call Out ------------------------- */ 
#callout {
	background:#990000;
	text-align:center;
	color:#FFF;
	font-size:13px;
	border:1px solid #000;
	margin-bottom:15px;
}

#callout p {
	margin:0;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}

#callout p.exclude {
	background:#FFF;
	color:#000; 
}

/* ---- Footer Area ------------------------------ */ 
#footer {
	clear:both;
	margin-left:220px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:2px #CCC solid;
	font-size:10px;
}

#footer p {
	margin:0;
	padding:0;
}