/*
-----------------------------------------------
Decision Informatics
Author:   U4C Media Solutions | www.u4c.com
Version:  2008.10.12
----------------------------------------------- 

----------------------- BASIC ELEMENTS ----------------------- */

body {
	position:relative;
	margin:0;
	padding: 20px 0 0 0;
	background: #606060 url(/images/bg-bottom.gif) bottom left repeat-x;
	font: normal small "Verdana", Helvetica, Arial, sans-serif;
	color:#000;
	z-index:0;
}

.topReposition{position:absolute;top:-25px;}

#top-bg {
	position:absolute;
	height: 359px;
	width: 100%;
	top: 0px;
	left: 0;
	background: #606060 url(/images/bg-top.gif) repeat-x;
	z-index:2;
	}
	
#bottom-bg {
	position:absolute;
	height: 2000px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #606060 url(/images/bg-bottom.gif) bottom left repeat-x;
	z-index:1;
	}

h1{}

h2 {color: #ba2025;}

h3 {color: #000;}

h4 {color: #666;}

h2 {
	font-size: 1.3em;
	padding:0;
	margin:0 0 20px 0;
	line-height:125%;
}

h3 {
	padding:0;
	margin:0 0 10px 0;
	font-size: 1em;
}

h4 {
	padding:0;
	margin:0 0 10px 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height:150%;
}

p{margin-bottom:20px;}

a, a:link {
	
	font-weight:bold;
	text-decoration: none;
	color: red;
}

a:visited {text-decoration:none;}

a:hover {color: #000;}

img {border: none;}

.noUnderline, .noUnderline a, a.noUnderline {border:0px solid; text-decoration:none;}

.topPage a{
	float:right;
	padding:0 3px;
	margin-top:-2px;
	font-size:75%;
	border:0px;
	color:#999;
	}
	
.topPage a:hover{color:red;}

.pad5 {padding:5px;}
.pad10 {padding:10px;}
.pad20 {padding:20px;}

.pad5right{padding-right:5px;}
.pad10right{padding-right:10px;}
.pad20right{padding-right:20px;}

.pad5left{padding-left:5px;}
.pad10left{padding-left:10px;}
.pad20left{padding-left:20px;}

.bold{font-weight:bold;}

/* Header */

#main-bg {
	position:relative;
	width:979px;
	margin: 0 auto;
	background: #fff;
	border:2px solid #606060;
	z-index:2;
	}
	
#logo {
	position:absolute;
	width:377px;
	height:100px;
	top:-1px;
	background:#fff url(/images/logo.gif) no-repeat;
	z-index:4;
	}

#header {
	position:relative;
	width: 979px;
	height: 100px;
	margin: 1px auto 0 auto;
	background: url(/images/hdr-bg.gif) 1px 0 repeat-y;
	z-index:3;
}

#header * {
	margin: 0;
	
}

#header h2{
	position:absolute;
	width:414px;
	height:100px;
	margin:0 0 0 560px;
	text-indent:-9999px;
	background:url(/images/tag-line.gif) no-repeat;
	z-index:10;}

.hdrBG {
	position:absolute;
	width: 617px;
	height: 100px;
	z-index:5;
}

#menu a, .noShow{
	display:block;
	overflow:hidden;
	text-indent:-6666px;
}

/* Menu */

#menu-container{
	position:relative;
	top:-4px;
	z-index:10;}
	
* html #menu-container{width:977px;}

#menu{
	height:34px;
	padding:0;
	list-style:none;
	margin:0 1px;
	background:url(/images/menu-bg.gif) 0 4px repeat-x;
	
}
#menu li{
	float:left;
	height:34px;
	padding:0;
	margin:0;
}

#menu li.first{
	background:none;
	padding-left:1px;
}
#menu a{
	border-bottom: none;
	float:left;
	height:34px;
}
#menu a:hover{ background-position:0 -34px !important;}
#menu .selected a, #menu .selected a:hover, #menu a:focus{ background-position:0 -68px !important;}

#menu .menu-home{
	width:80px;
	background:url(/images/btn-home.gif) no-repeat;
}
#menu .menu-about{
	width:105px;
	background:url(/images/btn-about-us.gif) no-repeat;
}
#menu .menu-services{
	width:104px;
	background:url(/images/btn-services.gif) no-repeat;
}
#menu .menu-who{
	width:205px;
	background:url(/images/btn-who-would-be.gif) no-repeat;
}
#menu .menu-links{
	width:86px;
	background:url(/images/btn-links.gif) no-repeat;
}
#menu .menu-partners{
	width:95px;
	background:url(/images/btn-partners.gif) no-repeat;
}
#menu .menu-contact{
	width:115px;
	background:url(/images/btn-contact-us.gif) no-repeat;
}

/* Content */

#content {
	position:relative;
	width: 100%;
	min-height:450px;
	z-index:3;
	margin:30px;
}

* html #content {height:450px;}

#shadeTop{
	position:relative;
	height:39px;
	margin:1px;
	background:url(/images/shading-top.gif) repeat-x;
	z-index:4;
	}

#shadeBottom{
	position:relative;
	height:50px;
	margin:-35px 1px 1px 1px;
	background:url(/images/bg-copyright.gif) repeat-x;
	z-index:4;
	}
	
* html #shadeBottom{margin-top:-20px;}

.lftTop{
	width:258px;
	height:9px;
	background:url(/images/lft-top.gif) no-repeat;
	}

.lftBtm{
	width:258px;
	height:9px;
	background:url(/images/lft-btm.gif) no-repeat;
	}
	
.lftBG{
	width:258px;
	float:left;
	background:url(/images/lft-bg.gif) repeat-y;
	}

#colOne {
	position:relative;
	width: 220px;
	padding: 0 20px 10px 20px;
	margin-top:5px;
	z-index:10;
	font-size:90%;
}

#colOne li {
	color:#666;
	margin-left:-20px;
	margin-bottom:10px;
	pading:0;
	}
	
#colOne li a{
	color:#666;
	font-weight:normal;
	border:0;
	text-decoration:underline;
	}
	
#colOne li a:hover{color:red;}
	
#colOne ul {margin-top:-5px;}

#colOne .bold a{font-weight:bold;text-decoration:none;}

#colOne h3{margin-bottom:20px;}

#colOne blockquote{margin-left:5px;}

.asterisk {color:#F00; font-weight:bold;}

#colTwo fieldset{border:0px;}

#colTwo {
	position:relative;
	float: left;
	width: 620px;
	padding: 0 0 0 15px;
	margin:0 15px;
	font-size:100%;
	z-index:5;
}

* html #colTwo {width:550px;}

#colThree {
	display:none;
	float: right;
	width: 0px;
	padding: 10px;
}

#singleCol{
	position:relative;
	width: 920px;
	z-index:10;
	font-size:100%;
	}

#colOne-subStandard {
	position:relative;
	float:left;
	width: 260px;
	margin:20px 0 0 15px ;
	padding: 0 10px 0 0 ;
	z-index:5;
	font-size:100%;
}

#colTwo-subStandard {
	position:relative;
	float: left;
	width: 570px;
	padding: 0 0 0 15px;
	margin:20px 15px 0 0;
	font-size:100%;
	z-index:5;
	border-left: 1px dotted #c0c0c0;
}

#colOne-3col {
	position:relative;
	float: left;
	width: 290px;
	padding: 0;
	margin:0 0 0 20px;
	z-index:5;
}

#colTwo-3col {
	position:relative;
	float: left;
	width: 290px;
	padding: 0;
	margin:0 10px 0 0;
	z-index:5;
}

#colThree-3col {
	position:relative;
	float: left;
	width: 290px;
	padding: 0;
	margin:0 10px 0 10px;
	z-index:5;
}

/* Footer */

#btmFooBar {
	position:relative;
	height:29px;
	width:901px;
	margin-left:1px;
	padding-bottom:1px;
	background:url(/images/footer-bar.jpg) no-repeat;
	z-index:3;
	}

#btmReflect{
	position:relative;
	width: 997px;
	height:44px;
	margin: 0 auto;
	background: url(/images/bottom-reflect.png) no-repeat;
	z-index:2;
	}

#footer {
	position:relative;
	width: 977px;
	height:90px;
	margin: 10px auto;
	top:-40px;
	padding:0;
	font-size: 90%;
	text-align:center;
	background:url(/images/bottom-reflect.jpg) no-repeat;
	z-index:2;
	color:#FFFFFF;
	}

#footer a, #footer a:visited {
	border-bottom: none;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin:0 8px;
	}
	
#footer a:hover {
	border-bottom: 1px dotted #FFFFFF;
	}

#footer a.webDesign {font-weight:normal; font-size:75%; color:#999;}

#copyright{color:#8e8f8c;}
