div#accessibility { display: none; }

body {
	margin: 12px 0;
	background: #79c245 url(../images/body_bg.gif) repeat-x top;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
	
h1, h2, h3, h4 {
	color: #6a2369;
	}
	
h2 {
	font-size: 22px;
	margin: 0 0 18px;
	line-height: 28px;
	}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px;
	}

h4 { font-size: 14px;
	font-weight: bold;
	}
	
p {
	margin: 0 0 18px 0;
	}
	
p.large {
	font-size: 14px;
	line-height: 21px;
	}
	
p.small {
	font-size: 11px;
	}
	
p.gray {
	color: #696969;
	}
	
p.gray a {
	color: #696969;
	}
	
p.gray a:hover {
	color: #000;
	}
	
strong { 
	font-weight: bold;
	color: #6a2369;
	}

em { 
	font-style: italic; 
	}
	
a { 
	text-decoration: none;
	color: #205cc9;
	}
	
a:hover {
	border-bottom: 2px solid;
	color: #000;
	}
	
ul {
	margin: 0 0 18px 15px;
	list-style-type: disc;
	}

ol {
	margin: 0 0 18px 20px;
	list-style-type: decimal;
	}
	
hr {
	display: none;
	}

input {
	background: #f5f5f5;
	font-family: Arial, sans-serif;
	padding: 2px;
	}

label {
	color: #696969;
	}

body#login form {
	margin: 20px 0;
	}

sup {
font-size: 10px;
vertical-align: top;
}
	
	
/* Containers ==============================================*/ 

div#canvas {
	width: 100%;
	margin: 0 auto;
	background: #fff url(../images/footer_bg.gif) no-repeat bottom;
	float: left;
	padding: 10px 0 10px 0;
	}
	
div#column2 {
	float: right;
	width: 420px;
	}

	
/* Brand/Navigation ========================================*/ 

div#brandnav {
	margin: 0 auto 10px auto;
	width: 830px;
	height: 71px;}

div#brandnav h1 a {
	width: 200px;
	height: 57px;
	margin: 7px 0 0 0;
	display: block;
	text-indent: -9999px;
	background: url(../images/gc_logo.gif) no-repeat;
	float: left;
	}
	
div#brandnav h1 a:hover {
	border: none;
	}
	
ul#nav_menu1, ul#nav_menu2 {
	width: 200px;
	height: 71px;
	margin: 0;
	list-style-type: none;
	}
	
ul#nav_menu1 {
	float: left;
	margin: 0 0 0 220px;
	}
	
ul#nav_menu2 {
	float: right;
	}
	
ul#nav_menu1 li a, ul#nav_menu2 a {
	width: 200px;
	height: 23px;
	margin: 0 0 1px 0;
	display: block;
	text-indent: -9999px;
	}
	
ul#nav_menu1 li a:hover, ul#nav_menu2 a:hover {
	border: none;
	}
	
li#nav_agency a { background: url(../images/nav.gif) no-repeat; }
li#nav_agency a:hover, body#agency li#nav_agency a { background: url(../images/nav.gif) no-repeat 0 -71px; }

li#nav_services a { background: url(../images/nav.gif) no-repeat 0 -24px; }
li#nav_services a:hover, body#services li#nav_services a  { background: url(../images/nav.gif) no-repeat 0 -95px; }

li#nav_work a { background: url(../images/nav.gif) no-repeat 0 -48px; }
li#nav_work a:hover, body#work li#nav_work a, body#work_main li#nav_work a { background: url(../images/nav.gif) no-repeat -0 -119px; }

li#nav_news a { background: url(../images/nav.gif) no-repeat -210px 0; }
li#nav_news a:hover, body#news li#nav_news a { background: url(../images/nav.gif) no-repeat -210px -71px; }

li#nav_articles a { background: url(../images/nav.gif) no-repeat -210px -24px; }
li#nav_articles a:hover, body#article li#nav_articles a { background: url(../images/nav.gif) no-repeat -210px -95px; }

li#nav_contactus a { background: url(../images/nav.gif) no-repeat -210px -48px; }
li#nav_contactus a:hover, body#contactus li#nav_contactus a { background: url(../images/nav.gif) no-repeat -210px -119px; }
	
	
/* Messages =================================================*/ 

div#message {
	height: 145px;
	clear: both;
	border-top: 1px solid #79c245;
	border-bottom: 1px solid #79c245;
	text-indent: -9999px;
	width: 830px;
	margin: 0 auto;
	}
	
body#home div#message { background: url(../images/msg_positioning.gif) no-repeat; }
body#agency div#message { background: url(../images/msg_partner.gif) no-repeat; }
body#article div#message { background: url(../images/msg_marketingprose.gif) no-repeat; }
body#services div#message { background: url(../images/msg_brand.gif) no-repeat; }
body#careers div#message { background: url(../images/msg_careers.gif) no-repeat; }	
body#contactus div#message { background: url(../images/msg_contact.gif) no-repeat; }
body#login div#message { background: url(../images/msg_login.gif) no-repeat; }
body#privacy div#message { background: url(../images/msg_privacy.gif) no-repeat; }
body#pressroom div#message { background: url(../images/msg_press.gif) no-repeat; }
body#news div#message { background: url(../images/msg_news.gif) no-repeat; }
body#work div#message, body#work_main div#message { background: url(../images/msg_work.gif) no-repeat; }
body#error div#message { background: url(../images/msg_error.gif) no-repeat; }



/* Content =================================================*/ 

div#content {
	width: 830px;
	margin: 0 auto 0 auto;
	}
	
div#column1 {
	width: 390px;
	padding: 12px 10px;
	float: left;
	border-top: 5px solid #79c245;
	}

div.livinghope {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 190px;
	float: left;
	color: #696969;
	font-size: 11px;
padding: 15px 5px 0 5px;
}

div.livinghope p {
margin: 10px 0 0 0;
}
	
/* Recent News ============================================*/ 

div#recent_news {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	}
	
div#recent_news h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_recentnews.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#recent_news p {
	margin: 0 5px;
	}
	
ul.recent_list {
	list-style-type: none;
	border-top: 1px solid #e9e9e9;
	margin: 0;
	}
	
ul.recent_list li {
	border-bottom: 1px solid #e9e9e9;
	}
	
ul.recent_list li a {
	display: block;
	padding: 5px;
	}
	
ul.recent_list li a:hover, ul.recent_list li a.selected {
	border: none;
	background: #f5f5f5;
	color: #000;}
	
ul.recent_list li .date {
	color: #696969;
	font-size: 11px;
	}

p.newsdate {
	font-family: Georgia, serif;
	font-style: italic;
	color: #696969;
	}
	
/* Recent Articles ============================================*/ 

div.recent_articles {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	}
	
div.recent_articles h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_recentarticles.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div.recent_articles p {
	margin: 0 5px;
	}

/* Awards ============================================*/ 

div#awards_list {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#awards_list h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_awards.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#awards_list p, div#awards_list ul {
	padding: 0 5px;
	}
	
div#awards_list p {
	font-size: 11px;
	}
	
div#awards_list ul li {
	margin: 0 0 5px 0;
	}
	
/* Recent Work ============================================*/ 

div#recent_work {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	font-size: 11px;
	line-height: 15px;
	}
	
div#recent_work h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_work.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#recent_work p {
	margin: 0 5px;
	}
	
div#recent_work img {
	border: 1px solid #ccc;
	}
	
	
/* Careers ============================================*/ 

div#recent_careers {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#recent_careers h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_careers.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#recent_careers p {
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-size: 11px;
	}

div.career_listing {
	border-top: 1px solid #ddd;
	padding: 18px 0 0 0;
	}

div#core_values {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#core_values h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_corevalues.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#core_values p, div#core_values ul {
	padding: 0 5px;
	}

	
div#core_values p {
	font-size: 11px;
	}
	
div#core_values ul li {
	margin: 0 0 5px 0;
	}

div#we_offer {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#we_offer h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_weoffer.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#we_offer p, div#we_offer ul {
	padding: 0 5px;
	}

	
div#we_offer p {
	font-size: 11px;
	}
	
div#we_offer ul li {
	margin: 0 0 5px 0;
	}
		
/* Testimonials ============================================*/ 

body#home div#quote img {
	float: right;
	}


div#quote {
	width: 380px;
	float: left;
	color: #79c245;
	font-family: Georgia, serif;
	font-style: italic;
	width: 410px;
padding: 0 0 0 10px;
	}

ul#client-quotes {
list-style-type: none;
margin: 0;
}
	
div#quote p.large {
	line-height: 20px;
	margin: 2px 0 0 0;
	}
	
p.quote_person, p.quote_person strong {
	color: #79c245;
	margin: 10px 0 0 0;
	}
	

	
/* Article =================================================*/

div#column_article {
	width: 610px;
	padding: 10px 0 10px 10px;
	float: left;
	border-top: 5px solid #79c245;
	}
	
div#column_article p {
	padding: 0 220px 0 0;	
	margin: 0 0 21px 0;
	}

div#column_article div.intro p {
	font-size: 14px;
	padding: 0;
	color: #696969;
	line-height: 21px;
	}
	
div#column_article h2 {
	margin: 10px 0 10px 0;
	}

div#column_article ul, div#column_article ol {
	padding: 0 210px 0 0;
	}

div#column_article img {
	margin: 0 0 20px 0;
	}
	
div#column_article blockquote { 
	float: right;
	width: 200px;
	padding: 0;
	color: #79c245;
	font-size: 16px;
	line-height: 21px;
	font-family: Georgia, serif;
	font-style: italic;
	clear: right;
	}

div#column_article blockquote p {
	padding: 0;
	}

p.article_date {
	font-family: Georgia, serif;
	font-style: italic;
	color: #696969;
	float: right;
	}

div#column_article ul.allarticles {
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #e9e9e9;
	float: left;
	width: 600px;
	padding: 0;
	}

	
ul.allarticles li {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	width: 600px;
	padding: 10px;
	}

ul.allarticles li:hover {
	background: #f5f5f5;
	}
	
ul.allarticles li a {
	width: 590px;
	}

ul.allarticles li h3 {
	font-weight: normal;
	color: #205cc9;
	}
	
ul.allarticles li a:hover {
	border: none;
	}
	
ul.allarticles li .date {
	color: #696969;
	font-size: 11px;
	}

div#column_article ul.allarticles img {
	float: left;
	margin: 0 10px 0 0;
	}

div#column_article p.large {
	padding: 0;
	}

div#column_article ul.allarticles li p {
	color: #696969;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
	
div#subscribe {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	}
	
div#subscribe h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_subscribe.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

div#subscribe form, div#subscribe p {
	padding: 0 0 0 6px;
	}

div#subscribe form {
	margin: 0 0 18px 0;
	}

p.rssfeed a {
	background: url(/images/feed_icon.gif) no-repeat left;
	font-size: 14px;
	padding: 0 0 0 20px;
	}

p.rssfeed a:hover {
	border: none;
	}

/* Services ============================================*/ 

div#services_list {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#services_list h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_services.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#services_list ul {
	padding: 0 5px;
	}
	
div#services_list ul li {
	margin: 0 0 5px 0;
	}

div#testimonials {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#testimonials h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_testimonials.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

div#testimonials p {
	margin: 0 0 15px 6px;
	color: #79c245;
	font-family: Georgia, serif;
	font-style: italic;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px 0;
	}

.testimony_name {
	color: #696969;
	display: block;
	margin: 10px 0 0 0;
	}

.testimony_name strong {
	color: #696969;
	}

/* Contact =================================================*/

div#request_info {
	float: left;
	width: 410px;
	border-top: 4px solid #6a2369;
	margin: 1px 0 18px 10px;
	color: #696969;
	font-size: 11px;
	line-height: 15px;
	}

div#request_info h3 {
	width: 200px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/hd_requestinfo.gif) no-repeat;
	margin: 15px 0 20px 0;
	}

div#request_info form {
	padding: 0 0 0 6px;
	}

div#request_info input {
	}

div#request_info textarea {
	background: #f5f5f5;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 389px;
	height: 100px;
	}

label.zemRequired {
}

div#request_info select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: #f5f5f5;
	}

fieldset.contactinfo label {
	width: 60px;
	float: left;
	padding: 5px 0 0 0;
	}

fieldset.contactinfo input {
	width: 335px;
	}

fieldset.addressinfo input {
	width: 395px;
	}

div#request_info input {
	font-family: Arial, sans-serif;
	padding: 2px;
	}

div#request_info .interest_item {
	width: 185px;
	float: left;
	margin: 3px 0 0 10px;
	}

fieldset.interests input {
	margin: 0 5px 0 0;
	}

fieldset.interests p {
	float: left;
	}

fieldset.contact_options input {
	margin: 0;
	padding: 0;
	}

div.zemThanks {
	padding: 0 0 0 6px;
	font-size: 14px;
	line-height: 21px;
	}

body#privacy div#column2, body#error div#column2 {
	float: left;
	width: 410px;
	border-top: 4px solid #6a2369;
	margin: 1px 0 18px 10px;
	color: #696969;
	font-size: 11px;
	line-height: 15px;
	padding: 8px 0 0 0;
	}

/* Press Room =================================================*/
div#mediacontacts {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#mediacontacts h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_mediacontacts.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

div#mediacontacts h4, div#mediacontacts p {
	padding: 0 0 0 6px;
	}

div#moreinfo {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#moreinfo h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_moreinfo.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

div#moreinfo ul {
	margin: 0 0 0 20px;
	}

/* Work =================================================*/

body#work div#column1 {
	width: 600px;
	}

body#work div#column2 {
	width: 200px;
	}

div#our_work {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: right;
	font-size: 11px;
	line-height: 15px;
	}


div#our_work h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_ourwork.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

div#casestudies_list {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #6a2369;
	width: 200px;
	float: right;
	font-size: 11px;
	line-height: 15px;
	}

div#casestudies_list h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_casestudies.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

body#work div#column1 img {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #ddd;
	padding: 2px;
	}

div.work_sample {
	border-top: 1px solid #ddd;
	padding: 10px 0 0 0;
	float: left;
	}

div.work_sample h3 {
	color: #000;
	}

div.work_sample p {
	color: #696969;
	font-size: 11px;
	line-height: 14px;
	}

div.work_sample a {
	font-size: 14px;
	}

div.work_sample a.lightbox_link {
	font-size: 11px;
	color: #a6a6a6;
	}

div#column1 p.casestudy_p {
	margin: 0;
	color: #79c245;
	font-weight: bold;
	}

div.casestudy h2 {
	margin-top: 0;
	}

div.casestudy p {
	padding: 0 210px 0 0;
	margin: 0 0 21px 0;
	}
	
body#work div#column1 div.casestudy img {
	margin: 0 0 21px 0;
	padding: 0;
	border: none;
	}

div.casestudy p.pullout { 
	float: right;
	width: 200px;
	padding: 0;
	color: #79c245;
	font-size: 16px;
	line-height: 21px;
	font-family: Georgia, serif;
	font-style: italic;
	}

	
/* Footer =================================================*/ 

div#footer {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
	font-size: 11px;
	clear: both;
	border-top: 2px solid #fff;
	}
	
ul#footer_nav {
	width: 830px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #a6da80;
	padding: 5px 0;
	}

body#home ul#footer_nav {
	border-top: none;
	padding-top: 0;
	}
	
ul#footer_nav li {
	float: left;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat left; 
	padding: 0 5px 0 10px;
	}
	
ul#footer_nav li.first {
	background: none;
	padding-left: 0;
	}
	
ul#footer_nav li.login {
	float: right;
	padding: 0;
	list-style-type: none;
	background: none;
	}
	
ul#footer_nav li.login a {
	width: 95px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	background: url(../images/client_login.gif) no-repeat;
	}
	
ul#footer_nav li.login a:hover {
	background: url(../images/client_login.gif) no-repeat 0 -23px;
	border: none;
	}
	
ul#footer_nav li a {
	color: #fff;
	}
	
ul#footer_nav li a:hover {
	color: #000;
	}
	
ul#footer_nav li a.gray {
	color: #c1e7a6;
	}
	
ul#footer_nav li a.gray:hover { 
	color: #000;
	}
	
div#footer p {
	margin: 10px auto 0 auto;
	color: #a6da80;
	clear: both;
	width: 830px;
	}

div#footer p.small {
	width: 100%;
	}

div#footer_wrap {
	width: 830px;
	margin: 0 auto;
	}

/* Testimonial ----- */
div#footer div#quote p {
	width: 100%;
	color: #fff;
	}

div#footer div#quote {
	margin: 0;
	border-top: none;
	width: 410px;
	float: left;
	text-align: left;
	padding: 0;
	background: none;
	color: #79c245;
	border-top: 4px solid #a6da80;
	}

div#footer div#quote h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_testimonials_wt.gif) no-repeat;
	margin: 15px 0 10px 0;
	}

div#footer div#quote p {
	float: left;
	clear: none;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 8px 0 10px 6px;
	width: 390px;
	}

div#footer div#quote p.large {
	}

div#footer div#quote p.quote_person strong {
	color: #fff;
	font-size: 12px;
	}

div#footer div#quote img { 
	float: left;
	margin: 2px 0 10px 0;
	}

div#footer div#quote p.quote_img {
	width: 80px;
	float: left;
	margin: 0 20px 0 0;
	}

/* Recent News Footer============================================*/ 

div#footer div#recent_news {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #a6da80;
	width: 200px;
	float: left;
	}
	
div#footer div#recent_news h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_recentnews_wt.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#recent_news p {
	margin: 0 5px;
	}
	
div#footer ul.recent_list {
	list-style-type: none;
	border-top: 1px solid #a6da80;
	margin: 0;
	}
	
div#footer ul.recent_list li {
	border-bottom: 1px solid #a6da80;
	}
	
div#footer ul.recent_list li a {
	display: block;
	padding: 5px;
	color: #d0f3b7;}
	
div#footer  ul.recent_list li a:hover {
	border: none;
	background: #67b034;
	color: #fff;
	}
	
div#footer ul.recent_list li .date {
	color: #a6da80;
	font-size: 11px;
	}

div#footer div#recent_careers {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #a6da80;
	width: 200px;
	float: left;
	color: #696969;
	}
	
div#footer div#recent_careers h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_careers_wt.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div#footer div#recent_careers p {
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-size: 11px;
	width: 100%;
	color: #fff;
	}

div#footer p.gray a {
	color: #a6da80;
	}

div#footer p.gray a:hover {
	color: #fff;
	}

div#footer div.recent_articles {
	margin: 1px 0 18px 10px;
	border-top: 4px solid #a6da80;
	width: 200px;
	float: left;
	}
	
div#footer div.recent_articles h3 {
	width: 200px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/hd_recentarticles_wt.gif) no-repeat;
	margin: 15px 0 10px 0;
	}
	
div.recent_articles p {
	margin: 0 5px;
	}

div#footer #social_icons {
        height:40px;
        width:830px;
        margin:5px auto;
}
div#footer #social_icons p {
       padding:0px !important;
       margin:0px !important;
       float:left;
       color:white;
}

#twitter, #facebook, #linked_in {
      float:left;
      height:34px;
      margin-right:6px;
}

#twitter a {
      display:block;
      height:20px;
      padding:10px 0 0 40px;     
      float:left;
      width:34px;
      color:white;
      text-decoration:none;
}

#facebook a {
      display:block;
      height:20px;
      padding:10px 0 0 40px;
      float:left;   
      width:51px;
      color:white;
      text-decoration:none;   
}

#linked_in a {
      display:block;
      height:20px;
      padding:10px 0 0 40px;    
     float:left;  
      color:white;
      text-decoration:none;
}

#social_icons a:hover {text-decoration:underline !important; border:none !important;}

#twitter {background:url(/images/twitter.jpg) no-repeat left;}
#facebook {background:url(/images/facebook.jpg) no-repeat left;}
#linked_in {background:url(/images/linkedin.jpg) no-repeat left;}
	
/* Colors ===================================================

Green = #79c245
Purple = #6a2369
Blue = #205cc9
Gray = #696969

=============================================================*/

