/* CSS Document */


/* General Rules
----------------------------------------------- */

body {
	background: #fff;
	color: #484c4c;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size: small;
	margin: 20px;
	}

img { border: none; }


/* Page Structure
----------------------------------------------- */

#container {
	font-size: 85%;
	}

#headerPrint {
	border-bottom: 1pt solid #ccc;
	height: 80px;
	margin-bottom: 20px;
}
.printHeader { float: left; }
.printLocation { float: right; margin-top: 23px; }

#header { display: none; }

#imgHead { display: none; }

#posting {
	padding-right: 10px;
	margin-bottom: 30px;
	}
#posting img {
	border: 1px solid #999;
	margin: 7px;
	padding: 2px;
	}

#integration p { font-size: 120%; }

#sideNav { display: none; }

#footer { border-top: 1pt solid #ccc; margin-top: 40px; }

#footerContent { font-size: 80%; }



/* Lists & Blockquotes
----------------------------------------------- */

li { padding: 5px 0 0 0; }


/* Headers
----------------------------------------------- */

h2 {
	color: #0b74a9;
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 5px;
	}

h3 {
	font-size: 140%;
	font-weight: normal;
	margin: 30px 0 0 0;
	}
#feature h3 { margin-top: 10px;}



/* Typography
----------------------------------------------- */

p { line-height: 135%; }



/* Links
----------------------------------------------- */

a, a:visited { border-bottom: 1px #0b74a9 dotted; color: #0b74a9; text-decoration: none; }
a:hover, a:hover:after { border-bottom-style: solid; }


/* Misc
----------------------------------------------- */

a.rssIcon, a:visited.rssIcon {
	border: none;
	margin-left: 6px;
	}