@charset "UTF-8";
/* MM BB Stylesheet */

html,body { padding:0;margin:0px; }



/* ----- MENU 1------ */

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 12px;
	}


	#nav a {
	display: block;
	padding:5px 5px 2px 5px;
	}

	
	#nav li { /* all list items */
	float: left;
	width:150px; /* width needed or else Opera goes nuts */
	}
	
	#nav li.borderright {
	border-right: 1px solid #8bbbf2;
	}
	
	#nav li.borderright_mid {
	border-right: 1px solid #8bbbf2;
	text-align: center;
	}
	
	
	#nav li ul { /* second-level lists */
	position: absolute;
	width:150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
	#nav li ul li { /* second-level lists */
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	}
	
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}




/* ----- SUB MENU ------ */
#subnav {
padding-top: 35px;
}

	#subnav p{
	padding: 0px;
	margin: 0px;
	}
	
	
	.subnav1 {
	}
	
	.subnav2 {
	}
	
	.subnav3 {
		
	}
	
	.subnav4 {
	}


/* ------ GENERAL ------ */
body {
	font: 13px Arial,Verdana, Helvetica, sans-serif;
	background: url(../image/bg_blue_light.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 20px;
	}


#container {
	width:100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

#header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px;
	background: url(../image/bg_blue_light.gif) repeat;
	font-size: 11px;
	}
	
	#header_inner {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px;
	height: 50px;
	}
	
	#header_inner a, #header_inner a:link, #header_inner a:active, #header_inner a:visited {
	color: #245a98;
	text-decoration: none;
	}
	
	#header_inner a:hover{
	color: #000;
	text-decoration: none;
	}


#header2 {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px;
	background: #000 url(../image/bg_header.gif) repeat-x center top;
	font-size: 11px;
	}
	
	#header_inner2 {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px;
	}
	
	#header_inner2 a, #header_inner2 a:link, #header_inner2 a:active, #header_inner2 a:visited {
	color: #d9eeff;
	text-decoration: none;
	}
	
	#header_inner2 a:hover {
	color: #fff;
	text-decoration: none;
	}



#header_col1 {
	width:310px;
	float: left;
	margin:0px 0px 0px 0px;
	padding: 0px 0px;
	}

#header_col2{
	width: 480px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

	#header_col2 a{
	padding-right: 5px;
	padding-left: 5px;
	}
	
.paddleft {
padding-left: 20px;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}





/* ------  MAIN CONTAINER -------- */

#maincontent {/* for homepage */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#b9e6ff url(../image/bg_homepage.gif) no-repeat center top;
	margin: 0px;
	}
	
	
	#maincontent_rus {/* for homepage */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#b9e6ff url(../image/bg_homepage.gif) no-repeat center top;
	margin: 0px;
	}
	
	#maincontent_inner {
	width: 690px;
	margin: 0px auto;
	padding-left: 230px;
	padding-top: 140px;
	height: 450px;
	}



#maincontent2 { /* for subpages */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../image/bg_blue_light.gif);
	}
	
	#maincontent2_inner {
	width: 920px;
	margin: 0px auto;
	}

#col1 {
	width: 300px;
	background: #fff000;
	float: left;
	padding-right: 25px;
	background: url(../image/bg_nav.gif) no-repeat;
	}


#col2 {
	width: 555px;
	float: left;
	padding-left: 35px;
	}


.imgpad_l {
	padding-left: 25px
	}
.imgpad_r {
	padding-right: 5px;
	}

.imgpad_circle {
	padding-right: 10px;
	padding-bottom: 10px;
	}

.schedule {
	border: 0px solid #000;
	}

.schedule td {
	padding: 6px;
	font-size: 12px;
	background: #fff;	
	}

.sched_row1 {	
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	}

.sched_grey {
	background: #e7f3fc;
	font-color: #000;
	}

.sched_yellow {
	background: #fff;
	color: #000;
	}

.sched_date {
	border: 1px solid #F00;
	padding: 2px;
	}

.spotlight {
	font-size: 12px;
	color: #C00;
	}
	
.vidlist  {
	padding-right: 260px;
	padding-top: 20px;
	clear: both;
	}
.vidlist a, .vidlist a:visited, .vidlist a:active {
	color: #fff;
	}

.vidlist a:hover {
	color: #f7ee21;
	}



.vidlist_l {
color: #fff;
float: left;
	}
	
.vidlist_r{
	float: right;
	text-align: right;
	}

/* ------  FOOTER CONTAINER -------- */

#footer {  /* for homepage */
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #724289  url(../image/bg_crowd_blue.gif) repeat-x;
	clear: both;
	margin: 0px;
	} 

#footer2 {  /* for subpage  */
	padding:  100px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #80408c  url(../image/bg_crowd_blue2.gif) repeat-x top;
	clear: both;
	margin: 0px;
	} 
	
#footer_inner {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
	color: #c19ed2;
	}

#footer_nav {
	width: 920px;
	text-align: center;
	}


#footer_inner a, #footer_inner a:link, #footer_inner a:active, #footer_inner a:visited{
	color: #c19ed2;
	text-decoration: underline;
	}
	

#footer_inner a:hover{
	color: #c19ed2;
	text-decoration: none;
	}

#footer_col1 {
	width: 200px;
	float: left;
	}


#footer_col2 {
	width: 700px;
	float: right;
	text-align: right;
	}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	


/* ----- GENERAL STYLES --- */

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #724289;
	}


a:hover {
	text-decoration: none;
	color: #8e41b3;
	}


p {
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0px;
	}


h1 {
	color:#000;
	font: Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 5px 2px 0px;
	margin-bottom: 0px;
	line-height: 24px;
	}

h2 {
	color:#444444;
	font: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	}

h3{
	font-size: 16px;
	font-weight: bold;
	}
	
h4{
	font-size: 15px;
	color: #724289;
	font-weight:bold;
	padding-bottom: 1px;
	margin-bottom: 1px;
	padding-top: 10px;
	}


.showalt {
	display: none;
	}

.tablepadd {
	padding-left: 25px;
	padding-right: 25px;
	}

.smalltext {
	font-size: 11px;
	}

.imgborder {
	border: 1px solid #999;
	background: #fff;
	padding: 5px;
	}




/* ----- FLASH DETECTION --- */
#info {
	width: 300px;
	overflow: auto;
	}

#flashcontent {
	background-color: #f52729;
	padding: 0px 0px;
	margin: 0px 0px;
	clear:both;
	}

#flashcontent2 {
	background-color: #fff;
	padding: 0px 0px;
	margin: 0px 0px;
	clear:both;
	}


#flashcontainer {
	vertical-align: top;
	}



/* FORM VALIDATION ----- */
.jsvalidation {color:#C00;padding-left:15px;}
.comments{display:none;}

.petition_txt {
	width:445px; 
	float:left;
	}

.petition_form  {
	background:#baf27d;
	width:255px; 
	float:right;
	padding:5px 5px 20px 10px;
	margin-left: 20px;
	border: 1px solid #8bc44e;
	
	}

.submit_btn {
	margin-top: 5px;	
	}
	
	
.petition_box { }


.required {
	color: #C00;
	font-weight: bold;
	}

.credits {
	font-size: 9px;
	}

.success_message {
	color: #C00;
	font-weight: bold;
	font-size: 16px;
	}
	
.form_spread {
	}

.form_social{
	padding-left: 22px;
	padding-top: 60px;
	}


.form_contact{
	}
	
	
.form_twitter {
	width:250px; 
	float:right;
	padding:15px 5px 20px 20px;
	margin-left: 20px;
	border: 0px solid #8bc44e;	
	}


/* ----- HACKS ------ */
.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;
	font-size: 1px;
	line-height: 0px;
	border:0px;
	margin: 0px;
	}


/* Hides from IE-mac \*/
* html  { height: 1%; }
/* End hide from IE-mac */




/* --- ADD THIS BUTTONS */
.addthis_toolbox .custom_images a {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	}
.addthis_toolbox .custom_images a img {
	opacity: 1.0;
	}
.addthis_toolbox .custom_images a:hover img {
	opacity: 0.75;
	}

		
