@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color: #785232;
}
a:visited {
	color: #666666;
}

/* wrapper */

#divWrapper {
	width: 794px;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

/* header */

#divHeader {
	background-image: url(../images/home/gr_top.gif);
	background-repeat: no-repeat;
	height: 44px;
	padding-left: 172px;
}

/* nav */

#divNav {
}

/* content divs */

#divContentWrapper {
	float: left;
	width: 794px;
	background-image: url(../images/home/bkgd_tile.gif);
	background-repeat: repeat-y;
}
#divContentWrapperSec {
	float: left;
	width: 794px;
	background-image: url(../images/sections/bkgd_tile_sec.gif);
	background-repeat: repeat-y;
}
a img {
	border-style: none;
}
img.floatLeft {
	float:left;
	padding-right: 10px;
}
div#left {
	float:left;
	width: 150px;
}
div#right {
	float:right;
	width: 270px;
}

/* home */
#divFloatLeft {
	float:left;
}

#divHomeLogo {
	width: 238px;
}
#divFacebookLogo {
	width: 40px;
	height:40px;
	padding: 5px;
	margin: 5px 0 0 55px;
	background-color: #ECF1F5;
	border: 1px solid #333333;
	border-right: none;
  -moz-border-radius: 10px 0 0 10px;  
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
#divFacebookLogo:hover {
	background-color: #AAC0D3;
}

#divTwitterLogo {
	width: 40px;
	height:40px;
	padding: 5px;
	margin: 5px 0 0 55px;
	background-color: #ECF1F5;
	border: 1px solid #333333;
	border-right: none;
  -moz-border-radius: 10px 0 0 10px;  
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
#divTwitterLogo:hover {
	background-color: #AAC0D3;
}
.SocialIcon {
	width: 40px;
	height: 40px;
}

#divHomeBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/home/bkgd_home.gif);
	background-repeat: no-repeat;
	background-color: #42749C;
}
#divHomeContent {
	float: left;
	width: 390px;
	margin-top: 240px;
	margin-left: 80px;
	margin-bottom: 40px;
}

/* sections */

#divAboutBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/sections/bkgd_about.gif);
	background-repeat: no-repeat;
	background-color: #ECF1F5;
}
#divServicesBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/sections/bkgd_services.gif);
	background-repeat: no-repeat;
	background-color: #ECF1F5;
}
#divPortfolioBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/sections/bkgd_portfolio.gif);
	background-repeat: no-repeat;
	background-color: #ECF1F5;
}
#divClientsBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/sections/bkgd_clients.gif);
	background-repeat: no-repeat;
	background-color: #ECF1F5;
}
#divResourcesBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/sections/bkgd_resources.gif);
	background-repeat: no-repeat;
	background-color: #ECF1F5;
}
#divBlogBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/sections/bkgd_blog.gif);
	background-repeat: no-repeat;
	background-color: #ECF1F5;
}
#divContactBkgd {
	float: right;
	width: 556px;
	background-image: url(../images/sections/bkgd_contact.gif);
	background-repeat: no-repeat;
	background-color: #ECF1F5;
}
#divSecContent {
	float: left;
	width: 420px;
	margin-top: 170px;
	margin-left: 80px;
	margin-bottom: 40px;
	padding-left: 3px;
}


/* columns */

#divColumn1of2 {
	float: left;
	width: 183px;
	margin-top: 20px;
	margin-left: 40px;
}
#divColumn2of2 {
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-left: 43px;
	padding-left: 3px;
}
#divColumn1of1{
	float: left;
	width: 700px;
	margin-top: 20px;
	margin-left: 40px;
}

/* footer */

#divFooter {
	float: right;
	width: 689px;
	height: 44px;
	background-color: #A1BACE;
	text-align: center;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/home/gr_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* text styles  */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
}
.bioName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #105184;
	margin-top: 24px;
	margin-bottom: 3px;
}
.bioTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bodySmall {
	font-size: 11px;
	line-height: 16px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.bulletList {
	list-style-image: url(../images/sections/bullet.gif);
}
.bulletList p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
}
.bulletText {
	list-style-image: url(../images/sections/bullet.gif);
}
.bulletText p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
}
.footer {
	font-size: 11px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #105184;
	margin-top: 12px;
	margin-bottom: 18px;
	font-weight: bold;
}
.introHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
.photoR {
	float: right;
	padding-left: 12px;
	padding-bottom: 3px;
}
.photoL {
	float: left;
	padding-right: 12px;
	padding-bottom: 3px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #105184;
	margin-top: 24px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.subheadSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #105184;
	margin-top: 24px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.subheadRule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #105184;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: 1px solid #AAC0D3;
	background-color: #E4EAF1;
}
