/**************************************/
/*              Button              */
/**************************************/

.button {
	color: #fff;
	border: 2px solid;
	border-color: #3399cc #003366 #003366 #3399cc;
	background-color: #336699;
	font-size: 1em;
	display: block;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 3px;
	width: 50px;
    }

a:active *.button {
    color: #fff;
    border-color: #3399cc #003366 #003366 #3399cc;

    }

a:focus *.button {
    color: #fff;
    border-color: #3399cc #003366 #003366 #3399cc;
    }

a:hover *.button {
    color: #fff;
    }

a:link, a:visited, a:active, a:hover {
    text-decoration: none;

    }

/**************************************/
/*              HEADER                */
/**************************************/
.header {
	width: 790px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 15px;
	border: 0;;	
	clear: left;
	height: 200px;
}

/**************************************/
/*              LOGO                	*/
/**************************************/
.logo {
	width: 790px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding: 0;	
}

/**************************************/
/*              MAIN IMAGE            */
/**************************************/
.mainImage {
	width: 790px;
	height: 240px;
	background-color: #FFFFFF;
}


/**************************************/
/*         RIGHT  COLUMN         */
/**************************************/
.right{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	width: 179px;
	padding-left: 10px;	
}

/**************************************/
/*         CONTACT		           */
/**************************************/
.contact{
	font-weight: normal;
	color: #fff;
	line-height: 1.9em;
	clear: right;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #6699cc;	
}
.contact ul li{
	border-bottom: 1px solid #dbedff;
	list-style-type: none;
	margin-left: -21px;
	text-indent: 10px;	
}

/**************************************/
/*              SIDE MENU             */
/**************************************/

.sideMenu{
	list-style-type: none;
	padding: 0;
	margin-left: 0px;
	width: 100%;
	margin: 0;
}

.sideMenu li a{
	display: block;
	padding: 2px;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	color: #666;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.sideMenu li a:visited, #outerWrapper .sideMenu li a:active{
}

.sideMenu li a:hover {
	color: #cc0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}

.sideMenu li.highlight a{
	color: #cc0000;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}

.sideMenu li.secondary a{
	padding-left: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.sideMenu li.secondary a:hover{
	color: #cc0000;
}
.sideMenu li.secondary a:visited {
	background: #fff;
}

.sideMenu li.secondary2 a{
	font-weight: normal;
	padding-left: 20px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #f0f0f0;	
}
.sideMenu li.secondary2 a:hover{
	padding-left: 20px;
	color: #000;
}
}
.sideMenu li.secondary2 a:visited, a:active {
	padding-left: 20px;
	color: #000;
}

/**************************************/
/*               IMAGES               */
/**************************************/
.image {
	padding-left: 0px;
	padding-bottom: 10px;
}


/**************************************/
/*               FOOTER               */
/**************************************/
.footer {
	padding-top: 130px;
}

/**************************************/
/*               EXPAND              */
/**************************************/

#container #basic-accordian{
	border:0;
	padding:3px;
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:2px;
	background:#fff;
	color:#666;
	border-bottom:1px solid #f0f0f0;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#f0f0f0;
}

.accordion_child{
	padding:15px;
	background:#fff;
}

.header_highlight{
	background:#fff;
}


/**************************************/
/*               LIGHTBOX             */
/**************************************/

.leightbox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 900px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


/**************************************/
/*               TOOLTIP             */
/**************************************/

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.3em;}
#JT_copy p, #JT_copy ul{font-size: 1.3em;}

#contentPad{
margin:20px;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:11px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #cc0000;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333;
}

.JT_loader{
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #cc0000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #cc0000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:5px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #cc0000;
}

.jTip{
cursor:help;
}


	