@charset "utf-8";
html{
	background-color: #000000;
	background-image:url(../images/bg_tile2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

body {
	text-align: center;
	padding:0;
	margin:0;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:  #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height:280px;
	width:780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	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 */
	float: left;
	background-image: url(../images/heading1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#signupheader {
	height:280px;
	width:780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	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 */
	float: left;
	background-image: url(../images/heading3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#navbar {
	background-color: #009933;
	height:37px;
	width:780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	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 */
	float: left;
}


#mainContent {
	background-color: #FFFFFF;
	width:740px;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/pageback.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer {
	background-color: #000;
	height:36px;
	width:740px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/bright_027.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.leftcontent{
	padding: 0px;
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.rightcontent{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.widecontent{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 740px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#MainMenu 
{
	width:100%;
	height:37px;
	background:#FFF url(../images/bmid_027.gif);
	border:0;
	margin:0;
}

#tab 
{
	top:0;
	height:0;
	/*width: 510px;*/
	width:400px;
	background:repeat-x top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer #tab{
	width: 200px;
}

#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(../images/bright_027.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../images/bleft_027.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:700;
	line-height:37px;
	padding:0 18px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 #306;
	background:#FFF url(../images/bmid_027.gif);
	color:#FFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0 #000;
	color:#FFF;
	background:url(../images/bleft_027.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:37px;
	background:url(../images/bright_027.gif) no-repeat right top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	float:none;
	padding:0 18px;
}
.dropmenudiv a:hover 
{
	border:0 #000;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFF;
	font-weight:700;
}

#addresstd{
	background-image: url(../images/addressback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#imagetd{
}

#imagetd img{
	padding: 0;
	margin: 0;
}

#imagetd a{
	padding: 0;
	margin: 0;
}

#mytable{
	margin-bottom: 0;
}

#success{
	background-image: url(../images/success.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#error{
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#thumbspace{
	border: 1px solid white;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
