@charset "utf-8";
/* CSS Document */

#main {
 	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
 	font-size: 80%;
	color: #666666;
 	margin: 0px;
 	padding: 0px;
	background-color: #FFFFFF;
 	background-image: url(../images/whitetogrey.jpg); 
	background-repeat:repeat-x;
}

#main-section {
 	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
 	font-size: 80%;
	color: #666666;
 	margin: 0px;
 	padding: 0px;
	background-color: #FFFFFF;
 	background-image: url(../images/whitetogrey_section.jpg); 
	background-repeat:repeat-x;
}

.image-right {
	padding: 2px 0 2px 5px;
}
.image-left {
	padding: 2px 5px 2px 0;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: inherit;
}

.small {
	font-size: 80%;
}
 
/* Local Navigation */
#localnav {
 	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 10px;
	margin-top: 6px;
	margin-left: 6px;
	width: 160px;
}

.localgloss{
	font-weight: normal;
	font-size: 80%;
	margin-left: 22px;
}

#localnav a{
  	text-decoration: none;
	color: #333333;
}
#localnav a:hover{
  	text-decoration: none;
	background-color: #FFFFFF;
	color: #FF9900;
}

#localcontact {
 	font-family: Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0;
	margin-left: 8px;
	width: 200px;
	letter-spacing: normal;
	text-align: left;
}
#localcontact h2{
	color: #FF6600;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: lowercase;
}
#localcontact h3{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: normal;
}
#localcontact a{
  	text-decoration: underline;
	color: #ff6600;
}
#localcontact a:hover{
  	text-decoration: none;
	background-color: #FF9900;
	color: #333333;
}

#localdonate {
 	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 10px;
	margin-left: 8px;
	width: 160px;
	letter-spacing: -1px;
	text-align: center;
}

#localinternalad {
 	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 10px;
	margin-left: 8px;
	width: 160px;
	letter-spacing: -1px;
	text-align: center;
}

#social {
 	font-family: Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 8px;
	width: 160px;
	letter-spacing: -1px;
}

#ads {
	width: 160px;
	text-align: center;
	margin-left: 8px;
}

/* Footer */
#footer {
 	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
 	font-size: 80%;
 	margin: 0px;
	background-color: #333333;
	padding: 0px 5px 2px 5px;
	line-height: 20px;
	color: #CCCCCC;
}

.notice { 
	font-family: Arial Narrow, sans-serif;
	font-size: 80%;
	line-height: 10px;
	letter-spacing: 1px;
}
 
#footer a{
	text-decoration: underline;
	color: #CCCCCC;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #333333;
	color: #FF6600;
}
 
/* Content */
#content {
 	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
 	font-size: 90%;
	color: #666666;
 	margin: 0px;
 	padding: 0 5px 0 0;
	line-height: 14pt;
	width: 370px;
	overflow: hidden;
}

#content p{
	text-align: justify;
}

#content h2{
/* IE Version Exists */
	color: #FF6600;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 250%;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: lowercase;
}
#content h3{
/* IE Version Exists */
	color: #FF9900;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 1px;
}
#content h4{
	color: #FF9900;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 140%;
	font-weight: normal;
}
 
#content a{
	text-decoration: underline;
	color: #FF6600;
}
#content a:hover{
	text-decoration: none;
	background-color: #FF9900;
	color: #333333;
}

.note{
	font-size: 90%;
}

.notyou{
	font-size: 90%;
}

.expand{
	font-size: 60%;
	letter-spacing: normal;
}

.expandable{
	background-color: #FFFFCC;
}

ul{
	margin-top: -5px;
	line-height: 14pt;
}
ol{
	margin-top: -5px;
	line-height: 14pt;
}
li{
	font-size: 100%;
	margin-left: -10px;
	margin-bottom: 5px;
}
ul ul{
	margin-top: 5px;
	line-height: 14pt;
}
ul ul li{
	font-size: 100%;
	margin-left: -20px;
	margin-bottom: 5px;
}

.uasfc_finalist_title{
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}	
.uasfc_finalist_data{
	font-size: 100%;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}	
.uasfc_finalist_vote{
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}	

/* Login */
#loginbox {
/* IE Version Exists */
	width:219px;
	height:136px;
	background-image:url(../images/login_box2.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding-top:40px;
	padding-left:10px;
	color: #333333;
}
#loginbox a{
	color: #ffffff;
	text-decoration: none;
	font-size: 85%;
}
#loginbox a:hover{
	color: #FF6600;
	text-decoration: none;
	font-size: 85%;
}

label {
	display: block;
	width: 6em;
	float: left;
	vertical-align: baseline;
}

/* Press Room */
.press-source {
	text-align: left;
	font-size: 90%;
	line-height: 16px;
}

/* No Column */
#nocolumn {
 	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
 	font-size: 90%;
	color: #666666;
 	margin: 0px;
 	padding: 0 5px 0 0;
	line-height: 14pt;
	width: 780px;
	overflow: hidden;
}

#nocolumn label{
	display: block;
	width: 12em;
	float: left;
	margin-right: 1em;
}
#nocolumn fieldset {  
/* IE Version Exists */
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0; 
	border-color: #FF9900;
}
#nocolumn legend {  
/* IE Version Exists */
	margin-left: 1em;  
	color: #FF9900;
	font-size: 120%;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-weight: bold;
}
#nocolumn fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
#nocolumn fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em; 
}
#nocolumn fieldset.submit {
/* IE Version Exists */
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 13em; 
}
#nocolumn fieldset fieldset {  
	margin-bottom: -2.5em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}
#nocolumn fieldset fieldset legend {  
/* IE Version Exists */
	margin-left: 1em;  
	color: #666666;
 	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-weight: normal;
 	font-size: 100%;
}
#nocolumn fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 13em;  
	padding: 0;
}
#nocolumn fieldset fieldset li {  
	float: none;  
	clear: none;  
	padding-bottom: 0; 
}
#nocolumn fieldset fieldset label {  
	margin-right: auto;
	margin-left: 0.5em;
}
#nocolumn fieldset fieldset.yesno {  
	margin-bottom: 0;
	width: 80%;
}

#nocolumn p{
	text-align: left;
}

#nocolumn h2{
	color: #FF6600;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 250%;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: lowercase;
}
#nocolumn h3{
	color: #FF9900;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 1px;
}
#nocolumn h4{
	color: #FF9900;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 140%;
	font-weight: normal;
}
#nocolumn a{
	text-decoration: underline;
	color: #FF6600;
}
#nocolumn a:hover{
	text-decoration: none;
	background-color: #FF9900;
	color: #333333;
}

/* Form Submit (No Column) */
#form-submit {
 	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
 	font-size: 90%;
	color: #666666;
 	margin: 0px;
 	padding: 0 5px 0 0;
	line-height: 14pt;
	width: 780px;
	overflow: hidden;
}

#form-submit label{
	display: block;
	width: auto;
	float: left;
	margin-right: 1em;
}
#form-submit fieldset.submit {
/* IE Version Exists */
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 0; 
}

#form-submit p{
	text-align: left;
}

#form-submit h2{
/* IE Version Exists */
	color: #FF6600;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 250%;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: lowercase;
}
#form-submit h3{
/* IE Version Exists */
	color: #FF9900;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 1px;
}
#form-submit h4{
	color: #FF9900;
 	font-family: Georgia, Garamond, Times New Roman, serif;	
	font-size: 140%;
	font-weight: normal;
}
#form-submit a{
	text-decoration: underline;
	color: #FF6600;
}
#form-submit a:hover{
	text-decoration: none;
	background-color: #FF9900;
	color: #333333;
}

/*
 #mainTable {
 	width: 930px;
 	border: 0px solid #000;
	padding: 0;
	line-height: 1.5em;
 }
*/
 
/*  #header {
 	background-image: url(../images/banner_strip_bg.jpg); 
	background-repeat:repeat-x;
	height:180px; padding:0px }

 #content {
 	background-color:#FFFFFF;
 }

 #content h3{color: #2C7894; font-size:1.2em;}
 #content a{color: #2C7894; text-decoration:none;}
 #content a:hover{color: 2C7894 #003300; text-decoration:none;}
*/ 
 
.floatright 
{
float:right;
margin-left:3px;
}

/* Useful Classes */
.unbolditalic80pc {
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
}

/*
#l2menu
{
line-height: 25pt; 
list-style-image: url(http://usaseancreativeproject.org/Portal/images/list_btn.gif);
}

#l2menu a{color: #333333 ; text-decoration:none; vertical-align:top}
#l2menu a:hover{color: #333333 ; text-decoration:none; vertical-align:top}

#l2menu_2lines
{
list-style-image: url(http://usaseancreativeproject.org/Portal/images/list_btn.gif);
}

#l2menu_2lines a{color: #333333 ; text-decoration:none; vertical-align:top}
#l2menu_2lines a:hover{color: #333333 ; text-decoration:none; vertical-align:top}

.menuhighlight {color:#FF6600;}
*/
