/* CSS Document */
body *{
	outline:none;
}
body {
	margin:0 auto;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6B6B6B;
	background:#ffffff url(../images/body-bg.gif) repeat-x top left;
} 
textarea{
   overflow:auto;
}
a {
	color:#357EB4;
}
a:hover {
	text-decoration:none;
	color:#363636;
}
a:focus, input:focus {
	outline:none;
}
.underline {
	text-decoration:underline;
}
.underline:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, p, form, label, dl, dt, dd {
	margin:0;
	padding:0;
}
h1 {
	color:#5BA1D5;
	font:normal 21px "Trebuchet MS", "Times New Roman", Times, serif;
	margin-bottom:12px;
}
h2 {
	color:#5BA1D5;
	font:normal 17px "Trebuchet MS", "Times New Roman", Times, serif;
	margin-bottom:12px;
}
h3 {
	font-size:15px;
	margin-bottom:5px;
}
h4 {
	font-size:13px;
	margin-bottom:5px;
}
.clear {
	clear:both;
	font-size:0;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
}
.clearlinhight {
	line-height:0;
	font-size:0;
}
img {
	border:0;
	padding:0;
	margin:0;
}
.Block {
	display:block;
}
p  {
	line-height:24px;
	padding-bottom:15px;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.white {
	color:#FFFFFF;
}
.black {
	color:#000000;
}
.lightblue {
	color:#5BA1D5;
}
.blue {
	color:#357EB4;
}
.red {
	color:#FF0000;
}
.font_14 {
	font-size:14px;
}
.Leftmrg25 {
	margin-left:25px;
}
#Wrapper {
	width:1074px;
	margin:0 auto;
}
/************************************Header CSS ********************************/
#Header {
	width:1074px;
	height:135px;
	position:relative;
}
#Header .Logo {
	width:500px;
	height:75px;
	display:block;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat left top;
	position:absolute;
	top:41px;
	left:22px;
}
#Header .TopSearhBox {
	width:460px;
	height:32px;
	background:#ECECEC url(../images/left-cnr.gif) top left no-repeat;
	position:absolute;
	top:0;
	right:0;
}
#Header .TopSearhBox .SerchBoxInner{
	width:460px;
	height:32px;
	background:url(../images/rgt-cnr.gif) top right no-repeat;
}
.SerchBoxInner ul {
	margin:0;
	padding:6px 0 0 5px;
}
.SerchBoxInner ul li {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
	display:inline;
	font-size:11px;
	font-weight:bold;
	color:#8C8C8C;
}
.SerchBoxInner ul li a {
	color:#8C8C8C;
	text-decoration:none;
}
.SerchBoxInner ul li a:hover {
	color:#363636;
	text-decoration:underline;
}
.SerchBoxInner ul li input.Search {
	vertical-align:middle;
	border:1px solid #E5E5E5;
	background:#fff;
	font-size:11px;
	color:#8C8C8C;
	width:123px;
	height:16px;
	margin:0 5px 0 10px;
}
.SerchBoxInner ul li input.go {
	vertical-align:middle;
	border:0;
	background:url(../images/go.gif) 0 0 no-repeat;
	height:18px;
	width:19px;
	cursor:pointer;
}
.SerchBoxInner ul li input.go:hover {
	background:url(../images/go.gif) 0 -18px no-repeat;
}
.CallUs {
	color:#6B6B6B;
	text-transform:uppercase;
	position:absolute;
	top:95px;
	right:0;
	width:400px;
	text-align:right;
	padding-right:45px;
	font:normal 15px "Trebuchet MS";
}
.CallUs span {
	color:#005EA4;
	font-weight:bold;
}
/**************** Menu ************************/
.Menu {
	width:1074px;
	height:48px;
	background:url(../images/menu.gif) top left repeat-x;
}
/******************* Other CSS *******************/
.TopFlashBanner {
	margin:11px 0 0 0;
}
#MainContainer {
	width:1074px;
	margin-left:0px;
	background:#ffffff url(../images/mainbg.gif) top left repeat;

}
#LeftSideBar {
	float:left;
	width:270px;
	padding-bottom:30px;
	margin-top:-41px;
	position:relative;
	z-index:1;
}
#LeftSideBar h2 {
	font:bold 13px "Trebuchet MS";
	color:#fff;
	background:url(../images/h2bg.gif) no-repeat;
	height:41px;
    line-height:40px;
	padding-left:25px;
	color:#CDCDCD;
	margin-bottom:20px;
}

#RightSideBar {
	float:right;
	width:270px;
	padding-bottom:30px;
	margin-top:0px;
	position:relative;
	z-index:1;
}
#RightSideBar h2 {
	font:bold 13px "Trebuchet MS";
	color:#fff;
	background:url(../images/h2bg.gif) no-repeat;
	height:41px;
    line-height:40px;
	padding-left:25px;
	color:#CDCDCD;
	margin-bottom:20px;
}



/************************************************* New Side Banner Box **************************************/

.SideBannerBox {
	padding:0 0 10px 0px;
}

.SideBannerBox br {line-height: .1em; color:#FFF;}

				   

.menu{ color: white;
                     border:1px solid #006;	
					 text-align:center;
					 width:20em;
					 background-color:#225599;
}

.menu:hover a {display:block
}
.menu a       {display:none;
                             border-top: 1px solid #006;
							 background-color:white;
							 width: 20em;
							 text-decoration:none;
							 color:black
}

.menu a:hover  {background-color:#dfeeff}


/**************************************************New Side Banner Box End Here *********************************/

#imageContainer{width:10% ;
                height:5%;
}
img.telephone {
	vertical-align:middle;
	margin-right:7px;
}
.FormBox {
	padding:25px 0 0 25px;
}
.FormBox .FieldBox {
	padding:25px 0 0 17px;
	font-size:11px;
}
.FormBox .FieldBox label {
	display:block;
	padding-bottom:2px;
}
.FormBox .FieldBox input, .FormBox .FieldBox textarea {
	border:1px solid #E5E5E5;
	background:#fff;
	font-size:11px;
	color:#6B6B6B;
	width:190px;
	height:14px;
	padding:2px;
	margin-bottom:7px;
}
.FormBox .FieldBox textarea {
	height:95px;
}
.FormBox .FieldBox select {
	border:1px solid #E5E5E5;
	font-size:11px;
	color:#6B6B6B;
	margin-bottom:7px;
	width:196px;
	height:21px;
	padding:1px;
}
.FormBox .MailingList {
	margin:0 0 0 17px;
	vertical-align:middle;
	height:15px;
	width:15px;
}
.FormBox .submit {
	margin:15px 0 0 17px;
}
#ContentContainer {
	width:400px;
	margin-left:60px;
	float:left; 
	padding:30px 0 30px 0;
}
#ContentContainer p {
	text-align:justify;
}
.WelcomeText {
	line-height:18px;
	font:bold 16px "Trebuchet MS";
	color:#5BA1D5;
	margin-bottom:15px;
}

.RightSideLogo1{
	width:270px;
	height:200px;
	background: url(../images/rightSideTest.gif);
	color:#FFF;
}

.RightSideLogo2{
	width:270px;
	height:200px;
	background: url(../images/ScalePicture2.png);
	color:#FFF;
}
	
.ContentBanner1 {
	width:613px;
	height:146px;
	background:url(../images/content_banner.jpg) no-repeat;
	margin:12px 0 35px 25px;
	color:#D5D5D5;
}
.ContentBanner1 p {
	line-height:20px;
	padding:20px 228px 0 28px;
}
.Golden {
	color:#EDC08C;
}
#ContentContainer ul {
	margin:0;
	padding:0 0 20px 0;
	list-style-type:none;
}
#ContentContainer ul li{
	margin:0 0 0 4px;
	padding:0 0 0 11px;
	line-height:25px;
	background:url(../images/arrow.gif) 0 10px no-repeat;
}
.pageimg {
	margin:0 0 0 20px;
	border:1px solid #E1E1E1;
	padding:1px;
}
.resources a {
	text-decoration:none;
	color:#6B6B6B;
}
.resources a:hover {
	text-decoration:underline;
	color:#000;
}
.location a {
	text-decoration:none;
	color:#6B6B6B;
}
.location a:hover {
	text-decoration:underline;
	color:#000;
}
.contactform {
	display:block;
}
.contactform label {
	display:block;
	margin-bottom:3px;
}
.contactform input, .contactform textarea {
	border:1px solid #D5D5D5;
	padding:4px 2px 2px 2px;
	width:320px;
	height:22px;
	color:#6B6B6B;
	margin-bottom:14px;
}
.contactform textarea {
	width:435px;
	height:130px;
	margin-bottom:20px;
}
.SpecialtiesBox {
	width:346px;
	float:left;
}
.SpecialtiesBox h3 a {
	color:#357EB4;
	text-decoration:none;
}
.SpecialtiesBox h3 a:hover {
	color:#357EB4;
	text-decoration:none;
}
.SpecialtiesBox li a {
	text-decoration:none;
}
.SpecialtiesBox li a:hover {
	text-decoration:underline;
}
#ContentContainer .CaseResultsContent {
	width:694px;	
}
#ContentContainer .CaseResultsContent .ResultRow {
	width:694px;
	clear:both;
	overflow:hidden;
	background:#EEE;
	border-bottom:1px #CCC solid;
}
#ContentContainer .CaseResultsContent .ResultRow.Color2 {
	background:#F8F8F8;
}
#ContentContainer .CaseResultsContent .ResultRow.Heading {
	background:#095eae;
	color:#FFF;
	padding:5px 0;
	font-weight:bold;
}
#ContentContainer .CaseResultsContent .ResultRow .CaseName {
	width:328px;
	float:left;
	display:block;
	padding:5px;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}
#ContentContainer .CaseResultsContent .ResultRow .CaseType {
	width:226px;
	float:left;
	display:block;
	padding:5px;
	border-right:1px #CCC solid;	
}
#ContentContainer .CaseResultsContent .ResultRow .CaseResults {
	width:106px;
	float:left;
	display:block;
	padding:5px;
	border-right:1px #CCC solid;
	color:#005EA4;
}
#ContentContainer .CaseResultsContent .ResultRow .CaseName.noBorder {
	border:none;
}
#ContentContainer .CaseResultsContent .ResultRow .CaseType.noBorder {
	border:none;
}
#ContentContainer .CaseResultsContent .ResultRow .CaseResults.noBorder {
	border:none;
	color:#FFF;
}
/*******************************Footer CSS ****************/
#FooterOuter {
	width:100%;
	background:url(../images/footer_outerbg.jpg) bottom left repeat-x;
}
#FooterOuter .Footer {
	width:1074px;
	height:258px;
	margin:0 auto;
	background:url(../images/footerbg.jpg) bottom left no-repeat;
}
.Footer .FooterMenu {
	width:1074px;
	height:42px;
	text-align:center;
	background:url(../images/footer_menubg.jpg) bottom left repeat-x;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#959595;
	line-height:40px;
}
.Footer .FooterMenu a{
	color:#959595;
	margin:0 9px;
	text-decoration:none;
}
.Footer .FooterMenu a:hover{
	color:#DADADA;
	text-decoration:underline;
}
.Footer .FooterContent {
	padding:20px 410px 0 33px;
}
.Footer .FooterContent p {
	line-height:20px;
}

