@charset "utf-8";

html {
overflow: -moz-scrollbars-vertical;
}



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1d272f;
	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;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000000;
}

p a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#8aa9d5;
}

p a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#8aa9d5;
}

p a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#1d272f;
}

p a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#8aa9d5;
}


.twoColFixLtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #1d272f; 
	padding: 30px 0px 0 0px;  /* 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. */
		height: 140px;
		border-bottom: 4px solid #c0c0c0;
} 

.twoColFixLtHdr #suz1 { 
	background: #000000; 
	padding: 30px 0px 0 0px;  /* 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. */
		height: 140px;
		border-bottom: 4px solid #c0c0c0;
} 

#logo {
	float:left;
	width:: 445px;
	}

#hsglogo {
	float:right;
	padding-top: 10px;}
	
	#clear {
		clear: left;}

#topnav ul {
	float: right;
	}
		
#topnav li {
	display: inline;
	margin-left: 29px;
	}
	
#topnav a:link {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	}
	
#topnav a:visited {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	}
	
#topnav a:hover {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	border-top: 4px solid #8aa9d5;
	font-weight: bold;
	}

.activepage {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	border-top: 4px solid #8aa9d5;
	font-weight: bold;
	}
	
	
#topnav a:active {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	}
	
	



.breadcrumb_text {
font-size:10px;
line-height:1.8em;
color:#666;
float: left;
}

.breadcrumb_text a:link{
font-size:10px;
line-height:1.8em;
color:#8aa9d5
}

.breadcrumb_text a:visited{
font-size:10px;
line-height:1.8em;
color:#8aa9d5
}

.breadcrumb_text a:hover{
font-size:10px;
line-height:1.8em;
color:#8aa9d5
}

.breadcrumb_text a:active{
font-size:10px;
line-height:1.8em;
color:#8aa9d5
}
	
	
	
	

#banner {
	border-bottom: 3px solid #ebebeb;
	height:359px;
	}

#bannerimage {
	float:right;
	}
	
	#bannerimage_sub {
	float:left;
	}
	
#bannertext {
float:left;
width:357px;
padding: 30px 20px 0 20px;
height: 329px;
font-size: 16px;
text-align:left;
background:url(images/bannerbg5.jpg) #000 no-repeat;
color:#34424d;
}

#bannertext_sub {
	text-align:right;
float:right;
width:286px;
padding: 0px 00px 0 0px;
height: 359px;
font-size: 15px;
background:url(images/banner_subbg.jpg) #1d272f repeat-x;
color: #fff;
font-weight: bold;
}

#bannertext_sub h2 {
	background: url(images/h2bg.jpg) repeat-x;
	height: 41px;
	margin-top: 0;
	padding-top: 7px;
	padding-right: 10px;
	text-transform:uppercase;
	}
	
#subnav ul {
	list-style-type: none;}
	
	#subnav li {
	list-style-type: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding:10px 30px 7px 0px;
		border-bottom: 1px solid #53687e;
		margin-right: 10px;
		background:url(images/arrow.png) no-repeat right;
	}
	
		#subnav li a:link{
			text-decoration:none;
			color:#fff;
	}
	
			#subnav li a:visited{
			text-decoration:none;
			color:#fff;
	}
	
			#subnav li a:hover{
			text-decoration:underline;
			color:#fff;
	}
	
			#subnav li a:active{
			text-decoration:none;
			color:#fff;
	}

.bannertextbottom {
	font-size: 22px;
	color:#8aa9d5;
	font-weight: bold;
	text-transform:uppercase;
	}
	
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 15px 10px;
	color:#333;
}

.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 15px 10px;
	color:#333;

}

.twoColFixLtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 15px 10px;
	color:#333;

}

.twoColFixLtHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 15px 10px;
	color:#000;

}


.twoColFixLtHdr #mainContent { 
	margin: 0 240px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent2 { 
	margin: 0 240px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 840px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.twoColFixLtHdr #mainContent3 { 
	margin: 0 240px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}  
.twoColFixLtHdr #footer { 
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #eaf0f0; 
	border-top: 2px solid #c0c0c0;
		height: 30px;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color:#666;
	}
	
#footer a:link {
	color: #8aa9d5;}
	
	#footer a:visited {
	color: #8aa9d5;}
	
	#footer a:hover {
	color: #8aa9d5;}
	
	#footer a:active {
	color: #8aa9d5;}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.feature_sub {
	margin-right:6px;
	float: left;
	width: 222px;
	border: 1px solid #ccc;
	}
	
.feature_sub2 {
	margin-right:6px;
	float: left;
	width: 250px;
	border: 1px solid #ccc;
	}	

.feature_sub p {
	padding-left: 5px;
	padding-right: 5px;
	}
	
.features_sub {
	border-top: 1px solid #ccc;
        }

.feature {
	margin-right:6px;
	float: left;
	width: 215px;
	height: 260px;
	border: 1px solid #ccc;
	}

        
.feature9 {
	margin-right:6px;
	float: left;
	width: 210px;
	height: 260px;
	border: 1px solid #ccc;
	}

.feature2 {
	margin-right:12px;
	float: left;
	width: 285px;
	height: 460px;
	border: 1px solid #ccc;
	}	
	
.featureimage {
	padding:5px;
}

.features {
	height: 253px;
	border-top: 1px solid #ccc;
}

.features {
	height: 135px;
	border-top: 1px solid #ccc;
}
	
	
.go a:link{
font-size:10px;
line-height:1.8em;
color:#8aa9d5;
float:right;
padding-right: 10px;
}

.go a:visited{
font-size:10px;
line-height:1.8em;
color:#8aa9d5;
float:right;
padding-right: 10px;
}

.go a:hover{
font-size:10px;
line-height:1.8em;
color:#8aa9d5;
float:right;
padding-right: 10px;
}

.go a:active{
font-size:10px;
line-height:1.8em;
color:#8aa9d5;
float:right;
padding-right: 10px;
}

.featuredlist {
margin: 0;
padding:0;
list-style-type:none;
font-size:10px;
line-height:1.8em;
margin-top:0;
color:#666;
padding-top: 10px;
padding-left: 5px;
}

.featuredlist2 {
margin: 5px;
padding:-left: 20px;
list-style-type:square;
font-size:12px;
line-height:1.8em;
margin-top:0;
color:#000;
padding-top: 10px;

}

.featuredlist3 {
margin: 5px;
padding-left: 15px;
list-style-type:square;
font-size:10px;
line-height:1.8em;
margin-top:0;
color:#000;
padding-top: 10px;

}

.featuredlist4 {
margin: 0px;
padding-left: 40px;
list-style-type:square;
font-size:12px;
line-height:1.8em;
margin-top:0;
color:#000;

}

.featuredlist5 {
margin: 0px;
padding-left: 0px;
list-style-type:none;
font-size:10px;
line-height:1.8em;
margin-top:0;
color:#000;
padding-top: 0px;

}

.featuredlist6 {
margin: 5px;
padding-left: 15px;
list-style-type:square;
font-size:10px;
line-height:1.8em;
margin-top:0;
color:#000;
padding-top: 1px;

}

.featuredlist9 {
margin: 0px;
padding-left: 16px;
list-style-type:decimal;
font-size:10px;
line-height:1.8em;
margin-top:0;
color:#000;
padding-top: 0px;

}

#sidebar1 a:link {
color: #8aa9d5;	
}

#sidebar1 a:visited {
color: #8aa9d5;	
}

#sidebar1 a:hover {
color: #8aa9d5;	
}

#sidebar1 a:active {
color: #8aa9d5;	
}

.featured_header {
font-size: 14px;
color:#676767;
font-weight: bold;
padding-left: 5px;
padding-top: 5px;
}

.featured_header2 {
font-size: 14px;
color:#000000;
font-weight: bold;
padding-left: 5px;
padding-top: 5px;
}

.featured_headerz {
font-size: 12px;
color:#676767;
font-weight: bold;
padding-left: 5px;
padding-top: 5px;
}

	
	
h3 {
border-bottom: 1px solid #ccc;
font-size: 14px;
color:#333;
font-weight: normal;
margin-bottom: 5px;
font-weight: bold;
margin-top:0px;
	}
	
.keypeopleimage {
	padding:5px;}
	
#subpagecontent h2, h4 {
	color:#000;}
	

.linkthrough a:link {
	font-family:Verdana, Geneva, sans-serif;
	color: #1d272f;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 40px 5px 10px;
		margin: 10px;
		float:right;
		background:url(images/rightarrowsmall.jpg) no-repeat right;
	}
	
.linkthrough a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color: #1d272f;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 40px 5px 10px;
		margin: 10px;
		float:right;
		background:url(images/rightarrowsmall.jpg) no-repeat right;
	}
	
.linkthrough a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color: #1d272f;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 40px 5px 10px;
		margin: 10px;
		float:right;
		background:url(images/rightarrowsmall.jpg) no-repeat right;
	}
	
.linkthrough a:active {
	font-family:Verdana, Geneva, sans-serif;
	color: #1d272f;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 40px 5px 10px;
		margin: 10px;
		float:right;
		background:url(images/rightarrowsmall.jpg) no-repeat right;
	}
	
#homecontent {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
	color:#666;
}

#homecontent a:link {
color: #8aa9d5;	
}

#homecontent a:visited {
color: #8aa9d5;	
}

#homecontent a:hover {
color: #8aa9d5;	
}

#homecontent a:active {
color: #8aa9d5;	
}


.contactus {
margin: 0;
padding:0;
list-style-type:none;
font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.8em;
margin-top:0;
color:#fff;
padding-right: 10px;
font-weight:normal;}

.contactus a:link{
color: #fff;
}

.contactus a:visited{
color: #fff;
}

.contactus a:hover{
color: #fff;
text-decoration: none;
}

.contactus a:active{
color: #fff;
}


/* ----------------------------Form--------------------------------------------------------------------------------- */

fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
}

legend {
font-weight: bold;
color: #1d272f;
}

textarea {
width: 300px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form label {
padding-top: 5px;
float:left;
width: 150px;
}

form input {
width: 300px;
height: 28px;
background-color: #E8E8E8;
border: 1px solid #ccc;}
