@charset "UTF-8";

html, 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: #666666;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	height : 100%;
	min-height : 100%;
	background:url(../_images/jso_bg.png) repeat-x;
}

#wrap {
	height: 100%;
}

body > #wrap { height: auto; min-height: 100%; }

span.displaynone { display:none; }      

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

a.BtmMargin {
	padding-bottom: 20px;
}

p {
	margin: 15px 15px 15px 0px;
	line-height: 1.4;
}

h1 {
	font-size: 20px;
	color: #0e427a;
	margin: 0px 10px 10px 0px;
}

h1.rightSide {
	font-size: 18px;

}

h2 {
	font-size: 18px;
	color: #900;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

h3 {
	font-size: 15px;
	color: #225086;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

ol li {
	
	padding: 8px;
	
}

#INT_Title {
	width: 435px;
	height: 80px;
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	position: relative;
}

#Phone {
	width: 200px;
	position: absolute;
	top: 90px;
	margin-left: 736px;
	padding-right: 4px;
	color: #225086;
	font-size: 14px;
	text-align: right;
}

#Phone p {
	margin: 5px 0;
	padding: 0px;
	
}

/* NAVIGATION */


#navcontainer {
	float: right;
	min-width: 600px;
	margin-top: 4px;
	height: 47px;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	height: 47px;
	padding-right: 5px;
}

#navlist li a
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}

#navlist li a:hover 
{
	background-color: #0e427a;
	text-decoration: none;
}

#navlist li a#current 
{
	background-color: #0e427a;
	text-decoration: none;
}


#header {
	width: 940px;
	height: 151px;
	margin: 0 auto;
	text-align: left;	
} 

#ContentWrap {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 75px;
}

#MainContent {
	height: 314px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#MainBtm {
	height: 53px;
	background: url(../_images/mainBtm_bg.png) repeat-x;
	padding-top: 10px;
}

.Tagline a {
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	margin-left: 10px;
	border-right: 1px #6f89b2 dotted;
	padding-right: 13px;
}

.WinAction a {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 20px;
	float: right;
	margin-right: 5px;
}

img.Main {
	border-bottom: 1px solid #FFFFFF;

}

.flash {
	margin-top: 37px;
	margin-left: 35px;
}

#WinWire {
	float: right;
	width: 321px;
	background: url(../_images/mainRt_bg.png) no-repeat;
	height: 251px;
}

#int_Content {
	width: 600px;
	margin-right: 10px;
	float: left;
	clear: left;
	padding-bottom: 75px;
}

#Blog {
	min-height: 800px;
	padding-bottom: 75px;
}
#jso-man {
	padding-bottom: 75px;
}
#jso-man_archiveList {
	float: right;
	width: 150px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-bottom: 15px;
}
.headlineSpecial {
	color: #FF0000;
	font-weight: bold;
	padding: 10px;
	border: 2px dotted #666666;
	margin-bottom: 10px;
	font-size: 28px;
}

#int_Content p {
	margin: 0px 0px 20px 0px;
}

#intHDR {
	height: 101px;
	background: url(../_images/int_hdr_bg.png) repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 10px;
}

img.INThdr {
	float: right;
	z-index: 100;
	margin-top: -10px;
}

#Single {
	padding-top: 15px;
}

#right_wrap {
	width: 321px;
	float: right;
}

#contact {
	border-top: 11px solid #0e427a;
	padding-top: 15px;
}

ul.Custom {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul.Custom li {
	background: url(../_images/li_bullet.png) left center no-repeat;
	padding-left: 22px;
	margin-bottom: 10px;
}

#callout_1 {
	float: left;
	width: 304px;
}
#threat-watch {
	margin-left: 15px;
	margin-top: 25px;
}

#callout_1 p {
	margin: 0px 20px 10px 0px;
}

#callout_2 {
	float: left;
	width: 304px;
}

#callout_3 {
	float: right;
	width: 321px;
}

.HdrDesc {
	font-size: 12px;
	color: #666666;
}

img.Blog {
	border-bottom: 11px solid #0e427a;
	margin-bottom: 10px;
	margin-top: 20px;

}

img.BlogH {
	border-bottom: 11px solid #0e427a;
	margin-bottom: 10px;

}

ul#callouts {
	margin-left: 0;
	padding-left: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;

}

ul#callouts li {
	list-style-type: none;
	margin-right: 5px;
}

ul.list {
	margin-top: 5px;

}


li p {
	padding: 5px 10px;

}
img.Logo {
	margin-top: 16px;
}

#pleasedClient {
	float: right;
	margin: 4px;
	
}

#footer {
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	text-align: left;
	background: #9ebece url(../_images/footer_bg.png) repeat-x;
} 

#footerWrap {
	width: 940px;
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
}

#footerWrap p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
}

#footerUtility {
	float: right;
}

#footerUtility ul {
	margin: 0px;
	padding: 0px;
}

#footerUtility li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 11px;
}

#footerUtility li a
{
	color: #FFFFFF;

}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#emailform {
	border: 1px solid #225086;
	width: 545px;
	margin-bottom: 15px;
	background-color: #E1DCCE;
	padding: 10px;
	text-align: left;
}

#emailform.Side {
	width: 300px;
	padding: 6px;
	
}

#emailform input {
	margin-bottom: 10px;
	
}

#emailform2 {
	border: 1px solid #225086;
	width: 300px;
	margin-bottom: 15px;
	background-color: #E1DCCE;
	padding: 10px;
	text-align: left;
}

#emailform2.Side {
	width: 300px;
	padding: 6px;
	
}

#emailform2 input {
	margin-bottom: 10px;
	
}

#formLabel {
	width:80px;
	float: left;
	clear: both;
	color: #225086;
}
#formLabel2 {
	width:80px;
	color: #225086;
}
#homeshow {
	height: 251px;
	width: 619px;
}
label {
	float: left;
	width: 60px;
}

#emailform3 {
	border: 1px solid #225086;
	width: 170px;
	margin-bottom: 15px;
	background-color: #E1DCCE;
	padding: 10px;
	text-align: left;
	float: right;
	margin-left: 10px;
}

#emailform3.Side {
	width: 300px;
	padding: 6px;
	
}

#emailform3 input {
	margin-bottom: 10px;
	width: 160px;
}

#emailform4 {
	border: 1px solid #225086;
	width: 500px;
	margin-bottom: 15px;
	background-color: #E1DCCE;
	padding: 10px;
	text-align: left;
	margin-left: 10px;
}
#emailform4 input {
	margin-bottom: 10px;
	width: 160px;
}
#emailform4 label {
	float: left;
	width: 150px;
}
.clear {
	clear: both;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
