@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC url(../_assets/graphics/greyStripes2.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-width: 0px;
	border-style: none;
}
#outerContainer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding: 10px 0px 0px;
	background: url(../_assets/graphics/bg_shadow.png);
	height: 960px;
	border-width: 0px;
	border-style: none;
	position: relative;
}

img
{  border-style: none;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C6F;
	margin: 25px auto 0px;
	border: 5px solid #FFF;
	padding: 0px;
}
#header {
	background: #EDCD5E url(../_assets/graphics/bg_header.jpg);
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: none;
	height: 60px;
	width: 900px;
	border-bottom: 5px solid #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#menuBar {
	background: #EDCD60 url(../_assets/graphics/bg_menubar.jpg);
	height: 300px;
	width: 210px;
	border-top: 0px none;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 0px none;
	margin: 0px;
	float: left;
	clear: left;
	padding-left: 20px;
}
#flashContent {
	background: #CCC;
	height: 300px;
	width: 665px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 5px solid #FFF;
	border-left: 0px none;
	float: right;
	clear: right;
	padding: 0;
}
#leftPanel {
	background: #CCC;
	height: 450px;
	width: 230px;
	border-top: 0px none;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 0px none;
	margin: 0px;
	float: left;
	clear: left;
}
#leftPanel h1 {
	font-size: 1.1em;
	color: #D70000;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#leftPanel p {
	font-size: .7em;
	padding: 0px 15px;
}
#leftPanel a:link {
	color:#333;
	text-decoration:none;
}	
#leftPanel a:visited {
	color:#333;
	text-decoration:none
}
#leftPanel a:active { color:#333 }
#leftPanel a:hover {
	color:#333;
	text-decoration:none;
	vertical-align: sub;
	border-bottom: thin dotted #333;
}


#mainContent {
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E8E8E8 url(../_assets/graphics/bg_mainContent.jpg);
	height: 450px;
	width: 400px;
	border-top: 0px none;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 0px none;
	float: left;
	clear: none;
}
#mainContent h1 {
	font-size: 1.1em;
	color: #D70000;
	margin-top: 15px;
}
#mainContent p {
	font-size: .8em;
	padding: 0px;
}

#rightPanel {
	background: #CCC;
	height: 240px;
	width: 220px;
	border-top: 0px none;
	border-right: 0;
	border-bottom: 5px solid #FFF;
	border-left: 0px none;
	float: right;
	clear: none;
}
#contact {
	background: #EECD5C url(../_assets/graphics/bg_contact.jpg);
	height: 205px;
	width: 200px;
	border-top: 0px none;
	border-right: 0;
	border-bottom: 5px solid #FFF;
	border-left: 0px none;
	margin: 0px;
	float: right;
	clear: none;
	padding-left: 20px;
}

#contact p {
	font-size: 0.8em;
	margin: 0.5em 0px 0px;
	padding: 0px;
}
#contact h1 {
	font-size: 0.9em;
	color: #D70000;
	margin-top: 15px;
}
#contact a:link {
	color:#333;
	text-decoration:none;
}	
#contact a:visited {
	color:#FFF;
	text-decoration:none
}
#contact a:active { color:#FFF }
#contact a:hover {
	color:#333;
	text-decoration:none;
	vertical-align: sub;
	border-bottom: thin dotted #333;
}


#footer {
	font-size: 0.8em;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
	color: #FFF;
	margin: 10px 0px 0px;
}

#footer a:link {
	color:#FFF;
	text-decoration:none;
}	
#footer a:visited {
	color:#FFF;
	text-decoration:none
}
#footer a:active { color:#FFF }
#footer a:hover {
	color:#999;
	text-decoration:none;
	border-bottom: thin dotted #EF4743;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 2em;
}


#footer .leftAlign {
	height: 2em;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px;
	padding-left: 20px;
}	

#footer .rightAlign {
	height: 2em;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px 0px 0px 675px;
	clear: none;
}	
