.page_item { }

/* ====================================================

BASE STYLESHEET FOR ABILICORP.COM

1. Reset styles
2. General layout
3. Header and top nav
4. Subnav
5. Content styles
6. Sidebar boxes

COLORS:
background grey: #D9D9D9
main text grey: #3E3E29
green: #419639
blue: #00BCE4
light grey line: #ECE8E1
light blue: #EAF7FC

==================================================== */


/* RESET STYLES ==================================== */

/* Based on Eric Meyer's reset css 
   http://meyerweb.com/eric/tools/css/reset/ 
   v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================================ end reset styles */




/* GENERAL LAYOUT ================================== */

body {
	position: relative;
	text-align: center;
	background: #D9D9D9 url(images/site-bck.png) repeat-y center top;
}
#wrapper {
	width: 940px;
	padding: 30px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
}
.accessibility {
	position: absolute; 
	left: -1000em; 
	width: 20em;
}
#main {
	float: left;
	width: 940px;
	background: transparent url(images/main-bck.png) repeat-y left top;
}
#subnav {
	float: left;
	width: 150px;
	padding-left: 5px;
}
#content {
	float: right;
	width: 765px;
}
#posts {
	float: left;
	width: 495px;
	padding-bottom: 30px;
}
#sidebar {
	float: right;
	width: 244px;
}
#footer {
	clear: both;
	width: 940px;
	text-align: center;
	margin-top: 10px;
	padding: 15px 0;
	border-top: 2px solid #ECE8E1;
	border-bottom: 2px solid #ECE8E1;
}

/* ============================== end general layout */



/* GENERAL TYPOGRAPHY ============================== */

body {
	font: 62.5% "Lucida Grande", Helvetica, Arial;
	color: #3E3E29;
}
h2 {
	font-size: 2.0em;
	color: #419639;
	padding-bottom: .4em;
}
h3 {
	font-size: 1.7em;
	margin-top: 1.4em;
	padding-bottom: .3em;
}
h3 a {
	color: #3E3E29;
}
h4 {
	font-size: 1.5em;
	color: #419639;
	margin-top: 1.0em;
	padding-bottom: .2em;
}
h5 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h5 a {
	color: #3E3E29;
}
h6 {
	font-size: 1.3em;
}
h6 a {
	color: #3E3E29;
}
p {
	font-size: 1.2em;
	margin-bottom: .6em;
}
a {
	color: #419639;
}
a:hover {
	color: #00BCE4;
}
ul, ol {
	font-size: 1.2em;
}
ol {
	list-style: decimal;
}
li {
	margin-bottom: .6em;
}




#footer p {
	margin-bottom: .4em;
}

/* ========================== end general typography */



/* HEADER AND TOP NAV ============================== */

#header {
	width: 940px;
	padding-bottom: 10px;
	float: left;
}
#header h1, #header h1 a {
	width: 305px;
	height: 100px;
	background: transparent url(images/logo-abilicorp.png) no-repeat left top;
}
#header h1 a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999em;
}
#topnav {
	width: 940px;
	float: left;
	margin-top: 13px;
	background: transparent url(images/dotted-horiz.png) repeat-x left top;
}
#topnav ul {
	float: left;
	width: 940px;
	padding: .8em 0;
	background: transparent url(images/dotted-horiz.png) repeat-x left bottom;
}
#home #topnav ul {
	background: none;
}
#topnav li {
	float: left;
	padding: 0;
	margin: 0;
}
#topnav li a {
	display: block;
	float: left;
	height: 1.6em;
	line-height: 1.6em;
	padding: 0 15px;
	text-decoration: none;
	font-size: 1.2em;
	color: #3E3E29;
}
#topnav li a:hover {
	color: #00BCE4;
}
#topnav li.on a, #topnav li.on a:hover {
	color: #419639;
}
#header #topnav li:first-child a {
	padding-left: 5px;
}
#testimonials {
	width: 940px;
	float: left;
}
#testimonials img {
	float: left;
}
#testimonials blockquote {
	float: right;
	width: 260px;
	height: 285px;
	background: transparent url(images/testimonial.png) no-repeat right top;
	text-indent: -999em;
}

/* ========================== end header and top nav */



/* SUBNAV ========================================== */

#subnav li {
	background: transparent url(images/dotted-horiz.png) repeat-x left bottom;
	margin-bottom: 0;
}
#subnav li a {
	display: block;
	line-height: 1.3em;
	width: 150px;
	padding: .6em 0;
	text-decoration: none;
	font-size: 1.2em;
	color: #3E3E29;
}
#subnav li a:hover {
	color: #00BCE4;
}
#subnav li.on a, #subnav li.on a:hover {
	color: #419639;
}

/* ====================================== end subnav */



/* CONTENT STYLES ================================== */

#posts p, #posts h2, #posts h3, #posts h4, #posts h5, #posts h6, #posts blockquote  {
	margin-left: 30px;
	margin-right: 30px;
}
#posts ul, #posts ol {
	margin-left: 60px;
	margin-right: 30px;
	padding-bottom: .6em;
}
.introwrap {
	background: transparent url(images/introbox-bck.png) no-repeat left bottom;
	padding-bottom: 30px;
	margin-bottom: 15px;
	height: 1%;
}
.intro {
	background: transparent url(images/introbox-top.png) no-repeat left top;
	padding: 25px 30px 0px;
	height: 1%;
}
#posts .intro h2 {
	background: transparent url(images/dotted-horiz-blue.png) repeat-x left bottom; 
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1.7em;
	color: #3E3E29;
}
#posts .intro p,
#posts .intro h2,
#posts .intro h3,
#posts .intro h4,
#posts .intro h5,
#posts .intro h6 {
	margin-left: 0;
	margin-right: 0;
}
#posts .intro ul,
#posts .intro ol {
	margin-left: 30px;
	margin-right: 0;
}
#posts blockquote {
	background-color: #EAF7FC;
	padding: 15px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#posts abbr {
	border-bottom: 1px dotted;
	cursor: help;
}
#posts acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
#posts p small {
	font-size: .8em;
}

/* ============================== end content styles */



/* SIDEBAR BOXES =================================== */

.sideboxwrap {
	width: 244px;
	float: left;
	margin-top: 3px;
	margin-bottom: 15px;
	background: transparent url(images/box-blueline-bck.png) no-repeat left bottom;
	padding-bottom: 20px;
}
.sidebox {
	width: 204px;
	background: transparent url(images/box-blueline-top.png) no-repeat left top;
	padding: 20px 20px 0 20px;
}
#signup {
	padding-bottom: 10px;
}
#abilinet {
	background: transparent url(images/box-abilinet-bck.png) no-repeat left bottom;
	padding-bottom: 47px;
}
#sidebar .sidebox h3 {
	margin-top: 0;
	padding-bottom: 0;
}
#signup h3 {
	background: transparent url(images/head-signup.png) no-repeat left top;
	height: 16px;
	width: 156px;
	text-indent: -999em;
	margin-bottom: 8px;
}
#abilinet h3 {
	background: transparent url(images/head-abilinet.png) no-repeat left top;
	height: 58px;
	width: 206px;
	text-indent: -999em;
	margin-bottom: 8px;
}
#sidebar h4 {
	font-weight: normal;
	margin-bottom: 8px;
	font-size: 1.4em;
	color: #3E3E29;
	margin-top: 0;
	padding-bottom: 0;
}
#signup p {
	float: left;
	width: 204px;
}
#signup p label {
	display: block;
	float: left;
	width: 50px;
	padding-top: .6em;
}
#signup p input[type="text"] {
	line-height: 1.6em;
	width: 130px;
}
#signup p.submit {
	width: 189px;
	text-align: right;
}
#abilinet p.gobutton {
	width: 189px;
}
#abilinet .gobutton a {
	margin-top: 5px;
	float: right;
	display: block;
	width: 113px;
	height: 28px;
	background: transparent url(images/button-go.png) no-repeat left top;
	text-indent: -999em;
	overflow: hidden;
	text-transform: none;
}



/* =============================== end sidebar boxes */

