body {
	margin: 0;
	padding: 0;
	background: #085782 url(../images/page/grad-bg-top.gif) top center repeat-x;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #444D50;
}
#page-bg {
	background: url(../images/page/page-bg.gif) top center repeat-y;
}
#page-bg-top {
	background: url(../images/page/page-bg-top.jpg) top center no-repeat;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#header {
	background: url(../images/page/header-bg.gif) top center no-repeat;
}


/* ----------------------------------- green side nav panel ----------------------------------- */

#sidenav {
	float: left;
	background: #EDF4E0 url(../images/page/nav-top-bg.gif) top left no-repeat;
	width: 275px;
	padding: 50px 0 0 0;
}
#sidenav h3 {
	margin: 0;
	padding: 0 0 0 48px;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #AACB6F;
}
#sidenav ul {
	margin: 0 0;
	padding: 22px 0 78px;
	list-style: none;
	background: url(../images/page/nav-bot-bg.gif) bottom left no-repeat;
}
#sidenav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#sidenav li a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #676D5B;
	background: url(../images/page/nav-div.png) top left no-repeat;
	padding: 8px 45px 8px 48px; 
}
#sidenav li a:hover {
	color: #1379A1;
	text-decoration: underline;
}


/* ----------------------------------- main content stuff ----------------------------------- */

#content {
	padding: 45px 50px 50px 10px;
	margin: 0 0 0 280px;
}
#content-fullwidth {
	padding: 45px 48px;
}

h1 {
	margin: 0;
	padding: 0;
	font: normal 24px/26px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #AACB6F;
}
.breadcrumb {
	color: #D7E7BB;
}
h2 {
	margin: 20px 0 0;
	padding: 0;
	font: normal 18px/20px Arial, Helvetica, sans-serif;
	color: #1379A1;
}
h3 {
	margin: 20px 0 0;
	padding: 0;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #AACB6F;
}
h4 { /* intro para */
	margin: 12px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
p {
	margin: 12px 0;
}
ul li {
	margin-bottom: 7px;
}
a {
	color: #1379A1;
}
small, .small {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
form {
	margin: 0;
}
input, select, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444D50;
}


/* ----------------------------------- footer ----------------------------------- */

.clear {
	clear: both;
}
#footer {
	background: url(../images/page/footer-bg.jpg) top center no-repeat;
	padding: 30px 0 200px;
	font-size: 11px;
	line-height: 15px;
	color: #87B9CD;
}
#footer table {
	margin: 0 auto;
	width: 900px;
}
#footer a {
	color: #B7D5E1;
}
#footer a:hover {
	color: #FFFFFF;
}


/* ----------------------------------- tables ----------------------------------- */

.data-table {
	margin: 20px 0;
	width: 610px;
	background: url(../images/page/th-bg-610.gif) top left no-repeat;
	font-size: 10px;
	line-height: 12px;
}
.data-table th {
	font-size: 11px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 2px solid #AACB6F;
	padding: 0 8px 2px;
}
.data-table td {
	padding: 8px 8px;
	border-bottom: 1px solid #D0E4EC;
}
.data-table tr:hover {
	background-color: #EEF6F8;
}
.alt-cell {
	background-color: #EEF6F8;
}

.hosting td {
	text-align: center;
}
.hosting strong {
	display: block;
	text-align: left;
}

.side-table {
	margin: 20px 0;
	border-top: 1px solid #D0E4EC;
	font-size: 11px;
	line-height: 15px;
}
.side-table th {
	font-size: 11px;
	line-height: 32px;
	text-transform: uppercase;
	color: #1379A1;
	border-bottom: 1px solid #D0E4EC;
	padding: 0 8px 2px;
	text-align: left;
	background-color: #EEF6F8;
}
.side-table td {
	padding: 8px 8px;
	border-bottom: 1px solid #D0E4EC;
}
.side-table tr:hover {
	background-color: #EEF6F8;
}

/* ----------------------------------- odds and ends ----------------------------------- */

.separator {
	clear: both;
	margin: 20px 0;
	line-height: 0;
	border-bottom: 1px solid #D0E4EC;
}
.red {
	color: #CC0000;
}
.darkgreen {
	color: #009900;
	font-weight: bold;
}
.email-icon {
	float: left;
	width: 100px;
	height: 100px;
	padding-top: 5px;
}
.alert {
	margin: 20px 0;
	padding: 12px 10px 15px 100px;
	border: 1px solid #FFD864;
	background: #FFF5D6 url(../images/pics/icon-warning.gif) left no-repeat;
	font-size: 11px;
	line-height: 17px;
}
.column-note {
	margin: -8px -8px 20px;
	border: 1px solid #FFD864;
	background-color: #FFF5D6;
	padding: 0 15px;
	font-size: 11px;
	line-height: 17px;
}
.flatlist ol {
	clear: both;
	margin: 12px 0;
	padding: 0;
}
.flatlist li {
	margin: 0;
	padding: 0;
}

#team h2 {
	margin: 0;
}
#team h3 {
	margin: 4px 0 15px;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #AEB2B3;
}
#team img {
	margin: 0 20px 20px;
}
#team .separator {
	margin: 30px 0;
}


/* ----------------------------------- portfolio ----------------------------------- */

#portfolio {
	clear: both;
	margin: 0 -50px 0 -13px;
	padding-top: 30px;
}
#portfolio table {
	float: left;
	width: 271px;
	margin: 0 36px 0 0;
}
#portfolio th {
	background: url(../images/pics/portfolio-bg.gif) top left no-repeat;
	padding: 13px;
}
#portfolio td {
	padding: 0 13px;
	width: 245px;
	height: 130px;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
}
#portfolio h3 {
	margin: 0;
	padding: 0;
}
#portfolio p {
	margin: 3px 0 8px;
}
#portfolio td a {
	display: block;
	float: left;
	background-color: #1379A1;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px 3px;
}
#portfolio .separator {
	margin: 0 13px 47px;
}


/* ----------------------------------- tab thing ----------------------------------- */

.tab-thing {
	margin: 30px -48px 0;
	padding: 0 0 0 230px;
	height: 40px;
	list-style: none;
	background: url(../images/pics/tab-bg.gif) top left no-repeat;
}
.tab-thing li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	background: #1379A1 url(../images/pics/tab-off-left.gif) top left no-repeat;
}
.tab-thing li a {
	display: block;
	white-space: nowrap;
	background: url(../images/pics/tab-off-right.gif) top right no-repeat;
	font: normal 14px/34px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #B9D7E3;
	padding: 0 12px 3px;
}
.tab-thing li a:hover {
	color: #FFFFFF;
}

.tab-thing li.active {
	background: #FFFFFF url(../images/pics/tab-on-left.gif) top left no-repeat;
}
.tab-thing li.active a {
	background: url(../images/pics/tab-on-right.gif) top right no-repeat;
	color: #444D50;
}
.tab-thing li.active a:hover {
	color: #444D50;
}

.narrower-tabs {
	margin-left: 0;
	padding: 1px 0 0;
	background-position: right;
	height: 38px;
/*	border: 1px solid red;*/
}
.narrower-tabs li a {
	padding-bottom: 3px;
}




