/**
*	Common styles related to the main template.
*/

/**
*	General styles.
*/

body
{
	background: #F9F1D8;
	color: black;
	font: 100% arial, sans-serif;
	margin: 0px;
	padding: 15px 10px 0px 30px;
	width: 956px;
}

a
{
	color: #868586;
	text-decoration: none;
}

a:hover
{
	border-bottom: solid 1px #FF5200;
}

a img
{
	border: none;
}

form
{
	margin: 0em;
}

li
{
	line-height: 1.4em;
}

p
{
	margin-top: 1em;
	margin-bottom: 1.5em;
}

input.dob
{
	width: 5.5em;
}

input.button,
input.submitButton
{
	background: #8C8C8C;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 0.75em;
	font-weight: bolder;
	line-height: 1em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding: 3px 5px;
}

/**
*	Editor preview
*/

div#editor-flag
{
	color: #868586;
	font-size: 0.75em;
	position: absolute;
	top: 37px;
	left: 190px;
}

.editor
{
	color: red;
	font-weight: bolder;
	text-transform: none;
}

/**
*	Shared styles
*/

ul.nav-list
{
	color: #868586;
	font-size: 0.7em;
	list-style: none;
	margin: 0em;
	padding: 0px;
	text-align: right;
}

ul.nav-list li
{
	display: inline;
}

/**
*	Header
*/

div#header
{
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

img#header-logo
{
	float: left;
}

/**
*	Header login
*/

div#header-login
{
	line-height: 1em;
	margin-right: 4px; 
	text-align: left;
}

div#header-login label
{
	font-size: 0.65em;
	text-align: left;
}

div#header-login form,
div#header-login table
{
	margin: 0em;
}

div#header-login table
{
	margin-top: -10px;
	margin-bottom: -16px;
}

div#header-login td
{
	vertical-align: top;
}

div#header-login td.signedin
{
	font-size: 0.8em;
}

div#header-login td.signup a
{
	position: relative;
	top: -2px;
}

div#header-login td.signup,
div#header-login td.boxlabel input
{
	font-size: 0.75em;
}

div#header-login td.signin,
div#header-login td.signin input,
div#header-login td.signin img
{
	vertical-align: bottom;
}

div#header-login td.signin a:hover
{
	border: none;
}

/**
*	Content
*/

div#content
{
	clear: left;
	float: left;
	width: 100%;
}

/**
*	Footer
*/

div#footer
{
	float: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	width: 100%;
}

ul#footer-links
{
	float: left;
}

/**
*	Directory menu
*	Included as part of the template styles because the 
*	directory menu can be shown in all the public sections.
*/

div#directory-menu,
div#directory-city-nav
{
	float: left;
	padding-top: 2px;
	margin-bottom: 1em;
	width: 10.6em;
}

div#directory-menu form
{
	margin: 0em;
}

div#directory-menu h2
{
	color: black;
	font-size: 0.75em;
	margin: 0em;
}

div#directory-menu h2 a
{
	color: black;
}

div#directory-menu hr
{
	background: #8C8C8C;
	border: solid 1px #8C8C8C;
	height: 2px;
	line-height: 1em;
	margin-left: 0em;
	text-align: left;
	width: 6.8em;
}

div#directory-menu label
{
	display: block;
	margin-top: 0em;
	margin-bottom: 0em;
}

div#directory-menu p
{
	font-size: 0.75em;
	margin: 0em;
}

div#directory-menu p.directory-note
{
	margin-top: -0.9em;
	margin-bottom: 1em;
}

div#directory-menu select
{
	background: #FFFFD4;
	border: solid 1px #8C8C8C;
	color: #8C8C8C;
	display: block;
	font-size: 0.7em;
	margin-bottom: 1em;
	width: 11em;
}

div#directory-menu option
{
	padding: 1px 1px 0px 1px;
}

div#directory-menu ul
{
	font-size: 0.75em;
	list-style: none;
	margin: 0em;
	margin-bottom: 1em;
	padding: 0em;
}

div#directory-menu #directory_find
{
	margin: 0em;
	margin-bottom: 0.5em;
}

div#directory-menu strong
{
	color: #868586;
}

/**
*	City selector.
*/

select.select-city
{
	background: #FFFFD4;
	border: solid 1px #8C8C8C;
	font-size: 0.8em;
}

select.select-city optgroup
{
	color: #FF4000;
	font-style: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
}

select.select-city option
{
	color: black;
	text-transform: none;
}
