/* @group CSS Reset */

/* Eric Meyer's reset.css */
/* v1.0 | 20080212 */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
 
/* remember to define focus styles! */
:focus {
        outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/* @end */

/* @group Main CSS styles */

body {
	font: 12px/16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color:  #333;
	text-align: center;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #759F3D;
}

p
{
	text-align: justify;
}

/* @end */

/* @group Nav styles */

ul.nav {
	position: relative;
	list-style-type: none;
	width: 800px;
	height: 43px;
	text-align: left;
	background: #F25900;
}

ul.nav li {
	float: left;
	line-height: 43px;
	height: 43px;
}

ul.nav li a {
	display: block;
	height: 43px;
}

ul.nav li a span {
	display: none;
}

ul.nav li.home {
	width: 113px;
}

ul.nav li.about {
	width: 152px;
}

ul.nav li.events {
	width: 132px;
}

ul.nav li.newsletter {
	width: 132px;
}

ul.nav li.faq {
	width: 143px;
}

ul.nav li.contact {
	width: 128px;
}

/* now the sprites */
ul.nav li.home a {
	background: url(../Images/nav_sprite.gif) 0 0 no-repeat;
}

ul.nav li.about a {
	background: url(../Images/nav_sprite.gif) -113px 0 no-repeat;
}

ul.nav li.events a {
	background: url(../Images/nav_sprite.gif) -265px 0 no-repeat;
}

ul.nav li.newsletter a {
	background: url(../Images/nav_sprite.gif) -397px 0 no-repeat;
}

ul.nav li.faq a {
	background: url(../Images/nav_sprite.gif) -529px 0 no-repeat;
}

ul.nav li.contact a {
	background: url(../Images/nav_sprite.gif) -672px 0 no-repeat;
}

/* now the sprite hovers & selected states */
ul.nav li.home a:hover, body#home ul.nav li.home a {
	background: url(../Images/nav_sprite.gif) 0 -43px no-repeat;
}

ul.nav li.about a:hover, body#about ul.nav li.about a {
	background: url(../Images/nav_sprite.gif) -113px -43px no-repeat;
}

ul.nav li.events a:hover, body#events ul.nav li.events a {
	background: url(../Images/nav_sprite.gif) -265px -43px no-repeat;
}

ul.nav li.newsletter a:hover, body#newsletter ul.nav li.newsletter a {
	background: url(../Images/nav_sprite.gif) -397px -43px no-repeat;
}

ul.nav li.faq a:hover, body#faq ul.nav li.faq a {
	background: url(../Images/nav_sprite.gif) -529px -43px no-repeat;
}

ul.nav li.contact a:hover, body#contact ul.nav li.contact a {
	background: url(../Images/nav_sprite.gif) -672px -43px no-repeat;
}

#wrapper 
{
	margin: 0 auto;
	width: 800px;
}

#midcontainerDiv 
{
	width: 460px; 
	height:auto; 
	position:relative;
	float:left;
	padding: 0 5px 0 5px;
}

#leftcontainerDiv 
{
	width: 160px; 
	height:auto; 
	position:relative;
	float:left;
}

#rightcontainerDiv 
{
	width: 160px; 
	height:auto; 
	position:relative;
	float:right;
}
	
.h1style {
	font-size: 24px;
	text-align: left; 
	font-family:'Minion Pro'; 
	color:#4595DC;
}

.h2style {
	font-size: 18px;
	text-align: left; 
	font-family:'Minion Pro'; 
	color:#BDC12C;
}

.contentStyle {
	padding-top: 5px;
	position:relative;
	width:800px;
	
}
.contactStyle {
	padding-left: 10px;
	width: 360px;
	margin-left: 10px;
	float:left;
}
.contactStyle1 {
	text-align:left;
	float:left;
	font-size: 14px; 
	margin-left: 10px;
}
.amtcontentStyle {
	position:absolute;
	top:240px;
	width:800px;
	height:591px;
	background: url("../Images/AMT_Background.png") no-repeat 0 0 transparent;
}

