/* Start of CMSMS style sheet 'fuel-layout' */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #6d6d6d;
	color: #6d6d6d;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 12px 0;
	font-size: 1.5em;
	font-style: italic;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #000000;
	text-decoration: none;
}

hr {
	height: 1px;
	margin: 0 0 12px 0;
	padding: 0px;
	background-color: #a7a7a7;
	border: none;
}

.clear-both {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 872px;
	margin: 0 0 30px 30px;
	padding: 22px;
	background: #FFF url(images/container-bg.jpg) 0px 130px no-repeat;
	position: relative;
}

	#header {
		width: 872px;
		height: 130px;
		margin: 0px 0px 0px 0px;
		padding: 0;
		background-color: ;
		border: ;
	}
	
		#logo {
			width: 85px;
			height: 85px;
			margin: 0px 0px 0px 0px;
			float: left;
		}
		
			#logo a {
				width: 85px;
				height: 85px;
				float: left;
				background-image: url(images/new-logo.gif);
				text-indent: -9999px;
				overflow: hidden;
				outline: none;
			}
		
		#header-text {
			width: 350px;
			height: 40px;
			margin: 15px 0 0 17px;
			padding: 7px 0 7px 17px;
			float: left;
			border-left: 1px solid #a7a7a7;
		}
		
		#header-contact {
			width: 200px;
			height: 40px;
			margin: 15px 0 0 85px;
			padding: 7px 0;
			float: left;
		}

                #header-contact a {
			color: #000000;
	                text-decoration: none;
		}

                #header-contact a:hover {
			color: #000000;
	                text-decoration: underline;
		}
		
	#content {
		width: 510px;
		margin: 240px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 1.3em;
		color: #3a3a3a;
	}
	
	#right {
		width: 334px;
		height: 640px;
		margin: 0px 0px 0px 0px;
		padding: 9px;
		position: absolute;
		top: 150px;
		right: 15px;
		background: url(images/right-bg.png) no-repeat;
	}
	
		#form {
			width: 304px;
			height: 285px;
			padding: 15px 20px;
		}
		
			#form p {
				margin: 0;
				padding: 0;
				font-size: 2em;
				font-weight: bold;
				color: #474747;
			}
			
				#form p span {
					color: #ef4f43;
					font-style: italic;
				}
		
		#benefits {
			width: 304px;
			height: 270px;
			margin: 3px 0 0 0;
			padding: 20px 10px 15px 20px;
			font-size: 1.2em;
		}
		
			#benefits p {
				color: #5ac3ff;
				font-weight: bold;
				font-size: 1.2em;
			}
			
			#benefits ul {
				color: #FFF;
				margin: 10px 0;
				padding: 0 0 0 15px;
			}
			
				#benefits li {
					margin: 0;
					padding: 0;
				}

              #sgs {
			width: 334px;
			height: 97px;
			margin: 3px 0 0 0;
	        }

             #bodyfoottext {
			font-size: 14px;
                        font-weight: bold;
                        font-style: italic;
		}

             #bodyfoottext a {
			font-size: 14px;
                        font-weight: bold;
                        font-style: italic;
                        text-decoration: underline;
                        color: #ef4f43;
		}

             #bodyfoottext a:hover {
			font-size: 14px;
                        font-weight: bold;
                        font-style: italic;
                        text-decoration: none;
                        color: #ef4f43;
		}
	
	#footer {
		width: 872px;
		height: 58px;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	
		#copyright {
			width: 400px;
			margin: 0;
			padding: 0;
			float: left;
			line-height: 61px;
		}
					
			#copyright a {
				color: #6D6D6D;
				text-decoration: underline;
			}
			
			#copyright a:hover {
				color: #6D6D6D;
				text-decoration: none;
			}

                       .lss {
                          margin-left: 100px;
                        }
		
		#wdl {
			width: 300px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			float: right;
			text-align: right;
			line-height: 61px;
		}
		
			#wdl a {
				border: none;
				color: #6D6D6D;
				text-decoration: none;
			}
			
			#wdl img {
				margin: 0 4px;
				border: none;
				vertical-align: -3px;
			}
			
			#wdl .lss {	
				width: 61px;
				height: 61px;
				float: left;
			}

/* FORMS ------------------------------------------*/
form {
	margin: 10px 0 0 0;
}

input, textarea {
	margin: 0 0 3px 0;
	padding: 4px 3px;
	border: 1px solid #a7a7a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #6d6d6d;
}

input {
	width: 167px;
}

textarea {
	width: 292px;
	height: 105px;
	overflow: auto;
}

.submit input {
	width: 45px;
	height: 27px;
	margin: 0 4px 0 0;
	float: right;
	background: transparent url(images/submit-bg.gif);
	border: none;
	color: #FFF;
	font-size: 1.2em;
	cursor: pointer;
}

.error {
	width: 120px;
	margin: 0 0 0 5px;
	float: right;
	font-weight: bold;
	color: #C00;
}

#form #thanks p {
	margin: 10px 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
}
/* End of 'fuel-layout' */

