html, body {
	font-family:Verdana, Arial,sans-serif;
	font-size:0.9em;
	color:#626263;
	padding:0px;
	margin:0px;
	line-height:1.4em;
	height:100%;
	background:#eee;
	
}

#container {
	width:800px;
	margin:0 auto;
	position:relative;
	text-align:left;
	min-height:100%;
	border-left:4px solid #dbdada;
	border-right:4px solid #dbdada;
	background:#fff;
}

* html #container{
	height:100%;
	}/* ie6 and under*/

#top {
	position:relative;
	width:100%;
	background:#fff url(../images/topbg.jpg) repeat-x bottom;
	padding-bottom:8px;
	padding-top:8px;
}


#wrapper{
	float:left;
	width:99%;
}

#header {
	width:100%;
	background:#296da7 url(../images/headerbg.jpg) repeat-x top;
	color:#fff;
	border-bottom:4px solid #2f79b8;
	position:relative;
}	


#header a.submit {
	display:block;
	width:171px;
	height:60px;
	background:red;
	position:absolute;
	top:25px;
	right:0px;
	border:none;
	}

#header a.submit:hover {
	display:block;
	width:171px;
	height:60px;
	background:yellow;
	position:absolute;
	top:25px;
	right:0px;
	border:none;
	}

p {
	
}

#header p {
	font-size:1.1em;
	color:#fff;
	padding:0px 0px 10px 10px;
	margin:10px 0px 10px 0px;
	line-height:1.4em;
	min-height:50px;
	width:600px;
}

#header p span {
	color:#fff;
}

*html #header p {height:50px;}


#menu {
	width:100%;
	border-top:1px solid #b87500;
	color:#fff;
	height:32px;
	background:#fdb73b url(../images/menubg.jpg) repeat-x top;
	}

#menu a {
	display:block;
	float:left;
	padding:3px 30px 3px 20px;
	height:14px;
	color:#434242;
	text-transform:lowercase;
	font-weight:bold;
	font-size:0.8em;
}

#menu a:hover {
	display:block;
	float:left;
	padding:3px 30px 3px 20px;
	height:14px;
	color:#000;
	text-transform:lowercase;
}

#content{
	margin: 0px 175px 0px 235px;
	}

#widecontent{
	margin: 0px 10px 0px 235px;
	}
	
#content p {
	margin-top:15px;
	margin-bottom:15px;
	}

#extra {
	float:left;
	width:130px;
	margin-left:-150px;
	padding-left:10px;
	text-align:left;
}


#search {
	float:left;
	width:200px;
	margin-left:-780px;
}
	
.realdesign {
	position:relative;
	top:0px;
	left:10px;
	}

.textlinks ul {
	margin:0px;
	padding:0px;
}

.textlinks li {
	list-style:none;
	margin-bottom:5px;
}

/*******Form Stuff *************/

#searchform {
	width:180px;
	background:#125995 url(../images/searchbg.jpg) no-repeat top;
	padding:10px;
	margin:0px;
	color:#fda100;
	font-weight:bold;
}

.searchformbottom {
	background:url(../images/searchbottom.jpg) no-repeat top;
	height:19px;
	width:200px;
	}
	

#searchform .text {
	font-size:12px;
	color:#fda100;
	padding-top:5px;
	padding-bottom:5px;
	}

.forminput {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0544ad;
	margin-top:10px;
	margin-bottom:10px;
	padding:4px 3px 2px 3px;
	border:1px solid #ccc;
	width:170px;
	height:20px;
	font-weight:normal;
}


.forminputselect {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0544ad;
	margin-top:10px;
	margin-bottom:10px;
	padding:4px 3px 2px 3px;
	border:1px solid #ccc;
	width:175px;
	height:23px;
	font-weight:normal;
}

.formbutton {
	font-size: 12px;
	background:#fda100 url(../images/submitbutton.jpg);
	border:none;
	cursor:pointer;
	font-weight:bold;
	width:79px;
	height:34px;
}

.submit {
	width:90%;
	padding:10px;
	margin-top:10px;
	background:#eee;
	border:1px solid #ccc;
	color:#fda100;
	font-weight:bold;
	font-size:0.8em;
}

.submit .forminput {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0544ad;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
	width:209px;
	height:20px;
	padding:4px 3px 2px 3px;
}

.submit .forminputselect {
	border:none;
	width:215px;
	height:22px;
	padding:4px 3px 2px 2px;
	font-size: 12px;
	color: #0544ad;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.submit .textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0544ad;
	width:212px;
	height:115px;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:4px 0px 2px 3px;
	overflow:auto;
}

.submitbutton {
	cursor:pointer;
	border:1px solid #0544ad;
	background:#eee;
	color:#0544ad;
	font-weight:bold;
	padding:5px 10px;
}

p.search {
	color:#fff;
	font-size:0.9em;
	margin:10px 0px 2px 0px;
	padding:2px 0px 2px 0px;
	font-weight:normal;
	border-top:1px solid #1b6aad;
	border-bottom:1px solid #1b6aad;
}

/********End of form stuff *************/

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	background:#fff url(../images/footerbg.jpg) repeat-x top;
	height:100px;
	padding-top:10px;
	color:#626263;
}

#footer p {
	padding:10px 10px 0px 10px;
	margin:0px;
}

#clearfooter{clear:both;height:130px;width:100%}

h1, h2 {
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 130%;
	color:#296da7;
	text-align:left;
	margin-top:13px;
	font-weight:normal;
}

h3 {
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 110%;
	color:#296da7;
	text-align:left;
	padding-right:5px;
	padding-left:0px;
	margin-bottom:6px;
	font-weight:normal;
}


.menupic {
	padding-right:5px;
}

a {
	color:#fda100;
	text-decoration:none;
}

a:hover {
	color:#fda100;
	text-decoration:underline;
}

ul {
	margin:10px 10px 10px 20px;
	padding:0px;
}

li {
	list-style-image: url(../images/link.jpg);
	margin-bottom:10px;
	}

li.white {
	list-style-image: url(../images/link.jpg);
		margin-bottom:10px;
	}

acronym {
	cursor:help;
}




/*****Results bit ********/

.resulttop {
	background:#fff;
	border-bottom:1px solid #eee;
	border-left:1px solid #296da7;
	border-right:1px solid #296da7;
	border-top:1px solid #296da7;
	margin-top:15px;
	padding:5px;
	}

.resulttopsponsor {
	background:#fecead;
	border-left:1px solid #296da7;
	border-right:1px solid #296da7;
	border-top:1px solid #296da7;
	margin-top:15px;
	padding:5px;
}

.sponsorimage img {
	border:0px;	
	vertical-align:text-top;
}

.resultmiddle {
	background:#fff;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:1px solid #296da7;
	border-right:1px solid #296da7;
}

.resultbottom {
	background:#296da7;
	color:#fff;
	padding:5px;
	border-left:1px solid #296da7;
	border-right:1px solid #296da7;
	border-bottom:1px solid #296da7;
	border-top:1px solid #296da7;
	}

.name {
	color:#296da7;
	font-size:1.1em;
	font-weight:bold;
	padding-right:10px;
	}

.city, .country {
	text-align:right;
	color:#296da7;
	}

.logo {
	float:right;
	text-align:right;
	vertical-align:top;
	clip:rect(10px, 5px, 10px, 5px);
	}

/*********end of results bit ********/


/**** Resources page stuff ********/

.templatetop {
	width:100%;
	background:#fff;
	border:1px solid #eee;
	margin-top:15px;
	padding:3px;
	}

.templatetop .name {
	font-weight:bold;
	color:#626263;
	}

.templatetop .download {
	text-align:right;
}

.templatebottom {
	width:100%;
	height:75px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:3px;
	}

.sponsorselect {
	display:inline;
	padding:2px;
	margin:2px;
	}

.resources {
	display:block;
	width:90%;
	padding:10px;
	background:#fff;
	border:1px solid #eee;
	text-decoration:none;
	margin-bottom:10px;
}


/************************************/

img {
	border:none;
	}

.img1 {
	float:left;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
}

.img2 {
	float:left;
	padding:5px;
	margin-right:15px;
	border:1px solid #ccc;
	}

.img3 {
	float:right;

}

hr {
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:#296da7;
	width: 90%;
	}

.sponsors {
	background:#eee;
	width:100%;
	padding:3px;
	margin-top:2px;
	}

.ads {
	float:right;
	}

#header ul, #header li {
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
}

.halloffame {
	float:left;
	clear:right;
	color:#2f79b8;
	font-style:italic;
}

* html .halloffame {
	float:none;
	}

.halloffame a img {
	border:4px solid #eee;
	float:left;
	margin-bottom:20px;
	margin-right:10px;
}

* html .halloffame a img {
	float:none;
	}

.halloffame a img:hover {
	border:4px solid #fdb73b;
}

.leftbox {
	margin-top:-15px;
	height:266px;
	width:200px;
	background:#eee url(../images/leftbox.jpg) no-repeat top;
}

.leftbox ul {
	padding-top:30px;
	margin-left:0px;
	padding-left:25px;
}

.leftbox li {
	margin-bottom:15px;
	padding-right:5px;
	font-weight:bold;
}

.leftbox a.button {
	margin-left:10px;
}

.advertbox {
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.leadpileform {
	border:1px solid #eee;
	padding:1%;
	float:left;
	width:98%;
	}

ul.landingpage {
	margin:0px 0px 0px 0px;
	padding:0px;
}

ul.landingpage li {
	list-style:square;
	margin-bottom:10px;
	margin-left:18px;
}
	
.leadform {
	float:left;
	margin:0px;
	padding:0px;
	margin-right:10px;
	border:1px solid red;
}

.leadform h1 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

#extra ul {
	list-style:none;
}

#extra li {
	list-style-image:none;
	}
