/* CSS Document */

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

img.floatright {
float:right;
margin:0 8px;
padding: 3px;
border: 1px solid #ccc;
}

img.floatleft {

float:left;
margin:0 8px;
padding: 3px;
border: 1px solid #ccc;

}

body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	/*font-size: 12px;*/
	font-size: 13px;
	color: #669933;
	color: #45474B;
	background: #FFF url(../images/bg_site.jpg) top center repeat-y;
}


a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #669933; /*green */
	color: #4566c9; /*blue */
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #669933;
	color: #f15e5e; /*red */
}
																


.inputbox {
	border: 1px solid #203880;
	color: #203880;
	font-family: Verdana, Arial, Tahoma, sans-serif;
		font-size: 13px;
}

.inputbox:hover {

}


.hide {
	position:absolute;
	left: -1000px;
	top: -1000px;


}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	background: url(../images/YNA_banner.jpg) top center no-repeat;
	height: 200px;
	width: 900px;
	position:relative; 
}

#content {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background-color:#E4E8F3;
}


#phone {
	position:absolute;
	right: 20px;	
	top:5px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#email {
	position:absolute;
	right: 20px;	
	top:175px;
	color:#FFFFFF;	
}

#myspace {
	position:absolute;
	left:20px;
	top:175px;
	
	}

#email a:link, #email a:visited,#myspace a:link, #myspace a:visited  {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	

}


	


#myspace a:hover, #email a:hover {
color:#E4E8F3;
}




div#leftcolumn {
	margin: 0;
	width: 180px;
	height: 300px;
	float: left;
	padding: 14px 15px 0 10px;
	text-align: left;
	/*background: #eff5ea;*/
	background-color:#E4E8F3;
	/*border-right: 1px dashed #C6CDE5;*/
	
}

div#rightcolumn {
	margin: 0 -20px 0 30px;
	width: 200px;
	
	float: right;
	padding: 0 0px 0 15px;
	
	/*background: #eff5ea;*/
	background-color:#E4E8F3;
	/*border-right: 1px dashed #C6CDE5;*/
	border-left: 1px dashed #Ccc;
	
}




div#maincolumn {
	float: left;
	width: 650px;
	min-height:350px;
	margin: 0;
	padding: 0;
	padding: 20px;
	background-color:#E4E8F3;
	/*background-color:#CC9900;*/
	border-left: 1px dashed #ccc;
	}


#footer {
	position:relative;
	margin: 0 auto;
	width: 900px;
	height: 68px;
	text-align: center;
	vertical-align: top;
	/*background-color:#F0EC28;*/
	border-top:4px solid #000000;
	background: url(../images/footerbackground2.jpg) top center no-repeat;
	

}

#footer a {
    display:block;
    height:100%;
    color:#000;
    text-decoration:none;
    
 }

#footer p {	
	padding: 10px 0 0 50px;
}


h1 {
	
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 28px;
	margin-top: 0;	
	margin-bottom: 20px;	
	color: #203880;
	text-align: left;
	width: 100%;
	line-height:140%;

	
}

h2 /*, .contentheading*/ {
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	color: #ff6603;
	color: #3854A7;
	text-align: left;
	font-weight: bold;
	
	
}

table.contentpaneopen h3 {
	margin-top: 25px;
	
	
}

h4 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #333;
}

h3, /*.componentheading,*/ table.moduletable th, legend {
	margin: 0;
	margin-bottom: -10px;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #203880;
}

blockquote {
font-style:italic;
font-size:11px;
}


/* small text */
.small {
	font-size: 10px;
	color: #ff6603;
	font-weight: normal;
	text-align: left;
}

.newsdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #979a9c;
	
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}


/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }



span.article_separator {
	display: block;
	height: 20px;
}

/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	/*border-left: 1px dashed #ccc; */
	
}




table.contentpane td{
	text-align: left;
	vertical-align:top;
}


table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #666;
}

table.contentpaneopen {
	/* set this float right to make the pdf/print/email icon table to be on the right. Not sure what else might share this class */
	margin: 0 0 0 0;

/*	border: 1px solid black;*/
	
}


table.contentpaneopen h1 {
padding: 0 0 10px 0 ;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #669933;
}


/* module control elements */


div.moduletable, div.module {
  margin-bottom: 25px;
}


#leftcolumn div.module table ,#rightcolumn div.module table {
	width: 180px;
	
}

#leftcolumn div.module table.poll {
	
}
/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	color: #669933;
	color: #203880;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	height: 43px;
	width: 200px;
	text-decoration: none;
	padding: 4px 0 0 10px;
	/*background: url(../images/h3.jpg) top center no-repeat;*/
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	
}

#leftcolumn ul.menu li  {
	margin: 0;
	padding: 0;
	
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	
	display: block;
	line-height: 35px;
	width: 170px;
	padding: 2px 0 2px 9px;
	text-decoration: none;
	color: #3854A7;
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;	
	border-bottom: 1px dashed #ccc;	

	
}

#leftcolumn ul.menu li a:hover {
	
	
	background-color:#f0f4ff!important;
	text-decoration::none;
	
	
}


#rightcolumn ul li {
margin: 0;
	padding: 0;
	list-style:circle;

}

#rightcolumn ul.latestnews li.latestnews {
list-style:square;
margin:0 0 15px -20px;

margin-bottom: 15px;
font-size: 11px;
}






div.moduletable {
margin:auto;



}



#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	/*color: #FFF;*/
	/*padding: 0 0 0 14px;*/
	/*width: 170px;
	
	padding: 2px 0 2px 7px;
	margin: 0 0 0 10px;*/
	/*background: #3854A7 url(../images/menu_row.jpg) center left no-repeat;
	
	
	
}

body#home_page #leftcolumn ul.menu li#home,
body#about_page #leftcolumn ul.menu li#about

{


	margin:0;
	padding:0;	
	background-color:#f0f4ff!important;
	width:170px;

background-color:#f0f4ff!important;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
/*display: block;
	line-height: 20px;
	width: 170px;
	padding: 0 0 0 14px;
	margin: 0 0 0 5px;
	font-size: 15px;
	color: #669933;
	color: #3854A7;	
	font-weight: bold;*/
/*
	width: 154px;
	margin: 0 0 0 8px;
	padding-left: 25px;
	background: url(../images/menu_row_cur.gif) center left no-repeat;	
	*/
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	/*	
	width: 154px;	
	padding: 2px 0 2px 25px;
	color: #3854A7;
	background: #E4E8F3 url(../images/menu_row_cur.gif) center left no-repeat;	
	*/
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	/*
	text-decoration: none;
	color: #669933;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(../images/menu_row.jpg) center left no-repeat;
	font-weight: normal;
	width: 140px;
	display: block;
	line-height: 20px;
	padding: 0 0 0 14px;
	*/
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
/*	font-size: 12px;
	padding: 0 0 0 14px;
	font-weight: bold;
	background: url(../images/menu_row_cur.jpg) center left no-repeat;*/
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
/*
	margin: 0;
	padding: 0 0 0 24px;
	*/
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
/*
	margin: 0;
	padding: 0 0 0 24px;*/
}

#leftcolumn ul.menu li#current ul li a:hover {
/*
	color: #669933;
	text-decoration: underline;
	*/
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	/*list-style: none;*/
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin:6px 0;
	padding:0;
	list-style:none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin:0;
	padding:0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 90px;
	border: 0;
	height: 15px;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #669933;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */


/* ****************************************************************************** */
/* blue */
input, button {
	
}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */

