/***********************************************/
/* autonik.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #1C1E74;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 130%;
	color: #334d55;
	margin-top: 30px;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	margin: 0px 0px 2px;
	padding: 3px;
	height: 20px;
	float: none;
	font: bold 80% Arial, sans-serif;
	border: none;
	z-index: 2;
	overflow: visible;
	position: relative;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	background-image: url(../images/banner%20version%203.jpg);
	font-size: 80%;
	color: #24227C;
	display: block;
	background-color: #FFFFFF;
}

#navbar{
	padding: 0px;
	float: left;
	width: 20%;
	margin: 5px;
	border: 0px none 0;
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/
#Container iframe {
	overflow: hidden;
	visibility: hidden;
	z-index: -1;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/menubar.jpg);
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 25px;
	text-indent: 5pt;
	margin: 2px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	float: none;
}

#globalNav a {
	color: #FFFFFF;
	line-height: 25px;
	text-indent: 10pt;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature img{
	float: right;
	padding: 20px 0px 20px 20px;
	height: auto;
	width: auto;
	}

.feature h3{
	padding: 10px 0px 5px;
	text-align: left;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


.story h3 {

	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-right: 0px solid;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid;
	margin: 5px 0px;
	background-color: #ECE9D8;
	vertical-align: middle;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	cursor: hand;
}


/************* #search styles ***************/
#search{
	font-size: 90%;
	background-color: #CFCFCF;
	padding: 5px 0px 5px 5px;
	top: 0px;
	border: none;
	margin: 0px;
	
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	color:#999999
}

#searchbutton {
	border: 2px solid #BD9394;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	cursor: hand;
}

#searchinput {
	border: 2px solid #FFFFFF;
	font-size: 80%;
	width: 60%;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navbar ul a:link, #navbar ul a:visited {display: block;}
#navbar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navbar li {border-bottom: none;}

#Content {
	float:left;
	width: 50%;
	margin: 0 1;
	padding: 0 1%;
	background-color: #FFFFFF;
	border: none;
}

#Links {
	padding: 5px 0px 0px 5px;
	font-size: 80%;
	border-top: 0px solid #CCCCFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
}

#Links p {
	border-top: 1px dotted #CCCCFF;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#masthead img {
	cursor: hand;
}
#login label {
	color: #FFFFFF;
}
#loginbutton {

	border: 2px solid #BD9394;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	cursor: hand;
}
#logininput {

	border: 2px inset;
	margin: 0px;
	padding: 0px;
}
#login {
	font-size: 90%;
	right: 5px;
	padding: 5px;
	top: 5px;
	position: absolute;
	margin: 0px;
	width: 120px;
	background-image: url(../images/raster_80.gif);
	background-repeat: repeat;
}
#login form {
	font-size: 90%;
	right: 0px;
	padding: 0px;
	margin: 0px;
}
#InFocus {
	padding: 5px;
	font-size: 80%;
	border-top: 1px #CCCCFF;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
}
	
#language {
	text-align: left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 70%;
	clear: both;
	margin-top: 100px;
}
#welcome {
	clear: both;
	text-align: center;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
}
table {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	width: 100%;
}
td {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	vertical-align: top;
}
th {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	vertical-align: baseline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
	line-height: 25px;
	text-align: left;
}

#Newsnav{
	float:right;
	width: 20%;
	margin: 5px;
	background-color: #FFFFFF;
}

#Newsnav label{
	color: #FFFFFF;
}

.label{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.caption{
	font-size: 90%;
	top: 0px;
	height: 16px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #9EABBE;
	margin-top: 5px;
}

#News {
	padding-top: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
}

#Headlines{
}

#Headlines p {

	margin: 5px;
	padding: 0px;
	font-size: 80%;
	border: none;
}
#Headlines h3 {

	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCFF;
	color: #999999;
	font-size: 80%;
	text-indent: 5pt;
}


#Links img {


	padding: 0px;
	font-size: 80%;
}

/**********************************************/
/* Menu Expandable */
/**********************************************/
/* Turn off list bullets */
ul.mktree  li {
	list-style: none;
} 
/* Control how "spaced out" the tree is */
ul.mktree, ul.mkTree ul , ul.mkTree li { margin-left:10px; }
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet {
	cursor: pointer;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/plus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../images/bullet.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }
/* Format menu items differently depending on what level of the tree they are in */
ul.mktree  li { }
ul.mktree  li ul li { }
ul.mktree  li ul li ul li { }
ul.mktree  ul li ul li ul li li { }

#teaser img {
	padding: 0px;
}
#navbar label {
	color: #FFFFFF;
}

