@charset "utf-8";
/* CSS Document */

html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/components/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	width: 100%;
	margin: auto;
	position: absolute;
}

#master {
	width: 90%;
	position:relative;
}
#logo {
	left: 38px;
	top: 40px;
	position: relative;
	width: 185px;
	z-index: 0;
}
#contactinfo {
	font-family: Tahoma;
	color: #686565;
	font-size: 10px;
	width: 675px;
	position: relative;
	float: right;
	margin-top: 9px;
}
#banner {
	top: 30px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#menu {
	top: 120px;
	margin: 0px;
	height: 30px;
	width: 675px;
	left: 50px;
}
#menu a:link {text-decoration: none; color: #FFFFFF;}
#menu a:visited {text-decoration: none; color: #FFFFFF;}
#menu a:active {text-decoration: none; color: #FFFFFF;}
#menu a:hover {text-decoration: none; color: #FFFFFF;}

#menu li {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/menu/unselected.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 30px;
	width: 103px;
	margin-left: 6px;
	line-height: 30px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
#menu ul{margin: 0px; padding: 0px; width: 675px;}
#contentarea {
	height: 399px;
	width: 776px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 24px;
	color: #686565;
	margin-top: 49px;
}
#contentarea h1 {
	color: #231d1d;
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 20px;
}
#contentarea a:link {
	text-decoration: none;
	color: #231d1d;
	font-weight: bold;
}
#contentarea a:visited {text-decoration: none;
	color: #231d1d;
	font-weight: bold;}
#contentarea a:active {text-decoration: none;
	color: #231d1d;
	font-weight: bold;}
#contentarea a:hover {
	text-decoration: underline;
	color: #231d1d;
	font-weight: bold;
}



#header {
	width: 90%;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686565;
}

#footer {
	width: 90%;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686565;
}

#footercontent {
	width: 776px;
	font-family: Tahoma;
	font-size: 10px;
	color: #00aeef;
	padding: 5px;
	font-weight: bold;
	line-height: 10px;
}
#footercontent a:link {
	text-decoration: none;
	color: #231d1d;
	font-weight: bold;
}
#footercontent a:visited {text-decoration: none;
	color: #231d1d;
	font-weight: bold;}
#footercontent a:active {text-decoration: none;
	color: #231d1d;
	font-weight: bold;}
#footercontent a:hover {
	text-decoration: underline;
	color: #231d1d;
	font-weight: bold;
}
.terms {
	font-size: 10px;
	line-height: 16px;
}
.bluetext {
	color: #00AEEF;
	font-weight: bold;
}
