/* Unchanged */
@charset "UTF-8";
body,h1,h2,h3,h4,h5,h6,table,thead,tbody,tr,td,ol,ul,li,span,p,div,form,fieldset,label,legend,textarea,a {
	margin:0;
	padding:0;
}
body  {
	font: 14px Helvetica, sans-serif;
	background: #FFFFFF;
	margin:0 auto;
	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;
}
#container { 
	width: 100%;  /* this will create a container 100% of the browser width */
	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*/
	font-size:95%;
}	
#header { 
	background: #fff; 
	height:130px; 
}/* 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. */
#headerTile {
	background:url(../images/header_left.gif)left top repeat-x;
	height: 27px;	
}
#headerBG { 
	display: block;	
	background:url(../images/header_div_bg.gif) top left no-repeat;
	width: 200px;
	height: 27px;
	padding: 7px 20px 0 30px;
} 
#logo {
	width: 99px;
	height: 86px;
	padding: 10px 30px 15px 0px;
	z-index:1;
	position:absolute;
	top:40px;
	left:20px;
	background: url(../images/sologo-globe.png) no-repeat;
	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 */
}
#logotext {
	float:left;
	padding-left:160px;
	padding-top:11px;

}
#tagline {
	margin-right:20px;
	font-style:italic;
	color:#999;
	height:30px;
	font-size:90%;
}
.background {
	background:url(../images/largebg.jpg) no-repeat;
	width:900px;
	color:#fff;
	
	-moz-border-radius: 3ex;
  
  -webkit-border-radius: 3ex;

}

/*h1 {
	color: #000;
	font-size:115%;
	font-weight:normal;
	line-height: 1.6em;
	padding: 8px 0px 5px 10px;
	position: relative;
	background: #DEECC6;
	width: 70%;
	border: 1px solid #ccc;
	
	
}*/

/*.contentTopic h2, */
h2 {
	background-color:#fff;
	font-size:125%;
	font-weight:normal;
	line-height: 1.6;
	margin-bottom: 3px;
	margin-right: 3px;
}
	

h1 {
	padding-left: 10px;
	padding-top:3px;
	font-weight:normal;
	margin-bottom: 5px;
	line-height:1.4em;
	font-size:1.4em;
	padding:5px;
	padding-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#45591b;
}

h2 {color:#57731a; font-family:Georgia, "Times New Roman", Times, serif;margin-top:15px; font-size:1.3em; font-weight:normal;}
h2 a:link, 
h2 a:active, 
h2 a:visited {
	color: #066;
	text-decoration:none;
}
h2 a:hover {
	color:#85A62B;
	text-decoration:none;
}

h3 {
	color: #000;
	font-size:103%;
	padding-top:20px;
}

.block h4 {
	color:#000;
	font-weight:normal;
	line-height: 1.2em;
	font-size:1.1em;
	margin-top:15px;
}
h6 {
	font-weight:normal;
	font-size:100%;
	
	margin-bottom: 15px;
	line-height: 1.4em;
	padding: 10px 8px 15px 18px;	
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin: 0px;
	padding:30px 30px 50px 30px;
	/*line-height: 1.4em;*/
} 


#footerContainer {
	width:100%;
	position:relative;
	text-align:center;
	margin:0 auto; 
	padding:0px;
}
.block {
	padding: 5px 0px 15px 15px;
	
}
#mainContent .block p {
	margin-bottom: 8px;
	font-size:1em;
	line-height:1.4em;
}
#footer {
	width:100%;
	background:#FFF;
	position:fixed;
	bottom:0px;
	padding: 15px 10px 0px 10px;
	margin-top:0;
	text-align:center;
	font-size:80%;
} 
#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: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
		float:none;
}
a:link, a:visited, a:active{
	color: #066;
	text-decoration:none;
}
a:hover {
	color:#85A62B;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#links {
	font-size:83%;
	padding: 5px 30px 0px 30px;
	line-height: 1.2em;
}
:focus{
	-moz-outline-style: none;
}

.date{
	/*float:right;  displays the date to the right of Topic header on News page  */
	font-size:100%;
	padding-top:8px;
	padding-right:10px;
	color:#333;
}






.header {padding-bottom:5px;}

#wrapper{
	width:65%;
	margin-left:8px;
	margin-bottom:75px;
}




#button1 { margin-top:15px;margin-right:50px;}
.alignRight {text-align:right;}

img a:link {text-decoration:none; border:0px;}
img a:visited {text-decoration:none; border:none;}
img a:hover {text-decoration:none; border:none;}
img a:active {text-decoration:none; border:none;}
#wrapper .block p.contact {
	margin:5px 0px 0px 0px;
	padding:0px;
}
#wrapper .contentTopic .block ul {
	font-size: 90%;
	margin-bottom:20px;
	margin-top: 10px;
	;
}

#wrapper .block ul li {
	padding-bottom:3px;
	line-height:1.1em;
	margin-left:15px;
	padding-top: 5px;
}/
	
/*navigation*/

tt
{
  	text-align: justify;
  	font-weight: bold;
  	margin-bottom: 2px;
}

#nav {

	padding-right:30px;
	text-align:right;
	width:100%;
	float: right;	
	list-style-type: none;
	background: url(../images/nav_bg.gif) left top repeat-x;
	margin:0 auto;
	height:49px;
}
#nav ul {
	margin:0;
}
#menu {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style-type: none;
	
}
#menu li {
	display: inline;
	text-align: center;
	margin-left: -4px;
}
#menu li a:link,
#menu li a:visited,
#menu li a:active {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 49px;
	padding: 15px 12px;
	border-top: 1px solid #66CC33; /* border hilite */
	border-left: 1px solid #66CC33; /* border hilite */	
	border-bottom: 1px solid #013D68; /* border shadow */
	border-right: 1px solid #013D68; /* border shadow */
}
#menu li a:hover, #menu li a:hover {
	background-color: #025088;
	background: url(../images/nav_bg_r.gif) left top repeat;
	color: #FFFFFF;
}
#home #nav #menu #nav1 a:link,
#home #nav #menu #nav1 a:visited,
#home #nav #menu #nav1 a:hover,


#products #nav #menu #nav2 a:link,
#products #nav #menu #nav2 a:visited,
 
#services #nav #menu #nav3 a:link,
#services #nav #menu #nav3 a:visited,
#services #nav #menu #nav3 a:hover,
#advisories #nav #menu #nav4 a:link,
#advisories #nav #menu #nav4 a:visited,
#advisories #nav #menu #nav4 a:hover,
#blogs #nav #menu #nav5 a:link,
#blogs #nav #menu #nav5 a:visited,
#blogs #nav #menu #nav5 a:hover 
#news #nav #menu #nav6 a:link,
#news #nav #menu #nav6 a:visited,
#news #nav #menu #nav6 a:hover 
#contact #nav #menu #nav7 a:link,
#contact #nav #menu #nav7 a:visited,
#contact #nav #menu #nav7 a:hover 
{
	background-color: #67A102;
	background: url(../images/nav_bg_r.gif) left top repeat;
	color: #FFFFFF;
	height:60px;
}
.current {
	background-color: #025088;
	background: url(../images/nav_bg_r.gif) left top repeat;
	color: #FFFFFF;
}
	
.alignright
{text-align:right;}
.alignleft
{text-align:left;}
