@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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;
}
#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
} 
#header {
	background-image: url(../Images/awma_banner_880.jpg);
	height: 305px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.greenbackground {
	background-color: #6CC;
}


#navcontainer
{
	margin: 0;
	width: 880px;
	background-color: #000000;
	font-family: sans-serif;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}

ul#navlist
{
display: inline;
list-style: none;
}

ul#navlist li
{
	float: left;
	width: auto;
	margin-right: 5px;
	border: 2px solid #fff;
	background-color: #F28C42;
}

ul#navlist li a
{
	padding: 0 10px;
	line-height: 1.75;
	text-decoration: none;
	color: #FFFFFF;
}

ul#navlist li a:hover, ul#navlist a#current:hover
{
	background-color: #000000;
	color: #fff;
}

ul#navlist li a:active, ul#navlist li#active a#current:active
{
	background-color: #006C9D;
	color: #fff;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#text {
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F28C42;
	text-align: center;
	font-size: xx-small;
}

#footer a {
	color:#F28C42
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sponsorship {
	float:left;
	width: 840px;
	margin-left: 20px;
	margin-right: 20px;
}

.sponsorshupHeading{
	background-color:#F28C42;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.sponsorshupPackage{
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F28C42;
}
.sponsorPrice {
	text-align:right;
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F28C42;
}

#sponsorship h2 {
	font-weight:bold;
	font-size: 13px;
	padding-top: 10px;
	margin: 0;
}

#sponsorship ul {
	margin:0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
}

#sponsorship li {
	margin:0;
	padding: 0;
	list-style-type: square;
	padding-bottom: 2px;
}

#keyDates {
	width: 240px;
	margin-left: 15px;
	background-color: #E1F3F8;
	float: right;
} 

#Call {
	float:left;
	padding-left: 20px;
	width: 400px;
}

#keyDates h1 {
	background-color:#007BA7;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
}

#keyDates h2 {
	color: #1DBFD7;
	padding-top: 0px;
	padding-left: 5px;
	font-size: 16px;
	margin: 0px;
}

#keyDates p {
	padding-left:10px;
	padding-right: 10px;
	font-size: 11px;
	margin: 0;
}

.callHeadings {
	color:#1DBFD7;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.homeText {
	color:#ED8623;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

#rego-fees {
	width: 450px;
	line-height: 22px;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #F6A83C;
	border-right-color: #F6A83C;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #F6A83C;
}

#rego-fees .heading {
	text-align:center;
	font-weight: bold;
	background-color: #F6A83C;
	padding-bottom: 5px;
}

#rego-fees .category {
	padding-left:7px;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #F6A83C;
}

#rego-fees .fees {
	text-align:center;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #F6A83C;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #F6A83C;
}

h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F28C42;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

p {
	margin:0;
	line-height: 16px;
}
.orange {
	background-color: #F93;
}
.blue {
	background-color: #6CC;
}
.lightorange  {
	background-color: #FC6;
}
.lightblue {
	background-color: #9FF;
}
.palebackground {
	background-color: #CFF;
}
.bluefont {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #06F;
}
#container #text p strong a {
	color: #000;
}
#popup {
	height: 500px;
	width: 700px;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#popup-text {
	text-align: left;
	width: 600px;
}

