@charset "UTF-8";
/* CSS Document */

<!-- 
body  {
    font-family: Helvetica Neue, Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-size:100%;
	background: #C7C7C7;
	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: #4C626A;
}
#container { 
    font-size: 0.75em; /* 16px x .875 = 14px */
    line-height: 1.4em; /* 14px x 1.286 = 18px */
	width: 1024px;  
	background: #FFFFFF;
	margin: 10px 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. */
} 
#header { 
	height:110px;
	border-bottom:1px solid #C7C7C7;
	padding: 60px 30px 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. */
	margin-bottom:2em;
	} 
#nav {
	width:600px;
	text-align:right;
	float:right;
	}
	#nav p {
		color:#CAA102;
		margin-bottom:3em;
}
#nav ul#menu {
float:right;
margin:0;
padding:0;
}

#nav ul#menu li {
	    float: left;
	padding:2px 0 2px 30px;
	list-style:none;
	}
#nav ul#menu a {
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#949494;
}
#nav ul#menu a:hover, #nav ul#menu a.active {
color:#4C626A;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}
a {
text-decoration:none;
color:#949494;
}
a:hover {
color:#4C626A;
text-decoration:none;
}

/******* Header ******/
#logo {
position:relative;
margin:0 0 0 10px;
width:250px;
}

#logo a, #logo a:hover, #logo a:visited {
text-decoration:none;
border:none;
color:#fff;
}

#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 */
		}
.news #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 599px; /* 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 */
	padding: 0px 30px 0px 0;
	margin-bottom:30px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 599px; /* 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 */
	padding: 0px 30px 0 0;
}

.news #sidebar1 {
	border-left:1px solid #C7C7C7;
}

.front #mainContent, .policies #mainContent, .services #mainContent, .contact #mainContent, .news #mainContent { 
	border-right:none;
} 
#mainContent { 
	border-right:1px solid #C7C7C7;
	margin: 0 636px 30px 0; /* the right margin on this div element creates the column down the right 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: 20px 20px 30px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.company #mainContent { 
	border-right:1px solid #C7C7C7;
	margin: 0 636px 30px 0; /* the right margin on this div element creates the column down the right 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: 20px 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/******* Page ********/

h1 {
font-weight:normal;
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:2em;
	}
.contact #mainContent h2 {
font-weight:normal;
	font-size:1.8em;
	line-height:1em;
	margin-bottom:0;
	margin-left:0em;
	text-transform:uppercase;
	color:#4C626A;
	}
	
	#mainContent h2 {
font-weight:normal;
	font-size:2em;
	line-height:1.3em;
	margin-bottom:0;
	margin-left:0em;
	text-transform:uppercase;
	color:#4C626A;
	}
	
	table h3, table h4 {
	margin-left:1em;
	}
	h2 {
font-weight:bold;
	font-size:12px;
	line-height:1.3em;
	margin-bottom:2em;
	margin-left:1em;
	text-transform:uppercase;
	color:#949494;
	}
#mainContent h3 {
font-weight:normal;
	font-size:3em;
	line-height:1em;
	margin-bottom:1em;
	margin-left:0em;
	margin-top:0em;
	text-transform:uppercase;
	color:#4C626A;
	}
	h3 {
font-weight:bold;
	font-size:12px;
	line-height:14px;
	margin-bottom:0;
	margin-left:0;
	color:#949494;
	}
	
h4 {
font-weight:normal;
	font-size:12px;
	line-height:14px;
	margin-top:2px;
	margin-bottom:0;
	margin-left:0;
	color:#949494;
	}
	#main-pic {
	text-align:center;
	margin-bottom:1em;
	}
.quote {
	margin:3em 0 0 0;
	}
table p {
padding: 0 15px;
}
.not-front table p {
padding: 0 7px 0 14px;
}
table strong {
color:#949494;
}
table i {
color:#949494;
font-style:normal;
}
ul li {
list-style-image:url(images/hyphen.png);
list-style-position:outside;
margin-bottom:1em;
}
.java-heading {
	border:1px solid #C7C7C7;
padding:6px 15px 5px;
	margin-bottom:1em;

}
.java-heading a {
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#949494;
background:url(images/arrow.gif) no-repeat right center;
padding-right:15px;
}
.java-heading a:hover{
color:#4C626A;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background:url(images/arrow-active.gif) no-repeat right center;
}

.java-heading a.active {
color:#4C626A;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background:url(images/arrow-active.gif) no-repeat right center;
}

#block-3, #block-5, #block-6 {
float:right;
width:400px;
}
#block-1 {
float:right;
width:420px;
}
#block-2 {
float:right;
width:390px;
}
#block-4 {
float:right;
width:300px;
}
.policies ul {
margin-top:0;
}
.policies #block-1 {
float:right;
width:100%;
}
.policies #block-2 {
float:none;
width:100%;
}
.policies .block-block-2 {
float:right;
width:390px;
}
.policies #block-4 .block-block-2 {
float:right;
width:320px;
}
.policies .download {
width:180px;
float:left;
}
.policies #block-3 {
float:right;
width:100%;
}
.policies #block-4 {
float:right;
width:100%;
}
.java-heading p {
margin-top:0;
}

/********* Newsletter *******/

#newsletter {
width:330px;
background-color:#666666;
margin-bottom:2em;
}

table.news {
color:#fff;
}
.news-articles {
margin-left:200px;
}

/********* Contact *******/?
.contact table tr, .contact table td {
padding:0;
}

#newsletter strong {
color:#fff;
}

#newsletter a img {
border:none;
}

label {
	float:left;
}

#recaptcha_area {
	padding-left:70px;
}
/********* Footer *******/

#footer { 
	border-top:1px solid #C7C7C7;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer-right {
float:right;
width:300px;
text-align:right;
}
#footer p {
font-size:90%;
	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 */
color:#949494;
}
.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;
}
/*
** Collapsing fieldsets
*/
fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
fieldset.collapsed * {
  display: none;
}
fieldset.collapsed legend {
  display: block;
}
fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

--> 
