@charset "utf-8";
/* CSS Document */

/*
Socius Marketing 2010
===================================== */


/* written for - www.carolinahomeremodeling.com
======================================================================================= */

/* LAYOUT
===================================== */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.jpg); background-repeat:repeat-x;
	background-color:#5b7b0c;
}
#topnav {height:160px;}
#navHeight{height:42px;}

#footer {
	width:100%;
	height: 235px;
	background:#5a7a0d;
	margin: 0px 0 0 0px;
	padding: 15px 0px 10px 0px;
	text-align: center;
	bottom:0;
}

/* TYPE
===================================== */
h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
padding-top:15px;
padding-left:12px;
padding-right:18px;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:12px;
	padding-right:18px;
}

.navbar {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
font-weight: bold;
}

.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #3b4e0e;
font-size: 12px;
font-weight: bold; padding:6px 0px 6px 30px;
background-image:url(images/nav_bullet.gif); background-repeat:no-repeat;
}

.subnav {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #9A4A03; font-weight:bold;
font-size: 11px;
padding:3px 0px 2px 30px;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #eee;
font-size:11px;
}

.phone {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size:20px;
font-weight:bold;
padding:10px 5px 0px 0px;
}


.botnav li{
	margin-left:-25px;
	list-style-type: none;
}

.botnav h3{
	color: #9A4A03;
	line-height:5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
}
	

/* LINKS
===================================== */
.main a:link, .main a:visited, .main a:active {
	color: #9A4A03;
	text-decoration: underline;
}
.main a:hover {
	color: #000;
	text-decoration: underline;
}

.navbar a:link, .navbar a:visited, .navbar a:active {
	color: #fff;
	text-decoration: none;
}
.navbar a:hover {
	color: #fff;
	text-decoration: none;
}

.nav a:link, .nav a:visited, .nav a:active {
	color: #3b4e0e;
	text-decoration:none;
}
.nav a:hover {
	color: #3b4e0e;
	text-decoration: none;
}

.subnav a:link, .subnav a:visited, .subnav a:active {
	color: #9A4A03;
	text-decoration: none;
}
.subnav a:hover {
	color: #9A4A03;
	text-decoration: underline;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #eee;
	text-decoration: none;
}
.footer a:hover {
	color: #eee;
	text-decoration: underline;
}

.botnav, .botnav a:link, .botnav a:visited, .botnav a:active {
	color: #9A4A03;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.botnav a:hover {
	color: #9A4A03;
	text-decoration: underline;
}

/* IMAGE STYLE
=========================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imgCenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignRight {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.alignLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
}

.alignCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#bot-logo {
	background-color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

