@charset "utf-8";
/* CSS Document */

/* container styles */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;	
}

#wrapper {
	width:800px;
	margin:auto;
}

#header {
	background-image:url(../../images/form_page_header.jpg);
	width:800px;
	height:308px;
	margin-bottom:20px;
}

#left_side {
	float:left;
	width:400px;
	padding-right:50px;
	padding-top:25px;
}

#right_side {
	float:right;
	width:350px;
	margin-bottom:20px;
}

#right_side_bg {
	background-color:#555;
	height:100%;
	padding:15px;
}

#footer {
	width:800px;
	background-color:#c00;
	clear: both;
}

#footer_wrapper {
	padding:15px;	
}

#copyright {
	font-size:10px;
	color:#FFF;
	padding-top:10px;
}

/* left side font styles */

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#c00;
	font-weight: bold;
	line-height: 1.4em;
}


ul li {
	list-style-image:url(../../images/bullet_red.gif);
}

a.left:link {
	color:#c00;
	text-decoration:none;
}

a.left:visited {
	color:#c00;
	text-decoration:none;
}

a.left:hover {
	text-decoration:underline;
}

a.left:active {
	text-decoration:underline;
}

/* end left side font styles */

/* right side font styles (form styles) */

.form {
	color:#FFF;
}

h2 {
	color:#FFF;
	font-size:16px;
}

/* end right side font styles */


/* footer font styles */

.footer {
	color:#FFF;
	font-size:12px;
}

a.footer:link {
	color:#FFF;
	text-decoration:none;
}

a.footer:visited {
	color:FFF;
	text-decoration:none;
}

a.footer:hover {
	color:#FFF;
	text-decoration:underline;
}

a.footer:active {
	color:#FFF;
	text-decoration:underline;
}
/* end footer font styles */


/* image styles */

#phone {
	float:right;
	background-image:url(../../images/phone.gif);
	width:200px;
	height:50px;
	margin-top:-45px;
}