/*	
	Copyright (c) 2009 navyblue.
	Doc: default
	Revision: 1.0
*/

@import url(default.css);
@import url(jqueryslidemenu.css);

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
/* Generic Links */

#middle_col a:link, #middle_col a:visited, #middle_col a:active,
#full_panel a:link, #full_panel a:visited, #full_panel a:active {
	color:#4b63ae;
	text-decoration:underline;
}
#middle_col a:hover, #full_panel a:hover {
	color:#999999;
	text-decoration:underline;
}


#middle_col .news_txt a:link, #middle_col .news_txt a:visited, #middle_col .news_txt a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
#middle_col .news_txt a:hover {
	color:#4b63ae;
	text-decoration:underline;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited{
	color:#4b63ae;
	text-decoration:none;
}

/* Right Column */


.expand_gen {
	width:232px;
	height:20px;
	background:url(../img/img_plus_muk.gif) no-repeat;
	margin:0 0 2px 0;
	padding:10px 0 0 15px;
	cursor:pointer;
}

#right_expand .selected {
	background:url(../img/img_minus_muk.gif) no-repeat;
}

.link_gen {
	width:247px;
	height:30px;
	background:url(../img/img_arrow_muk.gif) no-repeat;
	margin:0 0 2px 0;
}


/* left Column */


/* Main */
ul#tabs {
	list-style:none;
	margin:0;
	padding:0;
}

#full_panel ul#tabs li{
	float:left;
	margin:0 4px 0  0;
	display:inline;
}

#full_panel ul#tabs li a:link, #full_panel ul#tabs li a:active, #full_panel ul#tabs li a:visited {
	display:block;
	width:160px;
	padding:8px 0 5px 0px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	background:#4b63ae url(../img/img_sub_muk.gif) repeat-x bottom;
}

#full_panel ul#tabs li a:hover {
	color:#4b63ae;
}

#full_panel ul#tabs li.selected a:link, #full_panel ul#tabs li.selected a:active, #full_panel ul#tabs li.selected a:visited{
	background:#FFFFFF url(../img/img_footer_bg.gif) repeat-x bottom;
	color:#0d0d27;
}
/* -- Added -- */

#middle_col ul#tabs li{
	float:left;
	margin:0 4px 0  0;
	display:inline;
}

#middle_col ul#tabs li a:link, #middle_col ul#tabs li a:active, #middle_col ul#tabs li a:visited {
	display:block;
	padding:8px 10px 5px 10px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	background:#7581bf url(../img/img_sub_muk.gif) repeat-x bottom;
}

#middle_col ul#tabs li a:hover {
	color:#0d0d27;
}

#middle_col ul#tabs li.selected a:link, #middle_col ul#tabs li.selected a:active, #middle_col ul#tabs li.selected a:visited{
	background:#FFFFFF url(../img/img_footer_bg.gif) repeat-x bottom;
	color:#0d0d27;
}


/* Footer */



/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  

#rule {
	width:1000px;
	height:5px;
	background:url(../img/img_rule_muk.gif) repeat-x;
}

/* Main nav - See jqueryslidemenu.css */

/* Subnav */

ul#subnav li, ul.rightnav li {
	background:#4b63ae url(../img/img_sub_muk.gif) repeat-x bottom;
}
ul#subnav ul li{
	width:196px;
	margin:0 0 2px 0;
	background:#28498d;
}
ul#subnav ul ul {
	width:196px;
	margin:0 0 0 0;
	background:#28498d;
}
ul#subnav ul ul ul {
	width:191px;
	margin:0;
	padding:5px 0;
	background:#4b63ae;
	border:solid #0d0d27;
	border-width:2px 0 2px 5px;
}

ul#subnav li.locked a{
	background:url(../img/img_sublock_muk.gif) no-repeat;
}
ul#subnav ul li.locked a{
	background:url(../img/img_sublock_muk.gif) no-repeat 10px 0px;
}

ul#subnav ul ul li a.selected {
	color:#0d0d27;
	background:url(../img/img_tert_droped.gif) no-repeat;
	font-weight:normal;
}
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1.flash {
	font-family:verdana, arial;
	font-size:32px;
	font-weight:normal;
	line-height:38px;
	margin:20px 0 0 20px;
	color:#FFFFFF;
}

h1 {
	font-size:1.50em;
	margin:0 0 20px 0;
	padding:0;
	color:#4b63ae;
	background:none;
}



h2 {
	font-size:1.50em;
	margin:0 0 20px 0;
	padding:0;
	color:#FFFFFF;
	background:none;
	font-weight:normal;
}


h3 {
	font-size:1em;
	margin:0;
	padding:0;
	color:#FFFFFF;
	background:none;
}

.news_txt h4 {
	font-size:1em;
	margin:0;
	padding:0;
	color:#4b63ae;
	background:none;
}
/* Type */
.print a {
	background:url(../img/img_print_muk.gif) no-repeat right;
}
.bookmark a {
	background:url(../img/img_book_muk.gif) no-repeat right;
}

.left_panel p {
	margin:0;
	padding:0 0 12px 0;
}

li {
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}

#search input#search_box {
	width:200px;
	height:17px;
	padding:3px 10px 0px 10px;
	margin:0;
	background:url(../img/img_searchbox.gif) no-repeat;
	color:#666666;
	border:none;
	font-size:0.83em;
}
#search input#search_btn {
	width:20px;
	height:20px;
	border:none;
	background:none;
	background:url(../img/btn_search.gif) no-repeat;
	cursor:pointer;
	margin:0;
}

#left_col input#email_box, #left_col input#pass_box, #left_col input#forgot_box {
	width:180px;
	height:17px;
	padding:3px 10px 0px 10px;
	margin:0 0 10px 0;
	background:url(../img/img_searchbox.gif) no-repeat;
	color:#666666;
	border:none;
	font-size:0.83em;
}
#left_col input#sign_btn {
	width:54px;
	height:18px;
	border:none;
	background:none;
	background:url(../img/btn_sign.gif) no-repeat;
	cursor:pointer;
	margin:0 0 10px 146px;
}
#left_col input#submit_btn {
	width:54px;
	height:18px;
	border:none;
	background:none;
	background:url(../img/btn_submit.gif) no-repeat;
	cursor:pointer;
	margin:0 0 10px 146px;
}


/*--------------------------------------------------------------------------------------------
	Flash text
  --------------------------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.flash {
	visibility: hidden;
	line-height:38px;
}

/*--------------------------------------------------------------------------------------------
	Google
  --------------------------------------------------------------------------------------------*/  

#google_map {
}

#google_map_dir {
}

#google_directions {
}

