@charset "utf-8";
/* CSS Document */

/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0;}


/* remove list styles*/


ul, ol, dl { position: relative;
			list-style: none; }

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table


/*removes border from feildset and img*/
feildset, img


/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


/*--page layout styles--*/

body{
	text-align:center;
	background-color:#FFFFFF;
	margin:0px;	
	}

	
#wrap{
	width:850px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 20px;
	background-color:#FFFFFF;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	}
	
#brand{
	width:100%;
	height:125px;
	background-image:url(../images/arch/brand.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	text-align:left;
	
	}
	
#brand a {
		border:none;
		}	
		
#brand a:active {
	border:none;
		}	
		
#brand a:hover {
	border:none;
		}
#brand img{
	border:none;
}
#address {
	float:right;
	display:inline;
	width:250px;
	margin-right:46px;
	bottom: 0px;
	margin-top:-20px;
	}
	
#header {
	text-align:left;
	padding-bottom:20px;
	}
	
#main{
	padding:20px;
	width:800px;
	background-color:#FFF;
	}

#sideBar{
	float:right;
	display:inline;
	width:250px;
	margin-right:30px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	}
	
#profile{
	padding:20px;
	width: 800px;
	}

#login {
	width:250px;
	background-color:#000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#paypalBtn{
	width:350px;
	text-align:left;
	
	}
.input {
	padding:10px;
	mardin-top:10px;
	}
#sectionBreak1 {
	width:810px;
	height:30px;
	padding-left:0px;
	border-bottom:#999999 solid 1px;
	margin-bottom:10px;
	}

	
#sectionBreak2 {
	width:500px;
	height:30px;
	padding-left:0px;
	border-bottom:#999999 solid 1px;
	margin-bottom:10px;
	}
	
#indexImage{
	padding-top:10px;
	}
	
/* NAVIGATION */	

#nav{
	width:420px;
	height:27px;
	margin-left:430px;
	background-color: #ed7626;
	}
	

	

#navSub{
	width:250px;
	text-align:right;
	padding-bottom:20px;
	}

/*IMAGES*/

.floatLeftBrand {
float:left;
margin-right:10px;

}
.floatLeft {
float:left;
display:inline;
margin-right:20px;
border: solid #6794ab 1px;
}

.floatRight {
float:right;
display:inline;
margin-left:20px;
border: solid #6794ab 1px;
}
	
#footer{
	
	width: 100%;
	height:40px;
	background-color:#000000;
	text-align:center;
	clear:both;
	}
	
	
#footerPad{
	
	width: 100%;
	height:40px;

	text-align:center;
	clear:both;
	margin-top:550px;
	}
#contact{
	width:250px;
	margin-left:550px;
	text-align:right;
	}

.clearFloat{
	clear:both;
	}
	
li.bullets{
list-style:circle;
text-align:left;
padding-bottom:5px;
}

ul.indent{
margin-left:20px;
}

#btn a {
	border:none;
		}	
		
#btn img{
	border:none;
}