/*
Safety Net Solutions - Phase One
Design: Laura Mullen
Development: Jake Camara
*/

body {
	background: #fff url('/img/bg-body.png') repeat-x top;
	margin: 0px;
	text-align: center;
	font: 13px Times;
	color: #535353;
}

.hidden {display: none;}

p {margin: 10px 0px 10px 0px;}
h1 {font-size: 20px; color: #f3901d; font-weight: normal; margin: 0px 0px 5px 0px;}
h2 {font-size: 15px; color: #f3901d; margin: 25px 0px 5px 0px;}
h3 {font-size: 15px; font-weight: bold; margin: 0px;}
a, a:visited {color: #207c82; text-decoration: none;}
a:hover {color: #207c82; text-decoration: underline;}

#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

#headerLeft {
	text-align: left;
	width: 560px;
	height: 187px;
	float: left;
}

#headerLeft img {margin: 33px 0px 0px 10px;}

#headerRight {
	text-align: right;
	width: 200px;
	height: 187px;
	float: left;
}

#headerRight img {margin: 47px 21px 0px 0px;}

#columnOne {
	width: 213px;
	float: left;
	padding: 20px 0px 0px 0px;
}

#columnOne img {
	margin-bottom: 20px;
}

#columnOne img.sub {
	margin-left: 15px;
}

#columnTwo {
	width: 368px;
	float: left;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
}

#columnTwo .content {
	line-height: 20px;
	padding: 10px 20px 0px 20px;
}

.inset {
	margin: 10px -20px 0px 10px;
}

#columnThree {
	width: 176px;
	float: left;
}

#columnThree .content {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 20px 20px;
}

.contentOne {padding-bottom: 5px; border-bottom: 1px solid #bababa; color: #207c82;}
.contentTwo {padding-top: 15px;}

#columnTwoSubpage {
	width: 544px;
	float: left;
	border-left: 1px solid #bababa;
}

#columnTwoSubpage .content {
	line-height: 20px;
	padding: 0px 20px 0px 20px;
}

hr {margin: 20px 0px; border: 0; color: #bababa; background-color: #bababa; height: 1px;}
.titleImage {margin: 0px 0px 15px 10px;}
#col1 {width: 130px; border-bottom: 1px solid #ddd;}
#col2 {width: 120px; border-bottom: 1px solid #ddd;}
#col3 {width: 120px; border-bottom: 1px solid #ddd;}
.red {color: #990000;}
input {border: 1px solid #bababa; padding: 4px;}
textarea {border: 1px solid #bababa; padding: 4px;}


#footer {
	width: 760px;
	height: 40px;
	line-height: 20px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	text-align: right;
}