/* CSS Document 200909 */
/* rb@blankBLANK */

body {
	background-color:#fcfcfc;	
}

#outerglow { /*contains bg img around container */
	width:850px;
	padding:22px 0 0 5px;
	margin:auto;
	background-image: url(/imgs/outerglow_bg.png);
	background-repeat: no-repeat;
}

#container_wrap { /*box holding site*/
	background-color: #fff;
	border: 1px solid #3f3f3f;
	padding:3px 3px 5px 3px;
	margin:auto;
	width:800px;
}

.blankLogo {/*positioning for BLANK design communications img*/
	float: left;
	margin:0 0 0 8px;
	padding: 0;
}

/* homepage block text links and .coBrief*/
#whoweare a:link, #whoweare a:visited {
	color:#3f3f3f;
	text-decoration: none;
}
#whoweare a:hover, #whoweare a:active {
	color: #E2352C;
	text-decoration: none;
}
/* company brief on homepage NOTE:larger text & line height
 makes text go below/beyond its container - rb */
.coBrief {
	color:#3f3f3f;
	font-size:13px;
	font-family:helvetica;
	font-weight:normal;
	font-style:normal;
	line-height:19px; /*was 14px*/
	text-decoration:none;
	margin:0;
	padding:0;
}

/* homepage RECENT PRESS p formatting  */
#recentnews p {margin:0; margin-bottom:4px; padding:0;}

/* GSA img homepage position */
#recentnews img{
	float:left;
	padding:1px 3px 0 0;
	margin:0;
	border:0;
}

/* carrot arrows found on homepage, currently set to red */
.arrowCarrot {color:#f52104; padding-left:3px;}

/* default links, currently on #6FB2DA the PRESS page */
a:link, a:visited {color:#858687; text-decoration:none;}
a:hover, a:active {color:#f52104; text-decoration:none;}

/*--
GLOBAL navigation (about, our work, contact)
--*/
#gnav {/*position of nav box*/
	color: #B2B2B2; /* color of dividers '|' */
	font-size: 14px;
	font-family: helvetica;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 26px 30px 0 0;
	padding:0;
	float:right;
}
#gnav a:link, #gnav a:visited {
	color: #E03127; /* bright red */
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
}
#gnav a:hover, #gnav a:active {
	color: #4e98c7; /* light blue */
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
}

/*--
MAIN navigation (print, web, marketing)
--*/
#main_nav {/*position of nav box*/
	color: #6E605E; /* warm gray (color of dividers '|') */
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	font-style: normal;
	text-decoration: none;
	padding:0;
	margin:0 0 0 10px;

}
#main_nav a:link, #main_nav a:visited {
	color: #002B5A; /* dark blue */
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
}
#main_nav a:hover, #main_nav a:active {
	color: #BF0000; /* dark red */
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
}

/*-- NO USE
SMALL nav global links
--*/
#smallNav {
	text-align:right;
	margin-top:13px;
	margin-left:36px;
	padding:0;
	float:left;
	display:none;
}
#smallNav a:link, #smallNav a:visited {
	color:#fff;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	line-height:13px;
	text-decoration:none;
}
#smallNav a:hover, #smallNav a:active {
	color:#0060b6;
	text-decoration:none;
}

/*--
FOOTER
--*/
/* facebook/twitter */
#follow {
	font-family:Helvetica, Arial, sans-serif;
	font-size:9px;
	text-align:right;
	color:#858687;
	margin:5px 25px 0 0;
	float:right;
}
#follow img {vertical-align:text-top;}
.icon {border:0; width:18px;}

/* copyright, privacy statement */
#copyright {
	text-align:right;
	color:#858687;
	margin:30px 25px 0 0;
	clear:both;
}
#copyright a {
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
