@charset "utf-8";
/* www.apartmentnerds.com Basic Style Sheet
   Created September 24, 2009
   By Purple Dragonfly Designs */

/*Basic Rules */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*General Typography */
h1 {
	color: #CC131B;
	font-size: 150%;
	padding-top: 10px;
}

h2 {
	font-size: 125%;
	color: #653600;
}

h3 {
}

.left-sidebar {
	font-weight: bold;
	font-size: 112%;
	color: #663701;
}

/*Logo and Header */
#logo-wrapper {
	height: 270px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#circle1 {
	background-image: url(../images/moving-service-flower.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 220px;
	width: 204px;
	margin-right: 135px;
	margin-top: 50px;
}

#logo {
	background-image: url(../images/apartment-nerds-logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 265px;
	width: 310px;
}

#circle2 {
	background-image: url(../images/moving-specials-flower.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 220px;
	width: 201px;
	margin-top: 50px;
}

/*Layout Rules */
#body-wrapper {
	float: left;
	width: 1000px;
	margin-top: 10px;
}

#column1 {
	float: left;
	width: 18%;
	margin-right: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
}

#center-wrap {
	float: left;
	width: 58%;
}

#center-wrap-wide {
	float: left;
	width: 78%;
}

#column2 {
	float: left;
	width: 97%;
	margin-top: 20px;
	border: 1px solid #e5e1dc;
	padding: 7px;
}

.l-staple {
	background-image: url(../images/staple.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 6px;
	width: 35px;
	margin-top: 5px;
}
.r-staple {
	background-image: url(../images/staple.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 6px;
	width: 35px;
	margin-top: 5px;
}

#column2 a:link, #column2 a:visited {
	color: #E31B25;
}

#column2 a:hover {
	color: #683601;
}

#column3 {
	float: right;
	width: 20%;
	margin-top: 20px;
}

.textbox {
	float: left;
	width: 100%;
	margin-top: 15px;
}

/* Navigation */
#navbar {
	width: 100%;
	float: right;
	height: 40px;
	margin-top: 0px;
}

ul.nav {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
	width: 100%;
}

ul.nav a {
	width: 12.5em;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #653703;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
	margin-left: 5px;
}

ul.nav a:hover {
	text-decoration: none;
	color: #CC131B;
	font-weight: bold;
}

/*Footer */
#footer {
	width: 100%;
	margin-top: 10px;
	float: left;
	text-align: center;
	font-size: 90%;
	color: #663701;
	padding-top: 10px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #653801;
	text-decoration: none;
}

#footer a:hover {
	color: #CC131B;
}

/* Form Rules */
form#search {
	width: 95%;
	float: right;
}

fieldset {
	padding: 0.5em;
	border: 1px solid #653600;
	width: 90%;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}

input [type="text"] {
	width: 200px;
}

input.zip, input.phone {
	width: 100px;
}
 
input#register {
	background-color: #CC131B;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	border: 1px solid #cc131b;
}

input#submit {
	background-color: #CC131B;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	border: 1px solid #cc131b;
}

.required {
	color: #CC131B;
}

form p {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.feedback {
	font-weight: bold;
	color: #CC131B;
	font-size: 0.75em;
}

.Surname {
	visibility: hidden;
}

textarea {
	width: 250px;
	height: 100px;
}

#content-shadow {
	background-image: url(../images/shadow-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 23px;
	width: 100%;
	float: left;
	background-position: center;
}

/* Table Styles */
.sample {
	border: 1px solid #CC131B;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sample-text {
	color: #CC131B;
	font-weight: bold;
}

/*Miscellaneous */
.clearit {
	clear: both;
}
