/* General structural style declarations  */

body, html, div, td {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 12px;
	color: #9d9d9d;
	line-height: 15px;
}

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 12px;
	color: #9d9d9d;
    text-align: left;
    margin: 0px;
    padding: 0px;
    background-image:url(../images/bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    overflow: auto;
    background-color: #FFFFFF;
    line-height: 16px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
.pageSection * {
    overflow: visible;
} */

#page * div, #page div, #page form {
    float: left;
}

#page {
	width:941px;
	margin:auto;
}

#header {
	width:940px;
	height:193px;
}

#nav {
	width:940px;
	height:30px;
	background-color:#e8e9e9;
}

#logo {
	width:939px;
	margin-left:1px;
	height:100px;
	background-image:url(../images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;

}

#content {
	width:860px;
	padding-left:40px;
	padding-right:40px;
}

#footer {
	background-image:url(../images/footer-bg.jpg);
	width:860px;
	margin-left:0px;
	#width:859px;
	#margin-left:1px;
	_width:858px;
	height:32px;
	padding-left:40px;
	padding-right:40px;
}

label {
	clear:both;
	float:left;
	width:120px;
	line-height:20px; 
}

.textInput {
	float:left;
	margin-bottom:5px;
	border:0;
	background-color:#ebebeb;
	padding-top:4px;
	padding-bottom:4px;
	width:195px;
}

select {
	float:left;
	width:195px;
	margin-bottom:5px;
	padding-top:2px;
	padding-bottom:2px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.errors li {
    font-size:11px;
    margin-left:10px;
    color:#fe5401;
}

#pleaseSpecify {
    display:none;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    color: #9d9d9d;
    font-weight: bold;
}

h2 {
    font-size: 38px;
    line-height: 44px;
    color: #9d9d9d;
    font-weight:lighter;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fe5401;
    line-height: 18px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 15px;
}

a, a:visited, a:link {
    color: #9d9d9d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

