/* CSS for CTSI Group */

* {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

#container {
	width: 827px;
	margin: 0px auto;
	background: url(../images/bg-container.gif) repeat-y;
	border-bottom: solid 1px #CBCBCB;
}

/* main header with nav */
#header {
	margin: 2px 20px 188px 20px;
	padding: 2px;
	background: #FFFFFF;
	border: solid 1px #CBCBCB;
}
#int-header {
	margin: 2px 20px 100px 20px;
	padding: 2px;
	background: #FFFFFF;
	border: solid 1px #CBCBCB;
}
#header-content {
	height: 90px;
	background: url(../images/bg-header.gif) repeat-x bottom;
}
#header-content .logo {
	border: 0;
	margin: 0px 0px 0px 20px;
	position: absolute;
	z-index: 2;
}
#nav {
	position: relative;
	top: 69px;
	text-align: right;
	font-size: 14px;
}
#nav a {
	color: #424340;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-left: solid 1px #B3B3B3;
	border-right: solid 1px #FFFFFF;
}
#nav a:hover { color: #D98B52; }
#nav .first { border-left: 0; }
#nav .last { border-right: 0; }

/* full width blue bg/image */
#subheader {
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 0;
	width: 100%;
	margin: 0px auto;
	padding: 2px 0px 2px 0px;
	border-top: solid 1px #CBCBCB;
	border-bottom: solid 1px #CBCBCB;
	text-align: center;
}
#bluebg {
	width: 100%;
	background: #000066;
}
#subcontainer {
	width: 827px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg-subheader.gif);
	background-repeat: repeat-y;
}
	
#home-bar {
	height: 37px;
	background: url(../images/bg-homebar.gif) repeat-x;
	margin: 0px 21px 2px 21px;
}
#home-right {
	float: right;
	width: 235px;
	margin: -5px 0px 0px 10px;
}
ul.services {
	color: #D98B52;
	margin: 5px 0px 0px 17px;
	font-size: .9em;
}
ul.services .text {
	color: #777777;
	margin: 0px 5px 0px 5px;
}
.orange {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background: #D98B52;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4em;
}

#main {
	margin: 0px 21px 2px 21px;
	padding: 2px;
	border: solid 1px #CBCBCB;
	color: #777777;
	font-size: .8em;
}
h1 {
	color: #006699;
	margin: 5px 0px 5px 0px;
	font-size: 1.1em;
}
h2 {
	color: #196C7F;
	margin: 5px 0px 5px 0px;
	font-size: .85em;
}
	
#side {
	float: left;
	width: 235px;
	padding: 2px;
	border: solid 1px #CBCBCB;
}
#side-content {
	background: url(../images/bg-side.gif) repeat-x top;
	padding: 5px 20px 10px 20px;
}
#side-content img {
	border: solid 1px #D98B52;
	margin: 0px 9px 0px 9px;
}
#side-content .featured { margin: 0; }

#content {
	margin: 12px 10px 0px 255px;
}
#content a {
	color: #D98B52;
	text-decoration: underline;
}
#content a:hover { text-decoration: none; }

#content img{
	border: solid 1px #D98B52;
	margin: 0px 9px 0px 0px;
}

#content .contact{
	color:#000066;
	font-size:18px;
	display: block;
	text-align: center;
}

#clear { clear: both; }


#footer {
	margin: 0px 21px 2px 21px;
	padding: 2px;
	border: solid 1px #CBCBCB;
	clear: both;
}
#footer-content {
	background: url(../images/bg-footer.gif) repeat-x bottom;
	text-align: center;
	font-size: .7em;
	line-height: 1.4em;
	color: #D98B52;
}
#footer-content .contact {
	color: #00478A;
	display: block;
}
#footer-content a {
	color: #D98B52;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
#footer-content a:hover { text-decoration: underline; }
#copyright {
	color: #00478A;
	font-size: .9em;
}
#copyright a {
	color: #00478A;
	margin: 0;
}
