@charset "utf-8";
/*	
	=========================================================
	MadGENIUS Inc. DESIGN - global design styles
	Crafted by Rob Rubinoff, Web Producer.
	www.madgeniusinc.com | rrubinoff@madgeniusinc.com
	=========================================================
*/


/*	
	=========================================================
	Colors
	
	a: #005AA6
	
	=========================================================
*/

body {
	background-image: url(/images/bg_global.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-color:#FBFCF7;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
}
/* 
------------------------------
	HEADER ELEMENTS
------------------------------
	Header encapsulates:
		gnav
		utilinav
		header_btm
------------------------------
*/

#header {
	height: 90px;
	background-image:url(/images/bg_header_top.jpg);
	background-repeat:no-repeat;
}
#gNav { /* contains links to main sections of website */
	float: left;
	margin: 36px 0 0 0;
	height: 37px;
}
#utiliNav { /* contains links to event planner and contact page */
	float:right;
	margin: 36px 0 0 0;
	background-image:url(/images/bg_utiliNav.jpg);
	background-repeat:no-repeat;
	height: 37px;
	width: 262px;
}
#utiliNav p {
	text-align: right;
	margin: 2px 40px 0 0;
	font-size: 65%;
}
#utiliNav p a {
	color:#61300F;
	text-decoration:none;
}
#utiliNav p a:hover {
	color: #A57F50;
	text-decoration: underline;
}


#header_btm {
	height: 17px;
	background-image:url(/images/bg_header_btm.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding:0;
	clear: both;
}
/* 
------------------------------
	SUBNAV ELEMENTS
------------------------------
*/

#snav {
	height: 55px;
	background-image:url(/images/bg_snav.jpg);
	background-repeat: no-repeat;
	clear:both;
}
#snav p {
	margin: 0 0 0 220px;
	padding: 0;
	font-size: 73%;
	color: #D4A86B;
	line-height:50px;
}
#snav p a {
	color: #FBF6D6;
	text-decoration: none;
}
#snav p a:hover {
	color: #fff;
	text-decoration: underline;
}


/* 
------------------------------
	Footer ELEMENTS
------------------------------
	Footers differ by page
	type - check home, level2 
	and level3 style sheets 
	for footer styles
------------------------------
*/
