/* put your main css here */

body {
	background: url(/images/background-gradient.png) repeat-x #454534;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #3d2b1f;
}

#page {
	text-align: left;
	width: 993px;
	margin: 30px auto;
	background: #f3f2e9;
	padding: 8px;
}

#body {
	background: white;
	border: 1px solid #d0d0d0;
	padding: 20px;
}

#body_wrapper {
	padding: 1px;
	background: white;
}

#header {
	height: 115px;
	margin-bottom: 8px;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	display: block;
	width: 115px;
	height: 115px;
	background: url(/images/pamela-pennington-logo.gif) no-repeat;
	text-indent: -10000em;
}

#menu {
	float: right;
	display: block;
	background: #dfdfcf;
	width: 462px;
	padding: 0 27px 0 0;
	height: 56px;
	float: right;
	margin-top: 58px;
}

#menu li {
	float: right;
	list-style: none;
	margin-top: 28px;
}

#menu li a {
	line-height: 28px;
	padding: 0px 12px;
	display: block;
	text-decoration: none;
}

#menu li a, #menu li a:visited {
	color: #65654f;
}

#menu li a:hover, #menu li.selected a {
	background: #c9cd14;
	color: white;
}

#footer, #footer * {
	font-size: 11px;
	color: #9b9b8d;
}

#footer {
	padding: 6px 20px;
}

h1 {
	font-size: 20px;
	color: #7a705c;
	line-height: 24px;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	color: white;
	background: #c9cd14;
	display: inline;
	padding: 3px;
}


#body_content {
	float: left; 
	width: 590px;
}
#side_body {
	float: right;
	width: 331px;
	position: relative;
}

label {
  display: block;
float: left;
	width: 100px;
}

input, textarea {
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
}

.submit {
	background: #c9cd14;
	color: white;
	padding: 7px 10px 7x 10px;
	display: block;
	border: none;
	margin-left: 102px;
	line-height: 20px;
}

form {
	margin-top: 30px;
}

#body a {
	color: #1b589d;
}

h2.home_title {
	background: #dfdfcf;
	color: #65654f;
	height: 36px;
	line-height: 44px;
	padding: 0 11px 0 11px;
	display: block;
	width: 121px;
	font-weight: normal;
}

/* Default error colouring */

div.fieldWithErrors {
    display: inline;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

#before_images {
	background: #dfdfcf url(/images/down.gif) right no-repeat;
	padding: 5px 0px 5px 10px;
	color: #65654f;
	width: 320px;
	margin-top: 20px;
	display: block;
}

a img {
	color: none;
	border: 0px none;
}
/* Browser Hacks */

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */