/* Satterwhite Homepage CSS */

@charset "utf-8";

/* Fix PNG Transparency in IE6 */

img, div { behavior: url(css/pngfix/iepngfix.htc) }

/* Body */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url(../images/template_bg.jpg);
}

/* Top Banner */

#top_wrapper{
    width:100%;
    height:192px;
    background-image:url(../images/top_bg.jpg);
    background-repeat:repeat-x;
}

#top_banner_container{
  width:976px;
  max-width:976px;
  margin: 0 auto;
  height:151px;
  /*background-image:url(../images/logobg.gif);
  background-repeat:no-repeat;*/
}

#banner_content{
	font:Georgia, "Times New Roman", Times, serif;
    margin-left:auto;
    margin-right:auto;
    width:auto;
}


#call_us {
	left:1010px;
	position:absolute;
	top:120px;
}

#call_us p {
    font-size:13px;
    color:#FFFFFF;
    margin-top:0px;
    vertical-align:middle;
}

#call_us strong {
    font-size:18px;
    color:#e8c79d;
    font-weight:bold;
}

/* Navigation */

#nav {
	height:40px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
}

#nav p {
	vertical-align:middle;
    text-align:center;
    margin-top:12px;
    color:#FFFFFF;
	display:block;
}

#nav a {
	text-decoration: none;
    color:#FFFFFF;
}

#nav a:hover {
	text-decoration: underline;
    color:#e2cbaa;
}

/* Middle Content */

#middle_content_wrapper {
	width:100%;
    height:404px;
    background:url(../images/middleWrapperBg.gif);
    background-repeat:repeat-x;
}

#middle_content {
	width:976px;
    height:404px;
    max-height:404px;
    margin-left:auto;
    margin-right:auto;
}

#flash {
	float:left;
    width:594px;
    height:404px;
}

.outercolumn {
	float:left;
    height:404px;
    max-height:404px;
    width:191px;
    max-width:491px;
}

.col_content_box {
	width:191px;
    height:202px;
    float:left;
	background:url(../images/smallContentBoxBg.jpg);
    background-repeat:repeat;
}

.col_content_box h2 {
	margin-top:8px;
    margin-left:4px;
    font:Geneva, Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#FFFFFF;
}

.col_content_box strong {
	color:#0a3775;
}

.col_content_box p {
	margin-top:8px;
    margin-bottom:5px;
    margin-left:4px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000000;
}

.col_content_box a {
	color:#063f8f;
    font-weight:bold;
}

/* Bottom Content */

#bottom_content {
    width:594px;
    height:162px;
    background:url(../images/bottomBoxBg.jpg);
    background-repeat:no-repeat;
    background-color:#0a336d;
    margin-left:auto;
    margin-right:auto;
}


#bottom_content h1 {
	color:#ddbe95;
    font-size:16px;
    margin-top:0px;
    margin-bottom:3px;
}

#bottom_wrap {
	padding:7px;
    color:#d9d9d9;
    font-size:13px;
}

#bottom_wrap a {
    color:#fcdf5f;
    font-size:14px;
    font-weight:bolder;
    float:right;
    text-decoration:none;
}

#bottom_wrap a:hover {
    text-decoration:underline;
}  


#nav {
padding-top:0px;
}

p {
	display:block;
}

#footer_block {
	width:976px;
    max-width:976px;
    margin-left:auto;
    margin-right:auto;
	margin-top:15px;
}


#footer_content {
	font:Georgia, "Times New Roman", Times, serif;
    text-align:center;
}

#footer_content a {
    font-size:16px;
    color:#FFFFFF;
    text-decoration:none;
}

#footer_content p {
    font-size:14px;
    color:#dac6a5;
}




