

/* Presentation Stylesheet */ 
.prominent {
 font-weight: bold;
 background: yellow;
 }

a {
 color: #003399;
}

a:hover {
 text-decoration: underline;
 color: #DA8214;
 }

a:visited {
 text-decoration: underline;
 color: Gray;
 }

.large {
 font-weight: bold;
 }

h3, p {
 margin:0;
 }

h4 {
 font-size: 1em;
 margin: 16px 0px;
 font-weight: bold;
 clear: left;
 float: left;
}

h5 {
 font-size: .8em;
 margin: 8px 0px;
 color: black;
 font-weight: bold;
 background-color: transparent;
}

h6 {
 font-size: .8em;
 margin: 0px 0px;
 color: gray;
 font-weight: normal;
 background-color: transparent;
}

h2 {
 font-size: 1em;
 margin: 0px 0px;
 color: #da8214;
 font-weight: bold;
 background-color: transparent;
 }

body {
 line-height: 1.5em;
 font-size: 1em;
 font-family: verdana, arial, helvetica, sans-serif;
 /*background-image: url(darkbg.gif);
 background-repeat: repeat;*/

}
#cont { font-size: .75em; }

#cont p {
 /*font-size: .75em;*/
 line-height: 1.5em;
 clear: left;
 padding: 8px 0px;
 }

#cont ul li{
 /*font-size: .75em;*/
 line-height: 1.5em;
 clear: left;
 list-style: url(bullet.gif);
 }



#callout{
 background-color: #FDFDFD;
 background-image: url(bigcoltop.jpg);
 background-repeat: no-repeat;
 background-position: top left;
 padding: 8px 8px;
 margin: 16px 0px;
 }

#callout p {
 font-size: .95em;
 clear: left;
 }

#callout li {
 line-height: 1.5em;
 /*font-size: .75em;*/
 }

#callout h5 {
 font-size: 1em;
 margin: 8px 0px;
 color: #625F5F;
 font-weight: bold;
 background-color: transparent;
 clear: left;
}

#callout h4 {
 font-size: 1.25em;
 margin: 8px 0px;
 font-weight: bold;
 color: black;
 clear: left;
}

#cont img {
 float:left;
 margin-bottom: 8px;
 display: block;
}

#hdr .links {
 vertical-align: middle;
 text-align: right;
 align: right;
 font-size: .70em;
 font-family: verdana, arial, helvetica, sans-serif;
}

#hdr .links a{

}

#ftr {
 text-align: center;
 line-height: 2em;
 font-size: .55em;
 font-family: verdana, arial, helvetica, sans-serif;
 color: #808080;

}

#l-col {

 font-size: 1em;
 font-family: verdana, arial, helvetica, sans-serif;

}

#l-col p {
 font-size: .65em;
 color: #000000;
 line-height: 1.5em;
 margin: 2px 0 0 0;
 padding: 4px;

}

#l-col ul {
 font-size: .65em;
 /*list-style-image: url(note.jpg);*/
 padding-left: 11px;
 margin-left: 11px;
 margin-top: 4px;
 margin-bottom: 2px;
 padding-bottom: 2px;
 line-height: 1.5em;

 }

#documents {
 font-size: .65em;
 list-style-image: url(note.jpg);
 padding-left: 11px;
 margin-left: 11px;
 margin-top: 4px;
 margin-bottom: 2px;
 padding-bottom: 2px;
 line-height: 1.5em;

 }


#l-col h4 {
 line-height: 1.5em;
 font-size: .75em;
 color: #000000;
 padding: 4px;
}

#l-col .blurb img {
 padding: 4px;
}

#l-col .blurb {
 padding: 8px;
 margin-bottom: 8px;
 background-image: url(col-top.jpg);
 background-repeat: no-repeat;
 background-position: top right;
}

#l-col .blurbfoot {
 background-image: url(blurbfoot.jpg);
 background-repeat: no-repeat;
 background-position: bottom;
}

#subnav, #subnav ul /* all lists */
{ 
	width: 500px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
	align: right;	
	font-family: verdana; arial,verdana,helvetica;
	margin-bottom: 8px;
 background-image: url(bg_sub.jpg);
 background-repeat: repeat-x;
	/*background: #FDF5EC;*/

}


#subnav li a /*menu items*/
{
	padding: 8px;
	text-decoration: none;
	display: block;
	/*color: #DA8214;*/
	color: #808080;
	font-family: verdana; arial,verdana,helvetica;
	font-size:.65em;
	font-weight: bold;	
	text-align: center;	
	border-bottom: 4px #ffffff solid;
}

#subnav li a:hover  /*menu items*/
{
	color: #EDA143;
	text-decoration: none;
	border-bottom: 4px #EDA143 solid;
}



#subnav li /* all list items */
{ 
	float: left;
	width: 125px;
	display: block;	
	text-align: center;


}


#subnav li a.current
{ 
	padding: 8px;
	text-decoration: none;
	display: block;
	color: #DA8214;
	/*background: white;*/
	font-family: verdana; arial,verdana,helvetica;
	font-size:.65em;
	font-weight: bold;
	padding-left: 8px; 	
	text-align: center;	
	border-bottom: 4px #DA8214 solid;

}

#subnav li a.current:hover
{ 
	padding: 8px;
	text-decoration: none;
	display: block;
	color: #DA8214;
	/*background: white;*/
	font-family: verdana; arial,verdana,helvetica;
	font-size:.65em;
	font-weight: bold;
	padding-left: 8px; 	
	text-align: center;	
	border-bottom: 4px #DA8214 solid;
	pointer: none;
}

#nav, #nav ul /* all lists */
{ 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
	align: right;	
	font-family: verdana; arial,verdana,helvetica;
	border-bottom: 4px #EDA143 solid;
}

#nav li a /*menu items*/
{
	padding: 10px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-family: verdana; arial,verdana,helvetica;
	font-size:.70em;
	font-weight: bold;
 	
}


#nav li a:hover  /*menu items*/
{
	
	background-image: url(navbar_hot.jpg);
 	background-repeat: no-repeat;
	text-decoration: underline;


}



#nav li /* all list items */
{ 
	text-align: center;
	float: left;
	width: 124px;
	height: 30px;
	border-right: 1px solid white;
 	background-image: url(navbar.jpg);
	background-repeat: no-repeat;
}

#nav li.topselected /* all list items */
{ 
	float: left;
	width: 124px;
	height: 30px;
	border-right: 1px solid white;
 	background-image: url(navbar_hot.jpg);
	background-repeat: no-repeat;
}

#nav li.topselected a:hover/* all list items */
{ 
 	background-image: url(navbar_hot.jpg);
	background-repeat: no-repeat;

}

#nav li img {
 float: left;
 vertical-align: top;
 }




.svc, .svc ul /* all lists */
{ 
padding-left: 0px;
 text-align: left;
 margin-left: 0px;
 margin-bottom: 0px;
 /*background-color: #eee;*/
 float: left;
 display: inline;
 list-style: none;
 line-height: 1.5;
 color: #000000;
 vertical-align: top;
 padding: 0px;
 margin-top: 0px;
 font-size: 95%;
}


.svc li /* all list items */
{ 
 float: left;
 width: 245px;
 border-right: 1px solid white;
 font-weight: normal;
 vertical-align: top;
 /*background-color: #ccc;*/
 margin-left: 0px;
 display: block;
 margin-top: 8px;

}

.svc li:hover /* all list items */
{ 
 float: left;
 font-weight: normal;
 vertical-align: top;
}

.svc a {
 font-weight: bold;
 }

.svc img {
 padding-right: 4px;
 }

label {
 cursor:  pointer;
 cursor:  hand;
 float: left;
 }

.blurb label {
 width: 8em;
 }

#cont label {
 font-size: 75%;
 }

.button {
 background-color: #808080;
 color: white;
 margin-top: 4px;
 }

.field {
 border-top: 1px solid #808080;
 border-left: 1px solid #808080;
 border-right: 1px solid #eee;
 border-bottom: 1px solid #eee;
}

#start{
 background-image: url(darkbg.gif);
 background-repeat: repeat;
 padding: 8px 8px;
 margin: 16px 0px;
 color: white;
 }

#start ul {
 list-style: none;
 }



#start h5 {
 font-size: 1.25em;
 margin: 8px 0px;
 color: #DA8214;
 font-weight: bold;
 background-color: transparent;
}

#start a {
 color: #DA8214;
 }

#start a:hover {
 color: white;
 }

#start a:visited {
 color: #808080;
 }
