@charset "utf-8";
html {
	height: 100%;
	padding-bottom: 1px;	
}
body {
	background-color: #051325;
	margin: 0;
	padding: 0;
	color: white;
	font-family: Calibri, "Trebuchet MS", "Trajan Pro", Verdana, Arial, Helvetica;
	/*font-size: 13px;*/
	line-height: 1em;
}

#topband {
	background-color: #051325;
	height: 25px;
}

/* ~~ Element/tag selectors ~~ */

ol, dl {
	padding: 0;
	line-height: 1.1em;
	color: white;
	font-size: 0.81em;
	margin: 1.5em 5em 1.5em 1.5em;
}

ul {
	padding: 0;
	margin: 1.5em 5em 1.5em 1.5em;
	line-height: 1.1em;
	color: white;
	list-style: none;
	font-size: 0.81em;
}

.leftcol ul, .rightcol ul, .fullcol ul {
	margin: 1.5em 0 1.5em 1.5em;
}

ul li {
	padding: 0.25em 0 0 1em;
	margin: 0;
	list-style: none;
	color: #99bfef; 	/*blue*/
    text-indent: -1.2em;
}

ul li.thick {
	padding: 0.25em 0 1em 1em;
}

ul li:before {
	white-space:pre;
    content: "•   ";
    color: white;
}

ul.listing {
	padding: 0;
	margin: 1.5em 0 1.5em 0;	
	line-height: 1.1em;
}

ul.listing li {
	padding: 0.25em 0;
	margin: 0;
	list-style: none;
	color: #6d9ad3;
	text-indent: 0;
}

ul.listing li:before {
    content: normal;
}

ol ul, ul ul {
	font-size: 1em;
}

ul ul {
	margin: 0.5em 5em 0.5em 1.5em;
}

ul ul li:before {
	white-space:pre;
    content: ">   ";
    color: #99bfef;
	font-weight: bold;
}

ul ul li {
	color: white; 	/*blue*/
}

ul ul ul li:before {
	white-space:pre;
    content: "-   ";
    color: white;
	font-weight: bold;
}

ul ul ul li {
	color: #99bfef; 	/*blue*/
}

/******IBM syndication******/
.syndication ul {
	padding: inherit;
	margin: 0;
	line-height: normal;
	list-style: inherit;
	font-size: inherit;
}

.syndication ul li {
	padding: inherit;
	margin: inherit;
	list-style: inherit;
	color: inherit;
    text-indent: inherit;
}

.syndication ul ul {
	margin: 0;
}

.syndication ul li:before, .syndication ul ul li:before, .syndication ul ul ul li:before {
	white-space: normal;
	content: "";
	font-weight: normal;
}

.syndication {
	background-color: white;
}
/******end IBM syndication******/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 0 15px 0 0;
}

h1 {
	font-size: 1.5em;	
	color: #c60202;
	line-height: 0.9em;
}

.mainnews h1 {
	font-size: 1.88em;	
	color: white;
}

h2 {
	font-size: 1.13em;	
	color: #c60202;
}

h3 {
	font-size: 1.13em;	
	color: #6d9ad3;
	margin-bottom: 0;
}

h4 {
	font-size: 1em;	
	color: #6d9ad3;
}

p {
	color: white;
	font-size: 0.81em;
	line-height: 1.3em;
	margin-top: 0;
	padding: 0 4em 0 0;
}

.leftcol p, .rightcol p, .fullcol p {
	padding: 0;
}

.mainnews p {	
	font-size: 0.88em;
	padding-right: 3.5em;
}


a img { 
	border: none;
}

a:link, a:visited {
	color: #c60202;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #6d9ad3;
	text-decoration: none;
}

a.blue:link, a.blue:visited {
	color: #6d9ad3;
	text-decoration: none;
}

a.blue:hover, a.blue:active, a.blue:focus {
	color: #c60202;
	text-decoration: none;
}

a.white:link, a.white:visited {
	color: white;
	text-decoration: none;
}

a.white:hover, a.white:active, a.white:focus {
	color: #c60202;
	text-decoration: none;
}

.container {
	width: 1024px;
	margin: 0 auto; 
	overflow: visible;
}


.sidebar1 .header {
	background-color: #730606;
	height: 25px;
}

.sidebar1 {
	float: left;
	/*width: 317px;*/
	width: 31%;
	padding-bottom: 10px;
}

.sidebar1 .shadow {
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 4px #000;	
	position: relative;
	z-index: 10;
}
.content {
	background-color: #051325;
	padding: 0 0 10px 0;
	width: 69%;
	float: right;
	overflow: visible;
}

.content .header {
	background-color: #051325;
	height: 25px;
	font-size: 0.81em;
	text-align: right;
	/*font-weight: bold;*/
	padding: 0 5% 0 0;
	line-height: 2em;
}

.contenttext {
	margin: 40px 0 0 50px; 
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*text colors*/
.blue {
	color: #6d9ad3;	
}

.dblue {
	color: #051325;	
}

.lblue {
	color: #b5d6ff;	
}

.red {
	color: #f10606;	
}

.dred {
	color: #730606;	
}

.white {
	color: white;	
}

/******MENU BAR *******/

/*primary*/
#MenuBar {
	background-color: #142c4d;
	padding: 5px 0 0 40%;
	margin: 0;
	height: 280px;
	/*width: 60%;*/
	width: 191px;	
	z-index: 100;
}

#MenuBar li:before {
    content: normal;
}

#MenuBar li:first-child {
	margin-top: 5px;
}

#MenuBar li {
	font-family: Calibri, "Trebuchet MS", "Trajan Pro", Verdana, Arial, Helvetica;
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 14px;
	list-style: none;
	padding: 11px 0 3px 0;	
	border-width:2px;
	border-color: #33537d; 
	border-style: none none solid none;
	float: left;
	display: block;
	width: 100%;
	text-indent: 0;
	cursor: pointer;
}

#MenuBar li.ind {
	background-image: url(../images/indicator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*#MenuBar li.ind2*/
#MenuBar li.ind:hover {
	background-image: url(../images/indicator-on.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#MenuBar li a {
	color:#ffffff;
	display: block;
}

#MenuBar li:hover > a, #MenuBar li.sel > a, #MenuBar li.sel:hover > a {
	color: #f10606;
	display: block;
}

#MenuBar li ul  {
	padding: 5px 0 10px 20px;
	background-color: #8f0101;
	position: absolute;
	margin-left: 191px;
	margin-top: -25px;
	/*opacity: 0;
	alpha(opacity=0);*/
	display: none;
	z-index: 3000;
	width: 200px;
}

#MenuBar li ul li {
	border: none;
	padding: 3px 0;
}

#MenuBar li ul li:hover > a, #MenuBar li ul li.sel > a, #MenuBar li ul li.sel:hover > a {
	color: #f10606;
	display: block;
}

/*secondary - red block navigation*/
#MenuBar2  {
	background-color: #730606;
	font-family: Calibri, "Trebuchet MS", "Trajan Pro", Verdana, Arial, Helvetica;
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	padding: 0.9em 0 2em 40%;
	height: auto;
	width: 60%;
	clear: both;
	margin: 0;
}

#MenuBar2 li:before {
    content: normal;
}

#MenuBar2 li {
	list-style: none;
	padding: 0em 0px 0em 0px; 
	background-color:transparent;	
	line-height:1.1em;
	color:#ffffff;
	padding: 0.8em 0 0.2em 0;
	width: 100%;
	text-indent: 0;
}

#MenuBar2 li a {
	color:#ffffff;
	display: block;
}

#MenuBar2 li:hover a, #MenuBar2 li.sel a {
	color: #385984;
	display: block;
}


/******END MENU BAR *******/

/*------------main page elements--------------*/

#homebg {
	display: block;
	position: absolute;
	z-index: -1;
	height: 455px;
	width: 100%;
	background-image: url(../images/bgtile.jpg);
}

#mainbanner {
	height: 430px;
	/*margin-bottom: 20px;	*/
	-webkit-box-shadow: 0 0 3px #222e42;
	box-shadow: 1px 0 3px #222e42;
	background-image: url(../images/bgtile.jpg);
}

.leftcol {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	padding-top: 10px;
}

.rightcol {
	width: 41%;
	margin-left: 10%;
	float: left;
	clear: right;
	margin-bottom: 25px;
}

.fullcol {
	width: 100%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 25px 0;
	margin:0;
	border-top-width: 2px;
	border-top-color: #385984;
	clear: both;
}

.fullcol:after {
	clear: both;
	display: block;
	content: " ";
}

/*side-by-sides*/
.sbs-header {
	width: 35%;
	float: left;
}

.sbs-header h1 {
	margin: 0;
	padding: 0;
	color: white;
}

.sbs-text {
	width: 63%;
	float: right;
}

.partners {
	text-align: center;
	background-color: white;
	}

.partners img {
	padding: 0 17px;
	}

.partners-l {
	text-align: center;
	background-color: white;
	}
		
.partners-l img {
	padding: 15px 25px;
}	
	
/*.partners img:hover {
	opacity: 0.8;
	alpha(opacity=80);
	}*/

.copyright {
	font-size: 0.63em;
	color: #6d9ad3;	
	padding: 15px 0 !important;
}

.OPEN {
	font-size: 0.63em;
	color: #6d9ad3;
	margin: 20px 0 20px 0;
}

.OPEN:hover {
	opacity: 0.5;
	alpha(opacity=50);
}

.OPEN img {
	vertical-align:text-bottom;
}

.OPEN a {
	color: #6d9ad3;
}


/*inline (float) list*/

.floatlist {
	/*align with header bottom*/
	padding-top: 0.1em;	
}

.floatlist:after {
	clear: both;
	display: block;
	content: " ";
}

.floatlist .label {
	float: left;
	width: 44%;
	font-size: 0.81em;
}

.floatlist ul {
	margin:0;
	float: right;
	width: 54%;
}

.floatlist ul li:before {
    content: normal;
}

.floatlist ul li {
	padding: 0 0 0.35em 0;
	margin: 0;
	list-style: none;
	color: #6d9ad3;
	text-indent: 0;
	font-size: 1em;
	line-height: 0.85em;
}


/*------------end main page elements--------------*/

/*------------sub page elements--------------*/
#subbg {
	display: block;
	position: absolute;
	z-index: -1;
	height: 180px;
	width: 100%;
	background-image: url(../images/bgtile.jpg);
}
#subbanner {
	height: 155px;
	-webkit-box-shadow: 0 0 3px #222e42;
	box-shadow: 1px 0 3px #222e42;
	background-image: url(../images/bgtile.jpg);
}

.divider {
	width: 100;
	height: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 25px 0;
	padding:0;
	border-top-width: 1px;
	border-top-color: #385984;
	border-bottom-width: 1px;
	border-bottom-color: #385984;
	clear: both;
}

.partner {
	width: 31%;
	float: left;
	margin-bottom: 25px;
	clear: left;
}

.partnertext {
	width: 65%;
	margin-left: 4%;
	float: left;
	clear: right;
	margin-bottom: 25px;
}

/*------------end sub page elements--------------*/

.fullcols {
	width: 100;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 25px 0;
	margin: 25px 0 25px 0;
	border-top-width: 2px;
	border-top-color: #385984;
	clear: both;
}

.fullcols:after {
	clear: both;
	display: block;
	content: " ";
}

#address {
	//margin: 50px 0 0 127px;
	margin: 50px 0 0 40px;
}

#address p {
	font-family: Calibri, "Trebuchet MS", "Trajan Pro", Verdana, Arial, Helvetica;	
	/*font-size: 11px;
	line-height: 12px;*/
	font-size: 12px;
	line-height: 14px;
	padding: 0 50px 0 0;	
}

#address a {
	color: #c60202;
	text-decoration: none;	
}

#address a:hover {
	color: #6d9ad3;
	text-decoration: none;	
}

.rpic {
	float: right;
	padding-left: 20px;	
}

.cpic {
	display: block;
	text-align: center;
	margin: auto;
	padding: 10px 0 20px 0;	
}
