
/** define defaults **/ 

ul { list-style:none }
h1,h2,h2,h4,h5,h6,pre,code { font-size:12px; }
ul,li,h1,h2,h2,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img { margin:0; padding:0 }
a img,:link img,:visited img { border:none; text-decoration:none }

ol {
	margin: 0px;
	padding: 0px;
	padding-left:30px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	height: 130px;
	background-color: #fff;
}

#logo {
	width: 129px;
	height: 129px;
	background: url(img/agd_logo.gif) no-repeat top left;
	position: absolute;
	left: 755px;
	top: 0px;	
}
#logo a {
	display: block;
	width: 129px;
	height: 129px;
}
#toparea {
	width: 755px;
	height: 129px;
	background: #003399;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;;
	color:#ffffff;
	font-family:sans-serif;
	font-size:x-large;
}

#main {
	border-top: 1px solid #fff;
	position: relative;
	margin-top: 21px;
	height: auto;
}

#col1 {
	width: 200px;
	left: 0px;
	top: 70px;
}

#col1 a {
	border:none;
	text-decoration:none;
	display: block;
	padding: 5px 0px 5px 45px;
	color: #3078D8;
	border-bottom: 1px groove #5791DF;	
}
#col1 li a:active,  #col1 li a:hover {
	color: #000;
}

#col1 ul {	
	border-top: 1px groove #5791DF;
	width:170px;	
}

#col1, #col2, #col3 {
	position: absolute;
}

#col2 {
	width: 470px;
	top: 77px;
	left: 220px;
	height: auto;
	line-height: 17px;
	color: #555;
}

#col2 h1 {
	font-size: 16px;
	margin-bottom: 16px;
	color: #003399;
	font-weight: normal;
}

#col2 h2 {
	margin-top: 32px;
	margin-bottom: 16px;
	color: #777;
	padding-top: 0px;
	padding-bottom: 1px;
}

#col2 dt {
	font-style:italic;
}


#col2 p, #col2 ul {
	margin-bottom: 16px;
	padding: 2px 0px;
}

#col2 table {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 16px;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	width: 500px;
}

#col2 table th, 
#col2 table td {
	vertical-align: top;
	text-align: left;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px dotted #ececec;
}

#col2 table th {
	background-color: #eee;
	
	border-bottom: 1px solid #777;
}

#col2 .address {
	overflow: auto;
	float: left;
	width: 250px;
	margin-right: 20px;
}

#col2 ul {
	list-style-type: disc;
	list-style-position: outside;
}

#col2 ul li {
	margin-left: 15px;
}

#col3 {
	width: 210px;
	left: 791px;	
}

#col2 a,  #col3 a {
	color: #ee435d;
}

#col2 a:hover, #col2 a:active {
	color: #666;
}

#col3 a:hover, #col3 a:active {
	color: #fff;
}

#navigation {
	height: 21px;
	position: absolute;
	top: 130px;
	left: 0px;
	background-color: #3078D8;
	width: 883px;
}

#navigation ul {
	margin-left: 0px;
}

#navigation li {
	float: left;
	display: inline;
	/*border-right: 1px groove #fff;*/
}

#navigation li a {
	width: 175px;
	height: 21px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

#navigation li a:hover,
#navigation li a:active,
#navigation li.act a {
	background-position: -5px -21px;
}

#navigation li#item1 a { background-image: url(img/menu_1.gif); }
#navigation li#item2 a { background-image: url(img/menu_2.gif); }
#navigation li#item3 a { background-image: url(img/menu_3.gif); }
#navigation li#item4 a { background-image: url(img/menu_4.gif); }
#navigation li#item5 a { background-image: url(img/menu_5.gif); }


#peopleaddress {
	position: absolute;
	left: 180px;
	top: -5px;
}

.hidden {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
}




