﻿/********************************************
 *  Secretary of State Styles
 *
 *  Primary stylesheet
 ********************************************/
 
* {
    margin: 0;
    padding: 0;    
}

body {
	background-image: url('../images/bkg_page.jpg');
	background-repeat:repeat-x;
}

.bold {
    font-weight: bold;
} 

.right {
    text-align: right;
} 

.normal {
    font-weight: normal;
} 

a img {
	border: none;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
	background-color:#FFFFFF;
	padding:20px;
}

#copyright{
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 30px 0px 0px 0px;
    font-size:10px;
    color:Gray;
}

p {
    color:Black;
}
 
/***************
 * Header column styles
 ****************/

#header {
    width: 980px;
    height: 212px;
    border-bottom:solid 3px #ed1c24;
}

#header_image {
    width: 980px;
    height: 170px;
    background: #FFFFFF url('../images/header.jpg') no-repeat;
}

#uccHeader_image
{
	width: 980px;
	height: 170px;
	background: #FFFFFF url('../images/BSDUIPHeader.jpg') no-repeat;
	}
	
#headerLine {
    width: 980px;
    height: 3px;
    padding-top: 50px;
}

#headerLine_image {
    width: 980px;
    height: 3px;
    background: #FFFFFF url('../images/headerLine.gif') no-repeat;
}

  /**********************
   * Nav
   **********************/
#nav {
    z-index:500;
    margin-top:-8px;
	height:53;
}

#nav ul {
    list-style-type: none;
}

#nav ul li {
    display: block;
    float: left;
    z-index:500;
    top: 0px;
    left: 0px;
}

.nav ul {
    position:absolute;
    top:-999em;
    width:171px;
} 

.nav ul li {    
    width: 100%;
} 



.nav li ul {
	border-right:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    width:220px;
    margin-left:0px;
    background:#F6F6F6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
} 

.nav li:hover ul, ul.nav li.sfHover ul {
    left:0px;
    top:50px;
	z-index:600;
} 

.nav li ul li a {
    background: #F6F6F6;
    text-indent: 0px;
    text-decoration: none;
    display: block;
    color: #494949;
    padding-left: 10px;
    width: 208px;
    height:25px;
}

.nav li ul li a:hover {
    background: #FFFFFF;
}

.nav li {
    float:left;
    position:relative;
	padding:0px;
	margin:0px;
} 

.nav ul{
    padding:4px 4px 0px 4px;
} 
  /**********************
   * Major Links
   **********************/

li.business_services a {
    display: block;
    background: url('../images/business_services.gif') no-repeat;
    text-decoration: none;
    height: 50px;
    width: 123px;
    text-indent:-9009px;
}

li.business_services a:hover {
    background: url('../images/business_services_o.gif') no-repeat;
}

li.public_lands a {
    display: block;
    background: url('../images/public_lands.gif') no-repeat;
    text-decoration: none;
    height: 50px;
    width: 97px;
    text-indent:-9009px;
}

li.public_lands a:hover {
    background: url('../images/public_lands_o.gif') no-repeat;
}

li.elections a {
    display: block;
    background: url('../images/elections.gif') no-repeat;
    text-decoration: none;
    height: 50px;
    width: 123px;
    text-indent:-9009px;
}

li.elections a:hover {
    background: url('../images/elections_o.gif') no-repeat;
}

li.regulations_and_enforcement a {
    display: block;
    background: url('../images/regulation_enforcement.gif') no-repeat;
    text-decoration: none;
    height: 50px;
    width: 173px;
    text-indent:-9009px;
}

li.regulations_and_enforcement a:hover {
    background: url('../images/regulation_enforcement_o.gif') no-repeat;
}

li.securities_and_charities a {
    display: block;
    background: url('../images/securities_charities.gif') no-repeat;
    text-decoration: none;
    height: 50px;
    width: 142px;
    text-indent:-9009px;
}

li.securities_and_charities a:hover {
    background: url('../images/securities_charities_o.gif') no-repeat;
}

li.education_and_publications a {
    display: block;
    background: url('../images/education_publications.gif') no-repeat;
    text-decoration: none;
    height: 50px;
    width: 174px;
    text-indent:-9009px;
}

li.education_and_publications a:hover {
    background: url('../images/education_publications_o.gif') no-repeat;
}

li.policy_and_research a {
    display: block;
    background: url('../images/policy_research.gif') no-repeat;
    text-decoration: none;
    height: 50px;
    width: 148px;
    text-indent:-9009px;
}

li.policy_and_research a:hover {
    background: url('../images/policy_research_o.gif') no-repeat;
}


/***************
 * Left column styles
 ****************/
#left_column {
    width: 220px;
}
 
#left_links {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 12px;
    margin: 8px 8px 12px 0px;
    width: 208px;
    text-align: right;
    border: 1px solid #6f6f6f;
}

#left_links ul li{
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#left_links ul {
    border-bottom: 1px #6f6f6f;
}

#left_links a {
    text-decoration: none;
    background-color: #f8f7f6;
    display: block;
    color: #00235d;
	border-bottom: dashed 1px #bfb4a6;
}

#left_links a:hover {
    background-color: #FFFFFF;
}

#left_links li#active a{
	background-color: #abd1df;
}

#main_links {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 12px;
    margin: 8px 8px 12px 0px;
    width: 208px;
    text-align: right;
    background-color: #f8f7f6;
    border: 1px solid #6f6f6f;
}

#main_links ul li{
    list-style-type: none;
}

#main_links li{
	border-bottom: dashed 1px #bfb4a6;
}

#main_links a {
	margin:0px 10px 0px 7px;
	padding:5px 0 5px 0;
    text-decoration: none;
    display: block;
    color: #00235d;
}

#main_links a:hover {
    color: #6f8cbd;
}

#search {
    width: 211px;
	padding-bottom: 10px;
}

#fontBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 211px;
	padding-bottom: 10px;
}

.boxContent {
	background:#00245d;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:left;
	padding: 4px 0px 4px 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.boxContent a{
	color: #FFFFFF;
	text-decoration:none;
}

.boxContent a:hover{
	text-decoration:underline;
}

.boxContentTop
{
    background-image: url('../images/interface/boxTopLeftCol.gif'); 
    width: 211px;
    height: 3px;
    }

.boxContentBottom
{
    background-image: url('../images/interface/boxBtmLeftCol.gif'); 
    width: 211px;
    height: 3px;
    }

.searchBar {
	width: 160px;
	height: 25px;
	float: left;
}

#smallfont {
	font-size: small; 
	padding:1px;
}

#midfont {
	font-size: medium;
	padding:1px;
}

#largefont {
	font-size: large;
	padding:1px;
}

#quick_links1 {
    width: 210px;
	line-height:150%;
    background-color: #DDDDDD;
}

#quick_links {
    width: 212px;
	line-height:150%;
    background-color: #DDDDDD;
}

#quick_links a img {
}

#quick_links_header {
    background-color: #00245d;
}

.quick_links_header {
    text-align: left;
	font:Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 13px;
    color: #ed1c24;
    line-height: 25px;
}

.quick_links_select {
	width: 194px;
	background:#FFFFFF;
	border:solid 1px;
}

.quick_links_select a {
	width: 194px;
	color: #000;
	text-decoration:none;
	font-size:13px;
	padding:3px;
}

.quick_links_select a:hover {
	color: #797979;
}

.quick_links_list {
	width: 194px;
	background:#FFFFFF;
	border:none;
}

/********************************************************************
 * MOST OF THE STYLES FROM HERE DOWN APPLY TO JUST HOME PAGE ELEMENTS
 ********************************************************************/


/***************
	 * Middle column styles
	 ****************/

	#middle_column {
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		width: 495px;
		padding: 8px 8px 0px 0px;
	}

	#middle_column p {
		font-size: 13px;
		margin: 15px 0px 0px 0px;
		padding-right: 10px;
	}

	#middle_column h3 {
		font-size: 17px;
		color:#000;
	}

	.middle_column_title {
		font-size: 17px;
		color:#000;
	}


	#content {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		width: 354px;
		padding-top: 10px;
		padding-left: 5px;
		line-height: 25px;
		float: left;
	}

#content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}

#user_favorites {
	clear: both;
	width: 532px;
	height: 217px;
	background: #FFFFFF url('../images/user_favorites.jpg') no-repeat;
}

#explore_sos {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ebe9e8;
	color:#000;
    width: 469px;
	margin-top: 8px;
	padding: 13px;
}
/***************
 * Right column styles - home page
 ****************/

#sos_image {
	background: #FFFFFF url('../images/homeSOSPhoto.jpg') no-repeat;
	width: 256px;
	height: 177px;
	padding: 117px, 0px 0px 20px;
}

#sos_image p{
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	padding-left: 3px;
	color:#000;
	line-height:150%;
}

#sos_image a{
	color:#000;
	text-decoration: underline;
}

#right_column {
	font-family:Arial, Helvetica, sans-serif;
    width: 256px;
}

h4.right_column_sub_heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #616161;
	color: #FFFFFF;
	margin-left: -10px;
	padding-left: 10px;
}

#tabsNews {
	margin-top: 8px;
	border-bottom:solid 9px #cadae0;
}

#news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
    width: 244px;
    padding-left: 10px;
    border-left: solid 1px #616161;
	border-right: solid 1px #616161;
	border-bottom: solid 1px #616161;
	margin-bottom: 10px;
}

#news h3 {
	font-size:12px;
	color:#ed1c24;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
}

#news ul {
	padding-left: 15px;
	color:#000;
}

#news a {
	color: #000;
	text-decoration:none;
}

#news p {
	font-size:10px;
	font-weight: bold;
	color: #000;
	margin: 10px 10px;
	text-align: right;
}

#news p a {
	color: #000;
	text-align: right;
	text-decoration: none;
}

#media {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
    width: 244px;
    padding-left: 10px;
    border-left: solid 1px #616161;
	border-right: solid 1px #616161;
	border-bottom: solid 1px #616161;
	margin-bottom: 10px;
}

#media h3 {
	font-size:12px;
	color:#ed1c24;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
}

#media ul {
	padding-left: 15px;
	color:#84796d;
	
}

#media a {
	color: #000;
	text-decoration:none;
}

#media p {
	font-size:10px;
	font-weight: bold;
	color: #000;
	margin: 10px 10px;
	text-align: right;
}

#media p a {
	color: #000;
	text-align: right;
	text-decoration: none;
}

/* Media Controller tab styles */

.mediaTabs_header {
    width:100%;
	height: 18px;
	overflow:hidden;
    background:url('../images/tabs/bkg.gif')
      repeat-x left top;
    font-size:11px;
    line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.mediaTabs_header ul {
    margin:0;
    padding:0px 10px 0px 0px;
    list-style:none;
}

.mediaTabs_header li {
    float:left;
    background:url('../images/tabs/left.gif')
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}

.mediaTabs_header a {
    float:left;
    display:block;
    background:url('../images/tabs/right.gif')
      no-repeat right top;
    padding:3px 16px 4px 4px;
    text-decoration:none;
    color:#FFFFFF;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .mediaTabs_header a {float:none;}
  /* End IE5-Mac hack */

.mediaTabs_header a:hover{
	text-decoration:underline;
}

.mediaTabs_header .current {
    background-image:url('../images/tabs/left_on.gif');
}

.mediaTabs_header .current a {
    background-image:url('../images/tabs/right_on.gif');
	color:#00235d;
    padding-bottom:5px;
}

.mediaTabs_spacer {
    display: block;
    width:254px;
    height: 9px;
    background: #cadae0;
    border-left: solid 1px #616161;
	border-right: solid 1px #616161;
}

.thumbgallery img {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.thumbgallery img {
	width: 102px;
}

/* =================================================================================== */
/*                        STYLES FROM ACO DEFAULT STYLES SHEET                         */
/* =================================================================================== */
TABLE {  font-family: verdana, arial; font-size: 100%; line-height: 115%;}
TD {  font-family: verdana, arial; font-size: 90%; line-height: 125%;}


.botnav { font-size: 80%; padding: 10px;}
.botnav A:link {color: black; text-decoration: none;}
.botnav A:visited {color: black; text-decoration: none;}
.botnav A:hover {text-decoration: underline}

/* End SC Styles */


h1 {font:Bold 1.8em Times New Roman; color:#646D98/*D6D4D4*/; margin:0 0 5px 0; padding:0;
	text-transform:uppercase;}
h2 {font-size:1.5em; margin:10px 0 5px 0; padding:0;}
h3 {font-size:1.33em; margin:15px 0 5px 0; padding:0;}
h4 {font-size:1.1em;}
h5 {font-size:.9em;}
h6 {font-size:.75em;}

p {margin:.25em; padding:0;}


/***********************************************************************
 * Begin Portal Styles
 ***********************************************************************/ 
/*.menuTitle
{
	background-color: Black;
	color:White;
	margin: 19px  0px 0px 0px ;
	padding: 0px 16px 0px 16px;
	font-weight:bold;
	width:100px;
	text-align:center;
}
*/
/* Left Nav Container 
div.left-menu-container 
{
	background-color:#779DE3;
  	height:400px;                
                         
 }

.left-menu-container .controlContainer 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.menu2 A:link, .menu2Last A:link, .menu2 A:visited, .menu2Last A:visited {color: navy; font-weight:bold; text-decoration: none;}
.menu2 A:hover, .menu2Last A:hover   {color:#000;
                                      font-weight:bold;
                                      text-decoration: underline;}
*/

/***********************************************************************
 * Begin Content Styles
 ***********************************************************************/ 
.content-container
{
	background-color:white;
	border:1px solid #B0B5C8;
	border-width:0 0 2px 0;
	padding: 8px 8px 8px 8px;
}

div.pageTitle, .pageTitle div
{
	padding:0px 0px 0px 0px ;
	color:#00245d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	
}

div.pageTitleSmall, .pageTitleSmall div
{
	padding:3px 3px 3px 3px ;
	color:#00245d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	
}

   div.pageTitleInstruction, .pageTitleInstruction div
		{
			padding: 0px 0px 0px 0px;
			color: #FF0000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 1.3em;
		}

/***********************************************************************
 * Begin Footer Styles
 ***********************************************************************/ 
.footer-menu-container .controlContainer
{
	text-align:center;
	width:718px;
	margin: 0px auto;
	padding-top: 3px;	
}

.footer-menu-container a
{
	text-decoration: none;
	color: #00245d;
	}
/***********************************************************************
 * Search Grids
 ***********************************************************************/ 
/*table.DataListing tr#TableTitle2 td {background-color:#f2d462; color:#4d5a81; font-size: 1.25em; font-weight:bold; border:0;}		*/

.searchResultsHeader {
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#4d5a81; color:white; font-size: 1.15em; font-weight:bold; border:0;
}
.searchResultsItem {background-color: #fff;}
.searchResultsAlternatingItem {background-color:#F1F2F2;}
.searchResultsGrid {border: solid 1px #4d5a81; width: 100%;}
.searchResultsGrid td {	border: solid 1px silver;}
.SearchResultsFooter {background-color:#FFF; font-weight:normal; color:gray;}
.SearchResultsPaging {font-size: 8pt;}
.seperator {background-color: #CCC;}

.searchResultsHeader2 {background-color:#f2d462; color:#4d5a81; font-size: 1.25em; font-weight:bold; border:0;}

.searchResultsItem2, searchResultsAlternatingItem2 {background-color: #fff;}
.searchResultsGrid2 {border: solid 1px #4d5a81; width: 100%;}
.searchResultsGrid2 td {	border: solid 1px silver;}
.SearchResultsFooter2 {background-color:#FFF; font-weight:normal; color:gray;}
.SearchResultsPaging2 {font-size: 8pt;}
.seperator2 {background-color: #CCC;}


/***********************************************************************
 * Portal Tabs
 ***********************************************************************/ 

/* Mini-Tab Navigation code */
/*
  #minitabs { float:left; width:100%; line-height:normal; font-size:0.9em; }
  #minitabs ul { margin:0; padding:0 0 23px 8px; list-style-type:none; border-bottom: 1px solid #999999;}
  #minitabs li { float:left; margin:0 3px 0 0; padding:0; }
  #minitabs a { display:block; background:url(../images/minitab_left.gif') no-repeat left top; padding:0 0 0 3px; text-decoration: none; font-weight:bold; }
  #minitabs a span { float:none; background:url(../images/minitab_right.gif') no-repeat right top; display:block; padding:5px 10px 4px 6px; }
  #minitabs #current a { background-position:0% -70px; border-bottom: 1px solid white; color: #000000; text-decoration: none; font-weight:bold; }
  #minitabs #current a span { background-position:100% -70px; }
  #minitabs a:link { color: #000000; }
  #minitabs a:visited { color: #000000; }
  #minitabs a:hover { color: #000000; background-position: 0% -140px; }
  #minitabs a:hover span { background-position: 100% -140px; }
  #minitabs #current a:hover { color: #000000; }
  #minitabs .new { float:left; background:url(../images/minitab_new.gif') no-repeat left top; width:25px; margin-top:-5px; margin-left:8px; position:absolute; }
  #minitabs .beta { float:left; background:url(../images/minitab_beta.gif') no-repeat left top; width:25px; margin-top:-5px; margin-left:8px; position:absolute; }
*/

.portalTabContainer
{
	/*margin: 8px 8px 0px 8px;*/
	padding: 8px 8px 0px 8px;
	
}

.portalTabContentContainer
{
	background-color:White;
	padding-bottom: 8px;
	/*border: solid 1px #ccc;*/
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	
}

.portalTabContent
{
	padding: 8px 8px 8px 8px;
	
}

/*border-top: solid 3px #FF6600;*/
div.activePortalTab
{
	display: inline;
	text-align: center;
	vertical-align: middle;
	border-top: solid 3px Gold;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	padding: 2px 5px 0 5px;
	margin: 0 2px 0 2px;
	background-color:white;
	position:relative;
	top:1px;
	z-index:1000;
	height:22px;
	
	
}

a.activePortalTabLink:link, a.activePortalTabLink:visited, a.activePortalTabLink:hover
{
	font-family: arial;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: navy;
	
}

.portalTab
{
	display: block;
	text-align: center;
	vertical-align: middle;
	border-top: solid 2px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	padding: 2px 5px 0 5px;
	margin: 0 2px 0 2px;
	background-color: #e5e5e5;
	height:20px;

}


a.portalTabLink:link, a.portalTabLink:visited, a.portalTabLink:hover
{
	/*
	font-family: arial;
	font-size: x-small;
	font-weight: normal;
	*/
	font-size:85%;
	text-decoration: none;
	color: navy;
}


.headingLabel
{
	font-size:110%;
	font-weight:bold;
}

.content-container .controlContainer .headingLabel
{
	padding: 12px 0 0 0;
	height:10px;
}

.headingUnderline
{
	color:#CCC;
	height: 2px;
}

.userGuideDocument
{
	float:right;
	padding: 5px 5px 2px 600px;
	color:#ed1c24;
	font-weight:bold;
	
}
/***********************************************************************
 * News Item Styles
 ***********************************************************************/ 


#NewsItem
{
	width: 100%;
}

#NewsItem .LayoutText1, .LayoutText2, .LayoutText3, .LayoutText4, .LayoutText5, .LayoutText6
{
	font: normal x-small verdana;
}

#NewsItem .LayoutText2
{
	float: right;
}

#NewsItem .LayoutImage2
{
	/*clear: both;
	float: left;*/
}

#NewsItem .LayoutText3
{
	float: left;
}

#NewsItem .LayoutImage3
{
	/*clear: left;*/
	float: right;
}

#NewsItem .LayoutImage4
{
	float:left;
}

#NewsItem .LayoutImage5
{
	float:right;
}

#NewsItem .LayoutText6
{
	float: none;
}

#NewsItem .LayoutImage6
{
	float: none;
	text-align: center;
}

/****************************************************/
/* BreadCrumb Styles								*/
/****************************************************/
.breadCrumbs { margin-left: 17px; padding: 0; display: block; }
.breadCrumbs ul { font-size: 8pt; color: #5F5F5F; padding: 0; margin: 0; list-style: none; }
.breadCrumbs li { display: inline; padding: 0 0 0 13px; margin: 0 0 0 5px; background-image: url('../images/right_carrot.gif'); background-repeat: no-repeat; background-position: 0 3px; }
.breadCrumbs li a { color: #0066CC; }
.breadCrumbs li#firstli { background-image: none; padding-left: 0; }


/****************************************************/
/* Actions Button Styles  				*/
/****************************************************/

.actionButtonList
{
    list-style: none;
    padding: 8px;
    margin-left: 50px;
    margin-bottom: 8px;
    }
    
.actionButtonListItem
{
    float: left;
    display: inline;
    }
.actionButtonListItemCenter
	{
	margin-left : 200px;
	}	