/* XHTML &amp; CSS copyright Lightbulb Brand|Design. Feel free to check out markup of this document. If you choose to use any of the code, don't forget to mention your source. */

body {
	margin:0;
	padding:0;
	background-color:#fcf3b3;
	}

#header-wrapper {
	position:relative;
	float:left;
	width:100%;
	background-color:#fcf3b2;
	background-image:url(images/header-wrapper-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#content-wrapper {
	position:relative;
	float:left;
	width:100%;
	background-color:#FFF;
	background-image:url(images/pagetop2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/* margin-bottom:-6px; */
	}
#footer-wrapper {
	position:relative;
	float:left;
	width:100%;
	background-color:#fcf3b3;
	background-image:url(images/footer-wrapper-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	}



#header {
	position:relative;
	top:0;
	margin:0 auto;
	width:764px;
	height:130px;
	
	background-image:url(images/pagetop.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#content {
	margin:0 auto;
	width:760px;
	}
#footer {
	margin:0 auto;
	width:762px;
	height:130px;
	
	background-image:url(images/pagebottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	}



.text {
	position:relative;
	float:right;
	width:222px;
	margin:15px 25px 0 0;
	}

.image {
	float:left;
	position:relative;
	width:217px;
	margin:20px 0 0 25px;
	text-align:center;
	}
.title {
	float:left;
	position:relative;
	width:443px;
	height:55px;
	margin:20px 0 0 25px;
	text-align:center;
	
	background-image:url(images/title.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	}
	
#logo {
	position:relative;
	float:left;
	width:175px;
	height:99px;
	background-image:url(images/logo.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}	
	
	
	
#menu {
	position:relative;
	float:right;
	top:64px;
	height:35px;
	}
a.button {
	display:block;
	height:35px;
    background-position: 0 70px;
    margin: 0 auto;
}
a.button:hover {
	height:35px;
    background-position: 0 35px;
}
.buttons {
	position:relative;
	float:left;
	text-align:center;
	}
	
	

.footertext {
	position:relative;
	float:left;
	top:89px;
	}
.footerlogos {
	position:relative;
	float:right;
	top:79px;
	height:49px;
	text-align:center;
	}
	
	
li {
	list-style-image:url(images/check.gif);
	margin-left:-20px;
	}	
	

td {
	vertical-align:top;
	}

.field {
	width:100%;
	background-color:#fefbe5;
	border:0;
	}



a img{
	border:0;
	}
	
	
hr.cleaner {
	clear:both;
	height:0px;
	visibility:hidden;
}