@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

/* ----------------------------------------------------- General */

body {
    background: #eee url(../img/body-bg.gif) top left repeat-x;
    font: normal 12px Lucida, "Lucida Grande", Arial, sans-serif;
}

#header,
#main,
#footer {
    width: 980px;
    margin: 0 auto;
}

#header {
	display: block;
    position: relative;
}

#main {
    border: 1px solid #58595b;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 13px;
    background: white;
}

body.ie6 #main {
    padding-bottom: 13px;
}

#footer {
	display: block;
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
	font-family: Lucida, "Lucida Grande", Verdana, sans-serif;
}

#footer, #footer a {
	color: #58595b;
}

.float-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 12px;
}

.floatbox {
	overflow: hidden;
}
/* IE: */
* html .floatbox {
	width:100%;
}

/* ----------------------------------------------------- Header Content */

/* ----------------------------------------------------- Navigation */

#metanav {
    position: absolute;
    top: 20px;
    left: 0;
    width: 980px;
    text-align: right;
    color: #b61b1d;
    font-size: 12px;
}

#metanav li {
    display: inline;
    margin-left: 12px;
}

#metanav a {
    color: #b61b1d;
    text-decoration: none;
}

#nav {
    margin-left: 15px;
    width: 300px;
    float: left; 
    display: inline;
}

#metanav a:hover {
    text-decoration: underline;
}

#nav li {
    background: url(../img/navitem-100.gif) top left no-repeat;
    padding: 11px 0 25px 20px;
    font-size: 16px;
    line-height: 32px;
}

#nav li,
#nav li a,
#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	color: #555;
}

/* ----------------------------------------------------- Content */

#content {
    margin-left: 330px;
    margin-right: 20px;
    width: 600px;
    color: #58595b;
    min-height: 500px;
    line-height: 18px;
}

#content h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0;
}

#content a {
    color: #b61b1d;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content p {
    margin: 10px 0;
}

#content p.alt {
    font-size: 12px;
    line-height: 18px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 4px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	clear: both;
}

/* ----------------------------------------------------- Contact Form */

#form {
	text-align:			left;
	margin-bottom: 24px;
}	
#form label,
#form h3#flash,
h3#flash {
	font-size: 12px;
	font-weight: bold;
}	
#form #send{
	margin-left: 170px;
}
#form p {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 11px;		
}
#form ul{
	list-style:none;
}
#form h2 {
	font-size: 13px;
}	
#form h3 {
	padding-top: 10px;
	font-size:  11px;
	color: #58595b;
	padding-left: 0;
}
#form td {
	font-size:	11px;
	font-weight: bold;
	vertical-align: top;
	padding-top:	3px;
	padding-bottom: 2px;
	padding-right:  20px;
}
#form label.error {
	color: red;
}	
#form input.error {
	border: 1px solid red;
}
#form table.error {
	border: 1px solid red;
}	
#form textarea.error {
	border: 1px solid red;
}	
#form .text {
	border: 1px solid #58595b;
	width:	300px;
}	
#form input {
	font-size: 11px;
	line-height: 11px;
}	
#form textarea{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	height:80px;
}
#form td p a {
	color: #b61b1d;
}