@charset "utf-8";
/*
CSS Styles for thesmallbusinessguys.com
developed by: Josh Henry
date: 11-30-09
version: 1.0
*/

/* ---------------------Top Styles -----------------------------------*/


body {
	margin: 0px;
	padding: 0px;
}
#top {
	padding: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top #head #churchLink a:link, #top #head #churchLink a:visited{
	background-image: url(../images/For-Churches.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	padding: 0px;
	height: 35px;
	width: 153px;
}

#top #head {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top #head #logo {
	height: 115px;
	width: 500px;
	position: relative;
}
#top #head #nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #002229;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/Nav-Bar.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
	margin: 0px;
	position: relative;
	right: 0px;
	height: 36px;
	width: 254px;
	text-align: center;
	top: -2em;
	float: right;
}
#top #head #nav a:link, #top #head #nav a:visited {
	color: #002229;
	text-decoration: none;
}
#midTop {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	top: 160px;
	height: 20px;
	background-color: #075D7E;
}



/* -------------------------Middle Styles -------------------------*/

#middle {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 135px;
}
#middle #content {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 25px;
	height: 570px;
	background-image: url(../images/midContentBG.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}
#middle #content img {
	border: none;
}
#middle #content #contentLeft {
	width: 550px;
	float: left;
	height: 200px;
	position: relative;
	left: 40px;
	padding: 0px;
}
#middle #content #contentLeftBot {
	height: 350px;
	width: 550px;
	position: relative;
	float: left;
	left: 40px;
	margin-top: 20px;
}

#middle #content #contentRight {
	position: relative;
	float: right;
	height: 500px;
	width: 200px;
	padding: 0px;
	right: 25px;
	margin: 10px;
}
#middle  #content  #contentRight  h2  {
	color: #C1272D;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #136483;
	padding-top: 5px;
}
#bottom #bottomContent h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#middle #content #contentRight p {
	font-size: 12px;
	padding: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}


#middle #content #contentLeft h1 {
	.font-size: 22px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #002229;
	color: #045D7E;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#middle #content #contentLeft img {
	margin-top: 10px;
}

#middle #content #contentLeft p {
	font-size: 12px;
	margin: 2px;
}

#middle #content #contentRight .rightContent {
	margin: 10px;
	width: 180px;
	height: 150px;
	background-image: url(../images/contentRightBG_Big.png);
	background-repeat: no-repeat;
	background-position: center;
}
#middle #content #contentRight .rightContentSmall {
	margin: 10px;
	height: 75px;
	width: 180px;
	background-image: url(../images/contentRightBG_small.png);
	background-repeat: no-repeat;
	background-position: center;
}

#middle #content #contentRight .rightContent img {
	margin-top: 15px;
	margin-right: 5px;
}
#middle #content #contentLeftBot h2 {
	font-size: 16px;
	color: #4F8CA3;
}
#middle #content #contentRight .rightContentSmall img {
	margin-right: 5px;
	margin-top: 15px;
}

/* bottom styles --------------------*/

#bottom {
	position: relative;
	top: 160px;
	background-color: #19353D;
	background-image: url(../images/bottomBG.png);
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 350px;
	background-repeat: repeat-x;
}
#bottom #bottomContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 40px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 25px;
}
#middle #content #contentRight .rightContent img {
	margin: 2px;
}

#bottom #bottomContent #bottomContentLeft {
	width: 200px;
	float: left;
}
#bottom #bottomContent #bottomContentMid {
	float: left;
	width: 200px;
	margin-left: 45px;
}

#bottom #bottomContent #bottomContentLeft a:link, #bottom #bottomContent #bottomContentLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#bottom #bottomContent #bottomContentMid a:link, #bottom #bottomContent #bottomContentMid a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#bottom #bottomContent img {
	margin-bottom: 5px;
}
#middle #content #contentLeft h2 {
	font-size: 14px;
}
#bottom #bottomContent #bottomContentRight {
	float: left;
	width: 200px;
	margin-left: 45px;
}
#bottom #bottomContent #bottomContentRight a:link, #bottom #bottomContent #bottomContentRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#bottom #bottomContent #bottomContentLeft a:hover {
	text-decoration: underline;
}
#middle #content #contentRight a:link, #middle #content #contentRight a:active, #middle #content #contentRight a:visited {
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#bottom #bottomContent #bottomContentMid a:hover {
	text-decoration: underline;
}
#bottom #bottomContent #bottomContentRight a:hover {
	text-decoration: underline;
}#middle #content h1 {
	font-size: 16px;
	color: #065D7C;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#middle #content a:active, #middle #content a:link, #middle #content a:visited {
	color: #2E8EAF;
	text-decoration: none;
}
#middle #content a:hover {
	text-decoration: underline;
}

/* ---- client pages ------*/

#middle #content .clients {
	width: 375px;
	margin: 5px;
	padding: 5px;
	float: left;
	border: thin solid #83CDE8;
	background-color: #19353D;
	background-image: url(../images/bottomBG.png);
	background-position: top;
}
#middle #content .clients a:link, #middle #content .clients a:active, #middle #content .clients a:visited {
	color: #FFFFFF;
}
#middle #content .clients a:hover {
	color: #81CEE9;
}

#middle #content .clients p {
	font-size: 14px;
	float: left;
	color: #FFFFFF;
	margin: 5px;
	width: 225px;
}
#middle #content .clients img {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: thin solid #006699;
	float: right;
}

#middle #content .clients ul {
	font-size: 12px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
	color: #C7E2F5;
}
#middle #content #full {
	background-image: url(../images/fullService_header.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 400px;
	text-indent: -9999px;
	margin-left: 25px;
}



#middle #content .clients strong {
	color: #FFFFFF;
}
#middle  #content  #web2 {
	background-image: url(../images/webDesign_header.png);
	background-repeat: no-repeat;
	height: 149px;
	width: 700px;
	text-indent: -9999px;
	margin-left: 25px;
}
#middle  #content  #print {
	background-image: url(../images/printing_header.png);
	background-repeat: no-repeat;
	height: 149px;
	width: 700px;
	text-indent: -9999px;
	margin-left: 25px;
}

#middle #content .clientsWeb {
	width: 250px;
	padding: 5px;
	float: left;
	border: thin solid #83CDE8;
	background-color: #19353D;
	background-image: url(../images/bottomBG.png);
	background-position: bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#middle #content .clientsWeb p {
	font-size: 14px;
	float: left;
	color: #FFFFFF;
	margin: 5px;
	width: 225px;
}
#middle #content #info {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#middle #content #contentRight .rightContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 6px;
	font-weight: normal;
}

#middle #content #info h3 {
	color: #284C55;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 8px;
	margin-top: 8px;
}
#middle #content #info .links {
	margin-top: 5px;
	font-size: 16px;
}
#middle #content #info h2 {

}
