@charset "utf-8";

* {
	padding:0;
	margin:0 auto;
	font-family:Tahoma, serif;
}
body {
    color: #333333;
	font-size:13px;
	background-color: #E8E8E8;
	padding: 10px 0 10px 0;
}
.clearing {
    clear:both;
}
img {
	border:0;
}
a {
    color: #2874E6;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}


.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;
}

 /* ======= common styling ======== */

#container {
	position: relative;
	background: #FFFFFF;
	width:780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 10px;
}

#header { 
	background: #FFFFFF; 
}

.headerLeft {
	width: 213px;
	height: 102px;
	padding: 10px 0  0 10px;
	float: left;
	display: inline;
}

.headerRightTop {
	width: 530px;
	float:right;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 0 0;

}

.headerRightmiddle {
	width: 530px;
	float: right;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 0 0;

}

.headerRightBottom {
	width: 530px;
	float:right;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 0 0;

}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:9px;
} 

/* ====== Style for main content and images all pages ========== */
#Content {
	padding: 10px;
}

.subImageRight {
	float: right;
	width: 190px;
	border: none;
	margin: 7px 0px 10px 10px;
}

.subImageRightWide {
	float: right;
	width: 250px;
	border: none;
	margin: 7px 0px 10px 10px;
	height: 190px;
}

.sideMenu {
	float: left;
	width: 150px;
	min-height:180;	
	text-align:left;
	padding: 5px 5px 5px 5px;
	line-height: 1.5em;
	margin: 0px 0px 0px 5px;
	position: relative;
	background: #E8E8E8;
}


/* ====== Style for full page content (no side menu) ========== */
.ContentWhole {
	float: left;
	width: 700px;
	padding: 0 10px;
	margin: 0 auto;
}

.ContentHeaderWhole {
	float: inherit;
	width: 700px;
	margin: 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 20px;
}


/* ====== Style for right side page content (side menu) ========== */
#ContentRight {
	float: right;
	padding: 0 5px 5px 10px;
	width: 550px;
}

.ContentHeaderRight {
	float: inherit;
	width: 540px;
	margin: 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 20px;
}


/* ===== Footer Boxes ===== */

#footBoxes {
	width: 760px;
	float: left;
	margin: 0;
}

#footBoxesSmall {
	width: 740px;
	float: left;
	margin: 10px 0 10px 20px;
	position: relative;
	background: #E8E8E8;
}

/* ==================== main menu style ===========================*/

.jqueryslidemenu{
	float:left;
	font: 12px Verdana;
	background:  #3A4461;
	width: 100%;
	margin:0 0 20px 0;
	position:relative; 
	z-index:2;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #3A4461; /*background of tabs (default state)*/
	color: white;
	padding: 8px 9px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
}

.jqueryslidemenu ul li a:hover{
	background: black; /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 12px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}



/* ==================== rounded corners ======================== */
.cornerBox {
	position: relative;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.cornertop {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../../images/corners1.gif') no-repeat;
	font-size: 0%;
}

.cornerbtm {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../../images/cornersmenu1.gif') no-repeat;
	font-size: 0%;
}
.cornerBoxInner {
	padding: 10px;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}
