/********* Reset Broswer CSS ************************/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: 0; }

body {
	font-size:76%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	height: 100%;
	background-color: #172b3c;
}

p, table, li {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em; /* do not change this value! */
}

h1{
	font-size:2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 6px 0;
	text-transform: uppercase;
	color: #84795a;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	padding-bottom: 5px;
}

h3 {
background-color:#FFFFCC;
border-top:1px solid #998349;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#6c5f3a;
font-size:1em;
line-height:2em;
padding:0px 0px 4px 4px;
text-transform: uppercase;
margin-bottom:0px;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	margin-bottom:9px;
}

html>body h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	padding-bottom:9px;
}

a {
	color:#231f20;
	text-decoration: underline;
}

hr {
	border: 0;
	color:#988f75;
	background-color:#988f75;
	height:1px;
	margin: -5px 0 8px 0;
	padding: 0px;
}

/* Hide from IE6 */

html>body hr {
	border: 0;
	color:#988f75;
	background-color:#988f75;
	height:1px;
	margin: -5px 0 7px 0;
	padding: 0px;
}

/* Hide from IE7 */

html>/**/body hr {
	border: 0;
	color:#988f75;
	background-color:#988f75;
	height:1px;
	margin: 2px 0 8px 0;
	padding: 0px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #d1c4a2;
	padding-left: 2px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

.clearBoth {
	clear: both;
	visibility: hidden;
}

.navSub {
	padding-left: 15px;
}


/******************* FIELD SETS **********************/


#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	height: 127px;
}

#nav {
	width: 189px;
	background-color: #FFFFFF;
	float:left;
	height: 100%;
}

.amgp {
	position: absolute;
	left: 197px;
	top: 50px;
}
.classical {
	position: absolute;
	left: 198px;
	top: 24px;
}

#content {
	width: 725px;
	float:left;
	padding: 18px;
}

#content p {
	padding-bottom: 1.2em;
	margin-top: -1em;
}

#content > p {
	padding-bottom: 1.2em;
	margin-top: .8px;
}

#content ul {
	float: left;
	width: 340px;
	list-style-image: url(../images/bullet.gif);
	margin-left: 7px;
}

#content > ul {
	float: left;
	width: 340px;
	list-style-image: url(../images/bullet.gif);
	margin-left: 13px;
}

.contentULpadding {
	padding:0  0 7px 0;
}

#pagecontent {
	width:725px;
	float:left;
	padding: 18px;
}

#pagecontent p {
	margin-bottom:1.5em;
}

#pagecontent > p {
	padding-bottom: 1.2em;
}

#pagecontent ol {
	margin:10px 0 13px 20px;
}

#pagecontent > ol {
	margin-left: 13px;
	padding-bottom: 5px;
}

#pagecontent li {
	padding-bottom: 4px;
}

#pagecontent > li {
	padding-bottom: 4px;
}

#pagecontent ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 7px;
}

#pagecontent > ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 13px;
}

#pagecontent ul ul {
	list-style-type: disc;
	padding:5px 0 0 0;
	margin-left: 14px;
}

#pagecontent > ul ul{
	list-style-type: disc;
	padding:5px 0 0 0;
	margin-left: 26px;
}

#pagecontent img {
	margin:8px;
}

#pagecontent td {
	padding: 3px;
}

.contentULpadding {
	padding:0  0 7px 0;
}


#navsub {
	background-color: #a28f65;
	padding-top: 10px;
	height: 100%;
}
#logo {
	position: absolute;
	left: 36px;
	top: 4px;
}

#flash {
	float: left;
	width: 761px;
}


#footer {
	background-color: #172B3C;
	color: #d1d5d8;
	text-align: right;
	font-size: .85em;
	line-height: 1.3em;
	padding: 10px 0 0 0;
}

#footer a{
	color: #d1d5d8;
}

#footer a:hover{
	text-decoration:underline;

}
