@charset "utf-8";
/* CSS Document */

body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}


a	{
	outline:none;
}

#wrap	{
	width:900px;
	margin:-10px auto 0px;
	position:relative;
	}
	
#banner_container	{
	width:100%;
	height:150px;
	background-color:#FFF;
}
	
#banner	{
	width:880px;
	height:150px;
	padding-right:20px;
	margin:0px auto 0px;
	background-color:#FFF;
	position:relative;
}

h6 {
	position:absolute;
	right:0px;
	top:0px;
	width:250px;
	height:50px;
	z-index:10;
	text-align:right;
	color:#999;
	font-weight:bold;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 20px;
}

#banner p	{
	color:#999;
	font-weight:bold;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

#banner p a	{
	text-decoration:none;
}

#banner p a:link	{color:#999; }
#banner p a:visited	{color:#999; }
#banner p a:hover	{color:#666; text-decoration:underline; }
#banner p a:active	{color:#666; text-decoration:underline; }

h2	{
	font-family:Arial, Helvetica, sans-serif;
	color:#ee7e10;
	font-weight:bold;
	font-size:24px;
	padding-top: 55px;
	padding-left: 300px;
	margin: 0px;
}

h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:300px;
	color:#111f68;
	margin:-6px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h5	{
	font-family:Arial, Helvetica, sans-serif;
	color:#ee7e10;
	font-size:12px;
	margin-top:15px;
}

#nav_container	{
	width:100%;
	height:41px;
	background-image:url(images/nav_gradient.jpg);
	background-repeat:repeat-x;	
}

#nav	{
	margin:0px auto 0px;
	width:900px;
	height:41px;
	background-image:url(images/nav_gradient.jpg);
	background-repeat:repeat-x;
	
}


/* doing this removes the default margins and padding from the ul element*/
#nav ul	{
	margin:0px;
	padding:0px;
	list-style:none;
	}

/* float:left allows the links to sit next to one another instead od on top of each other */
#nav li	{
	float:left;
	width:150px;
	text-align:left;
}

/* All children within the #nav li ul must be hidden well off the page by declaring -999em for left positioning and must be positioned to absolute so it doesn't push other page elements out of the way*/
#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	
	}

/* left:auto allows the submenu to "automatically" left align to its parent element */
#nav li:hover ul 	{
	left:auto;	
	
	}
	
/* this sets the width of the sub-menu drop downs */
#nav li:hover ul li 	{
	width:175px;
	text-align:left;
	border-bottom:#999 1px ridge;

	
	
}

/*the li a has to be display:block to drop directly under its parent element*/
#nav li a	{
	display:block;
	padding:11px 20px 11px;
	text-decoration:none;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;

	}

#nav a:link, #nav a:visited	{
	background-image:url(images/nav_gradient.jpg);
	background-repeat:repeat-x;
	border-right:ridge #999 2px;
	}
	
#nav a:focus, #nav a:hover, #nav a:active	{
	background-image:url(images/nav_gradient_hover.jpg);
	background-repeat:repeat-x;
	color:#006;
	}
	
#content_container	{
	width:100%;
	background-image:url(images/web_bg.jpg);
	background-repeat:repeat-x;
}

#content	{
	width:900px;
	margin:0px auto 0px;
}


#footer_container	{
	width:100%;
}

#footer	{
	margin:0px auto 0px;
	width:900px;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666;
	padding-top:10px;
	padding-bottom:10px;
}

#footer a	{
	text-decoration:none;
}

#footer p	{
	margin:0px 0px 10px;
}

#footer a:link	{color:#666; }
#footer a:visited	{color:#666; }
#footer a:hover	{color:#999; text-decoration:underline; }
#footer a:active	{color:#999; text-decoration:underline; }

#sitemap	{
	width:900px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	border-top:ridge 2px #006;
	padding-top:5px;
	color:#ee7500;
}

#footer #sitemap a {
	text-decoration:none;
	margin-left:1px;
	margin-right:1px;
}

#footer #sitemap a:link	{color:#ee7500; }
#footer #sitemap a:visited	{color:#ee7500; }
#footer #sitemap a:hover	{color:#666; text-decoration:underline; }
#footer #sitemap a:active	{color:#666; text-decoration:underline; }

#freelance_container	{
	width:100%;
}

#freelance	{
	margin:0px auto 0px;
	width:900px;
	clear:both;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666;
	padding-top:10px;
	padding-bottom:10px;
}
