/* #############################     site-wide DOM styles     ########################## */

body {
	margin: 0px;
	padding: 0px;
	font: .9em/1em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#414142;
}

a {
	color:#035988;
}
a:hover {
	color:#0084cb;
}

h1 {
	font: 1.5em "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color: #5d8437;
	margin-top: 0px;
}
h2 {
	font: 1.4em "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color: #5d8437;
	margin-top: 0px;
}
h3 {
	font: 1.3em "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color: #5d8437;
	margin-top: 0px;
}
h4 {
	font: 1.2em "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color: #5d8437;
	margin-top: 0px;
}

input {
	background: url("/images/forms_field_bg.jpg") #FFF repeat-x;
	border: 1px solid #000;
	font-size:.9em;
}
select {
	border: 1px solid #000;
	font-size:1em;
	font-size:.9em;
}
option {
	border-bottom: 1px solid #6d6f71;
}
input.form-button {
	background: url("/images/forms_button_bg.jpg") #b5d0ec repeat-x;
	border: 1px solid #000;
	font-weight: bold;
	font-size:.9em;
	color:#0b699f;
}

label.form-label {
	float: left;
	width: 7em;
	padding-top: 2px;
}
input.form-field-aligned {
	margin-left: 3em;
	margin-bottom: 7px;
}
textarea.form-field-message {
	background: url("/images/forms_field_bg.jpg") #FFF repeat-x;
	border: 1px solid #000;
	font-size:.9em;
	width: 280px;
	height: 75px;
	margin-bottom: 7px;
	margin-top: 3px;
}

.form-required {
	font-size: .85em;
	color: #CC0000;
}




/* #############################     general region controls     ########################## */
#ada_menu {
	display: none;
}

#header {
	height: 50px;
	background: url("/images/header_blue-clouds_bg.jpg") no-repeat;
	border-bottom: 2px solid #FFF;
}
#header-branding {
	background: url("/images/header_bg_blue-green.gif") repeat-x;
}
#minnesota-gov {
	/* background: url("/images/header_logo_screen.gif") no-repeat; */
	background: url("/images/logo_northstar.gif") no-repeat;
	width: 235px;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;
	text-indent:-2000px;
	cursor:pointer;
}
#navigate-your-state {
	background: url("/images/header_navigate-your-state.jpg") no-repeat;
	height: 50px; 
	width: 472px;
	float: right;
	text-indent: -5000px;
}

#subheader {
	margin-top: 2px; 
	padding-bottom: 2px;
	min-height: 2.1em;
	background: url("/images/subhead_license-minnesota.jpg") no-repeat;
}
#subheader form {
	margin: 0px 15px 0px 0px;
	padding: 4px 0px 0px 0px;
}
#searchLicenseMinnesota {
	width: 13.5em;
}
#subheader h1{
	color:#FFF;
	padding-left: 54px;
	margin: 0px;
}
#subheader p {
	color:#e0e0e0;
	padding: 0px 0px 0px 55px;
	margin: -3px 0px 0px 0px;
	font-size: .75em;
}
#search-header {
	float: right;
}
#search-header form input {
	color:#6d6f71;
	padding-left: 3px;
}


#content {
	padding: 15px;
}


#col_home_left {
	float: left;
	width: 300px;
	margin: 0px 15px 15px -3px;
}
#col_home_right {
	float: right;
	width: 250px;
	margin: 0px 0px 15px 15px;
}
#col_browse_right {
	float: left;
	width: 250px;
	margin: 15px 0px 15px 15px;
	font-size: .85em;
}
#col_browse_right h1, #col_browse_right h2, #col_browse_right h3 { 	margin-bottom: -.5em;  }
#col_home_center{
	float: left;
	margin: 0px 30px 30px 15px;
}
#col_left_with-right-fixed {
	width: 65%;
	float: left;
	margin: 0px 0px 0px 0px;
}
#col_left_with-right-fixed h1 { margin-top: 0px; }


#sideMenu {
	background: url("/images/side-menu_bg.jpg") no-repeat;
	position: relative;
	left: -15px;
	width: 176px;
	min-height: 300px;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 200px 0px;
	font-size: .85em;
	float: left;
}
.sideMenuLabel {
	background: url("/images/side-menu_label_bg.jpg") no-repeat bottom;
	padding: 5px 5px 5px 15px;
	color:#494949;
}
#sideMenu ul {
	margin: 0px; padding: 0px;
}
#sideMenu li {
	list-style: none;
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #8f8f8f;
}
#sideMenu li a {
	color: #000;
	text-decoration:none;
	display: block;
	width: 155px;
	padding: 3px 5px 3px 15px;
	margin: 0px;
}
#sideMenu li a:hover {
	background-color:#fff;
}
.sideMenuCurrentItem a {
	color: #000;
	text-decoration:none;
	display: block;
	width: 155px;
	padding: 3px 5px 3px 15px;
	margin: 0px;
	background:#FFF url("/images/side-menu_arrow.jpg") no-repeat;
	background-position: center left;
}



#footer {
	clear: both;
	background: url("/images/footer_bg.jpg") repeat-x;
	color:#414142;
	padding: 0px 15px 15px 15px;
	font-size: .74em;
	line-height: 1.5em;
}
#footer ul {
	margin: 0px; padding: 4px 0px 0px 0px;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}


/* #############################     general site-wide classes     ########################## */

.hidden {
	display: none;
}




/* #############################     home: featured licenses     ########################## */
#licenseFeature {
	font-size:.85em;
}
.featureLicenseHead {
	width: 300px;
	height: 20px;
	background: url("/images/home_feature-bar_top.jpg") no-repeat;
}
.featureLicenseBottom {
	width: 300px;
	height: 20px;
	background: url("/images/home_feature-bar_bottom.jpg") no-repeat;
}
.featureLicenseNav {
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	background: url("/images/home_feature-bar_nav.jpg") repeat-y;
	color:#414142;
	text-align:left;
}
.featureLicenseContent {
	width: 280px;
	padding: 10px 10px 10px 10px;
	background: url("/images/home_feature-bg_FPO.jpg") no-repeat;
	color:#414142;
}
.featureLicenseContent h3 {
	margin: 0 0 -10px 0; 
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color:#414142;
}
.featureLicenseNav h2 {
	margin: 0px; 
	padding: 0px;
	color:#414142;
}
.featureLicenseNav a {
	text-decoration: none;
	font-weight:bold;
	padding: 0px 3px 0px 3px;
}
.featureLicenseNav ul {
	float: right;
	margin: -17px 0px 0px 0px;
	padding: 0px;
}
.featureLicenseNav ul li {
	list-style: none;
	display: inline;
	padding: 0px; 
	margin: 0px 0px 0px 0px;
}
.featureAlignLeft {
	float: left;
}
.featureAlignRight {
	float: right;
}



/* #############################     home: browse topics     ########################## */
.homeBrowseGroup span {
}
.homeBrowseGroup form {
	margin-bottom: 20px;
}
.homeBrowseGroup label {
	font-size: .9em;
}
.homeBrowseGroup select {
	margin-top: 5px;
	margin-left: 17px;
	margin-right: 5px;
}
#col_home_center h2 {
	margin-top:0px;
}



/* #############################     home: collapsable list drawers (on right)     ########################## */
.AccordionPanel {
	/*overflow: hidden;*/
	padding-top: 3px;
}

.AccordionTab {
	width: 239px;
	margin: 0px;
	padding: 1px 5px 3px 5px;
	background: url("/images/home_drawer_header.jpg") no-repeat;
	color:#fff;
	text-decoration:none;
	font: 1em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;	
	cursor: pointer;
	margin-top: -3px;
}
.AccordionTab a { text-decoration: none; color:#fff; }
.AccordionTab a:hover { text-decoration: none; color:#fff; }

.AccordionContent {
	width: 239px;
	padding: 10px 5px 10px 5px;
	background: url("/images/home_drawer_content_bg.gif") #fff no-repeat;
	color:#414142;
	font-size: .9em;
	border-bottom: 1px solid #666;
}
.AccordionContent ol {
	margin: 0px 0px 7px 25px;
	padding: 0px;
}
.AccordionContent ol li {
	padding-bottom: .6em;
	line-height: 1.1em;
}



/* #############################     browse by topic: collapsable box -- also uses stylesheet simpletree.css    ########################## */

#browseBox {
	background: url("/images/rounded-box_bg.gif") #ebf4e3 repeat-x;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.roundedBox_top-left {
	background: url("/images/rounded-box_top-left.gif") no-repeat;
	width: 5px; height: 5px;
	float: left;
	clear: left;
	margin:0px 0px 0px 0px;
}
.roundedBox_top-right {
	background: url("/images/rounded-box_top-right.gif") no-repeat;
	width: 5px; height: 5px;
	float: right;
	clear: right;
	margin:0px 0px 0px 0px;
}
.roundedBox_bottom-left {
	background: url("/images/rounded-box_bottom-left.gif") no-repeat;
	width: 5px; height: 5px;
	margin:-5px 0px 0px 0px;
	float: left;
	clear: left;
}
.roundedBox_bottom-right {
	background: url("/images/rounded-box_bottom-right.gif") no-repeat;
	width: 5px; height: 5px;
	margin:-5px 0px 0px 0px;
	float: right;
	clear: right;
}
.roundedBox_bottom-buff {
	height: 1px;
	line-height: 1px;
	text-indent:-2000px;
	border-bottom: 1px solid #828c95;
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.browseBoxContent {
	border-left: 1px solid #828c95;
	border-right: 1px solid #828c95;
	margin: 0px 0px 15px 0px;
	padding: 1px 15px 0px 15px;
}


/* #############################     License Detail view with browse adaptation    ########################## */

.licenseTitle {
	border-left: 1px solid #828c95;
	border-right: 1px solid #828c95;
	margin: 0px 0px 15px 0px;  /* don't set top margin to above 0 */
	padding: 10px 15px 8px 15px;
}
.licenseTitle h1 {
	color:#414142;
	padding-left: 30px;
	font-size: 1.3em;
	background: url("/images/a-z_index-license.jpg") no-repeat left 4px;
	margin: 0px;
}
.licenseTitle .licenseDescription {
	font-size: .85em;
	padding-left: 30px;
}

#licenseDetail {
	font-size: .9em;
}
#licenseDetail h3 {
	font: 1.15em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color:#414142;
	margin-bottom: -.8em;
}

#licenseRightColumn {
	float: right;
	width: 300px;
	padding: 15px 15px 15px 25px;
	background: url("/images/license_vert-line.gif") no-repeat left 0px;
}
#licenseMiddleColumn {
	float: right;
	width: 225px;
	padding: 15px 15px 15px 25px;
	background: url("/images/license_vert-line.gif") no-repeat left 0px;
}
#licenseLeftColumn {
	padding: 15px 25px 15px 15px;
	margin-right: 590px;
}
.licenseApplicationButtons {
	text-align: center;
	padding-top: 15px;
	font-size: 1.3em;
}




/* #############################     Index    ########################## */
.indexToggle {
	font-size: .8em;
	margin-top: -15px;
}
#indexMenu {
	margin-top: 15px;
	margin-left: -15px;
	padding: 4px 4px 6px 15px;
	font-size: .95em;
	background: url("/images/a-z_menu_bg.jpg") repeat-y;
}
#indexMenu ul { margin: 0px; padding: 0px; }
#indexMenu ul li { 
	list-style: none;
	display: inline;
	margin-right: 5px;
	text-transform:uppercase;
}
#indexMenu ul .indexMenuTitle {
	text-transform:none;
}
.azIndexTitle {
	font: 1.3em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color:#414142;
	margin-bottom: 0px;
	margin-top: 10px;
}
.azIndexLicenseView {
	border: 1px solid #0084cb;
	background-color:#e3e3e3;
	line-height: 1.3em;
	font-size: .9em;
	padding: 15px;
	width: 60%;
	margin-top: -5px;
}


#indexTopicMenu {
	margin-top: 15px;
	margin-left: -15px;
	padding-top: 10px;
	padding-left: 48px;
	font-size: .95em;
	height: 32px;
	background: url("/images/a-z_index-menu_bg.jpg") no-repeat;
}
#indexTopicMenu ul { margin: 0px; padding: 0px; }
#indexTopicMenu ul li { 
	list-style: none;
	display: inline;
	margin-right: 5px;
	text-transform:uppercase;
}
#indexTopicMenu ul .indexMenuTitle {
	text-transform:none;
}
#indexTopic2 {
	margin-left: -15px;
	width: 225px;
	background: url("/images/a-z_index-2_bg.jpg") no-repeat;
	font-size: .95em;
	padding: 7px 10px 10px 15px;
	line-height: 1.5em;
	float: left;
}
#indexTopic2-instructions {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	line-height: 1em;
}
#indexTopicLicences {
	float: left;
	width: 40%;
}
#indexTopicLicences h2 {
	font: 1.4em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color:#414142;
	margin-bottom: 0px;
	margin-top: 10px;
}
#indexTopicLicences ul { margin: 0px; padding: 0px; }
#indexTopicLicences ul li { 
	list-style: none;
	margin-bottom: 15px;
}
.indexLicenseLink a {
	background: url("/images/a-z_index-license.jpg") no-repeat right 3px;
	height: 1.35em;
	padding-right: 30px;
}
.indexLicenseLink {
	margin-bottom: 5px;
}
.indexLicenseAgencyLink a {
	color: #414142;
	text-decoration: none;
	font-style:italic;	
	font-size: .85em;
}
.indexLicenseDescription {
	font-size: .9em;
}




/* #############################     State Agency Listing    ########################## */

.stateAgencyDescription { 	
	font-size: 1em; line-height: 1.2em; font-style:italic; margin-bottom: 10px; 
}
.stateAgencyDescription a { 
	font-style:normal; 
}
.stateAgencyLicenses a {
	background: url("/images/a-z_index-license.jpg") no-repeat left 3px;
	height: 1.35em;
	padding-left: 30px;
}





#sitemapTree {
	margin-left: 130px;
	padding-left: 50px;
}
#sitemapTree ul {
	padding-top: 5px;
}
