/* @override http://localhost:8888/styles.css */

* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:0;
}

body {
	background: #eee;
	padding-bottom:40px
}

#wrapper {
	width: 966px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: url(images/bg_wrapper.jpg) center repeat-y;
	font-family: Arial, Helvetica, "sans serif";
}

/* --------------------------- HEADER ------------------------ */

#header {
	background: url(images/header.jpg) 0 0 no-repeat;
	width: 966px;
	height: 102px;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
}

#header p {
	color: #fff;
	position: absolute;
	right: 23px;
	bottom: 8px;
	font-size: 1em;
	line-height: 22px;
}

/* --------------------------- SIDEBAR-LEFT ------------------------ */

#sidebar-left {
	width: 230px;
	float: left;
	padding: 20px 0 0 20px;
}

#sidebar-left ul {
	list-style: none;
}

#sidebar-left #nav {
	background: url(images/bg_nav.jpg) no-repeat;
	width: 260px;
	height: 175px;
	padding: 7px 0 0 16px;
	position: relative;
	left: -32px;
}

#sidebar-left #nav li {
	background: url(images/nav_line.jpg) 17px 26px no-repeat;
}

#sidebar-left #nav li.last {
	background: none;
}

#sidebar-left #nav li a {
	display: block;
	color: #0066a1;
	text-transform: uppercase;
	padding: 6px 0 6px 15px;
	background: url(images/arrow.jpg) -40px 9px no-repeat;

}

@-moz-document url-prefix()
{
	#sidebar-left #nav li a {
		display: block;
		color: #0066a1;
		text-transform: uppercase;
		padding: 6px 0 5px 13px;
		background: url(images/arrow.jpg) -40px 9px no-repeat;
	}

}

#sidebar-left #nav li a.on, #sidebar-left #nav li a:hover {
	background: url(images/arrow.jpg) 0 10px no-repeat;
	text-decoration: none;
}

#sidebar-left #buttons {
	background: url(images/dotted_line_blue.jpg) bottom no-repeat;
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
}

#sidebar-left #buttons img {
	padding: 15px 0 0 0;
}

#sidebar-left div.links {
	background: url(images/dotted_line_blue.jpg) bottom no-repeat;
	padding: 0 0 15px;
	margin: 0 0 20px 0;
	font-size: 1.075em;
}

#sidebar-left div.links ul {
	margin-bottom: 15px;
}

#sidebar-left div.links li {
	font-size: .8em;
	line-height: 20px;
}

div.links h2 {
	color: #0066a1;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: normal;
}

div.links a {
	color: #666;
}


/* --------------------------- CONTENT ------------------------ */

#content {
	width: 590px;
	float: left;
	padding: 0 30px 0 60px;
}

* html #content {
	width: 580px;
}

#content a {
	color: #0066a1;;
}

#content img {
	display: block;
	margin: 0 auto 30px;
}

#content h1 {
	color: #0066a1;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
}

#content h2 {
	color: #0066a1;
	font-weight: normal;
	font-size: 1.2em;
}

#content h3 {
	text-align: center;
	color: #0066a1;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 15px;
	padding-top: 15px;
}

#content p {
	color: #666;
	font-size: .8em;
	line-height: 20px;
	margin: 0 0 15px;
}

#content ul {
	font-size: .8em;
	color: #666;
	list-style: none;
	margin: 0 0 15px 30px;
}

#content li {
	background: url(images/bullet_blue.jpg) 0 6px no-repeat;
	padding: 0 0 0 10px;
	line-height: 20px;
}

#content ol {
	margin: 0 0 15px 45px;
}

#content ol li {
	font-size: .8em;
	color: #666;
	background: none;
	padding: 0;
}

/* ----------------------- TABLE -------------------------- */

table {
	border-collapse: collapse;
	font-size: .8em;
	color: #666;
	margin-top: 40px;
	margin-bottom: 40px;
}

table th {
	border: solid #ccc 1px;
	background: #eee;
	padding: 5px;
	width: 155px;
	height: 25px;
}

table td {
	border: solid #ccc 1px;
	padding: 5px;
	text-align: center;
	line-height: 18px;
}

/* --------------------------- CONTACT ------------------------ */

#content address {
	font-style: normal;
	font-size: .95em;
	color: #666;
	line-height: 22px;
	margin: 0 0 25px 0;
}

form label {
	display: block;
	color: #666;
	font-size: .8em;
	margin: 0 0 2px 0;
}

form label span {
	color: #f00;;
}

form label.error {
	color: #f00;
	position: relative;
	top: -12px;
	margin: 0 0 8px 0;
}

form input {
	width: 350px;
	padding: 4px;
	margin: 0 0 15px 0;
	color: #666;
}

#name, #company, #email, #phone {
	border: solid #bbb 1px;
}

form textarea {
	color: #666;
	font-size: .75em;
	padding: 4px;
	margin: 0 0 25px 0;
	width: 450px;
	height: 100px;
	border: solid #bbb 1px;
	font-family: Arial, Helvetica, "sans serif";
}

form #submit {
	width: auto;
	display: block;
	color: #000;
	padding: 3px;
}

/* ----------------------- FOOTER -------------------------- */

#footer {
	font-family: Arial, Helvetica, "sans serif";
	width: 966px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/bg_wrapper_bot.jpg) top no-repeat;
}

#footer li {
	list-style: none;
	line-height: 18px;
}

#footer div.links {
	float: left;
	margin: 0 50px ;
	display: inline;
}

#footer div.links a {
	font-size: .75em;
}

#footer div#footer-address {
	border-left: solid #ccc 1px;
	margin-left: 20px;
	padding-left: 40px;;
}

#footer address {
	font-style: normal;
	color: #666;
	font-size: .75em;
	line-height: 18px;
	margin-top: 2px;
}

#footer div.links address a {
	font-size: 1em;
}

#footer #copyright {
	color: #666;
	font-size: .65em;
	float: left;
}

#footer #seal {
	padding-top:10px;
	float:left;
}




















