@charset "utf-8";
* {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
body {
	background: #F7F7F7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent h1 {
	font-size: 12px;
	color: #455C7C;
	letter-spacing: .1em;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #455C7C;
}


.oneColFixCtrHdr #wrapper {
	width: 973px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CFD3D9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 106px;
	position: relative;
}
#header #idslogo {
	height: 68px;
	width: 510px;
	position: absolute;
	left: 453px;
	top: 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../pics/idsindex.png);
}


.oneColFixCtrHdr #wrapper #header #idsindex {
	height: 51px;
	width: 383px;
	z-index: 1000;
	position: absolute;
	left: 17px;
	top: 204px;
}

.oneColFixCtrHdr #topMenu {
	background-image: url(../pics/topmenuback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #203757;
	border-right-color: #203757;
	border-bottom-color: #203757;
	border-left-color: #203757;
	position: relative;
}
.oneColFixCtrHdr #topMenu #homeContainer {
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 72px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.oneColFixCtrHdr #topMenu #navcontainer
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 80px;
	top: 0px;
	width: 825px;
}
.oneColFixCtrHdr #topMenu #navcontainer UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.oneColFixCtrHdr #topMenu #navcontainer LI
{
	display: block;
	margin: 0px;
	float: left;
	width: auto;
	padding: 0px;
}
.oneColFixCtrHdr #topMenu #navcontainer A
{
	color: #CCC;
	display: block;
	width: 100px;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	text-align: center;
}
.oneColFixCtrHdr #topMenu #navcontainer A:hover, #navcontainer A:active {
	background-color: #BBBBBB;
	background-image: url(../pics/mainmenuhover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #topMenu #navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

/*#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
*/
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	font-size: 11px;
	color: #000000;
	background-color: #FFF;
	height: 530px;
}
#sidebar1 #sideMenu {
	margin: 0px;
	padding-top: 34px;
}
#sidebar1 #sideMenu ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin-left: 12px;
}
#sidebar1 #sideMenu ul li {
	display: block;
}
#sidebar1 #sideMenu ul li a {
	margin-bottom: 8px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #455C7C;
	text-decoration: none;
	font-size:11px;
}
#sidebar1 #sideMenu ul li ul {
	margin-bottom: 12px;
	margin-left: 18px;
}
#sidebar1 #sideMenu ul li ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
}

#sidebar1 #sideMenu ul li a:hover {
	color: #9A161A;
}

#sidebar1 #sideMenu1 {
	margin: 0px;
	padding-top: 34px;
}
#sidebar1 #sideMenu1 ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin-left: 12px;
}
#sidebar1 #sideMenu1 ul li {
	display: block;
}
#sidebar1 #sideMenu1 ul li a {
	margin-bottom: 8px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #455C7C;
	text-decoration: none;
	font-size:11px;
}

.oneColFixCtrHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #FFF;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	margin-right: 365px;
	margin-bottom: 0;
	margin-left: 205px;
	font-size: 11px;
	line-height: 18px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
} 
#mainContent #divtxt {
	height: 450px;
	overflow: hidden;
}

.oneColFixCtrHdr #mainContent .indexTable tr td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.indexTable .tableHeader {
	background-image: url(../pics/tableheader.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
.indexTable tr td .more {
	display: block;
	float: right;
	width: 60px;
	font-weight: bold;
	color: #6C83A3;
}


.oneColFixCtrHdr #container #bottomMenu {
	margin: 0px;
	padding: 0px;
	height: 160px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CFD3D9;
	border-right-color: #CFD3D9;
	border-bottom-color: #CFD3D9;
	border-left-color: #CFD3D9;
	position: relative;
}
.oneColFixCtrHdr #mainContent .contentHeader {
	font-size: 16px;
	font-weight: bold;
	color: #5C7093;
	letter-spacing: .1em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD3D9;
	margin-bottom: 12px;
}
.oneColFixCtrHdr #wrapper #mainContent .projectGallery {
	position: relative;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #5E7597;
	text-align: center;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer a {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #A21519;
	text-decoration: none;
}

.imgRight {
	display: block;
	float: right;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
}
.imgLeft {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.more a {
	display: block;
	float: right;
	width: 60px;
	font-weight: bold;
	color: #6C83A3;
	text-decoration: none;
}
.more a:hover {
	font-weight: bold;
	color: #C1130A;
	text-decoration: none;
}

#mainContent .clientTable tr td {
	padding: 4px;
	line-height: 14px;
}
#mainContent .clientTable tr td input {
	padding: 1px;
	border: 1px inset #999;
}

#mainContent .clientTable tr td .textbox {
}
#mainContent .clientTable tr td textarea {
	background-color: #EFEFEF;
	border: 1px inset #999;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent .clientTable tr td table tr td select {
	border: 1px inset #999;
	background-color: #EFEFEF;
}
#mainContent .clientTable tr td #submitButton {
	border: 1px outset #CCC;
	cursor: pointer;
	background-color: #6E85A5;
	color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#mainContent .clientTable tr td #submitButton:hover {
	border: 1px outset #CCC;
	cursor: pointer;
	background-color: #32496B;
	color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#mainContent .clientTable tr td radio {
	border: 0px none #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.redSelected {
	color: #900;
}
