/*
	general look and redefines 
*/

body
{
	background-color: White;
	color: #656666;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}

a,a:active { outline: 0; }
a { }
a:active { }
a:visited { }
a:hover, a:visited:hover { }

a img { border: 0;}
a.img, a.img:hover {
	margin:0; 
	padding:0; 
}
img {
	margin:0; 
	padding:0; 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
}

h3, h4 {
	margin:0;
	padding:0;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: url(../pict/arrow.gif)
}

li {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #656666;
	margin: 8px 0 8px 20px;
} 

h1 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: uppercase;
}

p, .p {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin: 0 0 12 0;
	padding: 0;
}
.pContent {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin: 0 0 12 0;
	padding: 0;
	line-height: 15px;
}

hr {
	border: 0;
	border-top: 1px #bbb solid;
}

small, .small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 0.8em;
}

form { display: inline; }


input, select, textarea { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10; 
}
textarea {
	border:1px solid #888;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus {
	background-color:#ffc;
}
input.button {
	border: 1px solid #000000;
	background-color: White;
	color: Black;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

td, th {
	padding: 0px;
	margin: 0;
}

a.white {
	color: #ffffff;
}

a.menu,a.menu:active { outline: 0; }
a.menu {
	color: #ffffff;
	padding: 2px 3px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a.menu:active {
	color: white;
}
a.menu:visited { }
a.menu:hover, a.menu:visited:hover {
	color: white;
	padding: 2px 3px;
	background-color: transparent;
	text-decoration: underline;
}

.hidden { display: none; }
.left { float: left; text-align: left; }
.right { float: right; }
.padded { padding-top: 20px; text-align: left; }

.hpadded
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.vpadded
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.bottomspace { margin-bottom: 8px; }
.wide {
	width: 100%;
}
.center {
	text-align:center;
}

.red {
	color:red;
}



/*
	page and main divs
*/

#wrapper {
	margin: 0 auto;
	width:782px;
	clear:both;
	/*background-color: #000000;
	border: 0;
	border-right: 1px #888 solid;
	border-left: 1px #888 solid;
	text-align: left;*/
}

/* top search */
#top-search {
	float:right;
	background-color: #90abd4;
	width: 155px;
	height: 128px;
}
.search-dropdwn { width: 126px;}

#nav {
	float: left;
	margin-bottom: 15px;
	margin-top: 5px;
}
#content {
	float: left;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 30px 0;
	/*border-top: 1px dotted #bbb;*/
	color:white;
}
#footer a {
	color:white;
}

#header {
	background: #eee;
	height: 120px;
}
#header h1 {
	padding: 0;
	margin: 0;
}

.alerts p {
	background-color: red;
	color: white;
	padding: 4px;
	width: 100%;
}

table.form th {
	width: 200px;
	text-align: right;
	font-style: normal;
	padding-right: 8px;
}

#terms-of-use {
	width: 718px;
	height: 150px;
	overflow: auto;
	border: 1px #bbb solid;
}

#terms-of-use div {
	padding: 20px;
	width: 650px;
	font-size: 10px;
	font-family: monospace;
}


.Black {
	color: Black;
	font-size: 10px;
}
a.BlackLeft {
	color: Black;
	font-size: 10px;
}
a.moreinfo {
	color: #3f6267;
	font-size: 10px;
}
a.moreinfoRight {
	color: #000000;
	font-size: 10px;
}
.SpaceLeft {
	line-height: 16px;
}