 /* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #111; 
}

h1 { 
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em; 
}
h2 { 
	font-size: 2em; 
	margin-bottom: 0.75em; 
}
h3 { 
	font-size: 1.5em; 
	line-height: 1; 
	margin-bottom: 1em; 
}
h4 { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em; 
}
h5 { 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
}
h6 { 
	font-size: 1em; 
	font-weight: bold; 
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}







/* ****************************************************** right Nav */

#faqs a:link, 
#faqs a:visited, 
#faqs a:hover, 
#faqs a:active {
	color: #428A21;
	font-size: 12px;
	
}

#faqs a:hover {
	text-decoration:none;
}
	







/* ****************************************************** mainNav */

#aiws_mainNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	   color:#FFFFFF;
}
		#aiws_mainNav ul li{
			list-style-image:none;
			list-style-type:none;
			display:inline;
			
			padding-right:35px;
		}




/* ******************************************************* topNav */




#aiws_topNav p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	
	color:#FFFFFF;
	
	margin:0px;
	padding:0px;
}

#aiws_topNav ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	
	color:#FFFFFF;
}





/* ****************************************************** LeftNav */

#aiws_leftNav p {
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
}
	p.red {
		font-weight:bold;
		padding-left:20px;
	}

	p.red a:link,
	p.red a:visited,
	p.red a:hover,
	p.red a:active {
		color:#FF0000;
		text-decoration:none;
	}
	p.red a:hover {
		text-decoration:underline;
	}



#aiws_form p {
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:15px;
	
	text-align:left;
	
}


#leftNav_links ul {
	text-align:left;
	color:#fff;
}
	#leftNav_links ul li {		
		font-weight:bold;
	}


#leftNav_links .darkBlue a:link,
#leftNav_links .darkBlue a:visited,
#leftNav_links .darkBlue a:hover,
#leftNav_links .darkBlue a:active {
	color:#fff;
	text-decoration:none;
}
#leftNav_links .darkBlue a:hover {
	text-decoration:underline;
}

div#aiws_billPay ul.bill li {
	font-size:11px;
}

div#aiws_billPay ul.bill li a:link,
div#aiws_billPay ul.bill li a:visited,
div#aiws_billPay ul.bill li a:hover,
div#aiws_billPay ul.bill li a:active {
	text-decoration:none;
	color:#428921;
}





/* ******************************************************** content */

#aiws_contentInside h1 {
	font-size:19px;
	font-weight:bold;
	color:#428A21;
}
#aiws_contentInside h2 {
	color:#3D6CB4;
	font-size:14px;
}
div#aiws_contentInside div.ci_header h2 {
	font-size:16px;
	color:#fff;
}
#aiws_contentInside ul li {
	padding-bottom:5px;
	padding-top:5px;
}

#blueMenu ul {
	color:#065AA3;
	font-weight:bold;
}

.imgPadLeft p, .imgPadRight p {
	font-style:italic;
}

#aiws_contentInside .feedback p {
	font-size:11px;
}
#aiws_contentInside .feedback p a{
	color:#1C531D;
	text-decoration:none;
}

/* ------------------------------------------------------------------
   News/FAQ Items
--------------------------------------------------------------------- */


#leftContent h2, #faqs h2 {
	color:#00A53F;
	font-size:19px;
	font-weight:bold;
	
}
	

#leftContent h1, #rightContent h1 {
	color:#428A21;
}


.newsItem p {
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;

}
		.newsItem p b {
			color:#333333;
		}
.newsItem h2 {
	font-size: 12px;
	margin-bottom:8px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}





/* ********************************************************** blue Menu */

#blueMenu a:link, 
#blueMenu a:visited, 
#blueMenu a:hover, 
#blueMenu a:active {

	color:#065AA3;
	text-decoration:none;
}


/* -----------------------------------------------------------------
   Footer -> apogee link
   ----------------------------------------------------------------- */
   
a[title="APOGEE Interactive"]:link,
a[title="APOGEE Interactive"]:visited,
a[title="APOGEE Interactive"]:hover,
a[title="APOGEE Interactive"]:active {
	color:#D7D7D7;
	text-decoration:none;
}

a[title="APOGEE Interactive"]:hover {
	text-decoration:underline;
}



/* Text elements
-------------------------------------------------------------- */

p { 
	margin: 0 0 1.5em; 
}
p img.left  { 
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0; 
}
p img.right { 
	float: right; 
	margin: 1.5em 0 1.5em 1.5em; 
}
a:focus, 
a:hover { 
	color: #000; 
}
a { 
	color: #009; 
	text-decoration: underline; 
}
blockquote  { 
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
}
strong { 
	font-weight: bold; 
}
em,dfn { 
	font-style: italic; 
}
dfn { 
	font-weight: bold; 
}
sup, sub { 
	line-height: 0; 
}

abbr, 
acronym { 
	border-bottom: 1px dotted #666; 
}
address { 
	margin: 0 0 1.5em; 
	font-style: italic; 
}
del { 
	color:#666; 
}

pre { 
	margin: 1.5em 0; 
	white-space: pre; 
}
pre,code,tt { 
	font: 1em 'andale mono', 'lucida console', monospace; 
	line-height: 1.5; 
}


/* Lists
-------------------------------------------------------------- */
/*  dont like this...
li ul, 
li ol { 
	margin:0 1.5em; 
}
ul, 
ol {
	margin: 0 1.5em 1.5em 1.5em; 
}
ul { 
	list-style-type: disc; 
}
ol { 
	list-style-type: decimal; 
}
dl { 
	margin: 0 0 1.5em 0; 
}
dl dt { 
	font-weight: bold; 
}
dd { 
	margin-left: 1.5em;
}
*/

/* Tables
-------------------------------------------------------------- */

/*  ..or this...

table { 
	margin-bottom: 1.4em; 
	width:100%; 
}
th { 
	font-weight: bold; 
}
thead th { 
	background: #c3d9ff; 
}
th,td,caption { 
	padding: 4px 10px 4px 5px; 
}
tr.even td  { 
	background: #e5ecf9; 
}
tfoot { 
	font-style: italic; 
}
caption { 
	background: #eee; 
}*/


/* Misc classes
-------------------------------------------------------------- */

.small { 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}
.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
}
.largeFont {
	font-size:15px;
}
.hide { 
	display: none;
}
.quiet { 
	color: #666; 
}
.loud { 
	color: #000; 
}
.highlight  { 
	background:#ff0; 
}
.added { 
	background:#060; 
	color: #fff; 
}
.removed { 
	background:#900; 
	color: #fff; 
}
.first{ 
	margin-left:0; 
	padding-left:0; 
}
.last{ 
	margin-right:0; 
	padding-right:0; 
}
.top { 
	margin-top:0; 
	padding-top:0; 
}
.bottom { 
	margin-bottom:0; 
	padding-bottom:0; 
}

