@charset "UTF-8";
/*--basic styling--*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #666;
}

a {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CC3333;
}
a:active { color: #f00; }

#wrapper {
	position:relative; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
	background-color:#666; /* this overrides the text-align: center on the body element. */
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
}
#clear {
	clear:both;
	}
#header {
	position:relative;
	height:146px;
	background-color: #FFFFFF;
	background-image: url(../Assets/Images/header_bkgd.gif);
	background-repeat: repeat-x;
}
#header h1 {
	margin-left: -9000px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.4em;
	letter-spacing: 0.3em;
	color: #4C4C4C;
	line-height: 2em;
	padding-left: 10px;
}
#caption {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	float: none;
	padding-left: 15px;
	width: 398px;
	color: #333333;
}
h3 {
	font-size: 1.2em;
	color: #4C4C4C;
	letter-spacing: 0.3em;
	padding-left: 10px;
	line-height: 2em;
}
#mainContent h1 {
	margin: 10px;
}
#header #logoImage {
	position:relative;
	top: -9px;
	left: 20px;
	Width: 90px;
	Height: 90px;
	background: url(../Assets/Images/AGM%20Logo.gif) no-repeat top right;
}
#headerTextImg {
	background-image: url(../Assets/Images/header_text_image.png);
	position: relative;
	width: 700px;
	height: 75px;
	top: -120px;
	left: 120px;
}
/*--Header Navigation Styles--*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	left: 0px;
	bottom:0px;
	position: absolute;
	background:url(../Assets/Images/nav_bkgd.gif) repeat-x top left;
	width: 800px;
	}
#header ul li{
	float:left;
	}
#header ul a {
	padding: 0 1.2em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration:none;
	color:#CCCCCC;
	float:left;
	display:block;
	}
#header ul a.first{
	background:none;
	}
#header ul a:hover{
	color:#CC3333;
	}
		
#mainContent {
	background: #FFFFFF;
	
}
#mainimage {
	width: 413px;
}
#mainimage2 {
	float: right;
	padding-top: 90px;
}
#intro1 {
	background-image: url(../Assets/Images/info2_bkgd.png);
	background-repeat: repeat-y;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
#intro2 {
	width: 380px;
	background-color: #E7E7E7;
	background-image: url(../Assets/Images/info1_bkgd.png);
	float: right;
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
}
#intro2text {
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	color: #FFFFFF;
	margin-top: 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #000000;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*---Footer Navigation Styles---*/
#footer ul {
	margin: 0;
	padding: 0;
	position:relative;
	list-style: none;
	left: 230px;
	}
#footer ul li{
	float:left;
	}
#footer ul a {
	padding: 0 1.2em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration:none;
	color:#999999;
	float:left;
	display:block;
	}
#footer ul a.first{
	background:none;
	}
#footer ul a:hover{
	color:#CC3333;
	}
	
#copyright {
	text-align: center;
	clear: left;
	color: #999999;
}
#trainingVideo {
	background-color: #000000;
}
 

