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

html {
	height: 100%;
}
body {
	background-color:#FFFFFF;
	background-image:url(images/main_pg/full_bg.jpg);
	background-repeat: repeat-x;
	color:#000000;
	padding: 0;
	margin:0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 16px;
}
body.iframe {
	background-color:#FFFFFF;
	background-image:none;
	color:#000000;
	padding: 0;
	margin:0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 16px;
}
div#outerdiv {
	background-color: #FFFFFF;
	width: 944px;
	height: 100%;
	overflow: visible;
	padding: 0;
	margin:0 auto;
	text-align: center;
	height:100%;
}
#wrapper {
	margin:0 auto;
	text-align: left;
	width:944px;
	height:100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
i {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:-50px;
}
em {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:-50px;
}
.italics {
	font-style: italic;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
ul {
	padding-top: 12px;
}
h1 {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	padding-top:2px;
}
.proj {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
h2 {
	color:#3e6bb2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: -10px;
}
h3 {
	color:#19283c;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: -10px;
}
h4 {
	color:#000;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
h2.titles {
	color:#3e6bb2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: -5px;
}
/***********************************************/
/*     LINKS   CSS                             */
/***********************************************/	


a:link {
	color:#123f7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	outline: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#123f7d;
	font-weight:bold;
	text-decoration: underline;
	outline: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#2c3235;
	font-weight:bold;
	text-decoration: none;
	outline: none;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#a1bfdd;
	font-weight:bold;
	text-decoration: underline;
	outline: none;

}
a.title:link {
	font-size: 18px;
	text-decoration: none;
	color:#3e6bb2;
}
a.title:visited {
	font-size: 18px;
	text-decoration: none;
	color:#3e6bb2;
}
a.title:hover {
	font-size: 18px;
	text-decoration: none;
	color:#3e6bb2;
}
a.title:active {
	font-size: 18px;
	text-decoration:none;
	color:#3e6bb2;
}
a.h1links:link {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	padding-top:2px;
	text-decoration: none;
}
a.h1links:visited {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	padding-top:2px;
	text-decoration: none;
}
a.h1links:hover {
	color:#0e2f58;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	padding-top:2px;
	text-decoration: none;
}
a.h1links:active {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
	padding-top:2px;
	text-decoration: none;
}
/***********************************************/
/* ---- related links ---- */
/***********************************************/

a.relatedlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}
a.relatedlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}
a.relatedlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}
a.relatedlinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}

/***********************************************/


/***********************************************/
/*     NAV CSS                                 */
/***********************************************/

#nav {
	background-image: url(images/banner/banner_full.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 63px;
	vertical-align: top;
}
#nav {
	background-image: url(images/banner/banner_full.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 63px;
	vertical-align: top;
}
.menu {
	padding-left: 500px;
}
.menu_int {
	padding-left: 500px;
}

/***** INTERIOR PAGES ******/

/***********************************************/
/*     top banner css                          */
/***********************************************/

#nav_clients {
	background-image: url(images/clients/clients_banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 182px;
}
#nav_clients_2col {
	background-image: url(images/clients/clients_banner_2col.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 182px;
}
#nav_short_banner {
	background-image: url(images/clients/portfolio_banner_short.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_short_banner_white {
	background-image: url(images/banner/short_banner_whiteside.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_services {
	background-image: url(images/services/services_banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 182px;
}
#nav_contact {
	background-image: url(images/contact/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 182px;
}
#nav_about {
	background-image: url(images/about/about_banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 182px;
}
#nav_portfolio {
	background-image: url(images/portfolio/portfolio_banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTADS {
	background-image: url(images/portfolio/portfolio_banner_ads.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTLOGOS {
	background-image: url(images/portfolio/portfolio_banner_logos.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTFLYER {
	background-image: url(images/portfolio/portfolio_banner_flyers.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTDMAIL {
	background-image: url(images/portfolio/portfolio_banner_directmail_postcrd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTBRO {
	background-image: url(images/portfolio/portfolio_banner_bro_booklets.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTSIGNS {
	background-image: url(images/portfolio/portfolio_banner_signs_posters.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTWEB {
	background-image: url(images/portfolio/portfolio_banner_web.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTEMARK {
	background-image: url(images/portfolio/portfolio_banner_eflyers.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTFLASH {
	background-image: url(images/portfolio/portfolio_banner_flash.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_portfolio_PRTDIECU {
	background-image: url(images/portfolio/portfolio_diecut.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#nav_client_login {
	background-image: url(images/clients/client_login_banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 143px;
}
#white_banner {
	background-image: url(images/banner/white_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*************** Main CSS***********************/
/***********************************************/
/*    MAIN (and main PAGE) CSS                 */
/***********************************************/

li.inter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-left:-20px;
	padding-left:-40px;
}
ul.inter {
	padding-top:-35px;
	margin-top: -15px;
}
ul.services {
	padding-top: 0px;
}
#header {
	width: 944px;
	margin:0 auto;
	padding: 0;
	text-align: left;
}
#content {
	width: 944px;
	margin:0;
	padding: 0;
	text-align: left;
	background-color:#FFFFFF;
}
#web_port_content {
	width: 944px;
	margin:0 auto;
	padding: 0;
	text-align: left;
	background-color:#FFFFFF;
	background-image: url(images/portfolio/circle_btm_bg.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
#leftcol {
	width: 200px;
	background-image: 	url(images/main_pg/bg_col.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0;
	min-height: 430px;
}
#col_txt {
	padding-top: 1px;
	margin-right: 13px;
	margin-left: 20px;
}
#rightcol {
	width: 200px;
	background-image: 	url(images/main_pg/bg_col.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0;
	min-height: 430px;
}
#rightcol_int {
	width: 200px;
	background-image: url(images/interior/right_col_bg.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0;
}
#rightcol_portfolio {
	width: 200px;
	background-image: url(images/portfolio/port_right_col.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0;
}
#right2col_int {
	width: 200px;
	background-image: url(images/interior/right_col_bg_2col.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 0;
}
.valignbottom {
	vertical-align:bottom;
}
#tabs {
	background-image: url(images/main_pg/tabs.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width: 540px;
	height: 233px;
	margin-top: 10px;
}
#graphic_dtxt {
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
}
#graphic_d {
	width:175px;
	height: 232px;
	float: left;
	text-align: left;
}
#web_d {
	width:169px;
	height: 232px;
	float: left;
	text-align: left;
	margin-left: 4px;
}
#inter_mark {
	width:169px;
	height: 232px;
	float: left;
	text-align: left;
	margin-left: 5px;
}
.wht {
	color: #FFFFFF;
}
.wht_btm {
	color: #FFFFFF;
	padding-bottom:8px;
	margin-bottom:2px;
}
.quotes {
	font-size: 10px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}
.bluequotes {
	color:#16345d;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.quotediv {
	background-image:url(images/clients/quotebg.jpg);
	background-repeat: repeat-y;
	background-position: center left;
	padding: 2px;
}
.graphic_h1 {
	padding-left: 13px;
}
.web_h1 {
	padding-left: 19px;
}
.intermark_h1 {
	padding-left: 20px;
}
.consl {
	margin-top: 12px;
	margin-bottom:1px;
}

/***********************************************/
/*     projects completed CSS                  */
/***********************************************/

#proj_just_completed {
	background-image: url(images/main_pg/bg_projects_just_completed.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 544px;
	height: 282px;
}
.proj_topimg {
	margin-right: 5px;
	margin-bottom: 5px;
}
.proj_toplastimg {
	margin-bottom: 5px;
}
.proj_btmimg {
	margin-right: 5px;
}

/***********************************************/
/*    website review CSS                       */
/***********************************************/

#website_review {
	background-image: url(images/web_review/home_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
}
#about_website_review {
	background-image: url(images/web_review/about_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin-top: 35px;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
#client_website_review {
	background-image: url(images/web_review/client_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
#client_website_review_still {
	background-image: url(images/web_review/client_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin: 0;
	padding: 0;
	bottom: 0;
	z-index: 2;
}
#services_website_review {
	background-image: url(images/web_review/services_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
#services_website_review_still {
	background-image: url(images/web_review/services_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin: 0;
	padding: 0;
	bottom: 0;
	z-index: 2;
}
#contact_website_review {
	background-image: url(images/web_review/contact_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
#portfolio_website_review {
	background-image: url(images/web_review/portfolio_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
#mbr-login_website_review {
	background-image: url(images/web_review/mbr-login_website_review.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:209px;
	width:200px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
#website_review_txt {
	vertical-align: bottom;
	padding-top: 120px;
}
.toppadding {
	padding-top: 5px;
}

/***********************************************/
/*    interior page CSS                         */
/***********************************************/

.h1_linespace {
	line-height: 23px;
}
.bigger_h2 {
	font-size: 20px;
	margin-bottom: 3px;
}
.gray_div {
	color:#bebdbd;
}
.lighterblueh2 {
	color:#7aaadb;
}
.subheadings {
	color:#3e6bb2;
	font-size: 15px;
	font-weight: bold;
}
.proof_titles {
	color:#fff;
	font-size: 19px;
	font-weight: bold;
}
#middlecontent {
	width: 514px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
#middlecontent_clientlogin {
	width: 700px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
#web_port_middlecontent {
	width: 650px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
#middlecontent_1stcol {
	width: 357px;
	margin-top: 10px;
	margin-left: 15px;
}
#middlecontent_2ndcol {
	width: 317px;
	margin-top: 10px;
	margin-left: 55px;
}
#middlecontent_2col {
	width: 714px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
.clientlist {
	font-size: 9px;
}
.img_right_margin {
	margin-right: 15px;
}
.imgFLOAT_left {
	float:left;
	margin-right: 5px;
}
.imgfloat_forproofs {
	float: left;
	overflow: visible;
}
.peoplegallery_img {
	margin-right: 15px;
	margin-bottom: 245px;
}
a.subheading_link:link {
	color:#3e6bb2;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.subheading_link:visited {
	color:#3e6bb2;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.subheading_link:hover {
	color:#3e6bb2;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
a.subheading_link:active {
	color:#3e6bb2;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.sideimagesborder {
	border: 1px solid #000;
}

/***********************************************/
/*    awards page CSS                          */
/***********************************************/

#awards {
	width: 514px;
	min-height: 300px;
}
div#awards_thumb {
	float: left;
	min-height: 80px;
}
#awards_desc {
	width: 444px;
	float: left;
	text-align: left;
}
.award_thmb_img {
	float:left;
	margin-top: 2px;
	margin-right: 7px;
}

/***********************************************/
/*     portfolio CSS                           */
/***********************************************/

.thumbnail_img {
	margin-bottom: 7px;
	border: 1px solid #000;
}
.webthumb {
	border: 1px solid #000;
}
div#nextpage {
	margin-top: 65px;
	margin-right: 13px;
}

/***********************************************/
/*     SOCIAL    CSS                           */
/***********************************************/

div.social {
	margin-top: 2px;
}
img.social1 {
	margin: 0;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
}
img.social {
	margin-left: 1px;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
}
a.social:link {
	color: #666666;
	text-decoration: none;
	border: solid 1px white;
}
a.social:visited {
	color: #666666;
	text-decoration: none;
	border: solid 1px white;
}
a.social:hover {
	color: #f90;
	text-decoration: none;
	border: solid 1px white;
}
a.social:active {
	color: #666666;
	text-decoration: none;
	border: solid 1px blue;
}

/***********************************************/
/***********************************************/
/* SOCIAL CSS                                  */
/***********************************************/
/***********************************************/

a.rollover_delicious {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(../images/tags/rollover_delicious.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}
a.rollover_delicious:hover {
	background-position: -16px 0;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}

/***********************************************/
 
 a.rollover_digg {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(../images/tags/rollover_digg.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}
a.rollover_digg:hover {
	background-position: -16px 0;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}

/***********************************************/
  
  a.rollover_facebook {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(../images/tags/rollover_facebook.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}
a.rollover_facebook:hover {
	background-position: -16px 0;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}

/***********************************************/
 
   a.rollover_fark {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(../images/tags/rollover_fark.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}
a.rollover_fark:hover {
	background-position: -16px 0;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}

/***********************************************/
 
   a.rollover_mixx {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(../images/tags/rollover_mixx.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}
a.rollover_mixx:hover {
	background-position: -16px 0;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}

/***********************************************/
  
   a.rollover_stumbleupon {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(../images/tags/rollover_stumbleupon.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}
a.rollover_stumbleupon:hover {
	background-position: -16px 0;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}

/***********************************************/

   a.rollover_technorati {
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: url(../images/tags/rollover_technorati.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}
a.rollover_technorati:hover {
	background-position: -16px 0;
	text-decoration:none;
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	color:#999999;
}

/***********************************************/
/*     FOOTER CSS                              */
/***********************************************/

.footer_txt {
	color:#939598;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.footerlink:link {
	color:#939598;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a.footerlink:visited {
	color:#939598;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a.footerlink:hover {
	color:#666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
a.footerlink:active {
	color:#939598;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
div.inset {
	background-color: #fff;
	padding: 8px;
	border: solid 2px #334970;
	width: 400px;
}
h1.inset {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-top: 6px;
	margin-bottom: 6px;
}
h2.inset {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-top: 4px;
	margin-bottom: 6px;
}
p.inset {
	color: #fff;
	margin-top: 0;
	margin-bottom: 6px;
}
td.inset {
	color: #fff;
}

/***********************************************/
/*    POP UP CSS                              */
/***********************************************/

p.popupclose {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	text-transform: uppercase;
	margin: 0;
}
p.popupnav {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
	margin: 0;
}
a.popupnav:link {
	color: #fff;
	text-decoration: none;
}
a.popupnav:visited {
	color: #fff;
	text-decoration: none;
}
a.popupnav:hover {
	color: #CCCCCC;
text-decoration: none;
}
a.popupnav:active {
	color: #999999;
	text-decoration: none;
}
