/* CSS Document */

/* general page style */
html, body {
	/* body margins */
	margin:0;
	padding:0;
	/* main page background color */
	background-color:#ccc;
	}

	
/* header for each page */
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	border-style:solid;
	border-color:#000;
	border-width:3px 0 1px 0;
	padding:5px 0 5px 0;
	}

/* left navigation bar*/
ul.leftnav  {
	list-style-type:none;
	padding-left:30px;
	margin-left:0
}

li.leftnav  {
	border-bottom:1px solid #0074A8
}

li.leftnav a:link, li.leftnav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	display:block;
	padding:30ox 30px 30px 30px;
	background-color:#FFFFFF; 
	color:#0074A8;
}


li.leftnav a:hover {
	background-color:#0074A8; color:#FFFFFF
}

/* default text */
p, ul, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
}

.standardfont {
	font-size: 13px;
}

/* for paragraph indenting must be in p tag.  only indents first line when used in span tag. */
.indent {
	padding-left:30px;
	padding-right:10px
}

/* for bigger. */
.bigindent {
	padding-left:60px;
	padding-right:10px
}

/* FAQ question indent for long questions */
.qindent {
	text-indent:-1.5em;
	padding-left:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
}

/* font for notes */
.note {
	font-size:12px
}

/* font for English/Spanish switch */
.languages {
	font-size:14px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:5673be;
}


/* font for descriptions that go under a header link */
.description {
	font-size:12px;
	line-height:1.5em
}

/* header - where the subtitle are the content in the page */
.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

/* to organize by county - used in OSR listing page */
.countytitle {
	border-style:solid;
	border-width:3px 0 1px 0;
	padding:3px 0 3px 0;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000
}

/* border around name of A2J interview link  */
.textborder {
	padding: 8px 8px 8px 8px;
	border: 1px solid #004276;
	
}

/* border around 2px thick and orange*/
.textborder-2px {
	padding: 8px 8px 8px 8px;
	border: 2px solid #C94715;
	
}
/* red warning font in bold */
.red {
	color:#FF0000;
	font-weight:bold
}

/* blue font for text */
.blue {
	color:#5673be;
}

/* gray color font - use for last update date */
.footertext {
	background-color: transparent;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* table of commonly used forms */
table.forms {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width:480;
	}

/* links */
a:link {
	text-decoration: underline;
	color:#5673be
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

/* nextpage button */
a.next {
	padding:2px 4px 2px 5px;
	border: 1px solid #004276;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

