/*	
	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:#00bce4;
	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:#00bce4;
	text-decoration:underline;
}


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

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited{
	color:#00bce4;
	text-decoration:none;
}
#homecrumbs a:link, #homecrumbs a:active, #homecrumbs a:visited{
	color:#00bce4;
	text-decoration:none;
}

/* Right Column */


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

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

.link_gen {
	width:247px;
	height:30px;
	background:url(../img/img_arrow_main.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;
	padding:8px 10px 5px 10px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	background:#00bce4 url(../img/img_sub_gen.gif) repeat-x bottom;
}

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

#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;
}

#middle_col ul.facts, #middle_col #element_rssfeed ul {
	margin:0;
	padding:0;
}
#middle_col ul.facts li, #middle_col #element_rssfeed ul li {
	line-height:1.33em;
	border:2px solid #00bce4;
	padding:10px;
	margin:0 0 15px 0;
	list-style:none;
}
#middle_col ul.facts ul li, #middle_col #element_rssfeed ul ul li {
	line-height:1.33em;
	list-style:disc;
	padding:0;
	margin:0;
	border:none;
}

/* Footer */



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

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

/* Main nav - See jqueryslidemenu.css */

/* Subnav */

ul#subnav li {
	background:#00bce4 url(../img/img_sub_gen.gif) repeat-x bottom;
}

ul#subnav ul li{
	width:196px;
	margin:0 0 2px 0;
	background:#0083cd;
}
ul#subnav ul ul {
	width:196px;
	margin:0 0 0 0;
	background:#0083cd;
}
ul#subnav ul ul ul {
	width:191px;
	margin:0;
	padding:5px 0;
	background:#00bce4;
	border:solid #0d0d27;
	border-width:2px 0 2px 5px;
}
ul#subnav ul ul li a.selected {
	color:#0d0d27;
	background:url(../img/img_tert_droped.gif) no-repeat;
	font-weight:normal;
}
ul#subnav li.locked a{
	background:url(../img/img_sublock_ms.gif) no-repeat;
}

ul#subnav ul ul li a.selected, ul#subnav ul ul li a.selected:hover {
	color:#00bce4;
	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:#00BCE4;
	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:#00BCE4;
	background:none;
}
/* Type */
.print a {
	background:url(../img/img_print_main.gif) no-repeat right;
}
.bookmark a {
	background:url(../img/img_book_main.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 {
	width:514px;
	height:514px;
}

#google_map_dir {
	width:514px;
	height:514px;
}

#google_directions {
	width:514px;
}

