﻿/* BASIC ELEMENTS */

* { margin: 0; padding: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* end hide from IE-mac */


a:link, a:visited {color: #005794; text-decoration: none;}
a:hover, a:active {color: #898989; text-decoration: none;}

.BreadCrumbs
{
	width:760px;
	padding-top:20px;
	font-size:12px;
}

.Button a:link, .Button a:visited  {
	float: left;
	height: 24px;
	line-height: 24px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	margin-right:5px;
	background-color: #454545;
}

.Button a:hover, .Button a:active 
{
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #005794;
}

.field {
	height: 14px;
	padding: 4px 4px 4px 4px;
	border: solid 1px #999999;
	margin-bottom: 6px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}


body {
	background: url(../images/bkg_body.gif) repeat-x top;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #363636;
}

.wrapper {
	/*position: relative;*/
	width: 760px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	text-align: left;
}

.error {
	float: left;
	width: 745px;
	list-style: square;
	padding: 0px 0px 24px 15px;
	margin: 0px;
	color: #FF0000;
}

.message {
	float: left;
	width: 745px;
	list-style: square;
	padding: 0px 0px 24px 15px;
	margin: 0px;
	color: #005794;
}



/* HEADER AREA */

.header {
	width: 760px;
	height: 115px;
	background: url(../images/dots.gif) repeat-x bottom;
}
.header h2 {
	float: left;
	height: 45px;
	width: 200px;
	text-indent: -5000px;
	margin-top: 44px;
	overflow: hidden;
}
.header h2 a {
	height: 45px;
	width: 200px;
	display: block;
	background-image: url(../images/weber_logo.gif);
}

.headerlinks {
	clear:right;
	color: #d7d7d7;
	float: right;
	font-size: 11px;
	line-height: 12px;
	padding: 10px 0px 0px 0px;
	text-align:right;
	width:560px;
}

.headerlinks a:link, .headerlinks a:visited {color: #898989; text-decoration: none;}
.headerlinks a:hover, .headerlinks a:active {color: #005794; text-decoration: none;}

.datetime {
	float: right;
	color: #898989;
	font-size: 11px;
	line-height: 12px;
	padding-top: 10px;
}



/* Navigation */

.nav {
	float: right;
	clear: right;
	display: block;
	width: 560px;
	padding-top: 38px;
}

.nav li {
	list-style: none;
	float: right;
	font-weight: bold;
	padding-left: 16px;
}

.nav a:link, .nav a:visited {color: #636363; text-decoration: none;}
.nav a:hover, .nav a:active {color: #005794; text-decoration: none;}



/* Footer */

.footer {
	width: 760px;
	border-top: solid 1px #959595;
	padding: 20px 0px 30px 0px;
}

.footer .contactinfo {
	float: left;
	font-size: 11px;
	color: #898989;
	line-height: 12px;
}

.footer .copyright {
	float: right;
	font-size: 11px;
	color: #898989;
	line-height: 12px;
}