/* CSS Document */
/* -------------------------------Standard------------------------------- */
html, body {
	margin:0;
	border:0;
	padding:0;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {color: #3f4b78; text-decoration:none;}
a:visited {color: #3f4b78; text-decoration:none;}
a:hover {color: #3f4b78; text-decoration:underline;}
img {
	border:0;
}

#wrapper {
	margin:0 auto;
	margin-top:10px;
	width:995px;
	border:#5d5d5d 1px solid;
	background-color: #fff;
	position: relative;
}
.clear {
	clear:both;
}
h1 {
	margin:0;
	padding:0;
}

h3 {
	font-size: 1.2em;
	color: #334172;
	font-weight: normal;
}
/* ------------------------------- Header ------------------------------- */
#header {
	width:833px;
	height:137px;
	margin-bottom: 50px;
}
#logo {
	float:right;
	padding-top:18px;
	padding-right: 2px;
}
#contact_info {
	margin: 28px 0 0 34px;
}

#headerprint {
	width:600px;
	display:none;
}
/* ------------------------------- Header ------------------------------- */
#rightside {
	float:right;
	width:135px;
	height:390px;
	padding:19px 0 0 24px;
}

/* ---------------------------- Top Menu ------------------------------ */

#topmenu {
	position:absolute;
	width:821px;
	height:33px;
	background: #3c4a78 url(../images/menu/bg.gif) no-repeat right;
	top: 135px;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	left: 0px;
}

#topmenu img {
	padding: 0 25px 18px 25px;
}

#bread-crumb {
	width:796px;
	height:27px;
	margin-left:11px;
	color:#334172;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-color: #757f9f;
	background-image: url(../images/bread-crumb-bg.gif);
	background-repeat: no-repeat;
	background-position: 572px;
	font-size: 1.2em;
}

#bread-crumb h2 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline;
}



/*------------------------------- MENU CSS -------------------------------*/
.menuLink    { text-decoration: none }
.menuLink:hover { color: #006699; text-decoration: underline }
.menuInsert  {
	z-index: 200;
	width: 219px;
	height: 158px;
	background-color:#3c4a78;
	font-size:1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
.menuInsert div.hr  { color: #7c85a4; background-color: #7c85a4; border:0; height:2px; margin:1px 0 1px 0; font-size:2px;}
.menuInsert a:link {color: #fff; text-decoration:none; display:block; height:27px; padding:9px 0 0 9px; }
.menuInsert a:visited {color: #fff; text-decoration:none; display:block; height:27px; padding:9px 0 0 9px; }
.menuInsert a:hover {color: #fff; text-decoration:none;background-color:#7c85a4;display:block; height:27px; padding:9px 0 0 9px; } 
.menuContainer {
	z-index: 1000;
}


/* ------------------------------- Content ------------------------------- */
#contenthome {
	width:795px;
	background:#eaeaea url(../images/home-bg.jpg) no-repeat top right;
	margin-left:11px;
	font-size:1em;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 26px;
	padding-left: 26px;
	margin-bottom: 12px;
}

#contentBC {
	width:810px;
	background:#eaeaea url(../images/bread-crumb-main-bg.jpg) no-repeat top right;
	margin-left:11px;
	font-size:1em;
	margin-bottom: 12px;
	padding-top: 9px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contentBC table {
	width:793px;
}

#contentBC td {
	width:386px;
	padding:13px 14px 2px 14px;
}
#contentBC td.left {
	width:407px;
	padding:13px 14px 2px 12px;
}
#contentBC td.leftnarrow {
	width:329px;
	padding:13px 14px 2px 12px;
}
#contentBC td.rightwide {
	width:410px;
	padding:13px 14px 2px 14px;
}
#contentBC ul {
	list-style:none;
	margin:0;
	padding:0;
}
#contentBC ul li {
	float:left;
	margin:0;
	padding:0;
}
#contentBC ul li img {
	border:11px solid #fff;
	margin:7px 7px 7px 4px;
}
#contentBC ul li img.right {
	border:11px solid #fff;
	margin:7px 7px 7px 7px;
}

#contentBC ul#project li img.left {
	border:12px solid #fff;
	margin: 7px 7px 7px 2px;
}

#contentBC ul#project li img {
	border:12px solid #fff;
	margin: 7px 7px 7px 7px;
}

#content {
	width:769px;
	margin-left:11px;
	font-size:1em;
	background-color: #EAEAEA;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 12px;
	padding-top: 22px;
	padding-right: 26px;
	padding-bottom: 26px;
	padding-left: 26px;
}
.textContent {
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #CCD0DC;
	margin-top: 6px;
	margin-right: 13px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.viewLarge {
	background-color: #757F9F;
	padding: 4px;
	text-align: right;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 4px;
	border: 1px solid #FFFFFF;
	font-size: 0.9em;
	color: #FFFFFF;
}


.bluetxt {
	color:#3c4a78;
	padding-left: 25px;
}

#aTable td {
	width:275px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#aTable td.twohundred {
	width:200px;
	color:#3c4a78;
}

#content-footer {
	width:821px;
	height:35px;
	background-color:#475480;
	font-size:1em;
	color:#fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 11px;
}

#content-footer img {
	float:left;
}

#prodTable {
	width:791px;
	background-color:#fff;
	border:1px solid #ccd0dc;
	margin:4px;
	padding-bottom:15px;
}
#projBox {
	width:774px;
	height:22px;
	background-color:#334172;
	color:#fff;
	border:1px solid #fff;
	margin:0 0 5px 2px;
	padding:3px 10px 0 10px;
	font-size:1em;
}
#projBox #left {
	float:left;
}
#projBox #center {
	padding-left:280px;
}
#projBox #right {
	float:right;
}

.bbrackets {
	font-weight:900;
	color:#334172;
}
.gbrackets {
	background:url(../images/gbracket.gif) no-repeat center;
}
.gbracketswbg {
	background:url(../images/gbracketwbg.gif) no-repeat center;
}
.gbracketsbbg {
	background:url(../images/gbracketbbg.gif) no-repeat center;
}
#headoffice {
	float:right;
	margin-left: 5px;
}
.imagepadding {
	float:right;
	border: 1px solid #FFFFFF;
	margin-top: 15px;
	margin-left: 20px;
	padding: 2px;
}

.bulletlist ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}

.bulletlist li {
	list-style-image: url(../images/arrows.gif);
	color: #3C4A78;
}




#contact {
	background-color:#fff; padding:10px;
}

#contact div {
	float:left; margin:0 45px 0 5px;
}

.contactlistleft {
	float:left;
	width: 110px;
	height: 175px;
	line-height:2em;
	background-color:#fff;
	padding:10px 30px 10px 30px;
	margin: 0 20px 0 20px;
	border:1px solid #ccd0dc;
}

.contactlist {
	width: 110px;
	height: 175px;
	line-height:2em;
	background-color:#fff;
	padding:10px 30px 10px 30px;
	margin: 0 20px 0 220px;
	border:1px solid #ccd0dc;
}

/* ------------------------------- Footer ------------------------------- */

#footer {
	width:995px;
	color:#747474;
	font-size:0.9em;
	position: relative;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}

#footer .copyright {
	float:right;
	position: absolute;
	width: 350px;
	right: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	top: 5px;
}

#footer .copyright .space {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width: 100px;
	position: relative;

}


#footer a {
	color: #747474;
}

.caslogo {
	position: absolute;
	right: 0px;
	height: 210px;
	width: 160px;
	text-align: center;
	font-size: 11px;
	color: #ACACAC;
	bottom: 25px;
}


/*-----------------FORM STUFF--------------------*/

form { border:0; margin:0; padding:0;	display: inline; }
