/*________ Main Elements ________*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #454545;
	text-align: left;
	line-height: 1.5;
}

a {
	color: #0081c5;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

img.imgFloatRight {
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #fff;
}




/*________ Containers ________*/

#outerContainer {
	background: #FFFFFF url(images/bg-body.jpg) repeat-x;
}

#outerContainerHome {
	background: #FFFFFF url(images/bg-home.jpg) repeat-x;
}

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}



/*________ Header ________*/

#header {
	height: 105px;
}

h1 img {
	float: left;
}

#nav {
	text-align: right;
	float: right;
	display: inline;
	padding-top: 45px;
}

#nav li {
	display: inline;
	margin-left: 24px;
}

#nav li a {
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #0081c5;
}

#nav li a:hover {
	text-decoration: underline;
}




/*________ Content ________*/

#content {
	background: #e6e6e6 url(images/bg-grey.jpg) repeat-x;
	padding: 15px;
	overflow: hidden;
}

#content h2 {
	font-family: Arial black, Arial, Helvetica, sans-serif;
	font-size: 140%;
	padding-bottom: 5px;
	color: #0081c5;
}

#content h3 {
	font-family: Arial black;
	font-size: 110%;
	padding-bottom: 10px;
	color: #0081c5;
}

#content p {
	padding-bottom: 15px;
}
#content ul {
	padding: 0 0 15px 40px;
}


#content #left {
	width: 460px;
	float: left;
	padding-right: 20px;
}

#content #right {
	width: 260px;
	float: left;
}

#list {
	padding-left: 15px;
	color: #000;
}

#list li {
	font-weight: bold;
}



p.smallText {
	font-size: 70%;
}

img.imgFloatLeft {
	float: left;
	margin: 0 5px 5px 0;
}

img.imgFloatLeftNoMargin {
	float: left;
	margin: 0 0 5px 0;
}




/*________ CONTACT US ________*/

#contactForm {
	width: 400px;
	float: left;
	margin-right: 20px;
}

#contactForm fieldset {
	border: 0;
}

#contactForm legend {
	display: none;
}

#contactForm fieldset label {
	float: left;
	clear: left;
	width: 120px;
	padding: 5px 0 5px 0;
}

#contactForm fieldset input,
#contactForm textarea {
	display: block;
	width: 250px;
	border: 1px solid #bdbdbd;
	margin: 0 0 8px 0;
	padding: 5px 0 5px 7px;
}

#contactForm textarea {
	overflow: auto;
	font: 100% Arial, Helvetica, Sans-Serrif;
	width: 250px;
	height: 60px;
}

#contactForm input {
	margin: 0 0 0 120px;
}



/*________ Footer ________*/

#footer {
	background: url(images/bg-footer.jpg) no-repeat center top;
}

#footer p {
	padding: 60px 0 20px 0;
	text-align: center;
	font-size: 10px;
	color: #989898;
}

#footer p a {
	color: #989898;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}



h3.tempHeading {
	margin: 50px 100px 150px 0;
	float: left;
}


