#wrapper {
	width: 800px;
	margin: 0 auto;  /* for centering the page in mozilla browsers */
}

body { 
	background-color: #d1dae1;
	font-family: "Times New Roman", Georgia, serif;
}

#nav {
	width: 800px;
	height: 33px;
	background: url('../images/button_full_top.png') no-repeat;
	margin-top: -4px;
}

#nav ul {
	margin: 0;
	list-style: none;
	padding-top: 3px;
}
#nav li {
	font-size: 1.1em;
	display: inline;
}

.aboutnav {
	margin-left: -16px;
}

.clientnav {
	margin-left: 28px;
}

.repnav {
	margin-left: 47px;
}

.contactnav {
	margin-left: 53px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	color: white;
	text-decoration: none;
}

/*home*/

#content {
	width: 800px;
	margin-top: -20px;
	background: url('../images/repeat_bg.jpg') repeat-y;
}

#left {
	float: left;
	width: 390px;
	height: 370px;
}

#left h3 {
	text-align: center; 
	color: #626f7d;
	padding-bottom: 10px;
}

#left p {
	padding-left: 20px;
	color: #363636;
}

#right {
	float: right;
	width: 360px;
	height: 315px;
	padding-left: 10px;
	padding-top: 55px;
}

#bottom {
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#bottom p {
	color: #363636;
}

/*about*/

#contentabout {
	width: 800px;
	margin-top: -20px;
	background: url('../images/repeat_bg.jpg') repeat-y;
}

#leftabout {
	float: left;
	width: 390px;
	height: 370px;
	margin-bottom: 10px;
}

#leftabout h3 {
	width: 300px;
	text-align: center; 
	color: #626f7d;
	padding-left: 30px;
	padding-bottom: 10px;
}

#leftabout p {
	padding-left: 20px;
	color: #363636;
}

#rightabout {
	float: right;
	width: 370px;
	height: 290px;
	padding-right: 15px;
	padding-top: 80px;
	padding-bottom: 10px;
}

#bottomabout {
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#bottomabout p {
	color: #363636;
}

#footer {
	height: 36px;
	width: 800px;
	background: url('../images/footer.jpg') no-repeat;
}

/*contact*/

#contentcontact {
	width: 800px;
	margin-top: -20px;
	background: url('../images/repeat_bg.jpg') repeat-y;
	* htlm margin-top: 0px;
}

#title h3 {
	padding-left: 25px;
	padding-top: 15px;
	color: #626f7d;
}

#contactinfo {
	padding-left: 45px;
}

#contactinfo p {
	text-align: center;
	color: #363636;
}

#map {
	margin-left: 170px;
	margin-top: 30px;
}

#directions h3 {
	text-align: center;
	color: #363636;
}

#directions p {
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #363636;
}

#footercontact {
	height: 36px;
	width: 800px;
	background: url('../images/footer.jpg') no-repeat;
	margin-top: -16px;
}

/* Reps_password */

#pass {
	width: 800px;
	height: 200px;
	margin-top: -2px;
	background: url('../images/repeat_bg.jpg') repeat-y;
}

#button {
	padding-top: 100px;
}

/* Reps info */

#contentrep {
	width: 800px;
	height: 550px;
	margin-top: -2px;
	background: url('../images/repeat_bg.jpg') repeat-y;
}

#leftdownloads {
	float: left;
}

#leftdownloads ul {
	list-style: none;
	padding-top: 20px;
}

#leftdownloads li {
	font-size: 1.1em;
	color: #363636;
	padding-top: 5px;
}

#leftdownloads a:link, #leftdownloads a:visited, #leftdownloads a:active {
	color: #003366;
	text-decoration: none;
}
#leftdownloads a:hover {
	color: #006699;	
}

#forms {
	padding-top: 15px;
}

#tools {
	padding-top: 20px;
}

#rightcontent {
	float: right;
	width: 420px;
	padding-right: 30px;
	padding-top: 30px;
}

#rightcontent h3 {
	color: #626f7d;
}

#rightcontent p {
	color: #363636;
}
