/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size: small;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/*------Layout------*/

body {
	margin: 20px;
	padding: 0px;
	background: black; 
	font-size: 1.2em;
	line-height: 2.2em;
	font-weight: normal;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 20px;
	background: white;
}

#branding {
	width: 984px;
	height: 165px;
	margin: 20px auto 0 auto;
	padding: 0px 10px;
	background: url(../images/header.jpg) no-repeat;
	border-bottom: 1px solid white;
}

#left {
	width: 340px;
	margin: 0px auto;
	padding: 10px 5px 10px 20px;
	float: left;
}

#left-news {
	width: 340px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	float: left;
}

#content {
	width: 634px;
	padding: 10px 20px 10px 5px;
	background: white;
	float: right;
}

#title {
	width: 634px;
	margin: 0px 0px 10px 0px;
	float: right;
	border-bottom: 1px dotted #787878;
}

#footer {
	width: 984px;
	height: 90px;
	margin: 20px auto;
	background-color: #6d7180;
	clear: both;
}


/*------top navigation------*/

#nav-wrapper {
	width: 984px;
	height: 40px;
	margin: 0px 10px;
	padding: 0px 10px;
	background: url(../images/nav_bg.jpg) repeat-y;
}

#nav-wrapper ul {
	float: left;
	list-style: none;
}

#nav-wrapper li {
	float:left;
}

#nav-wrapper a {
	text-decoration: none;
	color: white;
	float: left;
	padding: 5px 20px;
	text-transform: uppercase;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

#nav-wrapper a:hover {
	text-decoration: underline;
}

/*------end top navigation------*/



/*------left navigation------*/
#left ul {
	float: left;
	list-style: none;
}

#left li {
	clear: both;
	border-bottom: 1px dotted #787878;
}

#left li.indent {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 20px;
	border-bottom: 0px;
}

#left a {
	text-decoration: none;
	color: #787878;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	float: left;
}

#left a:hover {
	text-decoration: underline;
	float: left;
}
/*------end left navigation------*/



/*------footer navigation------*/

#footer ul {
	width: 450px;
	height: 20px;
	margin: 0px auto;
	list-style: none;
}

#footer li {
	float: left;	
}

#footer a {
	text-decoration: none;
	color: white;
	padding: 5px 10px;
	font-size: 0.75em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
/*------end footer navigation------*/


/*-- typography--*/

h1, h2, h3, h4, h5, h6 {font-family: Georgia, serif;}
h1 {font-size: 2.5em; line-height:1; margin-bottom:0.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em; line-height: 1; margin-bottom: 1em;}
h4 {font-size: 1.2em; line-height:1.5em; margin-bottom: 1.25em; height:1.25em;}
h5 {font-size:1em; text-transform: uppercase; margin: 0 2em; line-height: 1.25em;}
h6 {font-size:1em;font-weight:bold;}
p {font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; color: #787878; line-height: 2.2em; font-size: 1em; margin-bottom: 2em;}

#content a {text-decoration: none; border-bottom: 1px dotted #787878; color: black;}


#footer p{
	width: 480px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #aeb2b7;
	text-transform: uppercase;
	}
	
#content ul {
	list-style-type: disc;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #787878;
	}
	
#left-news ul {
	float: left;
	list-style: none;
}

#left-news li {
	width: 250px;
	clear: both;
	border-bottom: 1px dotted #787878;
	color: orange;
	line-height: 1.75em;
}

#left-news a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #787878;
	font-size: 1em;
	float: left;
}