/* CSS Document */
div#contentSecondary {
	width: 400px;
	float: left;
	margin-bottom: 1em;
	font-size: 1.1em;
	margin-left: 22px;
	margin-right: 35px;
	}
	
div#contentSecondary p {
	line-height: 1.4em;
	margin-bottom: 2em;
	}


div#sidebarContent {
	width: 169px;
	float: left;
	}

#name, #email, #phone {
	width: 317px;
	height: 1.6em;
	background-color: #e9e9e9;
	border: none;
	}
	
form label {
	font-weight: 700;
	}

form ul#selectionsHalf1 label, form ul#selectionsHalf2 label {
	padding-left: 2px;
	}

#comments {
	width: 395px;
	height: 68px;
	background-color: #e9e9e9;
	border: none;
	}

form {
	padding-top: 1em;
	margin-bottom: 1em;
	background: url(images/contactbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d2e2b3;
	width: 425px;
	}

form ul {
	margin-left: 15px;
	}

div#separatorFirst {
	margin: 1.2em 0;
	border-top: 1px solid #d2e2b3;
	}

div#separatorSecond{
	margin-bottom: 1.2em;
	border-top: 1px solid #d2e2b3;
	clear: left;
	}

ul#selectionsHalf1, ul#selectionsHalf2 {
	float: left;
	display: inline;
	width: 180px;
	height: 10em;
	}

ul#selectionsHalf1 li, ul#selectionsHalf2 li {
	padding-bottom: .6em;
	}

#response {
	clear: both;
	}

ul li.checkAll {
	margin: 1.2em 0;
	}

form li.submit {
	margin: 1em 0;
	text-align: right;
	margin-right: 15px;
	}

ul#nameEmail li.inputSpacing {
	margin-bottom: 1em;
	}

li.labelSpacing {
	margin-bottom: .4em;
	}

input#name, input#email, input#phone, textarea#comments {
	font-size: 1.0em;
	color: #666;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 3px;
	}
