/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

body {
	color: black;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 76%;
}

body.site {
	background: #fef167 url(/cms/outertemplates/images/body-bg.gif) 0 0 repeat;
	margin: 0;
}

label {
	cursor: pointer;
}

img {
	border: 0;
}

h1 {
	color: #000;
	margin: 0.5em 0;
	font-size: 175%;
}

h2 {
	color: #000;
	margin: 0.5em 0;
	font-size: 150%;
}

h3 {
	color: #000;
	margin: 0.5em 0;
	font-size: 125%;
}

hr {
	background: #ff7717;
	color: #ff7717;
}

p {
	margin: 1em 0;
	padding: 0;
	line-height: 150%;
}

table {
	font-size: 1em;
}

th {
	background: #e1d56b;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

table.border {
	border: 1px solid black;
}

td.border {
	border-bottom: 1px solid black;
	background: #fef167;
}

td.imageCol {
	width: 200px;
	border-right: 1px solid black
}

abbr, acronym { 
	border-bottom: 1px dotted #e1d56b; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background: #fef167;
	text-decoration: none;
}

a:active {
	color: #000;
	background: #fef167;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #fef167;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

#content li {
	line-height: 150%;
}

form {
	padding: 0;
	margin:0;
}

label.searchLabel {
	display: block;
	float: left;
	width: 85px;
	color: #777;
	font-weight: bold;
}

label.searchLabel2 {
	display: block;
	float: left;
	width: 38px;
	color: #777;
	font-weight: bold;
}

label.lblForm {
	display: block;
	float: left;
	width: 150px;
	padding: 2px;
	color: #777;
	font-weight: bold;
}

div.wrapper {
	width: 400px;
	margin: auto;
}

input.searchBox {
	border: 1px solid #cccccc;
}

div.twoColA {
	width: 640px;
	float: left;
}

div.twoColB {
	width: 250px;
	padding-left: 10px;
	float: left;
}

div.yellowBox {
	padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
	background: #fff9bb url(/cms/outertemplates/images/yellow-bg.gif) 0 0 repeat-x;
}

div.whiteBox {
	padding: 2px;
	border: 1px solid #cccccc;
	background: #fff;
}

.smallText {
	font-size: 90%;
}

div.clear: {
	clear: both;
}

#valSummary ul {
	list-style-type: none;
}

#valSummary2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#valSummary li, #valSummary2 li {
	background: url(../images/error.gif) 0 3px no-repeat;
	padding-left: 15px;
}

#PropertyMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#PropertyMenu li {
	list-style-type: none;
	margin: 2px;
}

#PropertyMenu li a {
	padding: 1px;
	display: block;
	width: 130px;
	text-align: left;
	text-decoration: none;
	background: #fef167;
	border: 1px solid #000;
}

#PropertyMenu li a:hover {
	background: #333333;
	color: #fff;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#container {
	width: 920px;
	margin: auto;
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#header {
	height: 130px;
	background: #fff url(/cms/outertemplates/images/top-lettings-logo.jpg) 0 20px no-repeat;
}

#fixedLinks {
	position: relative;
	background: #fff url(/cms/outertemplates/images/fixed-bg.jpg) 100% 0 no-repeat;
	color: #fff;
	height: 29px;
	float: right;
	font-size: 90%;
}

#fixedLinks a {
	color: #fff;
	text-decoration: none;
}

#fixedLinks a:hover {
	color: #000;
}

#fixedLinks ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#fixedLinks li {
	display: inline;
	padding: 0 10px 0 5px;
	background: url(/cms/outertemplates/images/menu-split.gif) 100% 100% no-repeat;
}

#search {
	float: right;
}

#search p {
	margin: -2px 0;
	padding: 4px;
}

#search input {
	font-size: 85%;
}

#menu {
	margin: 0 20px;
}

#content {
	margin: 0 9px;
}

#news {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#news li {
	padding: 5px 0;
}

#news span.date {
	display: block;
	font-style: italic;
}

#news a {
	text-decoration: none;
	display: block;
	padding: 2px;
}

#news a:hover {
	border: 1px solid #cccccc;
	background: #fff9bb;
	padding: 1px;
}

#logos ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style-type: none;	
}

#logos li {
	display: inline;
	padding: 3px;
	margin: 0;
}

#footer {
	clear: both;
	margin: 0 10px;
	padding-top: 10px;
	font-size: 90%;
	text-align: right;
}

#footer a {
	color: #000;
	text-decoration: none;
}


#mypager ul{
	text-align: center;
	margin: 2px 2px 2px 2px;
	height: 25px;
	padding: 0 0 0 5px;
}

#mypager li{
	display: inline;
	list-style-type: none;
	height: 20px;
	padding: 5px;
}


/* END PAGE SPECIFIC STYLES */















/* START HORIZONTAL MENU STYLES */

#nav {
	position: relative;
	top: 77px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	float: left;
	clear: right;
}
 
#nav li a {
	display: block;
	width: auto;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#nav li a:hover {
	background: #fef167;
	color: #000;
} 

#nav li:hover, #nav li.sfhover {
	color: #000;
	background: #fef167;
}
 
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0;
	padding: 0;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	padding: 0;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	clear: left;
	background: #333333;
}
 
#nav li ul li a{ /* second-level lists */
	width: 15em;
	line-height: 1.4em;
} 
 
#nav li ul ul { /* third-and-above-level lists */
	margin: -2.2em 0 0 11.8em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 15.8em;
}

#nav li.navdrop a {
	background: transparent url(images/arrowdown.gif) 95% 80% no-repeat;
	padding-right: 5px;
}
 
#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: url();
}
 
#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: url(images/arrowright.gif) right no-repeat;
}

/* END HORIZONTAL MENU STYLES */
















/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: #ffefe4; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */
