/* CSS Document */
/* Default Style Sheet - SD Legislative Research Council */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com :: 12/07 */

/* {border:1px solid black;}  */


/* HTML tag styles. */

body {
	behavior: url(scripts/csshover.htc);
	background-color: #e0e0e0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
}

a {

}

a:hover {

}

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;}
h1 {font-size: 30pt;}
h2 {font-size: 24pt; font-weight: normal;}
h3 {font-size: 18pt;}
h4 {font-size: 14pt; font-weight: normal; margin-top:0;}
h5 {font-size: 12pt;}
h6 {font-size: 9pt; font-weight: normal; margin: 5px;}

.whatsnew {font-size:10pt; font-weight: normal}
.whatsnewheader {font-size:12pt; font-weight: normal}
.link {font-size:12pt; font-weight: normal; }
.linkHeader {font-size:12pt; font-weight: bold; }

/*//// mainLayout.master Header ////*/

#header {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(images/bg-header.jpg) repeat-x;
	border: 1px solid #f0f2f7;
	color: #d6deee;
}

#mastHead {
	position: absolute;
	top: 65px;
	left: 130px;
	width: 400px;
}

#sdSeal {
	position: absolute;
	top: 50px;
	left: 20px;
}

#siteTitle {
	border-bottom: 1px solid #d6deee;
	padding-bottom: 5px;
	margin: 4px;
	color: white;
}

#siteTitle a {
    color: White;
    text-decoration: none;
}

#subHeading {
	margin: 4px;

}

#headImage {
	position: absolute;
	top: 0;
	right: 45px;
}

/*//// secLayout.master Header ////*/

#secHeader {
	position: relative;
	width: 100%;
	height: 100px;
	background: url(images/bg-header-sec.jpg) repeat-x;
	border: 1px solid #f0f2f7;
	color: #d6deee;
}

#secMastHead {
	position: absolute;
	top: 15px;
	left: 113px;
	width: 400px;
}

#secSeal {
	position: absolute;
	top: 12px;
	left: 25px;
}

#secSiteTitle {
	border-bottom: 1px solid #d6deee;
	padding-bottom: 5px;
	margin: 4px;
	color: white;
}

#secSiteTitle a {
    color: White;
    text-decoration: none;
}

#secSubHeading {
	margin: 4px;

}

#breadCrumbs {
    position: absolute;
    z-index: 100;
    top: 80px;
    right: 6px;
    width: 400px;
    text-align: right;
}

/*//// Global Layout ////*/

#main {
	width: 90%px;
	margin: 16px auto;
}

#contentWrap {
	width: 100%;
	background: #FFFFFF url(images/bg-content.gif) repeat-y;
	border-left: 1px solid #f0f2f7;
	border-right: 1px solid #f0f2f7;
}

#rightCol {
	float: left;
	display: inline;
	width: 70%;
	margin: 25px 0px 16px 16px;
	/* border: 1px solid gray; */
}	

#leftCol {
	float: left;
	width: 200px;
	background: url(images/bg-menu.gif) repeat-x;
}

.topContent {
	float: left;
	width:500px;
	padding-bottom: 10px;
	/* border:1px solid #000;*/
}

.topContentCenter {
	float: left;
	width:500px;
	padding-bottom: 10px;
	text-align: center;
	/* border:1px solid #000;*/
}

.yearContent {
	float: left;
	width:100px;
	text-align: center;
	/* border:1px solid #000;*/
}

.fullContent {
	float: left;
	width:100%;
	padding-bottom: 10px;
	text-align: center;
}
.fullContentLeft {
	float: left;
	width:100%;
	padding-bottom: 10px;
	text-align: left;
}

.leftContent {
	float: left;
	width:350px;
	/* border:1px solid #000;*/
}

.rightContent {
	float: left;
	/* border:1px solid #000;*/
}	
#footer {
	width: 100%;
	height: 31px;
	background-color: #516fab;
	padding-top: 14px;
	border: 1px solid #f0f2f7;
	color: #555555;
	font-size: 8pt;
	text-align: center;
}

#footer a {
	color: #d6d6ff;
}

#footer a:hover {
	color: #eeeeee;
}

#copyright {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	font-size: 8pt;
	color: #999999;
}


/*//// Main Menu ////*/

.mainNav {
	width: 170px;
	margin: 0 0 8px 7px;
	height: auto;
	font-size: 10pt;
	float: left;
	text-align: left;
	letter-spacing: -1px;
}

div>.mainNav {
	margin-left: 15px;
}

.mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainNav ul li {
	position: relative;
	border-bottom: 1px solid #CCCCDD;
}

.mainNav ul ul {
	position: absolute;
	z-index: 100; 
	top: 0px; 
	left: 170px; 
	display: none;
	width: 170px;
	background: #F5F5F5;
}

.mainNav li a {
	display: block;
	width: 165px;
	padding: 3px;
	text-decoration: none;
	background-color: transparent;
}

.mainNav li a:hover {
	background-color: #F5F5F5;
}

.mainNav ul li:hover ul { /* Show 2nd level fly-out on hover */
	display: block;
}

.mainNav ul li:hover ul ul { /* Hide 3rd level fly-out when 2nd level is shown */
	display: none;
} 

.mainNav ul ul li:hover ul { /* Show 3rd level fly-out when 2nd level:hover */
	display: block;
}

.mainNav li:hover > a { /* Keep parent element highlighted when selecting children */
	background-color: #F5F5F5;
}

.mainNav ul li ul li a:hover {
	background-color: #E9E9E9;
}

/*//// Misc Styles ////*/

.title {
	color: #777777;
	margin: 12px 0 6px 12px;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}
.largeText {
	font-size: 12pt;
}
.floatLeft {
	float:left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	font-color: #000000;
}
.tableWrap {
	margin: 10px;
}
