/* @group General Page Properties */

a {
	text-decoration: none;
	color: #000;
}

img {
	border: 0px;
}

h1 {
	font-size: 1.7em;
}

h3 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0px;
	color: #fff;
}

body {
	text-align: center;
	background-color: #fff;
	background: url("/images/bg.png");
	margin: 0px 0px 15px 0px;
	font-family: Lucida Grande, Verdana, Tahoma, Arial;
	font-size: 75%;
}

/* Clear Floats */

div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container {
	background: #fff;
	margin: 0 auto;
	width: 970px;
}

/* @end */

/* @group Header Elements */

#logo {
	float: left;
	width: 300px;
	margin: 10px 0px;
}

#header {
	text-align: center;
}

#headerSizer {
	margin: 0 auto;
	width: 940px;
}

#detailImage {
	display: none;
	text-align: right;
	float:  right;
	width:  550px;
}

#titleBar {
	width: 950px;
	margin-left: 10px;
	background-color: #bbb;
	background-image: url('/images/title_bar_bg.png');
	background-repeat: repeat-x;
	line-height: 65px;
	text-align: left;
}

#titleBar h3 {
	padding-left: 20px;	
}



/* @end */

/* @group Navigation */

#navBar {
	background: #ccc;
	border-bottom: 1px #bbb double;
	line-height: 45px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#navBar ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}

#navBar li {
	display: inline;
	margin: 0 0 0 2em;
}

#navBar li a {
	padding: 5px;
	color: #000;
	font-size: 1.3em;
}

#navBar li a:hover {
	background: #eee;
}


/* @end */

#descriptionBox {
	width: 950px;
	margin-left: 10px;
	background-image: url('/images/desc_swoosh.png');
	background-position: left;
	background-repeat: no-repeat;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background-color: #000;
	color: #fff;
}

#descriptionBox p {
	text-align: left;
	text-indent: 2em;
	line-height: 2em;
	margin-right: 420px;
	padding-left: 20px;
	font-size: 1.4em;
}

#descriptionBox #rightImage {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

#descriptionBox h3 {
	padding: 20px 0px 0px 20px;
	text-align: left;
}

.halfColumn {
	width: 450px;
	float: left;
}

.halfColumn p {
	margin: 0px 0px 15px 5px;
}

#serviceBoxes .curled {
	background-image: url("/images/page_curl.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 312px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	float: left;
	margin-right: 6px;
}

#serviceBoxes .curled h1 {
}

#serviceBoxes .curled ul {
	display: block;
	height: 17.5em;
	list-style: square;
	text-align: left;
	padding: 0px 15px 0px 30px;
	margin: 0px;
}

#serviceBoxes .curled ul li {
	font-size: 1.4em;
	line-height: 1.8em;
}

#serviceBoxes {
	margin: 15px 0px 0px 10px;
}

#serviceBoxes .learnMore {
	float: right;
	margin-right: 10px;
}

.pageText {
	color: #222;
	padding: 10px;
	line-height: 2.2em;
	text-align: left;
}

.pageText a {
	color: #722;
	font-weight: bold;
}

.pageText h1 {
	color: #d01f3c;
}

.pageText h2 {
	font-weight: 800;
	font-size: 1.3em;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

.pageText p {
	text-indent: 3em;
	font-size: 1.1em;
}

.pageText .noIndent {
	text-indent: 0em;
}

.pageText ul {
	list-style-type: square;
}

.pageText ul li {
	line-height: 2.5em;
}

#rightColumn {
	margin: 20px 12px 0px 20px;
	background-color: #eee;
	border: 1px #ddd solid;
	float: right;
	width: 300px;
	padding-bottom: 20px;
}

#rightColumn img {
	margin: 15px;
}

#associations {
	width: 950px;
	margin-left: 10px;
	border: 1px #bbb solid;
	background: #fff;
	text-align: center;
}

#associations {
	width: 945px;
	margin-left: 13 px;
	border: 1px #bbb solid;
	background: #fff;
	text-align: center;
}

.associationBox {
	padding-top: 5px;
	margin-left: 10px;
	text-align: center;
	width: 145px;
	float: left;
}

.associationBox h5 {
	font-size: 1em;
	margin: 0px;
}

#locationMap {
	margin: 30px 0px 0px 10px;
}

#footer {
	margin-top: 15px;
	color: #222;
	background: #fff;
	padding: 10px 0px 10px 0px;
	line-height: 1.5em;
	font-size: 1em;
}

#login {
	width: 350px;
	border: 2px #ccc solid;
	text-align: right;
	background: #fff;
	padding: 10px 0 20px 0px;
}

#login input {
	float: right;
	margin-right: 30px;
	width: 150px;
}

#login h2 {
	float: left;
}

#login label {
	float: left; 
}

.loginLine {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.error {
	color: #990000;
	font-weight: bold;
	text-align: left;
	border: 1px solid #666666;
	padding: 3px;
	margin: 2px;
	background-color:#eeeeee;
}

#footer a {
	color: #000;
}

/* @group Image Sizes */

#rightImage {
	width: 334px;
	height: 241px;
}

#logo img {
	width: 300px;
	height: 96px;
}

#headerInfo {
	margin-top: 25px;
	float: right;
	text-align: left;
	width: 300px;
	padding-top: 10px;
}

#slogan {
	font-size: 1.7em;
	color: #fff;
}

#phone {
	padding-top: 10px;
	display: block;
	font-size: 1.4em;
	color: #fff;
}

#associationBox img {
	width: 100px;
	height: 100px;
}

#USG, #kroger {
	width: 123px;
	height: 100px;
}

#up {
	width: 87px;
	height: 100px;
}

#GM {
	width: 100px;
	height: 100px;
}

#locationMap {
	width: 485px;
	height: 300px;
}

#usGreen {
	width: 91px;
	height: 100px;
}

.learnMore img {
	width: 104px;
	height: 32px;
}

/* @end */