/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #000 url(../images/mainBG.png) top center no-repeat;
	width: 100%;
	}
	
#center-wrapper {
	width: 918px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}
	
#glow-top {
	background: url(../../images/glow-top-grade.png) top left no-repeat;
	width: 920px;
	height: 15px;
	}
	
#glow {
	background: url(../images/glow-repeat.png) top left repeat-y;
	float: left;
	width: 920px;
	padding: 0 10px 0 10px;
	}
	
	
#photobar {
	background: url(../images/newphotobar2.jpg) top left no-repeat;
	width: 900px;
	height: 108px;
	float: left;
	z-index: 1;
	}
	
#photobar {
	float: left;
	}	
	
#branding {
	height: 108px;
	width: 900px;
	background: url(../../images/branding-grade.jpg) top left no-repeat;
	}
	#branding div {
		float: right;
		}
		
		#branding div a {
			font-family: Arial, Helvetica, sans-serif;
			color: #000;
			font-weight: bold;
			font-size: .8em;
			text-decoration: none;
			margin-right: 10px;
			}
/* --== MISC. REUSED STYLES ==-- */
.orange-hilight {
	color: #FFB60F;
	}
	
#navigation-bg-image {
	padding-bottom: 225px;
	}		
/* --== LINK STYLES ==-- */
#content-pad a {
	color: #FFB60F;
	}

/* --== CONTENT-WRAP ==-- */
#content-wrap {
	background: url(../images/content-wrap-repeat.png) top left repeat-y;
	float: left;
	width: 900px;
	}	
	
#bottom-utility-btm {
	background: url(../images/glow-btm.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 15px;
	width: 920px;
	padding: 5px 0 0 0;
	}	
	
#bottom-utility {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/glow-btm-repeat.png) top left repeat-y;
	float: left;
	width: 920px;
	padding: 5px 0 0 0;
	}
	
	#bottom-utility ul {
		font-size: .8em;
		float: left;
		width: 285px;
		padding-left: 10px;
		}
	
	#bottom-utility ul li {
		display: inline;
		float: left;
		padding: 0 10px 0 10px;
		}
		
		#bottom-utility ul li a {
			text-decoration: none;
			font-weight: bold;
			color: #000000;
			}
		
	#bottom-utility p {
		color: #fff;
		font-size: .65em;
		text-align: center;
		float: left;
		width: 432px;
		}
		
	#bottom-utility ul {
		margin: 0;
		}
	
/* --== NAVIGATION ==-- */
#navigation-bg-image {
	background: url(../images/nav-bg-image.jpg) bottom left no-repeat;
	float: left;
	}
	
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
	width: 200px;
	font-weight: lighter;
	}
	
	#navigation ul.top-nav {
		background: url(../images/nav-bg.jpg) top left no-repeat; 
		list-style-type: none;
		float: left;
		margin: 50px 0 0 35px;
		padding: 0 0 0 25px;
		}
		
			#navigation ul li a {
				color: #fff;
				text-decoration:none;
				}
				
			#navigation ul li a:hover {
				color: #FFB60F;
				}
				
				#navigation ul li a span {
					color: #FFB60F;
					}

/* --== HEADERS ==-- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFB60F;
	font-weight: lighter;
	}
	
/* --== LISTS STYLES ==-- */
ul {
	margin: 25px 0 0 10px;
	}
	
/* --== DROP DOWN MENUS ==-- */
#navigation .top-nav li {
	position: relative;
	padding: 2px 0 2px 10px;
	}
	
	#navigation .top-nav li:hover ul {
		display: block;
		}
		
	#navigation ul.sub-nav {
		background: none;
		position: absolute;
		list-style: none;
		display: none;
		font-size: .7em;
		width: 175px;
		top: -10px;
		left: 85px;
		margin: 0;
		padding: 0;
		}
		
		#navigation ul.sub-nav .top-bg {
			background: url(../dropDowns/top-services.png) top left no-repeat;
			width: 175px;
			height: 16px;
			padding: 0;
			}
			
			#navigation ul.sub-nav li {
				background: url(../dropDowns/repeat-services.png) top left repeat-y;
				position: relative;
				text-transform: capitalize;
				list-style: none;
				z-index: 5;
				width: 175px;
				padding: 0 5px 5px 15px;
				}
				
				#navigation ul.sub-nav li a {
					border-bottom: 1px dotted #A8A8A8;
					display: block;
					width: 83%;
					padding: 0 0 5px;
					}
				
		#navigation ul.sub-nav .btm-bg {
			background:url(../dropDowns/btm-services.png) top left no-repeat;
			width: 175px;
			height: 16px;
			}
