@charset "utf-8";
body {
	font: 11px Arial, Helvetica;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
	display:none;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 950px;  
	background: #ffffff;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #C9D5DE;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	height: 205px;
	background: #ffffff;
	background-image:url(../Images/PageAssets/HeaderBG.jpg);
	padding: 0 10px 0 20px;  /* 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. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	min-height: 315px;
	overflow: visible;
	padding: 0 35px 0 20px;
	margin-top: 55px;
	background: #ffffff;
}
.oneColElsCtrHdr #mainContent a  {
	text-decoration:none;
}
.oneColElsCtrHdr #mainContent a:hover  {
	color:#555555;
}
.homeLink {
	color:#A9BDCA;
	color:#6388D6;
}
.latestNewsLink {
	color:#663366;
}
.ourExpertiseLink {
	color:#6388D6;
}
.aboutTheFirmLink {
	color:#BC2461;
}
.theEnvironmentLink {
	color:#4D8D25;
}
.getInTouchLInk {
	color:#F7C004;
}



.oneColElsCtrHdr #footer { 
	padding: 15px 8px 58px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../Images/PageAssets/FooterBG.png);
	background-repeat:repeat-x;
	background-position: top left;
}
.oneColElsCtrHdr #newsFooter {
	padding: 15px 8px 58px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../Images/PageAssets/newsFooterBG.png);
	background-repeat:repeat-x;
	background-position: top left;
} 
.oneColElsCtrHdr #expertiseFooter {
	padding: 15px 8px 58px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../Images/PageAssets/expertiseFooterBG.png);
	background-repeat:repeat-x;
	background-position: top left;
}  
.oneColElsCtrHdr #environmentFooter { 
	padding: 15px 8px 58px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../Images/PageAssets/environmentFooterBG.png);
	background-repeat:repeat-x;
	background-position: top left;

} 
.oneColElsCtrHdr #intouchFooter { 
	padding: 15px 8px 58px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../Images/PageAssets/intouchFooterBG.png);
	background-repeat:repeat-x;
	background-position: top left;
}
.oneColElsCtrHdr #aboutFooter { 
	padding: 15px 8px 58px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../Images/PageAssets/aboutFooterBG.png);
	background-repeat:repeat-x;
	background-position: top left;
} 
.oneColElsCtrHdr #footerLinks {

position:relative;
	background:#fff;
	float: right;
}
.oneColElsCtrHdr #footer ul {
	font-size:10px;
	list-style:none;
	margin: 0;
	padding: 0 15px 10px 0px;
}
.oneColElsCtrHdr #footer ul a {
	color:#6388D4;
	text-decoration:none;
}
.oneColElsCtrHdr #footer ul a:hover{
	color:#3366FF;
}
.oneColElsCtrHdr #footer li {
	float: left;
	padding: 0 15px;
}


.oneColElsCtrHdr #expertiseFooter ul {
	font-size:10px;
	list-style:none;
	margin: 0;
	padding: 0 15px 10px 0px;
}
.oneColElsCtrHdr #expertiseFooter ul a {
	color:#6388D4;
	text-decoration:none;
}
.oneColElsCtrHdr #expertiseFooter ul a:hover{
	color:#3366FF;
}
.oneColElsCtrHdr #expertiseFooter li {
	float: left;
	padding: 0 15px;
}


.oneColElsCtrHdr #environmentFooter ul {
	font-size:10px;
	list-style:none;
	margin: 0;
	padding: 0 15px 10px 0px;
}
.oneColElsCtrHdr #environmentFooter ul a {
	color:#6388D4;
	text-decoration:none;
}
.oneColElsCtrHdr #environmentFooter ul a:hover{
	color:#3366FF;
}
.oneColElsCtrHdr #environmentFooter li {
	float: left;
	padding: 0 15px;
}


.oneColElsCtrHdr #intouchFooter ul {
	font-size:10px;
	list-style:none;
	margin: 0;
	padding: 0 15px 10px 0px;
}
.oneColElsCtrHdr #intouchFooter ul a {
	color:#6388D4;
	text-decoration:none;
}
.oneColElsCtrHdr #intouchFooter ul a:hover{
	color:#3366FF;
}
.oneColElsCtrHdr #intouchFooter li {
	float: left;
	padding: 0 15px;
}


.oneColElsCtrHdr #aboutFooter ul {
	font-size:10px;
	list-style:none;
	margin: 0;
	padding: 0 15px 10px 0px;
}
.oneColElsCtrHdr #aboutFooter ul a {
	color:#6388D4;
	text-decoration:none;
}
.oneColElsCtrHdr #aboutFooter ul a:hover{
	color:#3366FF;
}
.oneColElsCtrHdr #aboutFooter li {
	float: left;
	padding: 0 15px;
}


.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0px 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #newsFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0px 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #expertiseFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0px 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #aboutFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0px 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #environmentFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0px 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #intouchFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0px 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColElsCtrHdr #copyright a {
	color:#6388D4;
	text-decoration:none;
}
.oneColElsCtrHdr #copyright a:hover{
	color:#3366FF;
}


/* naviagtion */

.oneColElsCtrHdr #nav {
	margin-left: 15px;
	margin-top: -30px;
	height: 30px;
	float:left;
}
.oneColElsCtrHdr #nav ul {
	list-style:none;
	margin: 0;
	padding: 17px 15px 10px 0px;
}
.oneColElsCtrHdr #nav li  {
	float: left;

}
.oneColElsCtrHdr #nav li a {
	float: left;
	text-decoration: none;
	text-transform:uppercase;
	padding: 15px 15px 5px 25px;
}

.latestNews a {
	background-image:url(../Images/Nav/LatestNewsBG_Off.gif);
	background-repeat:no-repeat;
	color:#7C3F7C;
}
.latestNews a:hover {
	background-image:url(../Images/Nav/LatestNewsBG_Over.gif);
	background-repeat:no-repeat;
	color:#7C3F7C;
}
.latestNewsActive a {
	background-image:url(../Images/Nav/LatestNewsBG_Over.gif);
	background-repeat:no-repeat;
	color:#7C3F7C;
}

.ourExpertise a {
	background-image:url(../Images/Nav/OurExpertiseBG_Off.gif);
	background-repeat:no-repeat;
	color:#6388D4;
}
.ourExpertise a:hover {
	background-image:url(../Images/Nav/OurExpertiseBG_Over.gif);
	background-repeat:no-repeat;
	color:#6388D4;
}
.ourExpertiseActive a {
	background-image:url(../Images/Nav/OurExpertiseBG_Over.gif);
	background-repeat:no-repeat;
	color:#6388D4;
}

.aboutTheFirm a {
	background-image:url(../Images/Nav/AboutTheFirmBG_Off.gif);
	background-repeat:no-repeat;
	color:#BC2461;
}
.aboutTheFirm a:hover {
	background-image:url(../Images/Nav/AboutTheFirmBG_Over.gif);
	background-repeat:no-repeat;
	color:#BC2461;
}
.aboutTheFirmActive a {
	background-image:url(../Images/Nav/AboutTheFirmBG_Over.gif);
	background-repeat:no-repeat;
	color:#BC2461;
}
.theEnvironment a {
	background-image:url(../Images/Nav/TheEnvironmentBG_Off.gif);
	background-repeat:no-repeat;
	color:#4D8D25;
}
.theEnvironment a:hover {
	background-image:url(../Images/Nav/TheEnvironmentBG_Over.gif);
	background-repeat:no-repeat;
	color:#4D8D25;
}
.theEnvironmentActive a {
	background-image:url(../Images/Nav/TheEnvironmentBG_Over.gif);
	background-repeat:no-repeat;
	color:#4D8D25;
}
.getInTouch a {
	background-image:url(../Images/Nav/GetInTouchBG_Off.gif);
	background-repeat:no-repeat;
	color:#F9C104;
}
.getInTouch a:hover {
	background-image:url(../Images/Nav/GetInTouchBG_Over.gif);
	background-repeat:no-repeat;
	color:#F9C104;
}
.getInTouchActive a {
	background-image:url(../Images/Nav/GetInTouchBG_Over.gif);
	background-repeat:no-repeat;
	color:#F9C104;
}



/* content layout */

.oneColElsCtrHdr #mainImage {
	float: left;
	width: 225px;
}
.oneColElsCtrHdr #mainText {
	float: right;
	width: 625px;
	background-color:#ffffff;
	padding-right: 3px; 
}
.oneColElsCtrHdr #mainText ul {
list-style: square;
color:#999;
margin: 0px 0px 0px 22px;
padding: 0px;
font-size: 11px;
line-height: 18px;
}
.oneColElsCtrHdr h1 {
	margin-top: 0px;
}

.oneColElsCtrHdr #copyright {
	font-size: 9px;

}




.logo {
position:absolute;
top: 40px;
margin-left: 20px;

}




.iFrame {
	border:none;
	}
.popUpBox {
	text-align: left;
	}
.popUpBox h3 {
	margin-top: 0px;
	}
.popUpBox p {
	margin: 5px 0px 5px 10px;
	font: 10px Century, Georgia, Helvetica;
	}




/* Forms */

fieldset {
	margin: -10px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	background-color:#ffffff;
	border:none;
}
legend {
	margin-left: 5px;
	padding-top: 35px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
fieldset ol {
	padding-left: 10px;
	list-style: none;
}
fieldset li {
	padding-bottom: 1px;
}
fieldset.submit {
	border-style: none;
}
label {
	display: block;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 6px;
	margin: 3px 3px 3px 0px;
}
.FormField {
	margin: 3px 3px 3px 5px;
	padding: 4px;
	background-color:#ffffff;
}
.select {
	margin-left: 0px;
	padding: 4px;
	background-color:#ffffff;
	width: 200px;
}
.button {
	margin: 12px 8px 8px 4px;
	padding: 4px;
	background-color:#F9C104;
	color:#000000;
	text-transform: uppercase;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}


