/* -------------------------------------------------
*
Title:			main.css
Browser(s): 	Firefox 2, IE7, IE6 
Platform(s):    Win XP, Mac OSX
Author: 		Andy Lee - MoovDigital.com
Created: 		4.12.2008
Last modified: 	4.12.2008
*
------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:62.5% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-family:Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
	background: url(../images/bg-main.png) top repeat-x;
}

a {
	text-decoration: none;
	color: #cc9933;
}

a:hover {
	text-decoration: none;
	color:#cc0066;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.7em;
	color:#cc0066;
	line-height:1.0em;
	margin-bottom:6px;	
	font-weight:normal;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.4em;
	color:#cc9933;
	line-height:1.5em;
	font-family: Avant Garde, Arial, Helvetica, sans-serif;
	margin-bottom:10px;	
	font-weight:normal;
}

h3 {
	font-size: 1.0em;
	color:#cc9933;
	line-height:1.0em;
	margin-bottom:10px;	
}

h4 {
	font-size: 1.0em;
	font-weight:bold;
	color:#003366;
	line-height:1.0em;
	margin-bottom:10px;	
}

h5 {
	font-size: 0.8em;
	font-weight:bold;
	color:#000;
	line-height:1.0em;
	margin-bottom:10px;	
}

p {
	font-size: 0.8em;
	color:#fff;
	font-weight:normal;
    line-height:1.7em;
	margin-bottom:10px;
}

.more {
	font-weight:bold;
	color:#ff3300;
	margin-bottom:20px;
}

.back {
	font-weight:bold;
	color:#ff3300;
	margin-top:15px;
	clear:both;
}

/* ------------- Layout Elements -------------- */

#container {
	margin:0pt auto;
	padding:0px;
	width:900px;
}

#header {
	height: 230px;
	width:900px;
}

#logo {
	height: 230px;
	float:left;
	margin-left:300px;
}

#content_left {
	margin:5px 0px 10px 0px;
	padding:0px;
	width:598px;
	background: url(../images/bg-content-left.png) repeat-x left top;
	float:left;
	border-top: 1px solid #cc0066;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#content_left h1{
	padding:20px 20px 0px 20px;
}

#content_left h2{
	padding:0px 20px 0px 20px;
}

#content_left p{
	padding:0px 20px 0px 20px;
}

#content_right {
	margin:5px 0px 0px 0px;
	background: url(../images/bg-content-left.png) repeat-x left top;
	padding:20px;
	width:250px;
	float:right;
	border-top: 1px solid #cc9933;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}



/* ------------- Main Navigation -------------- */

#navigation {
	margin:0pt auto;
	clear:both;
	display:inline;
	float:left;
	width:898px;
	height:70px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
	background: url(../images/bg-navbar.png) repeat-x left top;
	background-color:#000;
}

/* ------------- Footer -------------- */

#footer {
	margin:0pt auto;
	clear:both;
	display:inline;
	float:left;
	width:898px;
	height:44px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background: url(../images/bg-navbar.png) repeat-x left top;
}


