@charset "UTF-8";
body  {
	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: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/SSGback.jpg);
	background-repeat: repeat-x;
	background-color: #1D1D1D;
	background-position: top;
	line-height: 20px;
}
.twoColFixLtHdr #container {
	width: 919px;
	text-align: left;
	background-color: #1D1D1D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/SSGheader2.jpg);
	background-repeat: no-repeat;
	background-position: center 98px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/SSGheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
	margin-bottom: 30px;
} 
.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: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/SSG_indexENROUTE_07.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixLtHdr #mainContent {
	background-color: #1D1D1D;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
a    {
	color: #FF8000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	focus { outline: none; 
		outline: none;

	}
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #11BAE3;
	letter-spacing: -1px;
	line-height: 12px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: lighter;
}
h2 {
	font-size: 20px;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #66CCFF;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: -4px;
	font-style: italic;
	padding-left: 10px;
	letter-spacing: 2px;
}
h1 {
}
h7 {
	font-size: 20px;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.box {
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #11BAE3;
	letter-spacing: 10px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	line-height: 10px;
	margin-bottom: 2px;
}
a:hover    {
	color: #1DCD63;
}
.twoColFixLtHdr #footer {
	clear: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
	font-size: 11px;
}
.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;
}
.MenU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-left: 150px;
	float: right;
}
.MenUbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
.MenUbutton a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: inline;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: normal;
		outline: none;

}
.MenUbutton :hover {
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #132024;
}
.twoColFixLtHdr #INTRO {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 0px;
}
.products {
	padding: 6px;
	width: 200px;
	float: left;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.rightBox {
	float: right;
	width: 300px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-left: 10px;
	background-color: #2B292A;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	color: #CCCCCC;
}
.whitebox {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #000000;
	padding: 20px;
}
.rightBoxDARK {
	float: right;
	width: 300px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-left: 10px;
	color: #CCCCCC;
}
.noStyle {
}
.select {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	background-image: url(images/newsbackground.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #CCCCCC;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
		outline: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(images/NAVbak.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
	outline: none;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.lilbox {
	margin-bottom: -10px;
}
.rightAbout {
	float: right;
	width: 50%;
	margin-left: 10px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: -10px;
}

img.border {
	padding: 7px;
	border-right-color: #4393BD;
	border-bottom-color: #306881;
	background-color: #FFFFFF;
	border-top-color: #8FBCCC;
	border-left-color: #4393BD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 6px;
	margin-left: 6px;
			}
