/* 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;
	}

/* 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
}

/* 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 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;
	
}
	
/* 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;
}
