@charset "UTF-8";
/* CSS Document */


BODY {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	font-size: 62.5%; /* makes default font-size 10pt instead of 14pt default */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

H1, H2, H3, H4, H5, H6 {
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
} 

H1 {
	font-size: 180%;
	color: #f06;
	margin: 40px 0 30px 0;
	font-weight: normal
	
}

H2 {
	font-size: 150%;
	color: #fff;
	margin: 0 0 10px 0;
	font-weight: normal
	
}

H3 {
	font-size: 130%;
	color: #f06;
	margin: 20px 25px 10px 0;
	font-weight: normal;
	text-align:right;
	
}

P {
	margin: 0 0 1em 0;
	font-size: 130%;
	line-height: 1.4em;
	
}

UL, OL {
	margin:0 0 2em 20px;
	padding:0;

}

LI {
	margin: 0 0 0.5em 0;
	font-size: 130%;
	line-height: 1.4em;
	
}


a:link, a:visited {

	color: #ff0066;
	text-decoration: none;
}

a:hover {
	color: #fff;

}

IMG {
	border: none;

}

.bigger {
	font-size: 140%;
}

/* CLEARFIX */


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#wrapper {
	width: 800px;
	margin: 40px auto 0 auto;
	text-align: left;
	
}

#header {
	margin: 0 0 5px 0;

}

#header ul {
	float: right;
	margin:24px 0 0 0;
	padding:0;

}

#header ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


#header ul li a {
	display: block;
	float: left;
	height: 18px;
	text-indent: -9000px;
	border-right: 1px solid #fff;
	
}

.nevents a:link, .nevents a:visited {
	width: 98px;
	background: url(../images/AGD_nav_eventservices.gif) top center no-repeat;
	padding: 0 20px 0 0;
	margin: 0 0 0 5px;
}

.nevents a:hover {
	background-position: bottom center;
}

.nabout a:link, .nabout a:visited {
	width: 66px;
	background: url(../images/AGD_nav_aboutus.gif) top center no-repeat;
	padding: 0 20px 0 0;
	margin: 0 0 0 0px;
}

.nabout a:hover {
	background-position: bottom center;
}

.ngallery a:link, .ngallery a:visited {
	width: 54px;
	background: url(../images/AGD_nav_gallery.gif) top center no-repeat;
	padding: 0 20px 0 0;
	margin: 0 0 0 0px;
}

.ngallery a:hover {
	background-position: bottom center;
}

#header .naccomplishments a:link, #header .naccomplishments a:visited {
	width: 119px;
	background: url(../images/AGD_nav_accomplishments.gif) top center no-repeat;
	margin: 0;
	border: none;
	padding: 0;
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;
}

#header .naccomplishments a:hover {
	background-position: bottom center;
	
}

#wrapper #header .selected a {
	background-position: bottom center;

}


/* CONTENT AREA 
====================================================================== */

#content {
	height: 450px;
	background: black;
	border: 1px solid #ff0066;
	margin: 0 0 10px 0;
	padding: 0 0 0 60px;
	overflow: auto;
	
}

#intro
{
	height: 400px;
	background: none;
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	
}

#pabout #content {
	background: black url(../images/AGD_chand2.gif) top right no-repeat;

}

#paccomplishments #content {
	background: black url(../images/AGD_chand4.gif) top left no-repeat;

}

#pgallery #content {
	background: black url(../images/AGD_chand3.gif) left no-repeat;

}

#pevents #content {
	background: black url(../images/AGD_chand1.gif) top right no-repeat;

}

#pindex #content {
	background: black;

}

#wrapper .col {
	width: 800px;
	float: left;
	margin-top: 10px;
}

.leftcol, .rightcol {
	width: 315px;
	float: left;
	margin: 0;
	padding: 0;

}

.rightcol {
	margin-left: 60px;

}



ul.icongal {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	width:700px;
}


ul.icongal li {
	display: inline;
	margin: 0 5px 5px 0;
	padding: 0;
}

ul.icongal IMG {
	border: 1px solid #fff;
	
}

ul.icongal IMG:hover {
	border: 1px solid #f06;

}

ul.icongal img {
	margin: 0

}

/* FOOTER AREA 
====================================================================== */

#footer .right {
	float:right;

}

#footer p {
	font-size: 100%;
	line-height: 1.5em;
}

