/* 
Title:     DEFAULT Stylesheet
Revised:   June 28 2007
*/

/* body styles
-------------------------------------------*/

body, p, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 10pt;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	color: #000000;

}

dt, dd {
	font-size: 10pt;
	line-height: 2.0;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	color: #000000;

}

div, span, img, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table{
	border: 0px;
}

td{
	vertical-align: top;
}

/*input, textarea, select
{
	border: 1px solid #7f9db9;
	padding: 2px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}*/

form {
	width: 200px;
	float: left;
	padding-right: 15px;
	margin: 0px;
	padding: 0 0 15px 0;
	border: 0px;
}

.bodyoptional {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #63614C;
	font-weight: normal;
}

.bodywhite {
	font-size: 11px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	color: #FFF;
	font-weight: normal;
}

.bodybold {
	font-size: 10pt;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	color: #000000;
	font-weight: bold;
}

.heading {
	font-size: 23px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #63614C;
}

.heading2 {
	font-size: 23px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #63614C;
	border-bottom-width: 1px;
	border-bottom-style:
	border-bottom-color: #A19F89;
}

.subheading {
	font-size: 17px;
	line-height: 26px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-transform:uppercase;
}

.optionalheading {
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D45117;
}
.navigateheading {
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D45117;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.whiteheading {
	font-size: 13px;
	line-height: 25px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	
}

a.whiteheading:link, a.whiteheading:visited{font-size: 13px;
	line-height: 25px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	}
	
a.whiteheading:hover, a.whiteheading:active{font-size: 13px;
	line-height: 25px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	}

a:link, a:visited{color: #D45117; text-decoration:none;}
a:hover, a:active{color: #000000; text-decoration:underline;}

.breadcrumbstyle {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	color: #706E55;
}
a.breadcrumbstyle:link, a.breadcrumbstyle:visited{color: #706E55; text-decoration:none;}
a.breadcrumbstyle:hover, a.breadcrumbstyle:active{color: #000000; text-decoration:none;}

.utilitylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #2E5082;
}
a.utilitylinks:link, a.utilitylinks:visited{color: #2E5082; text-decoration:none;}
a.utilitylinks:hover, a.utilitylinks:active{color: #000000; text-decoration:underline;}

.orangearrow {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #D45117;
	text-indent: 18px;
	background-image: url(../../media/images/arrow.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

a.orangearrow:link, a.orangearrow:visited
	{font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #D45117;
	background-image: url(../../media/images/arrow.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;}

a.orangearrow:hover, a.orangearrow:active{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-image: url(../../media/images/arrowON.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.underline {
	background: #000000 url(../../media/images/spacer.gif) no-repeat;
	height: 1px;
	width: 100%;
	float: left;
}


/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 100%;
	text-align: center;
}

#topContainer {
	width: 100%;
	text-align: center;
	float: left;
}

#headerContainer {
	height: 250px;
	overflow: hidden;
	float: left;
	width: 762px;
	background-color: #A19F89;
	border-top: 0px solid #A19F89;
	border-right: 0px solid #A19F89;
	border-bottom: 0px solid #A19F89;
	border-left: 0px solid #A19F89;
}

#subContainer {
	float: left;
	height: 140px;
	overflow: hidden;
	border-top: 2px solid #A19F89;
	border-right: 1px solid #A19F89;
	border-bottom: 2px solid #A19F89;
	border-left: 1px solid #A19F89;
	background-color: #A19F89;
	width: 760px;
}

#contentContainer {
	width: 100%;
	float: left;
}

#bottomContainer {
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: 1px solid #335a72;
}

#footerContainer {
	width: 100%;
	margin: 0px auto;
	position: relative;
	float: left;
}

/* HEADER styles
-------------------------------------------*/
#top {
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	width: 762px;
	height:385px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A19F89;
	border-right-color: #A19F89;
	border-left-color: #A19F89;
}

* html #top  {
	width: 762px;
}

#topDefault {
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	width: 762px;
	height:280px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A19F89;
	border-right-color: #A19F89;
	border-left-color: #A19F89;
}

* html #topDefault  {
	width: 762px;
}

#toppic {
	background-image: url(../../media/images/top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 95px;
	width: 760px;
}

#logo {
	width: 175px;
	text-align: left;
	left: 20px;
	top: 8px;
	height: 80px;
	background-image: url(../../media/images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}

/* MAIN NAV styles
-------------------------------------------*/
#mainnav {
	list-style-type: none;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 25px;
	color: #FFFFFF;font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px
}

#mainnav li {
	display: inline;
}

#mainnav a {
	text-align: center;
	margin: 0px auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 25px;
	width: 126px;
	float: right;
	color: #FFFFFF;
	background-image: url(../../media/images/menubkgd.jpg);
	background-repeat: repeat;
}
	
#mainnav a:link        {
	text-align: center;
	margin: 0px auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 25px;
	width: 126px;
	float: right;	color: #FFFFFF;
}
	
#mainnav a:visited     {text-align: center;
	margin: 0px auto;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 25px;
	width: 126px;
	float: right;	color: #FFFFFF;
}

#mainnav a:hover       {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 25px;
	width: 126px;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../../media/images/menubkgdON.jpg);
	background-repeat: repeat-x;
}
#mainnav a:active      {text-align: center;
	margin: 0px auto;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 12px;
	line-height: 25px;
	width: 126px;
	float: right;}
	
#navwrapper {
	width: 762px;
	text-align: left;
	background-color: #0A2144;
	right: 0px;
	z-index: 400;
	float: left;
	height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background-image: url(../../media/images/menubkgd.jpg);
	background-repeat: repeat-x;	
}

/* SUB NAVIGATION styles
-------------------------------------------*/
.subnavmainstyle {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 9pt;
	line-height: 15px;	
	letter-spacing: 1.5px; 
	color: #D45117;
	font-weight: bold;
}
	
a.subnavmainstyle:link          {text-decoration:none; color:#D45117;}
a.subnavmainstyle:active        {text-decoration:none; color:#D45117;}
a.subnavmainstyle:visited       {text-decoration:none; color:#D45117;}
a.subnavmainstyle:hover         {text-decoration:none; color:#000000;}

.subnavsubstyle {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 8pt;
	line-height: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
	margin-left: 1px;
}
	
a.subnavsubstyle:link          {text-decoration:none; color:#333333;}
a.subnavsubstyle:active        {text-decoration:none; color:#333333;}
a.subnavsubstyle:visited       {text-decoration:none; color:#333333;}
a.subnavsubstyle:hover         {text-decoration:none; color:#000000;}


/* CONTENT styles
-------------------------------------------*/
#content {
	margin: 0px auto;
	padding: 0px;
	width: 764px;
	position: relative;
	text-align: left;	
}

#homesmall {
	background-image: url(../../media/images/homesmall.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 160px;
	width: 160px;
	margin-right: 10px;
}

#contentLeftContainer {
	float: left;
	width: 442px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A19F89;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#contentLeft {
	width: 395px;
	float:left;
	overflow: hidden;
	padding: 20px;
}

#contentLeftContainerDefault {
	float: left;
	width: 160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A19F89;
}

#contentLeftDefault {
	width: 140px;
	float:left;
	overflow: hidden;
	padding: 8px 10px 20px 10px;
}

#contentRightContainer {
	width: 300px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A19F89;
}

#contentRight {
	width: 300px;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#contentRightContainerDefault {
	width: 595px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A19F89;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #A19F89;
}

#contentRightDefault {
	width: 555px;
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#contactinfo {
	width: 215px;
	float: right;
	text-align:left;
	vertical-align:top;
	padding-left: 15px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A19F89;
}

#SolutionsContainer {
	float: left;
	height: 100px;
	width: 295px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#NSCReporting {
	float: left;
	width: 275px;
	overflow: hidden;
	padding: 10px;
}

#StrategyContainer {
	float: left;
	height: 85px;
	width: 295px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#Strategy {
	float: left;
	width: 275px;
	overflow: hidden;
	padding: 10px;
}

#NewsContainer {
	float: left;
	height: 105px;
	width: 295px;
	margin-bottom: 1px;
}

#News {
	float: left;
	width: 275px;
	overflow: hidden;
	padding: 10px;
}

#newsImage {
	background-image: url(../../media/images/news.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	border: 1px solid #A19F89;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

#ClientsContainer {
	background-color: #FFFFFF;
	float: left;
	height: 85px;
	width: 298px;
	border: 1px solid #000000;
}

/* FOOTER styles
-------------------------------------------*/
#bar {
	background-color: #A19F89;
	height: 1px;
	width: 100%;
	float: left;
}

#addressContainer {
	float: left;
	padding: 10px;
	display: inline;
	height: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A19F89;
	border-left-color: #A19F89;
	width: 742px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A19F89;
}

#address {
	width: 565px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	float: left;
	margin-top: 8px;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #4D4D4F;
}

#footer {
	width:760px;
	margin-right: auto;
	margin-left: auto;
}

#logoContainer {
	float: right;
	width: 171px;
}

#speakcredit {
	width: 742px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #706E55;
	float: left;
	padding: 10px;
}

a.speakcredit:link, a.speakcredit:visited{color: #706E55; text-decoration:none;}
a.speakcredit:hover, a.speakcredit:active{color: #000000; text-decoration:none;}
#ContentHomelinks {
	float: right;
	width: 220px;
}

