@charset "UTF-8";

/*  =============   */
/*  Main settings   */
/*  =============   */


html {
	font-size: 90%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #bbbbbb;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

#main {
	width: 1280px;
	/*height: 720px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	overflow: hidden;
}

.buffer {clear: both; width: 1280px; height: 30px; margin: 0px; padding: 0px; background-color: rgb(255,255,255);}

#content {
	float: left;
	width: 780px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#content-wide {
	float: left;
	width: 980px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

#content h1, #content-wide h1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.5em;
}

#content h2, #content-wide h2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.2em;
	color: #990000;
}

#content a, #content a.visited, #content-wide a, #content-wide a.visited {
	color: #990000;
	text-decoration: none;
}
#content a:hover, #content-wide a:hover {
	color: #990000;
	text-decoration: underline;
}

#content a.namedisplay, #content a.namedisplay.visited, #content-wide a.namedisplay, #content-wide a.namedisplay.visited {
	color: rgb(0,0,0); text-decoration: none;
}
#content a.namedisplay:hover, #content-wide a.namedisplay:hover {color: rgb(0,0,0); text-decoration: none;}



/*  =============================   */
/*  Left (main) menu styles         */
/*  =============================   */

#main-menu {
	float: left;
	width: 260px;
	padding: 0px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#main-menu p {
	margin: 0px;
	padding: 20px 0px 4px 10px;
	color: #990000;
}
#main-menu ul {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-menu ul li a {
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main-menu .selected { background-color: #535353; }
#main-menu .selected:hover { background-color: #535353; }

#main-menu ul li .selected {
    color: #ffffff;
    padding-left: 20px;
    background-image: url(../-img/menu_light-grey.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    width: 240px;
}
#main-menu ul li .default:hover {
    color: #000000;
    padding-left: 20px;
    background-image: url(../-img/menu_light-grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
    width: 240px;
}

/*  =============================   */
/*  Right hand column styles        */
/*  =============================   */

#main-rightbox {
	float: right;
	width: 160px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 90%;
}
#main-rightbox p {
	line-height: 130%;
	margin-top: 0px;
}
#main-rightbox ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main-rightbox ul li {
	line-height: 140%;
}
#main-rightbox h3 {
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main-rightbox .rightfeature {
	background-color: #d8d8d8;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	background-image: url(../images/fboxbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main-rightbox .rightfeature h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #333;
	padding-top: 5px;
	background-image: url(../images/widget-h3bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 130%;
}
#main-rightbox .rightfeature p {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#main-rightbox .rightfeature a {
	color: #333;
	text-decoration: none;
	display: block;
	border: 1px solid transparent;
	padding-left: 2px;
}
#main-rightbox .rightfeature a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #d8d8d8;
	border: 1px solid #CCC;
	background-image: url(../images/fboxbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main-rightbox .rightfeature li {
	margin-right: 5px;
	margin-left: 5px;
	_margin-left: 10px;
	margin-bottom: 5px;
}


/* Specific styles added */

.big-address {
	font-size: 120%;
}

#content-wide table, #content-wide table td {
	background-color: #efefef;
	padding: 10px 12px;
	border: 2px solid #fff;
}
#content-wide table {
	border-collapse: collapse;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 350px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}
	
.suggestionList {
	margin: 0px;
	padding: 0px;
}
	
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
	
.suggestionList li:hover {
	background-color: #659CD8;
}
label.error { color: red; }
p.small { color: #990000; font-size: 11px; text-align: center; margin-bottom: 20px; }
.ui-widget { font-family: Arial,sans-serif !important; font-size: 0.95em !important; }
input.cslSubmit { background-color: #990000; padding: 10px; font-weight: bold; color: #fff; float: right;}
input.cslSubmitL { background-color: #990000; padding: 10px; font-weight: bold; color: #fff; float: left;}