/* CSS Document */

/********LETS GETS SOME CONSISTENCY - Zero out margins and padding********/
html, body, div, h1, h2, h3, h4, h5, h6, ol, dl, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

/********BASIC ELEMENTS********/
/*USING A LUCIDA HYBRID TECHNIQUE - "Lucida Sans Unicode" looks better un-bolded, "Lucida Sans" looks better bold and italic*/
body {
	background: #c5aac6;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

strong, em { font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

div#content h1 { 
	font-size: 150%; 
	padding-bottom: .67em;
}

div#content h2 { 
	font-size: 130%; 
	padding-bottom: .71em;
}

div#content h3 { 
	font-size: 120%;
	padding-bottom: .77em; 
}

div#content h4 { 
	font-size: 110%; 
	padding-bottom: .83em;
}

div#content h5 { 
	font-size: 105%; 
	padding-bottom: .91em;
}

div#content h6 { 
	font-size: 100%; 
	padding-bottom: 1em;
}

div#content p {
	line-height: 1.2em;
	padding-bottom: 1em;
}

div#content ul, div#content ol {
	margin-bottom: 1.5em;
}

div#content ul li, div#content ol li {
	line-height: 1.3em;
	margin-left: 2.0em;
}

div#content ul li {
	list-style-type: square;
	}



/********CONTENT LINKS********/
div#content a { color: #883288; outline: none;}
div#content a:visited { color: #41083d; }
div#content a:hover { color: #41083d; text-decoration: none; }




/* Super Container
------------------------------------------------------------------ */
div#supercontainer {
	margin: 0 auto;
	width: 790px;
	}

/* Container
------------------------------------------------------------------ */


div#container {
	background: url(http://www.wgr.org/images/layout/container_background.gif) repeat-y top left;
	margin: 0 auto;
	float: left;
	padding: 0 20px;
	width: 750px;
	}

/* Header
------------------------------------------------------------------ */
div#header {
	background: #d8c7d9 url(../images/layout/header_building.gif) no-repeat;
	float: left;
	height: 151px;
	width: 750px;
	}

/* Utility Nav
------------------------------------------------------------------ */
div#utilitynav {
	float: right;
	font-family: Arial;
	padding: 10px 10px 10px 0;
	width: 230px;
	}

div#utilitynav ul {
	float: right;
	margin: 0;
	padding: 0;
	}

div#utilitynav ul li {
	background: url(http://www.wgr.org/images/layout/utilnav_pipe.gif) no-repeat center left;
	display:inline;
	font-size: .9em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
	}

div#utilitynav ul li:first-child {
	background:none;
	}

div#utilitynav ul li a {
	color: #863288;
	text-decoration: underline;
	}

div#utilitynav ul li a:hover {
	text-decoration: none;
	}

/* Logo
------------------------------------------------------------------ */
div#logo h1 {
	float: left;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
 	}


div#logo h1 a {
	outline: none;
	}

/* Logo
------------------------------------------------------------------ */
div#logo p {
	float: left;
	padding: 10px 0 0 10px;
 	}

/* Site Search
------------------------------------------------------------------ */
div#sitesearch {
	clear: right;
	float: right;
	padding: 0 10px 0 0;
	}

div#searchtop {
	background: url(http://www.wgr.org/images/layout/search_top.gif) no-repeat top left;
	height: 4px;
	width: 230px;
	}

div#searchbottom {
	background: url(http://www.wgr.org/images/layout/search_bottom.gif) no-repeat bottom left;
	height: 4px;
	width: 230px;
	}

div#searchbox {
	background: url(http://www.wgr.org/images/layout/search_background.gif) repeat-y;
	padding: 3px 3px 3px 5px;
	}

div#searchbox input.googlesearch {
	border: 1px inset #cccccc;
	width: 140px;
	}

div#searchbox p input {
	color: #333333;
	border: 1px inset #cccccc;
	height: 20px;
	margin: 0 0 0 7px;
	outline: none;
	padding: 0;
	text-align: center;
	width: 140px;
	}

div#sitesearch input.searchbutton {
	background: url(http://www.wgr.org/images/layout/search_button.gif) no-repeat bottom left;
	border: none;
	height: 25px;
	margin: 0 0px 0 0;
	outline: none;
	padding: 0 0 0 0;
	position: relative;
	width: 71px;
	}

div#sitesearch input.searchbutton:hover {
	cursor: pointer;
	}

/* Primary Nav
------------------------------------------------------------------ */
div#primarynav {
	background-color: #41083d;
	float: left;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 0;
	position: relative;
	width: 750px;
	z-index: 10000;
	}

ul#navitems {
	color: #ffffff;
	float: right;
	list-style-type: none;
	margin: 0;
	height: 25px;
	padding: 5px 3px 4px 0;
	position: relative;
	}

ul#navitems li {
	color: #ffffff;
	float: left;
	font-size: 1.2em;
	position: relative;
	}

ul#navitems li:first-child a {
	padding: 0 8px 0 8px;
	}

ul#navitems li a {
	color: #ffffff;
	float: left;
	outline: none;
	padding: 0 7px;
	position: relative;
	text-decoration: none;
	}

ul#navitems li a:hover {
	background: url(http://www.wgr.org/images/layout/home_nav_hover.gif) repeat-x;
	display: block;
	height: 59px;
	position: relative;
	z-index: 0;
	}

/*ul#navitems li a span:hover {
	display: block;
	height: 59px;
	position: absolute;
	width: 100%;
	}*/

/* Content Container
------------------------------------------------------------------ */
div#contentcontainer {
	background: url(http://www.wgr.org/images/layout/contentcontainer_background.gif) repeat-x;
	font-family: Futura;
	margin: 0;
	padding: 0px 0 0 0;
	width: 748px;
	float: left;
	}

div#contentcontainer h1 {
	color: #41083d;
	}

/* Branding Photos
------------------------------------------------------------------ */
div#branding {
	float: left;
	height: 170px;
	padding: 10px 0 0 0;
	position: relative;
	width: 750px;
	z-index: 10000;
	}

div#branding p img {
	}

/* Content
------------------------------------------------------------------ */
div#content {
	color: #333333;
	float: left;
	font-family: Arial;
	}

div#content h1 {
	font-family: Arial;
	}

/* Alpha Container
------------------------------------------------------------------ */
div#alpha {
	padding: 20px 10px 10px 10px;
	width: 220px;
	float: left;
	font-family: Arial;
	}

div#alpha h2 {
	color: #41083d;
	font-family: Trebuchet MS;
	font-size: 1.3em;
	}

div#alpha p.whatsnewdate {
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

div#alpha p.whatsnewtitle {
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

div#alpha p.whatsnew {
	margin: 0;
	padding: 0;
	}

div#alpha p.viewarchive {
	text-align: right;
	}

div#alpha a:hover {
	text-decoration: underline;
	}

/* Beta Container
------------------------------------------------------------------ */
div#beta {
	padding: 20px 10px 10px 10px;
	width: 230px;
	float: left;
	font-family: Arial;
	}

div#beta h2 {
	color: #41083d;
	font-family: Trebuchet MS;
	font-size: 1.3em;
	}

div#beta p.eventsdate {
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

div#beta p.eventstitle {
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

div#beta p.event {
	margin: 0;
	padding: 0;
	}

div#beta p.viewpastevents {
	text-align: right;
	}

div#beta a:hover {
	text-decoration: underline;
	}

/* Gamma Container
------------------------------------------------------------------ */
div#gamma {
	padding: 20px 10px 10px 10px;
	width: 230px;
	float: left;
	font-family: Arial;
	}
	
div#gamma a.banner { display: block; margin-bottom: 20px; }
div#gamma a.banner img { border: none; }

div#gamma h2 {
	color: #41083d;
	font-family: Trebuchet MS;
	}

div#gamma a:hover {
	text-decoration: underline;
	}

div#homeregularbox {
	margin: 0;
	padding: 0 0px;
	width: 230px;
	}

div#top {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 14px;
	background: url(http://www.wgr.org/images/layout/home_homeregularbox_top.gif) no-repeat left top;
	}

div#featuredmemberinfo {
	background: url(http://www.wgr.org/images/layout/home_regbox_background.gif) repeat-y;
	padding: 0 20px;
	}

div#featuredmemberinfo h2 {
	font-size: 1.3em;
	padding: 0 0 5px 0;
	}

div#featuredmemberinfo p {
	color: #666666;
	font-size: .9em;
	height: 1%;
	padding: 0 0 5px 0;
	}

div#featuredmemberinfo span.membername {
	color: #333333;
	}

div#featuredmemberinfo img {
	float: left;
	padding: 0 10px 0 0;
	}

.featuredmembertitle {
	font-weight: bold;
	}

div#bottom {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 14px;
	background: url(http://www.wgr.org/images/layout/home_homeregularbox_bottom.gif) no-repeat left bottom;
	}

div#becomemember {
	float: left;
	padding: 20px 0 0 0;
	}

div#findmember {
	float: left;
	padding: 20px 0 0 0;
	}

/* Ad Space
------------------------------------------------------------------ */
div#adspace {
	float: left;
	padding: 0 0 0 10px;
	}

div#primaryad {
	float: left;
	padding: 0 10px 0 0;
	}

div#secondaryad {
	float: left;
	padding: 0;
	}

/* Footer
------------------------------------------------------------------ */
div#footer {
	background: url(http://www.wgr.org/images/layout/container_background.gif) repeat-y top left;
	float: left;
	margin: 0 auto;
	width: 788px;
	}

div#footer p {
	padding: 20px 30px 5px 30px;
	}

div#footer span.org {
	color: #41083d;
	font-weight: bold;
	}

div#footer a {
	color: #883288;
	}
	
div#footer a:visited, a:hover {
	color:  #41083d;
	}

div#footer ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 30px;
	}

div#footer ul li {
	display: inline;
	}

div#footer ul li:first-child {
	background: url(http://www.wgr.org/images/layout/utilnav_pipe.gif) no-repeat center right;
	display: inline;
	padding: 0 5px 0 0;
	}

div#footer ul li {
	padding: 0 0 0 5px;
	}

div#footer ul li a:hover {
	text-decoration: underline;
	}

div#footer a:hover {
	text-decoration: underline;
	}

div#footerbottom {
	background: url(http://www.wgr.org/images/layout/container_background_bottom.gif) no-repeat top left;
	float: left;
	height: 35px;
	padding: 0 0 0 0px;
	width: 785px;
	}

div#footerbottom p a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	padding: 20px 0 20px 0;
	}

div#footerbottom p {
	padding: 20px 0 0 30px;
	}
