/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-stretch:extra-expanded;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(../images/Yuro_Backdrop.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
 
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;

}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* Table layout */
.std th {
	background-color:#282828;
	color:#FFFFCC;
	padding: 3px 10px 3px 10px;
}
.std th a {
	text-decoration:underline;
}
.std td {
	padding: 2px 10px 2px 10px;
}	
/*************** #navigation styles **************/

@charset "utf-8";
/* CSS Document */

	*{margin:0; padding:0; outline:none;}
	.bg-images{ width:100%; height:100%; display:block; z-index:-9;}
	.bg-images .background, .bg-images img{ width:100%; height:100%; top:0; left:0; z-index:0; display:none;}
	/*#wrapper{display:block; background:url(../images/pattern.png) top left repeat; position:absolute; top:0; left:0; z-index:-8; width:100%; height:100%;}*/
	#wrapper{display:block; position:absolute; top:0; left:0; z-index:0; width:100%; height:100%; overflow:hidden}
	#wrapper #main{ display:block; width:100%; height:100%; margin:0 auto; overflow:hidden;}
	/* Header Styles starts here*/
	#wrapper #main #header{ margin-top:15px;}
	#header .logo-block{ background:url(../images/logo.png) top left; display:block; width:156px; height:67px; float:left; margin-left:20px;}
	#header .logo-block a{ display:block; width:100%; height:100%;}
	#header .navigation{ float:right; margin-top:32px;}
	
	ul.dropdown                         { position: relative; z-index:99;}
	ul.dropdown li                      { font-weight: bold; float: left; background-color:#000; display:block; min-width:100px; float:right;  font-size:13px; }
	ul.dropdown li a.active 			{ background-color:#c6c6c6; color:#000;}
	ul.dropdown a:hover		            { color: #000; }
	ul.dropdown a:active                { color: #000; }
	ul.dropdown li a                    { display: block; color: #fff; padding:10px 10px; text-decoration:none; }
	ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
	ul.dropdown li.hover, ul.dropdown li:hover {background-color:#c6c6c6; color: #000; position: relative; z-index:9999999; }
	ul.dropdown li.hover a              { color: #fff; }
	ul.dropdown li.hover a:hover        { color: #000; }
	ul.dropdown li.hover a.active        { color: #000; }
	
	/* 	LEVEL TWO  */
	
	ul.dropdown ul 						{ min-width: 150px; visibility: hidden; position: absolute; top: 100%; left: 0;}
	ul.dropdown ul li 					{ font-weight: normal; color: #fff; float: none;  font-size:12px !important;}
	ul.dropdown ul li a.active 			{ background-color:#c6c6c6; color: #333;}
	
	/* IE 6 & 7 Needs Inline Block */
	ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding:5px 8px !important; } 
	/*  LEVEL THREE */
	
	ul.dropdown ul ul 					{ left: 100%; top:0px;}
	ul.dropdown li:hover > ul 			{ visibility: visible;}
	
	ul.dropdown li ul .evntin{left:-170px !important; width:160px !important;  top: -0px;}
	ul.dropdown li ul.csr{left:-100px !important;}
	ul.dropdown li ul.csr .csrin{left:-170px !important; width:160px !important;}
	
	
	/* Header Styles ends here*/	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	color: #FFFFFF;
	z-index:-1;
	padding: 20px 40px 10px 20px; 
}
#full {
	padding-top:50px;
}
@media only screen and (min-width:321px) {
}
@media only screen and (min-width:761px) {
#content {padding-top:50px;}
#full {padding-top:80px;}
}
#content img, #full img{
	float: left;
	padding: 0px;
	border: 20px solid rgba(0, 0, 0, 0.3); 
	-moz-background-clip: padding; 
	-webkit-background-clip: padding; 
	background-clip: content-box;"
}
#content h1 {
	padding-bottom:10px;
}
#content a, #full a {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover, #full a:hover {
	color: #000000;
	background-color:#CCCCCC;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

.sitename {
	display:block;
	font-size: 24px;
	margin-top:32px;
	padding: 4px 10px 4px 30px;
	float:left;
	background:url(../images/gallery-bg.png) top left repeat;
}
.sitenamemob {
	display:block;
	font-size: 20px;
	margin-top:13px;
	padding: 4px 00px 4px 100px;
	float:left;
	background:url(../images/gallery-bg.png) top left repeat;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************** #feature styles ***************/

#feature{
	font-size: 110%;
}
@media only screen and (min-width: 481px) {
#feature {padding: 10px 20px 0px 50px;}
}
@media only screen and (min-width:761px) {
#feature {padding-top:50px;}
}

#feature p {
	padding:5px 0px 5px 0px;
}
#feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
	font-size: 120%;
	font-weight:bold;
}
#feature a{
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
#feature a:hover{
	color:#000000;
	background-color:#CCCCCC;
}
#feature img{
	float:none;
	padding: 10px 10px 10px 20px;
	border: 0;
}
#feature li{
 	padding: 10px 150px 0px 0px;
	font-size:11pt;
	font-weight:bold;
}
#news {
	padding: 20px 0px 5px 10px;
}
#news a{
	color:#282828;
	text-align:right;
	margin-left:90px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 20px 50px 0px 20px;
	font-size: 90%;
	text-align:justify;
}
.story h3 {
	font-size: 110%;
	font-weight: bold;
}


/************* #siteInfo styles ***************/

#footer{
	color:#FFFFFF;
	font-size: 80%;
	margin-top: 50px;
	margin-right: 50px;
	text-align:right;
	padding: 20px 50px 0px 20px;
	border-top: 1px solid #ffffff;
	border-color:#999999;

}
#footer a{
	color: #CCCCCC;
	font-weight:bold;
	padding: 5px;
	margin-bottom:5px;
}
#footer a:hover{
	color:#000000;
	background-color:#CCCCCC;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/************** #headlines styles **************/

#headlines{
	position:absolute;
	top: 175px;
	left: 30px;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	color: #282828;
	z-index: 10;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/************* form *******************/
.finput	{
	height: 14px;
	width: 80px;
}
.fdisplay {
	height: 18px;
	width: 150px;
}
.freginput	{
	height: 18px;
	background-color: #FFFFFF;
	border:1px solid #cccccc;
	padding:0px 0px 0px 2px;
	margin-left:2px;
}	
.finput	{
	background-color: #FFFFFF;
	border:1px solid #cccccc;
	padding:0px 0px 0px 2px;
	margin-left:2px;
	
}	

.fsearchinput {
	height: 20px;
	width: 200px;
	color: #0000FF;
	border: 1px solid #CCCCCC;
	position:relative;
	left: 10px;
}
.fcolleft {
	font-weight: bold;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
}
.fcolmiddle {
	font-size:10px;
	text-align:center;
	width: 20px;
	vertical-align:top;
}
.fcolright1 {
	text-align:right;
	vertical-align: middle;
}
.fcolcenter {
	text-align:center;
	vertical-align: middle;
}
.fcolright {
	text-align:right;
	vertical-align: top;
	border-left: 1px solid #CCCCCC;
	padding-right: 3px;
}
.fcolboth {
	text-align:center;
	vertical-align: top;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.fcolhdr {
	text-align:right;
	vertical-align: top;
	padding-right:15px;
}
.fcolnote	{
	text-align:left;
	border-right: 2px solid #CCCCCC;
}
.fcolradio	{
	text-align:left;
	vertical-align:top;
	border-right: 2px solid #CCCCCC;
}
.fbutton {
	cursor:pointer;	
}
.contenrcenter {
	text-align: center;
	padding-top:10px;
}
