body
{
	background-color:#fff;
	font-family:Verdana;
	font-size:0.80em;
	margin:10px;
}

.alert
{
	color:Red;
}

img
{
	border:0;
}

a:link, a:visited
{
	color:#0e4589;
	/* color:#274133; */
	text-decoration:none;
}

a:hover, a:active
{
	color:#4f81bd;
	/* color:#365a47; */
	text-decoration:underline;
}

#header
{
	margin:0 0 10px -10px;
	width:990px;
}

#menu
{
	border-bottom:2px solid #4f81bd;
	border-top:2px solid #4f81bd;
	/* border-bottom:2px solid #365a47;
	border-top:2px solid #365a47; */
	margin:5px 0 0 0;
	padding-left:210px;
	width:770px;
}

#menu a
{
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

#menu a:hover, #menu a:active
{
	background-color:#9bc1ff;
	/* background-color:#acdbca; */
	background-image:url('../images/menu-hover.png');
	/* background-image:url('../images/menu-hover-green.png'); */
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#0e4589;
	/* color:#fff; */
	text-decoration:none;
}

.subMenu
{
	border-top:1px solid #0e4589;
	/* border-top:1px solid #274133; */
	position:absolute;
	width:175px;
	z-index:10;
}

.subMenu a
{
	border-left:1px solid #0e4589;
	border-right:1px solid #0e4589;
	border-bottom:1px solid #0e4589;
	color:#0e4589;
	/* border-left:1px solid #274133;
	border-right:1px solid #274133;
	border-bottom:1px solid #274133;
	color:#274133; */
	padding:4px 16px 4px 16px;
}

.subMenu a:link, .subMenu a:visited
{
	background-color:#fff;
	display:block;
	font-weight:bold;
}

.subMenu a:hover, .subMenu a:active
{
	background-color:#9bc1ff;
	/* background-color:#acdbca; */
	text-decoration:none;
	color:#0e4589;
	/* color:#274133; */
}

span.menuBottom {
	background: transparent url('../images/menu-bottom-r.gif') no-repeat scroll bottom right;
    /* background: transparent url('../images/menu-bottom-r-green.gif') no-repeat scroll bottom right; */
	cursor:default;
    display: block;
    float: left;
    padding-right:10px;
	width:165px;
}

span.menuBottom span {
    background: transparent url('../images/menu-bottom-l.gif') no-repeat bottom left;
    /* background: transparent url('../images/menu-bottom-l-green.gif') no-repeat bottom left; */
	cursor:default;
    display: block;
	font-size:0;
	line-height:0;
    padding: 0 10px 10px 0;
}

#sidebar
{
	float:left;
	left:10px;
	padding-top:20px;
	position:absolute;
	text-align:center;
	width:200px;
}

#logo
{
	padding:0 0 10px 0;
}

#sidebar hr
{
	color:#4f81bd;
	/* color:#365a47; */
	size:1px;
	width:80%;
}

#content
{
	border-left:2px solid #4f81bd;
	/* border-left:2px solid #365a47; */
	margin-left:200px;
	padding-bottom:20px;
	width:770px;
}

#content p
{
	margin:0 20px;
	padding-top:15px;
}

#content h1, #content h2, #content h3, #content h4, #content h5
{
	margin-left:20px;
	margin-bottom:0;
	margin-top:0;
	padding-top:15px;
}

#content .section-title
{
	border-top: 2px solid #4f81bd;
	margin-top:15px;
}

#content ul, #content ol
{
	margin:0 20px 0 1px;
	padding-left:35px;
	padding-top:15px;
}

#content .top-link
{
	clear:both;
	margin:0 10px 0 20px;
	text-align:right;
}

.big-image
{
	border-bottom:2px solid #4f81bd;
	/* border-bottom:2px solid #365a47; */
	margin:0;
	padding:0;
}

#upper-right-image
{
	border-bottom:2px solid #4f81bd;
	border-left:2px solid #4f81bd;
	/* border-bottom:2px solid #365a47;
	border-left:2px solid #365a47; */
	float:right;
	margin-bottom:5px;
	margin-left:10px;
}

#health-interop
{
	margin:10px;
}

#spotlight-outer
{
	background-color:#acdbca;
	background-image:url('../images/spotlight-outer.png');
	background-repeat:repeat-x;
	color:#fff;
	font-size:1.2em;
	margin:15px;
	width:170px;
}

#spotlight-inner
{
	background-color:#fff;
	background-image:url('../images/spotlight-inner.png');
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
	font-size:0.7em;
}

/* TODO: try implementing a variation of the below when the CMMI news item would scroll off the spotlight
#spotlight-inner a.special
{
	background-color:#fff;
	display:block;
	font-weight:bold;
}
*/

.boxout-outer
{
	margin:15px 0 15px 15px;
}

#spotlight-outer, .boxout-outer
{
	padding:0;
	text-align:center;
}

#spotlight-inner, .boxout-inner
{
	margin:5px 5px 10px 5px;
	padding:0;
	text-align:left;
}

.right-boxout
{
	float:right;
	width:350px;
}

.center-boxout
{
	margin-left:190px;
	width:374px;
}

/* REMEMBER: there are "boxout-outer" and "boxout-inner" images to make these blue instead of green */
.boxout-outer
{
	background-color:#acdbca;
	background-image:url('../images/spotlight-outer.png');
	background-repeat:repeat-x;
	color:#fff;
	font-size:1.1em;
}

.boxout-inner
{
	background-color:#fff;
	background-image:url('../images/spotlight-inner.png');
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
	font-size:0.8em;
	padding-bottom:5px;
}

#content .boxout-outer .boxout-inner p, #spotlight-outer #spotlight-inner p
{
	margin:0;
	padding:10px 5px 0 5px;
}

.nw, .ne, .sw
{
	margin:0;
	padding:0;
}

.nw
{
	background-image:url('../images/rounded-10-nw.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

.ne
{
	background-image:url('../images/rounded-10-ne.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

.sw
{
	background-image:url('../images/rounded-10-sw.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}

.se
{
	background-image:url('../images/rounded-10-se.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:0;
	padding:5px 0 1px 0;
}

blockquote
{
	margin-bottom:0;
}

#venn-diagram
{
 	float:right;
	margin-bottom:10px;
	margin-left:10px;
}

.light-fill
{
	background-color:#acdbca;
	/* background-color:#9bc1ff; */
	margin:20px 20px 0 20px;
}

.quote
{
	font-style:italic;
	padding:0 0 20px 0;
}

.quote .attrib
{
	display:block;
	font-style:normal;
	font-weight:bold;
	text-align:right;
}

.info
{
	background-color:#9bc1ff;
	/* background-color:#acdbca; */
	margin:10px 0 10px 20px;
}

.info th
{
	text-align:right;
	vertical-align:top;
}

.thin-border, .thin-border tr, .thin-border tr th, .thin-border tr td 
{
	border: 1px solid #4f81bd;
	/* border: 1px solid #365a47; */
	border-collapse:collapse;
	padding:3px;
	text-align:left;
}

.no-border, .no-border th, .no-border th td, .no-border tr, .no-border tr td 
{
	border:none;
	border-collapse:collapse;
}

.image-title
{
	clear:right;
}

.image-title img
{
	float:right;
}

#benefits
{
	margin-bottom:0;
}

#benefits li
{
	margin-bottom:10px;
}

.withMap
{
	height:230px;
}

.officeMap
{
	float:right;
	margin-top:17px;
}

#bottombar
{
	text-align:center;
	border-top:2px solid #4f81bd;
	/* border-top:2px solid #365a47; */
	clear:both;
	height:50px;
	margin:0;
	padding:0;
	width:980px;
}

#bottombar img
{
	margin:0;
	padding:0 30px 0 30px;
}

#footer
{
	border-bottom:2px solid #4f81bd;
	border-top:2px solid #4f81bd;
	/* border-bottom:2px solid #365a47;
	border-top:2px solid #365a47; */
	clear:both;
	font-size:0.80em;
	margin:0 0 5px 0;
	width:980px;
}

#iso, #gsa, #sba
{
	padding:5px 0;
}

#explore
{
	width:40%;
}

#privacy
{
	text-align:center;
	width:20%;
}   

#copyright
{
	text-align:right;
	width:40%;
}
