html, body
{
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#666666;
	background-color:#FFFFFF;
}

img
{
    border:none;
}

.normal
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
}

.bold
{
	font-weight:bold;
}

.italics
{
	font-style: italic;
}

.border_table
{
    border-collapse: collapse;
    border-right:1px solid #000000; /*IE6 Bug*/
}

a { color:#666666;text-decoration:none; }
a:hover { color:#666666;text-decoration:underline; }

.greenlink { color:#006884;text-decoration:none; }
.greenlink:hover { color:#006884;text-decoration:underline; }

.border_table td
{
    border:1px solid #000000;
}

span#image_button
{
    float:left;
}

span#image_message 
{
    float:right;
}

/*LAYOUT CSS*/

div#content
{
	position:relative;
	display:block;
    width:100%;
    min-width:1000px;
    height:auto !important;
	margin:0 auto;
    text-align:left;
	background-color:#FFFFFF;
	overflow:auto;
}

#middle-wrap{
	width: 100%;
	background: #ffffff url(../images/bg-wrap.gif) repeat-x 0 0;
}

div#middle
{
	min-width:1003px;
	width:1003px;
	/*padding-bottom:122px;*/
	overflow:auto;
	text-align:center;
	margin:0 auto;
	background:url(../images/nav_bg.jpg) repeat-y 80px 0;
}

div#nav
{
    width:170px;
    height:auto;
    background: url(../images/bg-wrap.gif) repeat-x 0 0;
    float:left;
    display:block;
    height:470px;
    overflow:hidden;
    margin-left:80px;
}

#cbody-wrap{
	width:753px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:right;
	display:block;
	text-align:left;
	overflow:visible;
	background-image:url('../images/nav_bg_border.jpg');
	background-position:bottom left;
	background-repeat:repeat-y;
}

div#cbody
{
	padding-right:20px;
	padding-left:30px;
	padding-top:40px;
	padding-bottom:40px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background: url(../images/bg-wrap.gif) repeat-x 0 0;
	
}

div#header
{
	width:100%;
	height:128px;
}

/*This table is the only way to get the design to work properly*/

table#headerdisplay
{
	width:100%;
	padding:0;
	margin:0;
	height:128px;
}

#headerdisplay tr{
	background-color: #40858C;
}


td#lheader
{
	height:128px;
	background-image:url('../images/header_rep.jpg');
    background-repeat:repeat-x;
}

td#mheader
{
	width:800px;
	height:128px;
	background-image:url('../images/header_rep.jpg');
    background-repeat:repeat-x;
}

div#cmheader
{
	width:800px;
	height:128px;
	position: relative;
}

div#overlay{
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 0px;
	width: 174px;
	height: 55px;
	background: url(../images/overlay.png) no-repeat 0 0;
}

div#lmheader
{
	float:left;
	width:322px;
	height:128px;
}

div#lmheader img
{
	float:right;
}

object{
	visibility: inherit !important;
}

div#rmheader
{
	float:right;
	height:128px;
	width:478px;
	background-image:url('../images/frontslogan.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	position: relative;
	z-index: 1;
}

img#rmheader_image
{
	display: none;
	float:right;
	padding-top:80px;
	padding-right:2px;
}

div#flashhandle
{
	height:128px;
	width:478px;
}

td#rheader
{
	height:128px;
	background-image:url('../images/header3.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}



div#footer
{
	/*position:absolute;*/
	display:block;
	width:100%;
	height:50px;
	/*bottom:0px;*/ 
	/*clear:both;
	overflow:auto;*/
	margin:0 auto;
}

table#footerdisplay
{
	width:100%;
	padding:0;
	margin:0;
	height:50px;
}

td#lfooter
{
	height:50px;
	background: #4D8D8F url(../images/footer1.jpg) no-repeat top right;
}

td#mfooter
{
	width:800px;
	background-image:url('../images/footer_rep.jpg');
    background-repeat:repeat-x;
}

div#mmfooter
{
	height:50px;
	width:800px;
	background-image:url('../images/footer2.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFFFFF;
	font-size:11px;
}

div#mmfooter div
{
	float:right;
	padding-top:15px;
	padding-right:10px;
}

div#mmfooter a
{
	color:#FFFFFF;
}

td#rfooter
{
	height:50px;
	background-image:url('../images/footer_rep.jpg');
    background-repeat:repeat-x;
}

div#footerimage
{
	display:block;
	height:50px;
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

ul#navlist
{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	/*width:220px;*/
	margin-left:20px;
	margin-right:0px;
	margin-top:20px;
}

ul#navlist li
{
	/*width:220px;*/
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #B2E0FA;
	font-weight:bold;
}


ul#navlist li a
{
	/*display:block;*/
	/*width:220px;*/
	/*height:30px;*/
	color:#006884;
	/*font-weight:bold;*/
}

ul#navlist li a:hover
{	
	/*display:block;*/
	/*width:220px;*/
	/*height:30px;*/
	color:#006884;
	/*font-weight:bold;*/
}
.active a { color:#699CB3 !important; }
li#nav_awards { display:none;margin-left:10px;margin-bottom:6px;font-weight:normal; }
li#nav_tools, li#nav_services { border-top:1px solid #B2E0FA; }
.serv_showhide { display:none;margin-left:10px; }
.override { display:block !important; }

.sub { padding:0px !important;padding-bottom:2px !important;padding-top:2px !important;border:none !important; }
.noborderbottom { border-bottom:none !important;/*padding-bottom:2px !important;*/ }

div#newsitem
{
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-right:10px;
	text-align:left;
}

div#newsitem p
{
	padding:0px;
	margin:0px;
}

div#teamleft
{
	width:150px;
	float:left;
	padding-top:15px;
}

div#teamright
{
	width:420px;
	float:right;
}

table#cases
{
	width:100%;
}

table#cases td
{
	width:170px;
	padding:5px;
}

table#cases a
{
	color:#000000;
}

table#cases ul
{
	margin:0px;
	padding:0px;
	margin-left:15px;
	padding-top:6px;
}

table#cases ul li
{
	padding-top:4px;
	padding-bottom:4px;
}

.casetree_ovr
{
	list-style:none;
}

.ultitle
{
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

.ultitle ul
{
	margin:0px;
}

.ultitle li
{
	margin:0px;
}

.highcase
{
	color:#006884;
}

.highcase ul li a
{
	color:#006884 !important;
}

.highcase ul li
{
	list-style-image:url('../images/gbullet.gif');
}

.ultitle ul
{
	padding-left:14px;
}

.ulitem
{
	list-style-image:url('../images/bullet.gif');
	/*padding-left:2px;*/
	padding-top:2px;
	padding-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

/*ADMIN CSS*/
div#admin_nav
{
    width:100%;
    height:20px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#49989D;
    color:#FFFFFF;
    font-size:12px;
}

div#admin_nav a
{
    color:#FFFFFF;
    text-decoration:none;
}

div#admin_nav a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

span#admin_left
{
    float:left;
    padding-left:20px;
}

span#admin_right
{
    float:right;
    padding-right:20px;
}

div#admin_content
{
    padding:10px;
}

.admin_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	color:#000000;
	font-weight:bold;
}

.table_title
{
    font-weight:bold;
    color:#000000;
}

.tlarge
{
    font-size:12px;
    /*text-decoration:underline;*/
}

.tback
{
    background-color:#DFDFDF;
}

.tleft
{
    text-align:left;    
}

.tright
{
    text-align:right;
}

.tmiddle
{
    text-align:center;
}

.tlink
{
    padding:0;
    margin:0;
}

.tlink a
{
    color:#0000EE;
    text-decoration:none;
    padding:0px 5px 0px 5px;
}

.tlink a:hover
{
    color:#0000EE;
    text-decoration:underline;
    padding:0px 5px 0px 5px;
}

.req
{
    font-weight:bold;
    color:#FF0000;
    font-size:14px;
}

#error
{
    width:450px;
    font-weight:bold;
    text-align:center;
    padding:5px 0 5px 0;
    border:1px solid #A21D1D;
    background-color:#ffa1a1;
}

.info{
    position:relative;
    z-index:25;
    text-decoration:none;
    color:#000000;
}

.info:hover
{
    z-index:26;
    text-indent: 0;
    cursor:default;
}

.info span
{
    display: none;
}

.info:hover span
{
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #49989D;
    background-color:#FFFFFF; 
    color:#000000;
    text-align: center;
}

ul#linkslist li
{
	padding-bottom:3px;
	padding-top:3px;

}

h1#fronttitle
{
	width:500px;
	text-align:left;
	padding-left:50px;
}

ul#teaminfo
{
	margin:0;
	padding:0;
	padding-left:15px;
}

ul#teaminfo li
{
	padding-top:5px;
	padding-bottom:5px;
}

table#team_1
{
	float:left;
	/*width:200px;*/
}

table#team_2
{
	float:right;
	padding-right:10px;
	width:230px;
	margin-right:60px;
}

table#team_3
{
	float:left;
	margin-top:30px;
}

.award
{
	display:block;
	padding-left:10px;
	padding-right:10px;
	overflow:auto;
	width:550px;
	border-bottom:1px solid #68A6B6;
	margin-top:20px;
}

.award_l
{
	float:left;
	width:170px;
}

.award_l img
{
	text-align:center;
	margin:0 auto;
}

.award_r
{
	float:right;
	width:380px;
}

img#servimage
{
	padding:0;
	margin:0;
	float:left;
}

table#servtable
{
	padding:0;
	margin:0;
	float:left;
	width:570px;
}

.serv_box
{
	width:155px;
	padding-left:10px;
	padding-right:10px;
	height:300px;
	color:#000000;
	padding-top:10px;
	overflow:auto;
}

.servtitle
{
	display:block;
	font-weight:bold;
	font-size:14px;
	padding-bottom:4px;
}

.servul
{
	padding:0;
	margin:0;
	padding-left:14px;
	width:140px;
}

.servul li
{
	padding-top:2px;
	padding-bottom:2px;
}

.servul li a, .servul li a:hover
{
	color:#000000;
}

.nobold
{
	font-weight:normal !important;
}

.alliance
{
	display:block;
	padding-left:10px;
	padding-right:10px;
	overflow:auto;
	width:550px;
	border-bottom:1px solid #68A6B6;
	margin-top:20px;
}

.alliance_l
{
	float:left;
	width:168px;
}

.alliance_l img
{
	text-align:center;
	margin:0 auto;
}

.alliance_r
{
	float:right;
	width:362px;
}

ul#case_tree
{
	padding:0px;
	margin:0px;
}

ul#case_tree li
{
	margin:0px;
}

div.rr
{
	padding-bottom:10px;
	border-bottom:1px solid #68A6B6;	
}

div.nobord
{
	border-bottom:none !important;	
}

a.pdflink_under
{
	text-decoration:underline !important;
}

a.pdflink img
{
	padding:0px 3px 0px 3px;
	text-decoration:none;
}

