body, td, p, .content, .small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	vertical-align:top;
	text-align:left;
}

body {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:0px;
	background: url(images/bkgd.jpg) top repeat-x #e3e3e3;
}

p {
    padding:0px;
	margin:0px 0px 18px 0px;
}

a {
    color:#f2891e;
}

a:hover {
    color:#2b6787;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

.imgleft {
	float: left;
	margin-right: 15px;
}

.imgright {
	float: right;
	margin-left: 15px;
}

fieldset,input
{ margin:0px; padding:0px; text-decoration:none; }

a img, a:link img, a:visited img { border:none; }

h1, h2, h3, h4, h5, h6, h7, .hdng2 {
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:12px;
}

h1 {
	color: #2b6787;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 14px;
}

h2, h3, .hdng2 {
	color: #799c41;
}

h4 {
	color: #f2891e;
}

.title {
    color:#799c41;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}

.required {
    font-size:16px;
	color:#f2891e;
}

ul {
	margin: 0em 0em 2em 1.8em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
}

li {
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	list-style-image: url(/images/bullet.jpg);
	list-style-type: none;
}

li h3, li h4 {
	color: #666;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

ul ul {
	margin: .4em 0 0 1.6em;
	padding: 0;
}

.green_bullets ul {
	margin: 0em 0em 2em 1em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
}

.green_bullets li {
	padding: 0em;
	margin: 0em 0em 0.5em 3em;
	list-style-image: url(/images/bullet_green.jpg);
	list-style-type: none;
	font-weight:bold;
	text-decoration:none;
}

.divider_line {
	margin-top:0px;
	margin-bottom:28px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border-bottom:1px solid #CCCCCC;
}

.forms { font-size:11px; border:1px solid #CCCCCC; margin:0px; background-color:#ffffff; padding:4px; width: 360px; }

select.forms { width: 370px; }

.adtext_tool { font-size:11px; border:1px solid #CCCCCC; margin:0px; background-color:#ffffff; padding:4px; width: 216px; }

.adtext_tool_nb { border:none; margin:0px; background-color:#ffffff;}


/* Website Structure */

/* Website Border */

#border_top {
    background:url(images/border_top.gif) repeat-x;
    height:3px;
}

#border_left_top_corner {
    background:url(images/border_top_left_corner.gif) no-repeat;
    height:3px;
	width:4px;
}

#border_left {
    background:url(images/border_left.gif) repeat-y;
    width:4px;
}

#border_left_bottom_corner {
    background:url(images/border_bottom_left_corner.gif) no-repeat;
    height:4px;
	width:4px;
}

#border_right_top_corner {
    background:url(images/border_top_right_corner.gif) no-repeat;
    height:3px;
	width:4px;
}

#border_right {
    background:url(images/border_right.gif) repeat-y;
	width:4px;
}

#border_right_bottom_corner {
    background:url(images/border_bottom_right_corner.gif) no-repeat;
    height:4px;
	width:4px;
}

#border_bottom {
    background:url(images/border_bottom.gif) repeat-x;
	height:4px;
}


/* Header */

#header {
    height:88px;
	background:url(images/header.gif) no-repeat;
}

#header_nav, #header_nav a {
	color:#999999;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#header_nav {
	float:right;
	padding-top:24px;
}

#header_nav a:hover {
    color:#2b6787;
	text-decoration:none;
}


/* Top Navigation */

#topnav {
    background:url(images/topnav.gif) repeat-x;
	width:820px;
	height:26px;
	text-align:center;
	float: left;
}

#topnav_left {
    background:url(images/topnav_left.gif) no-repeat;
	width:6px;
	height:26px;
	float: left;
}

#topnav_right {
    background:url(images/topnav_right.gif) no-repeat;
	width:6px;
	height:26px;
	float: left;
}

#topnav a {
    color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	float:left;
	padding-top:4px;
	margin:0px 12px;
}

#topnav a.first {
	margin-left: 16px;
}

#topnav a.last {
	margin-right: -3px;
}

#topnav a:hover {
    color:#2b6787;
	text-decoration:none;
}

.topnav_divider {
	height:26px;
	background:url(images/topnav_divider.gif) no-repeat;
	width:5px;
	float:left;
}



/* Sub Nav */

#sub_nav {
	background: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 30px;
}

#sub_nav a {
	color: #f2891e;
	text-decoration: none;
}

#sub_nav a:hover {
	color:#2b6787;
}



/* Banner */

#banner_seo {
    background:url(images/banner_image_hp.jpg) no-repeat;
	height:181px;
}

#banner_seo_old {
    background:url(images/banner_image_seo01.jpg) no-repeat;
	height:181px;
}

#banner_contact {
    background:url(images/banner_image_seo02.jpg) no-repeat;
	height:181px;
}

#banner_bannerads {
    background:url(images/banner_image_bannerads.jpg) no-repeat;
	height:181px;
}

#banner_home {
    background:url(images/banner_image_home.jpg) no-repeat;
	height:181px;
}

#banner_email {
    background:url(images/banner_image_email.jpg) no-repeat;
	height:181px;
}

#banner_email2 {
    background:url(images/banner_image_email.jpg) no-repeat;
	height:181px;
}

#banner_branding {
    background:url(images/banner_image_branding.jpg) no-repeat;
	height:181px;
}

#banner_web20 {
    background:url(images/banner_image_web2.0.jpg) no-repeat;
	height:181px;
}

#banner_smm {
    background:url(images/banner_image_web2.0.jpg) no-repeat;
	height:181px;
}

#banner_about {
    background:url(images/banner_image_branding.jpg) no-repeat;
	height:181px;
}

#banner_web20_2 {
    background:url(images/banner_image_web2.0-02.jpg) no-repeat;
	height:181px;
}

#banner_portfolio_emarketing {
    background:url(images/banner_image_portfolio_emarketing.jpg) no-repeat;
	height:181px;
}

#banner_portfolio_main {
    background:url(images/banner_image_portfolio_emarketing.jpg) no-repeat;
	height:181px;
}

#banner_analytics {
    background:url(images/banner_image_analytics.jpg) no-repeat;
	height:181px;
}

#banner_strategy {
    background:url(images/banner_image_strategy.jpg) no-repeat;
	height:181px;
}

.banner_home_text {
	font-weight: bold;
	color: #2b6787;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.1em;
	padding: 50px 0px 0px 410px;
}

.banner_seo_text {
	padding:38px 30px 0px 220px;
	font-weight:bold;
	color:#2b6787;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
}

.banner_seo_old_text {
	font-weight:bold;
	color:#2b6787;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 30px 30px 0px 220px;
}

.banner_web20_text {
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 22px 0px 0px 380px;
}

.banner_smm_text {
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 22px 0px 0px 380px;
}

.banner_about {
	font-weight:bold;
	color:#2b6787;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.3em;
	padding: 50px 366px 0px 0px;
}

.banner_bannerads_text {
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 30px 0px 0px 610px;
}

.banner_branding_text {
	font-weight:bold;
	color:#2b6787;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 46px 30px 0px 410px;
}

.banner_strategy_text {
	font-weight:bold;
	color:#2b6787;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 56px 30px 0px 500px;
}

.banner_analytics_text {
	font-weight:bold;
	color:#2b6787;
	font-size:14px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 66px 30px 0px 520px;
}

.banner_contact_text {
	color:#402412;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	line-height:25px;
	letter-spacing: 0.1em;
	padding: 42px 30px 0px 146px;
}

.banner_portfolio_emarketing_text {
	color: #2f6786;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.05em;
	padding: 50px 30px 0px 525px;
}

.banner_portfolio_main_text {
	color: #2f6786;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.05em;
	padding: 50px 30px 0px 525px;
}

/* Body */

#body_container {
    background-color:#FFFFFF;
	vertical-align:top;
	height:718px;
	width:824px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#body_content {
    padding: 20px 36px; 
}

#body_content_home {
    padding: 20px 30px; 
}

#body_content_sub {
    padding: 20px 30px; 
}

#content_area {
	margin-left:auto;
	margin-right:auto;
	padding:0px 25px;
}

#portfolio_profile_est {
	background: url(images/portfolio/portfolio_emarketing_banner.jpg) no-repeat;
	width: 752px;
	min-height: 178px;
	height: auto !important;
	height: 178px;
	clear: both;
}

#portfolio_profile_main {
	background: url(images/portfolio/portfolio_main_banner.jpg) no-repeat;
	width: 322px;
	min-height: 178px;
	height: auto !important;
	height: 178px;
	clear: both;
	padding-right: 430px;
}

#main {
	float: left;
	width: 400px;
	padding-bottom: 20px;
}

#side_container {
	float: right;
	width: 280px;
	padding-bottom: 10px;
}

#main_wide {
	float: left;
	width: 480px;
	padding-bottom: 20px;
}

#side_container_narrow {
	float: right;
	width: 270px;
	padding-bottom: 10px;
}

#main_sub {
	z-index: 99;
}

#main_sub h1 {
	width: 460px;
}

.footnote {
	font-size: 10px;
}


/* Sides */

#side_container_sub {
	float: right;
	width: 266px;
	margin: 25px 0 10px 20px;
	padding: 0;
}

.side p {
	font-size: 11px;
}

#contactus_side_top {
	width: 280px;
	background: url(images/contactus_rcol_mid.jpg) repeat-y;
}

#contactus_side_mid {
	width: 200px;
	background: url(images/contactus_rcol_top.jpg) no-repeat;
	background-position: top;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 55px 20px 10px 60px;
}

#contactus_side_btm {
	width: 280px;
	height: 10px;
	background: url(images/contactus_rcol_btm.jpg) no-repeat;
}

#contactus2_side_top {
	clear: both;
	width: 266px;
	height: 19px;
	background: url(images/contact-top.gif) no-repeat;
}

#contactus2_side_mid {
	width: 206px;
	background: url(images/contact-mid.gif) repeat-y;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 0px 30px 1px 30px;
}

#contactus2_side_btm {
	width: 266px;
	height: 20px;
	background: url(images/contact-btm.gif) no-repeat;
}

#contactus2_side_mid .contactus_title {
	font-weight: bold;
	color: #2b6787;
	padding: 10px 0 0 0;
	margin: 0;
}

.side_top {
	float: right;
	width: 266px;
	height: 26px;
	background: url(images/right-bar.gif) no-repeat;
}

.side_mid {
	float: right;
	width: 246px;
	background: #f7f9e4;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 10px 10px 5px 10px;
}

.side_btm {
	float: right;
	width: 266px;
	height: 10px;
}

.side_top h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0;
}

.side_mid p {
	padding: 5px 10px;
}

.side_mid li h3 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	display: inline;
}

.side_mid ul {
	margin: 0em 0em 1em .8em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
}

.side_mid li {
	padding: 0em;
	margin: 0em 1em 0.1em 1em;
	list-style-image: url(images/bullet_side.jpg);
	list-style-type: none;
}

.side_mid li ul {
	margin: 0em 0em 2em 1em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
}


.side_mid li ul li {
	padding: 0em;
	margin: 0em 0em 0.5em 3em;
	list-style-image: url(images/bullet_green_side.jpg);
	list-style-type: none;
	font-weight:bold;
	text-decoration:none;
}

.side_mid .quote {
	font-size: 12px;
	font-weight: bold;
	color: #799c41;
	padding: 5px 10px 0 10px;
	margin: 0;
	line-height: 1.8;
	text-align: center;
}

.side_mid .quotee {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	padding: 5px 10px 0 10px;
	margin: 0;
	text-align: center;
}



/* Home Bottom */

.home_bottom_top {
	margin: 0 auto;
	width: 363px;
	height: 26px;
	background: url(images/home-bottom-bar.gif) no-repeat;
}

.home_bottom_mid {
	margin: 0 auto;
	width: 311px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 10px 25px 5px 25px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

.home_bottom_btm {
	margin: 0 auto;
	width: 363px;
	height: 19px;
	background: url(images/home-bottom-btm.gif) no-repeat;
}

.home_bottom_top h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0;
}

.home_bottom_title {
	color: #2b6787;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.twobox_col1 {
	float: left;
	width: 363px;
	display: inline;
}

.twobox_col2 {
	float: left;
	width: 363px;
	margin-left: 25px;
	display: inline;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.center p {
	text-align: center;
}

.center img {
	margin: 5px auto 5px auto;
}


/* Sub Bottom */

.sub_bottom {
	width: 760px;
	border: 0;
}

.sub_bottom_top {
	margin: 0;
	width: 380px;
	height: 29px;
	background: url(images/sub-bottom-top.gif) no-repeat;
}

.sub_bottom_mid {
	margin: 0;
	width: 300px;
	background: url(images/sub-bottom-mid.gif) repeat-y;
	padding: 1px 40px;
}

.sub_bottom_btm {
	margin: 0;
	width: 380px;
	height: 29px;
	background: url(images/sub-bottom-btm.gif) no-repeat;
}

.sub_bottom_mid h2 {
	text-align: center;
}

.sub_bottom_mid ul {
	margin-top: -20px;
	margin-left: 20px;
	margin-bottom: 0;
}

.sub_bottom_mid li {
	padding: 0;
	margin: 0;
}

.sub_bottom_mid ul ul {
	margin-top: 0;
}




/* Footer */

#footer_left_corner {
    background:url(images/footer_left.gif) no-repeat;
	height:26px;
	width:6px;
}

#footer {
    background:url(images/footer.gif) repeat-x;
	height:26px;
	width:820px;
	padding-top:4px;
	text-align:center;
}

#footer a {
    color:#666666;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
    color:#2b6787;
	text-decoration:none;
}

.footer_divider {
    margin:0px 7px;
}

#footer_right_corner {
    background:url(images/footer_right.gif) no-repeat;
	height:26px;
	width:6px;
}

#copyright, #copyright a {
    color:#666666;
	font-size:9px;
	text-decoration:none;
	text-align:right;
	padding:4px 3px 0px 0px;
}



/* Misc */

.box_bkgd {
    background:url(images/box_bkgd.jpg) repeat-x;
	height:64px;
	text-align:center;
	vertical-align:middle;
}

.box_bkgd2 {
    background: #f2891e;
	vertical-align:middle;
}

.box_bkgd2 p {
	text-align:center;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0 40px;
}

.table {
	border: none;
	border-collapse: collapse;
}

.table td {
	padding: 0;
}

.table .highlights {
	padding-left: 15px;
}

.table .highlights p, .table .highlights ul {
	margin-bottom: 10px;
}

.table .highlights ul li {
	font-size: 10px;
	line-height: 1.4;
}

.table .highlights ul li ul {
	margin: 0em 0em .9em .3em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
}

.table .highlights ul li ul li {
	padding: 0;
	margin: 0 0 0 1em;
	list-style-image: url(/images/bullet_green.jpg);
	list-style-type: none;
	line-height: 1.4;
}

.btn {
	background:url(/images/btn_fanminder.gif) no-repeat;
	width:261px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.btn_rt {
	background:url(/images/btn_fanminder_rt.gif) no-repeat;
	width:226px;
	height:30px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.btn a, .btn_rt a {
	padding-top:7px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


/* Curved corner box ---------------------------------------------------------------------------- */

.t { background: url(images/line_single.gif) 0 0 repeat-x; }
.b { background: url(images/line_single.gif) 0 100% repeat-x; }
.l { background: url(images/line_single.gif) 0 0 repeat-y; }
.r { background: url(images/line_single.gif) 100% 0 repeat-y; }
.bl { background: url(images/corner_bl.gif) 0 100% no-repeat; }
.br { background: url(images/corner_br.gif) 100% 100% no-repeat; }
.tl { background: url(images/corner_tl.gif) 0 0 no-repeat; }
.tr { background: url(images/corner_tr.gif) 100% 0 no-repeat; padding: 16px; vertical-align: top; }

