/* ---------- @ HTML tag -----------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	}
	
html {
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	}

html, body {
	margin: 0;
	padding: 0;
	min-height: 100.01%;
	}

body {
	background: #FFF url(images/background.gif) repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	color: #333;
}
h1, h2, h3, h4, h5 {margin: 5px 0px;}
h3 { }
p {margin-bottom: 5px;}
hr {color: #9A1C1F; background-color: #9A1C1F; height: 5px; border: 0; width: 80%; margin: auto}
hr {margin-bottom: 5px;}

/* ---------- @ Container/wrapper --------*/
#wrapper {}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: #FFF;
	}
#header {
	margin: 0 25px;
	}
#navigation {
	padding: 0 35px;
	background: #FFF url(images/bg_navigation.gif) repeat-x;
	line-height: 29px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	}
#footer {
	padding: 0 20px;
	background: #FFF url(images/bg_footer.gif) repeat-x;
	color: #FFFFFF;
	line-height: 29px;
}
/* ---------- @ content ------------------*/
#header input {
	background-color: #650b0b;
	border: 1px solid #650b0b;
	color: #FFF;
	}
#navigation li {
	display: inline;
	padding: 0px 10px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	}
#navigation a:hover {
	text-decoration: underline;
	}
.logo {
	float:left;
}
.login {
	float:right;
	margin-top: 10px;
	padding: 5px;
	text-align:  right;
	background-color: #9a1c1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	}
#uploadPanel {
	border:2px solid #9a1c1f;
	margin-bottom: 10px;
	}
.uploadHeader {
	background: #FFF url(images/bg_box.gif) no-repeat;
	line-height: 20px;
	padding-left: 10px;
	color: #FFF;
	min-height: 25px;
	}
.uploadContent {
	padding:5px;
	}
#uploadwindow {
	margin-bottom: 10px;}
#content {
	padding: 20px;
}
.contentPolicy ol {
	list-style-position: outside;}
.contentPolicy li {
	margin-left: 20px;
	margin-bottom: 5px;}
.contentPolicy a {
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
.contentBox {
	width: 100%;
	border:2px solid #9a1c1f;
	}
.sub-list {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: lower-alpha;
	}
.policy-list {
	border:1px solid black;
	margin-bottom: 10px;}
.policy-list li {
	display: inline;}
#features {
	margin-bottom: 10px;
	}
.featuresBox {
	float:left;
	border: 2px solid #9a1c1f;
	max-width: 371px;
	min-width: 371px;
	max-height: 300px;
/* 	background: #FFF url(images/bg_box.gif) no-repeat top left; */
	}
.anotherBox {
	margin-left: 10px;
	}
.featureHeader {
	padding-left: 10px;
	color: #FFF;
	line-height: 20px;
	height: 25px;
	background: #FFF url(images/bg_box.gif) no-repeat top left;
	}
.featureContent {
	padding: 10px;
}
.featureContent p {
	text-align: justify;}
.featuresBox li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;}
.accountMenuBox {
	float: left;
	border:2px solid #9a1c1f;
	width: 134px;
	background: #FFF url(images/bg_box.gif) no-repeat top left;
	}
.accountMenuBox li {
	border-bottom: 1px dashed grey;
	list-style-type: none;
	}
.accountContent {
	float:right;
	max-width: 600px;
	min-width: 600px;
	border:2px solid #9a1c1f;
	margin-bottom: 5px;
	}
.membersPage ul {
	margin: 0px 5px;}
.membersPage li {
	margin: 0;
	padding:0;}
.membersPage a {
	text-decoration: none;}
#footer a {
	text-decoration: none;
	color: #FFF;
	}
#footer a:hover {
	text-decoration: underline;
	}
/* ---------- @ pages --------------------*/
.faq {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	}
.faq ul{
	list-style-position: inside;
	list-style-type: none;
	margin-left:25px;}
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 1px 1px;
}
#progressbar {
	width: 80%;
	margin: auto;
	border:1px solid #9a1c1f;
	background-color: #9a1c1f;
	color: #FFF;
	}
.progOutter {
	text-align: left;
	}
.progInner {
	background: transparent url(images/bg_navigation.gif) repeat-x;
	}
.progText {
	text-align: center;
	}
#progressbar2, #uploadresults, #uploadoverview, #helpwindow {
	width: 80%;
	margin: auto;}
/* ---------- @ account menu page --------*/
#links {}
.titlerow {padding-left: 5px; color: #000;}
.featureContent table { margin-bottom: 5px;}
/* ---------- @ Float Clearing -----------*/
.clearfloat:after {
        display:block;
        visibility:hidden;
        clear:both;
        height:0;
        content:".";
        }
        
.clearfloat {
        display:inline-block
        }

.clearfloat {
        display:block
        }

