@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
	background-image:url(../images/bg_pattern.gif);
	orphans: 4;
	
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px auto;
	width:949px;
	background-image:url(../images/shadow_both.png);
}
#contentWrapper {
	width:925px;
	background-color:#FFFFFF;
	margin-left:12px;
}

#footer {
	background-color:#c7c3bd;
	height: 30px;
	clear: both;
	position: relative;
	width:925px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	padding-top:15px;
}
#nudge {
	height: 100px;
	clear: both;
}



/**********NAVIGATION************/

#navWrapper {
	height:180px;
	width:925px;
	background-color:#FFFFFF;
	margin-left:12px;
}
#topLine {
	height:8px;
	background-color:#d3cfcb;
}

#logo {
	background-image:url(../images/logo.gif);
	width:186px;
	height:121px;
	margin-top:25px;
	margin-left:75px;
	float:left;
}
#navCont {
display: inline;
float:left;
margin-left:70px;
margin-top:118px;
}




/**********CONTENT************/
#greyLine {
	min-height:30px;
	background-color:#90877c;
	padding:3px;
}

#content {
	margin-left:45px;
	background-color:#FFFFFF;
	padding-bottom:50px;
}
#callOut1 {
	width:500px !important;
	display:inline;
	margin-left:30px;
	margin-top:30px;
	margin-right:30px;
	padding-bottom:30px;
	float:left;
}
#callOut {
	width:220px !important;
	display:inline;
	margin-left:30px;
	margin-top:30px;
	margin-right:30px;
	padding-bottom:30px;
	float:left;
}
#vertDivider {
	background-image:url(../images/vert_divider.jpg);
	background-repeat:no-repeat;
	width:1px;
	height:242px;
	float:left;
	margin-top:20px;
}


#calloutImage{
float:left;
margin-right:15px;
margin-bottom:5px;
}
