@CHARSET "UTF-8";

/*######################################
----------------------------------------

[Frontend Stylesheet]

Project:	Unbroker
$author		Brandon More, Jerome Guilbot

-------------------------------------

[Color codes]

Maroon: #562928 (ie: footer)
Yellow: #E69924

a (mailto):	
a (visited):	
a (active):	


#####################################*/

#leftNav {
float:left;
min-height:200px;
width:200px;
display:block;
border:0 solid #000;
}

#leftNav ul {
margin-top:5px;
}

#leftNav li {
display:block;
width:190px;
border-bottom:1px solid #B2B2B2;
padding:7px 0;
}

#leftNav a:active,#leftNav a.selected {
color:#E69924;
}

#mainText {
margin-top:13px;
float:right;
width:542px;
display:block;
min-height:10px;
}

#mainText li {
padding-left:20px;
background-image:url(../images/bullet.jpg);
background-repeat:no-repeat;
background-position:left 5px;
margin-top:15px;
}

#mainText a {
text-decoration:underline;
}

#mainText p {
margin-top:15px;
margin-bottom:15px;
}

#mainText h1 {
margin-top:10px;
color:#000;
text-decoration:underline;
line-height:17px;
letter-spacing:.01em;
font-size:12px;
font-family:verdana;
}

#mainText ol {
margin-left:0;
}

#mainText ol li {
background:none;
padding-left:0;
list-style-position:inside;
}

#mainText h3 {
margin-top:10px;
}

#mainText h3.noTopMargin {
margin-top:0;
}

#mainText h3.extraSpace {
margin-top:25px;
}

#mainText p.noTopMargin {
margin-top:0;
}

/** resources, login, press etc. **/

#subText {
	margin-top: 15px;
	float: left;
	width: 542px;
	display: block;
	min-height: 10px;
}

#subText a {
	text-decoration: underline;
}	
#subText p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#subText h1 {
	margin-top:10px;
   color: black;
   text-decoration: underline;
   line-height: 17px;
   letter-spacing: .01em;
   font-size: 12px;
   font-family: verdana;
 }  
		

#subText h3.dblSpace {
	margin-top: 35px;
}

#subText h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}


#subText h3.noBottomMargin {
	margin-bottom: 0px;
}

#subText p.noBottomMargin {
	margin-bottom: 0px;
}

.colorChange {
	color: #830000;
}

#thankYouLinks {
	clear: both;
	display: block;
	width: 400px;
	float: left;
	margin-top: 10px;
	
}

#thankYouLinks li {
	display: inline;
	float: left;
	width: 120px;
	height: 16px;
	margin-right: 25px;
	
}

#thankYouLinks a {
	display: block;
	float: left;
	font-size: 13px;
	width: 130px;
	height: 15px;
	text-align: center;
	color: #fff;
	line-height: 12px;
	
}

#viewAccount a {
	border: 1px solid #3A0808;
	background-image: url(images/brownBg.jpg);
	background-repeat: repeat-x;
}
#post a {
	border: 1px solid #830000;
	background-image: url(images/redBg.jpg);
	background-repeat: repeat-x;
}

.fieldName {
	clear: both;
	color: #E69924;
	font-size: 14px;
	float: left;
	border: 0px solid black;
}

#loginField {
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 10px;
	border: 0px solid blue;
	padding: 0px;

}

#loginField input {
	float: right;
	font-size: 11px;
	display: block;
	margin: 0px;
	
}

#username input{
	width: 195px;
	height: 13px;
	margin-bottom: 10px;
}

#password input {
	display: inline;
	margin-right: 56px;
	height: 13px;
	width: 139px;
}

#loginButton input{
	display: block;
	position: absolute;
	top: 27px; 
	left: 244px;
}


#loginField p {
	padding: 0px;
	margin-bottom: 0px;
}

#regField {
	position: relative;
	float: left;
	width: 430px;
	margin-bottom: 10px;
	padding: 0px;

}

#regField input {
	float: right;
}

#regField div input {
	width: 280px;
	height: 13px;
	font-size: 11px;
}

#regField li {
	float: left;
	width: 430px;
	margin-bottom: 10px;
	border: 0px solid blue;
}	

#regField submit {
	margin-top: 10px;
}

#regField p {
	margin: 0px;
	
}

#resetButton input{
	display: block;
	float: right;
}	

#submitButton input{
	float: right;
	padding-left: 10px;
}

.highlight2 {
	color: #E69924;
	font-weight: bold;
}

#regField ul {
	float: left;
	display: block;
	margin-top: 10px;
}	

