@charset "UTF-8";
body  {
	font: 12px "Times New Roman", Times, serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container { 
	position: relative;
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/content_bg.jpg);
	background-position: 0 108px;
	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 { 
	padding: 10px 0 0;  /* 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: 106px;
	background-image: url(images/header_bg.jpg);
} 
.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 {
	position: absolute;
	left: 0;
	top: 116px;
/*	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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: 0 15px 15px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* 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: 24px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
	margin-bottom: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	clear: left;
	margin-right: 8px;
	margin-bottom: 12px;
}
.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;
}

a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 1em;
	font-style: italic;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}
h1 {
	color: green;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 3px;
}
h2 {
	color: #006699;
	font-size:18px;
	font-weight: bold;
	padding-top: .5em;
	border-top: 1px solid #3399CC;
	margin-top: 15px;
	margin-bottom: 12px;
	text-transform: uppercase;
	clear: both;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
p {
	margin-bottom: 1em;
	line-spacing: 1.2;
}
ol, ul {
	margin-left: 3em;
	margin-bottom: 1em;
}
ol {
	list-style: decimal;
}
ul {
    list-style: disc;
}
li {
	margin-bottom: .5em;
}
.colL {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 260px;
}
.colR {
	float: right;
	display: inline;
	margin-left: 10px;
	width: 260px;
}
.contentWarning {
	color: #FF0000;
	font-weight: bold;
}
#intro h1, #intro h2, #intro h3, #intro p {
	margin-left: 188px;
}
#intro p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.largeText {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.pullQuote {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.pullQuote p {
	margin: 12px;
}
.pullQuote .separator {
	overflow: hidden;
	height: 3px;
	background: url(../common/images/aboutus_gradientline.png) no-repeat;
}
#soldynLogo {
	float: left;
	display: inline;
	margin-left: 20px;
}
#soldynTagline {
	float: right;
	display: inline;
	margin: 15px 35px 0 0;
}
#mainMenu {
	margin: 76px 0 0 200px;
}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4, #sidebar1 h5, #sidebar1 h6,
#sidebar1 li, #sidebar1 p {
	color: white;
}
#sidebar1 h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
#sidebar1 ul {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin-left: 10px; 
	margin-bottom: 10px;
}
#sidebar1 li {
	line-height: 120%;
	margin-bottom: 12px;
}
#sidebar1 a {
	color: white;
	text-decoration: none;	
}
#sidebar1 a:hover {
	text-decoration: underline;
}.pullQuote .separator2 {
	overflow: hidden;
	height: 3px;
	background-image: url(images/rule_white.png);
	background-repeat: no-repeat;
}

