/*	Caliburn blue	#00209e 
	web2.0 gray		#282828
	web2.0 green	#3bb003
	web2.0 green	#008000

*/
.blue{color:#00209e;}
* {   margin: 0;}
body {	
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	text-align: center;
	background-color:#FFF;
	background-image: url(images/bgRight.gif);
	background-position: top right;
	background-repeat: repeat-x;
}
#mainWrapper { /* most outside wrapper */
	width: 100%;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
	background-image: url(images/bgRight.gif);
	background-position: top right;
	background-repeat: repeat-x;
	
	/* below added for footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}
html, body {
     height: 100%;
}
ul.wBullet{
	margin: 10px;
	padding: 0;
	list-style: none;}
.wBullet li {
	padding: 1px 0 4px 18px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;}
.wBullet li a{color:#00209e;}
.wBullet li a:hover,.wBullet li a:visited{color:#282828;}

#SwordBg{
	background-image: url(images/bgLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:100%;
	text-align: center;
}

.rightTopMenu {
	background-image: url(images/topBorder2.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	width:100%;
	height:150px;
}
a.rightTopMenuLink{
	margin-bottom: 3px;
	color:#455bb4;
	font-size: 90%;
	font-weight:bold;
	text-decoration: none;}
a.rightTopMenuLink:hover{color:#00209e;}

/****************************/ /**  Main Menu	  			**/
.mainMenu {
	background-color:#FFF;
	background-image: url(images/menuSword.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 42px;
	text-align: left;
}

/****************************/ /**  Main Menu v2  			**/
a.mainMenuLink{
	margin-bottom: 3px;
	color:#00209e; /*#605e5f;*/
	font-size: 100%;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
a.mainMenuLink:hover{color:#000;border-bottom: 1px solid #000;}

/**********************************FOOTER *****/
#footer {
	padding:0;
	margin: 0;
	font-size:10pt;
	text-align:center;
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/footer_bg.gif);
	color:#FFF;
}
#footer, .push {/* positioning */
	height: 120px;
}
#footer .gutter {
	margin:auto;
	padding-top:5px;
	width: 790px;
}
#footer a.style{
	margin:0;padding:0;
	color:#FFF;
	text-decoration: none;
	display:block;
	width:130px;
	height:16px;
	border-bottom: 1px dotted #fff;}
#footer a.style:hover {
	color: #FFF;
	background-color:#65686c;
	text-decoration: none;
}

/**********************************************/
.flash{
	margin:auto;
	display:block;
	width:500px;
	height:300px;
	background-image:url(images/flashBg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
