/* DSSI.net */

@import url("reset.css");
body {
	margin:0;
	}
html {
	background:url(../images/mainBG.png) repeat-y top center;
	}
a:link {
	color:#005a9b;
	}
a:hover {
	color:#f90;
	text-decoration:none;
	}
/* LAYOUT */
#container {
	width:790px;
	background-color:#fff;
	margin:0 auto;
	/*background:url(../images/12_col.gif) repeat-y top left;*/
	}
#header {
	background:url(../images/headerBG.png) repeat-x top left;
	height:97px;
	}
#header a img {
	margin-left:10px;
	float:left;
	}
#headerContact {
	width:585px;
	float:right;
	text-align:right;
	padding-right:15px;
	margin-top:15px;
	}
#horzDivider {
	background:url(../images/bannerDivider.gif) repeat-x top left;
	height:9px;
	font-size:0;
	}
#sidenav, #sideContent {
	width:178px;
	float:right;
	margin-right:15px;
	margin-top:18px;
	display:inline; /* IE double-float bug */
	background:url(../images/sidenavBottom.gif) no-repeat bottom left;
	}
#sideContent {
	background:none;
	margin-top:28px;
	}
#sidenav div {
	background:url(../images/sidenavTop.gif) no-repeat top left;
	padding:10px;
	}
#sidenav ul {
	margin-bottom:0;
	}
#sidenav ul ul {
	margin-left:15px;
	}
#sidenav ul li {
	list-style-type:none;
	}
#content {
	padding:15px;
	padding-bottom:75px;
	}
#footer {
	clear:both;
	border-top:1px solid #ddd;
	text-align:center;
	bottom:100%;
	margin-bottom:0;
	}
#footer ul {
	margin:1.5em 0 0 0;
	}
#footer ul li {
	list-style-type:none;
	display:inline;
	margin:0 10px;
	}
#footer dl {
	color:#666666;
	font-size:90%;
	}
#grid /* TEMPORARY */ {
	background-image:url(../images/grid.gif);
	}
#box1, #box2 {
	width: 350px;
	border:1px solid #ccc;
	padding:10px;
	display:inline; /* STOOPID IE BUG */
	height:100px;
	}
#box1 p, #box2 p {
	margin-bottom:0;
	}
#box1 {
	float:left;
	margin:15px 0 15px 15px;
	}
#box2 {
	float:right;
	margin:15px 15px 15px 0;
	}
.miniPic {
	border:1px solid #000;
	margin-right:15px;
	float:left;
	}
.contentCol1 {
	width:50%;
	float:left;
	}
.contentCol2 {
	width:50%;
	float:right;
	}
#subFeat1, #subFeat2, #subFeat3 {
	width:245px;
	margin-left:15px;
	float:left;
	display:inline;
	}
#subFeat1 h2, #subFeat2 h2, #subFeat3 h2, #box1 h2, #box2 h2 {
	margin-bottom:0;
	}
#subFeat3 {
	background-color:#eee;
	border:1px solid #ddd;
	padding:10px;
	width:223px;
	}
#subFeat3 p {
	margin:15px 0 0 0;
	}
.skipnav {
	position:absolute;
	left:-1000em;
	}
#announcement {
	background-color:#FFCC99;
	margin-bottom:10px;
	padding:3px 0;
	border-bottom:1px solid #000;
	}
#announcement p {
	text-align:center;
	font-size:120%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:4px 0;
	}
#announcement p a:link, #announcement p a:visited {
	font-weight:bold;
	}
#announcement p a:hover {
	color:#005a9b;
	text-decoration:none;
	}
#announcement p a img {
	vertical-align:text-bottom;
	margin-right:4px;
	}
#col34 {
	width:565px;
	float:left;
	}
#col14 {
	width:180px;
	float:right;
	}
#col14 {
	margin-top:10px;
	}