﻿/* Global Elements */
html,body,form
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#0080b1;
}

a,b,i,u,p,li,td,tr,table,div,span,ol,ul { font-family:Arial;font-size:12px;color:#666666; }

h1, h2, h3, h4, h5 { font-family:Arial;}

h1
{
	font-size:15px;
}

h3
{
	font-size:22px;
	font-style:italic;
	color:#0080b1;
}

h4
{
	font-size:15px;
}

div
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a { text-decoration:none; }

img{ border:none 0px; margin:0px 0px 0px 0px; }

#OuterContainer
{
	position:relative;
	width:940px;
	margin:0px auto 0px auto;
	background-color:White;
	border-right:solid 1px black;
	border-left:solid 1px black;
	height:100%;
}

#InnerContainer
{
	position:relative;
	width:900px;
	margin:0px 20px 0px 20px;
	text-align:left;
}

/* Top Menu Elements */
.SiteLogo
{
	position:relative;
	width:196px;
	height:110px;
	border:none 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#SiteHeader
{
	height:110px;
	width:900px;
	background-image:url('../Images/SiteHeaderBG.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	overflow:hidden;
}


.SiteHeaderContent
{
	width:700px;
	float:left;	
	height:90px;
	margin: 10px 0px 0px 10px;
	color:White;
}


#MainMenu
{
	width:900px;
	height:41px;
	background-color:Black;
	color:White;
}

#MainMenu a
{
	color:White;
}

#MainMenuSep
{
	height:5px; 
	width:900px;	
	background-color:#f58832;
	overflow:hidden;
	clear:both;
}

#MainMenuTop
{
	height:10px;
	width:900px;
	overflow:hidden;
}

.MainMenuText
{
	color:White;
	font-size:12px;
}

a.MainMenuText:hover
{
	color:#F58832;
}

/* Secondary Menu Elements */
#SecondMenuContainer
{
	position:relative;
	background:#0080b1;
	width:900px;
	height:36px;
	margin-top:4px;
}

#SecondaryMenuSep
{
	height:5px; 
	width:900px;	
	background-color:#f58832;
	overflow:hidden;
	clear:both;
}

#SecondaryMenuTop
{
	height:4px;
	width:900px;
	overflow:hidden;
}

/* Footer Elements */
#SiteFooter
{
	width:900px;
	background:white;
	border-top:solid 2px #eae7df;
}

#FooterLinks
{
	width:680px;
	float:right;
	text-align:right;
	font-size:10px;
	margin-top:7px;
}

#FooterLinks a
{
	font-size:10px;
}

#FooterLinks a:hover
{
	color:#F58832;
}

#Copyright
{
	width:205px;
	float:left;
	font-size:10px;
	margin-top:7px;
}

.breaker
{
	width:900px;
	height:7px;
	clear:both;
}

/* Content Elements */
#ContentContainer
{
	position:relative;
	width:900px;
}

#ContentContainer a
{
	font-size:12px;
}


