pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color:#d1d4d7;
	color:#777777;
}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #ff5a00;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	outline: 0;
}

input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/
div#main-content {
	width:756px;
	margin:0 auto;
}
div#center-copy {
	width:756px;
	min-height:450px;
	margin:0 auto;
	background:transparent url(../imgs/bg-repeat.gif) repeat-y;
}

div#left-content{
	width:343px;
	margin:16px 30px 16px 45px;
	float:left;
	display:inline;
}

div#left-content h1{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
ul.copy li{
	background:transparent url(../imgs/bullet.gif) no-repeat 0 10px ;
	padding: 6px 0 5px 10px;
}

div#contact-content{
	width:683px;
	margin:16px 30px 16px 45px;
	float:left;
	display:inline;
}

div#right-content{
	width:322px;
	float:right;
	display:inline;
	background:url(../imgs/headline-bg.jpg) no-repeat;
	margin-right:16px;
}
div#right-content h2{
	color:#ff5a00;
	font-size:15px;
	font-weight:bold;
	margin: 21px 21px 10px 18px;
	
}
ul.links li{
	width:279px;
	margin-left:20px;
}
ul.links a{
	background:#FFFFFF url(../imgs/headline-li-bg.gif) no-repeat;
	font-size:11px;
	font-weight:bold;
	padding:4px 5px 10px 25px;
	text-decoration:none;
	display:block;
}
ul.links a:link, ul.links a:active, ul.links a:visited {
	color:#999999;
}
ul.links a:hover{
	background:#fe5900 url(../imgs/headline-li-bg-highlight.gif) no-repeat;
	color:#FFFFFF;
}
div#footer-content{
	background:url(../imgs/bg-footer.gif) no-repeat;
	padding:10px 0;
	margin-bottom:10px;
}
.footer-left {
	float:left;
	display:inline;
	width:400px;
	margin-left:20px;
}

.footer-right {
	float:right;
	display:inline;
	width:240px;
}
#form-holder{
	font-size:13px;
	color:#666666;
}
div.contact{
	float:right;
	display:inline;
}	
span.required {
	font-size:10px;
	}
