/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: url(../images/bg.jpg) #be5c13 top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Text */

#TopRight h1 {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	padding: 20px 30px 0 30px;
}

#TopRight h2 {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	padding: 5px 30px 0 30px;
}

h3 {
	font-size: 18px;
	color: #be5c13;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #be5c13;
	font-weight: normal;
}


#BottomLeft p {
	font-size: 12px;
	line-height: 16px;
	color: #3a3a3a;
}

#BottomRight ul {
	width: 140px;
	float: left;
	margin-left: 30px;
}

#BottomRight li {
	color: #53491d;
	padding: 2px 0 2px 0;
}

#BottomRight li.heading {
	font-size: 15px;
	color: #be5c13;
}

#BottomRight a { color: #be5c13; text-decoration: none; outline: none; font-size: 12px;}
#BottomRight a:link { color: #be5c13; text-decoration: none; outline: none;}
#BottomRight a:hover { color: #be5c13; text-decoration: underline; outline: none;}
#BottomRight a:visited { color: #be5c13; text-decoration: none; outline: none;}
#BottomRight a:visited:hover { color: #be5c13; text-decoration: underline; outline: none;}
	

/* Top Banner */

	#Heading {
		width: 938px;
		height: 33px;
		margin: 0 auto;
		padding: 0 11px 0 11px;	
	}


/* Page */

	
	#Page {
		width: 938px;
		margin: 0 auto;
		padding: 0 11px 11px 11px;
		background-color: #FFFFFF;
	}



/* Top Navigation */

	#TopBanner {
		width: 938px;
		height: 45px;
		background: url(../images/topnav-bg.jpg) top left repeat-x;
	}
	
	#TopLogo {
		float: left;
	}
	
	#TopNav {
		float: right;
	}
	
	#TopNav ul {
		display: block;
		float: right;
	}
	
	#TopNav li {
		float: left;
		padding: 22px 15px 0 15px;
		font-size: 14px;
	}
	
	#TopNav li a {
		color: #53491d;
		text-decoration: none;
	}
	
	#TopNav li a:hover {
		color: #229bc8;
	}
	
	#TopNav li.first {
	}	
	
	
/* Content Areas */
	
	#ContentTop {
		height: 325px;
	}
	
	#TopLeft {
		width: 570px;
		float: left;
		height: 325px;
	}
	
	#TopRight {
		margin-left: 8px;
		height: 325px;
		width: 360px;
		float: left;
		background: url(../images/top-right-bg.jpg) top left no-repeat;	
	}
	
	#ContentDivider {
		clear: left;
		height: 7px;
		background-color: #53491d;
		margin: 7px 0 7px 0;
	}
	
	#ContentBottom {
		background-color: #edece8;
		
	}
	
	#BottomLeft {
		width: 550px;
		float: left;
		padding: 10px 0 0 20px;
	}
	
	#BottomRight {
		margin-left: 8px;
		width: 360px;
		float: left;
		padding: 20px 0 0 0;
	}
	
	.clear {
		clear: left;
	}	

/* Footer */

	#Footer {
		width: 938px;
		margin: 0 auto;
		padding: 20px 11px 0 11px;
		background: url(../images/footer-bg.png) top left repeat-x;	
		text-align: center;
	}
	
	#Footer p {
		color: #FFFFFF;
		line-height: 16px;
	}
	
	#Footer a { color: #ffffff; text-decoration: none; outline: none; margin: 0 7px 0 0; padding:0 0 0 9px; font-size: 11px;}
	#Footer a:link { color: #ffffff; text-decoration: none; outline: none;}
	#Footer a:hover { color: #ffffff; text-decoration: underline; outline: none;}
	#Footer a:visited { color: #ffffff; text-decoration: none; outline: none;}
	#Footer a:visited:hover { color: #ffffff; text-decoration: underline; outline: none;}
	
	
/* Video Footer */

	#VideoFooter {
		width: 938px;
		margin: 0 auto;
		padding: 20px 11px 0 11px;
		text-align: center;
	}
	
	#VideoFooter p {
		color: #FFFFFF;
		line-height: 16px;
	}
	
	#VideoFooter a { color: #ffffff; text-decoration: none; outline: none; margin: 0 7px 0 0; padding:0 0 0 9px; font-size: 11px;}
	#VideoFooter a:link { color: #ffffff; text-decoration: none; outline: none;}
	#VideoFooter a:hover { color: #ffffff; text-decoration: underline; outline: none;}
	#VideoFooter a:visited { color: #ffffff; text-decoration: none; outline: none;}
	#VideoFooter a:visited:hover { color: #ffffff; text-decoration: underline; outline: none;}