html {
	background: #ffffff url("images/background3b.gif") repeat-y top center;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0px;
}


a {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	color: #cc3300;
}


.divider {
	color: #aaa;
	font-weight: normal;
	font-size: 1.2em;
}

#background2 {
	position: absolute;
	background: url("images/background3.gif") repeat-x fixed top center;
	height:auto;
	width:100%;
	min-height:100%;
	min-width: 780px;
}

#content {
	width: 780px;
	margin: auto;
	border: 0px solid black;
	padding: 0px;
	padding-top: 20px;
	min-height: 100%;
	height: 100%;
}

#header {
	height: 12em;
}

#mainlogo {
	font-family: helvetica, arial, sans-serif;
	font-size: 3em;
	padding-left: 15px;
	background: url("images/logo-outlined.gif") no-repeat 15px top;
	float: left;
}

#mainlogo a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 110px;
	white-space: nowrap;
}

#mainlogo a:hover {
	color: #777777;
	background: url("images/logo-outlined-highlight.gif") no-repeat left top;
}

#topright {
	background: url("images/woman1.jpg") no-repeat right top;
	height: 210px;
}

#topcontact {
	float: right;
	width: 10em;
	padding: 25px 180px 0px 0;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	font-family: helvetica, arial, sans-serif;
}

#slogan {
	float: right;
	clear: right;
	padding: 0 20px 0 0;
	width: 45%;
	text-align: right;
	font-size: 1.7em;
	font-weight: bold;
	color: #FF6600;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}

.slogan2 {
	padding: 10px 0 0px 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF6600;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}


#globalmenu {
	float: left;
	clear: both;
	padding: 1em 0px 1.5em 128px;
	font-size: 0.9em;
	width: 650px;
	margin-top: -35px;
}

#pagecontent {
	clear: left;
	display: block;
}

#toptext {
	font-size: 0.9em;
	margin: 0 20px;
	padding: 0 20px;
	border: 1px solid #ddd;
	border-width: 1px 0px;
	background: url("images/white50.png") repeat;
}

#mainmenu {
	padding: 0px 40px;
	width: 80%;
	height: 8em;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	border-collapse: collapse;
	border-spacing: 0px;
}

#mainmenu .menuitem {
	height: 100%;
	width: 23%;
	vertical-align: bottom;
	clear: right;
	float: left;
	position: relative;
	background: url("images/black50.png") repeat;
	margin: 1%;
}

.menuitem div {
	text-align: center;
	color: white;
	padding: 5px;
	width: 92%;
	bottom: 0;
	position: absolute;
}

.menuitem div p {
	margin: 0.5em 0;
	padding: 0;
	text-align: center;
}

.mainbutton {
	width: 100px;
	height: 30px;
}

.menuitem a {
	display: block;
	width: 100px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	margin: auto;
}

.menuitem a img {
	width: 100px;
	height: 30px;
}

.menuitem a.blue {
	background: url("images/select-blue.png") 0 0 no-repeat;
}

.menuitem a.green {
	background: url("images/select-green.png") 0 0 no-repeat;
}

.menuitem a.red {
	background: url("images/select-red.png") 0 0 no-repeat;
}

.menuitem a.yellow {
	background: url("images/select-yellow.png") 0 0 no-repeat;
}

.menuitem a:hover { 
	background-position: 0 -30px;
}

#footer {
	position: absolute;
	bottom: 0;
	margin: auto;
	margin-bottom: 3px;
	color: #666666;
	font-size: 0.8em;
	text-align: center;
	margin-top: 2em;
	margin-left: -390px; 

	width: 780px;
	left: 50%;
}

#footer p {
	margin: 0;
	padding: 0;
}


#keywords, .keywords {
	font-size: 0.7em;
	margin: 0 2em;
}



.boxheader {
	width: 43%;
	margin-left: 5%;
	float: left;
	text-align: right;
	padding-top: 0.7em;
}

.rightbox {
	background: url("images/black17.png") repeat;
	width: 40%;
	margin-left: 50%;
	padding: 0.5em;
}


.rightbox div {
	margin-bottom: 0.5em;
}



hr {
	width: 70%;
	color: #555555; // for IE
	background-color: #555555; // for Mozilla and Firefox
	border: 0px; // for Mozilla and Firefox
	height: 2px;
	clear: left;
	margin: 2em auto;
}

hr.long {
	width: 90%;
}

h1 {
	text-align: left;
	margin-left: 5%;
	color: #ff6600;
	font-size: 1.5em;
}



.inputform {
	font-size: 0.9em;
}



.inputgrid {
	border: 0;
	border-collapse: collapse;
	margin: auto;
	width: 82.5%;
}


.inputgrid td {
	background: url("images/black17.png") repeat;
	margin: 0em;
	width: 25%;
	text-align: center;
	padding: 0.5em;
}

.inputgrid th {
	font-weight: normal;
	text-align: right;
	padding: 2.5%;
}

.inputgrid .left {
	border-right: 3px solid white;
}


div.submit {
	width: 30%;
	padding: 10px;
	margin: auto;
	margin: 0 auto 3em auto;
	background-color: #ff6600;
	text-align: center;
}

input.submit {
	width: 100%;
	font-size: 1.5em;
	background-color: #f0f0f0;
	border: 1px solid black;
}

input.submit:hover {
	background-color: #fff;
	color: #c30;
	cursor: pointer;
}

.inputform input.text, .inputform textarea {
	border: 1px solid black;
	padding: 3px 0 3px 3px;
	width: 95%;
}

.inputform input.size {
	width: 3em;
}



.qa {
	font-size: 0.9em;
	margin: 25px 40px;
	padding: 10px 10px;
	border: 1px solid #ddd;
	border-width: 0 0 2px 0;
}

.problem {
	display: inline;
	font-size: 1.1em;
	background-color: #ffa;
	color: #a00;
	padding: 0.5em;
	font-weight: bold;
	margin: 0 0 15px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 2em;
}


table.problemitems {
	width: 90%;
	margin-left: 10%;
	margin-top: 15px;
}

table.problemitems td, table.problemitems th {
	width: 50%;
	padding: 0.7em;
}

table.problemitems th {
	color: #b40;
}

table.problemitems .fault {
	background: url("images/black17arrow.png") no-repeat right center;
	text-align: right;
	padding-right: 21px;
}

table.problemitems .solution {
	background: url("images/black17.png") repeat;
	text-align: left;
}

table.problemitems .info {
	font-style: italic;
	font-size: 0.9em;
}

table.problemitems .info td {
	background: none;
}

.highlight {
	color: #FF6600;
}

#topcontact .highlight {
	font-size: 1.4em;
}

.towns {
	width: 80%;
	margin: 3em auto 5em auto;
}

.towns a {
	text-decoration: none;
	color: red;
	display: inline-block;
	padding: 0.35em 1em;
}

.towns a:hover, .towns a:visited:hover {
	color: orange;
}

.towns a:visited {
	color: blue;
}

.towns h1 {
	margin-left: 0;
}

.towns span {
	white-space:nowrap;
}

