* {
	margin: 0;
	padding: 0;
}

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background: #f9f9f9 url(../images/background_cols.gif) no-repeat top center;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666;
}

p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 1em 40px;
}
h2 {
	color: #673091;
	margin: 0.2em 40px;
	font-size: 1.2em;
	
}

div#content-container {
	width: 716px;
	margin: 0 auto;
	text-align: left;
}

img.main-logo {
	display: block;
	margin: 50px auto 25px auto;
}


div#footer {
	display: block;
	clear: both;
	margin: 2em 40px;
	border-top: 1px solid #ccc;
}

div#footer p {
	margin: 1em 0;
	font-size: 0.9em;
	color: #666;
}

div#footer p.sly {
	color: #ddd;
}

p.phonenumber {
	color: #464648;
	font-size: 1.2em;
	font-weight: bold;
}

ul {
	margin: 1em 70px;
	list-style-type: square;
}
li {
	line-height: 1.6em;
	color: #ccc;
}
li span {
	color: #666;
}

div.pn {
	background: #eee;
	margin: 1em 40px;
	text-align: center;
}

div.pn p {
	color: #5E9CBC;
	font-size: 2.6em;
	margin: 0;
}


div.usermessage {
	margin: 1em 40px;
	padding: 10px;
	background: #ff9;
}
div.usermessage ul {
	margin: 0 2em;
}	
div.usermessage ul li {
	color: red;
}

fieldset {
	width: 100%;
	margin: 1em 0;
	border: 1px solid #ccc;
}
legend {
	color: #5E9CBC;
	margin: 0 10px;
}

label {
	display: block;
	margin: 10px 0 2px 10px;	
}

input, textarea {
	margin: 0 0 0 10px;
}

input.button {
	display: block;
	margin: 10px;
}

div.leftCol {
	width: 400px;
	float: left;
}

div.rightCol {
	width: 260px;
	float: left;
	margin-left: 10px;
}

div.ab {
	margin: 1em 0;
	padding: 10px 0;
	background: #eee;
}
div.ab p {
	color: #5E9CBC;
	margin: 0 10px;
	line-height: 1.2em;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #673091;
}
a:hover {
	color: #666;
	text-decoration: none;	
}

