@charset "utf-8";

/* CSS Document



Begun: Aug 2009.

Author: J.Cousins - In House Logic

URL: http://www.inhouselogic.com



*/

html {



}

body {

	width: 100%;

	font-size: 62.5%;

	color: #333333;

}



body,td,th {

}



/* -------------------- BASIC TEXT CONTROLS ---------------------- */

h1,h2,h3,h4,h5,h6 {

	font-family: Georgia, Times New Roman, Times, serif;

}

h1 {

	font-size: 2.3em;

	font-family: Arial, Helvetica, sans-serif;

	color: #003D8D;

	margin-bottom: 1em;

}

h2 {

	font-size: 1.6em;

}

h3 {

	font-size: 1.4em;

}

h4 {

	font-size: 1.2em;

}



p {

	padding-bottom: .8em;

	line-height: 1.2em;

	padding-right: 2em;

}



ul {

	padding-left: 2em;

	margin-top: -.4em;

	margin-bottom: -.2em;

	padding-right: 4em;

}



ol {

	padding-left: 2em;

	margin-top: -.4em;

	margin-bottom: -.2em;

}



ul li,

ol li {

	line-height: 1.1em;

	padding-bottom: .6em;

}



a,

a:link,

a:visited{

	color: #849D2D;

	text-decoration: none;

	font-weight: bold;

} 

a:hover,

a:active {

	text-decoration: underline;

	color: #0056BF;

}





#mainTextArea a,

#mainTextArea a:link,

#mainTextArea a:visited {

	color: #FFFFCC;

}



#mainTextArea a:hover,

#mainTextArea a:active {

	color: #FFCC00;

}



/* -------------------- LAYOUT BLOCKS ---------------------- */

#outermost {

	width: 100%;

	background-position: 50% 0;

}



#contentBlock1,

#contentBlock2,

#contentBlock3 {

	width: 950px;

	background-position: 50% 0;

	margin-left: auto;

	margin-right: auto;

}



#mastheadBlock {

	background-image: url(../imgs/bkgnd_pg_masthead.jpg);

	background-repeat: no-repeat;

	background-position: 50% 0px;

	height: 200px;

}



#mainTextArea {

	background-repeat: no-repeat;

	background-position: 50% 0px;

	min-height: 300px;

}



#leftCol {

	float: left;

	width: 525px;

	text-align: left;

	padding-right: 24px;

	font-family: Arial, Helvetica, sans-serif;

}



#rightCol {

	float: left;

	width: 225px;

	margin-left: 40px;

	background-color: #D8E0EC;

	padding-top: 16px;

	font-size: 1.1em;

	padding-left: 1.5em;

	padding-right: .3em;

}



#copyrightBlock {

	float: left;

	padding-top: 11px;

	padding-left: 25px;

	width: 400px;

}

 /* ---------------- UNIVERSAL CLASSES ------------------------------- */

.clearFix {

	display: block;

	clear: both;

	float: none;

	height: 1px;

}



.hidden {

	display: none;

	visibility:hidden;

}













/* ************************* UPPER NAVIGATION ****************************/

#upperNav {

	float: right;

	height: 25px;

	width: 450px;

	font-size: 16px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 16px;

	padding-top: 10px;

	text-align: right;

	padding-right: 20px;

}



ul.nav {

	padding-left: 0;

	list-style-type:none;

	list-style-position:outside;

}



ul.nav li {

	display: block;

	padding-left: 0;

}



ul.nav li a {

	display: block;

	padding-left: 2em;

}



#upperNav a {

	display: block;

	padding-right: 10px;

	color: #AB9D92;

	font-size: 14px;

}

#upperNav a:link,

#upperNav a:visited {

	

}



#upperNav a:hover,

#upperNav a:active {

	color: #FFCC00;

}





/* ************************* MAIN TEXT AREAS ****************************/

#mainTextArea #leftCol {

}



#mainTextArea #rigthCol {

}







/* ------------------------- FRONT PAGE AND BLOG PAGE ARTICLES ------------------------- */

#articleListBlock {

	float: left;

	width: 44%;

	padding-right: 5%;

	padding-bottom: 1em;

}



.headlineBlock {

	margin-bottom: 3px;

	padding-bottom: 0.3em;

	vertical-align:bottom;

}



.headlineBlock h1 {

	font-size: 1.8em;

	line-height: 1em;

	letter-spacing: 1px;

}



.headlineBlock h2 {

	font-size: 1.6em;

	line-height: .9em;

	letter-spacing: 1px;

}



.headlineBlock h3 {

	font-size: 1.3em;

	line-height: 0.9em;

	letter-spacing: 1px;

	font-weight: normal;

}





.articleAuthor {

	padding-bottom: .5em;

}



.articleDate {

	padding-bottom: .5em;

}



.articleContent {

	font-size: 1.2em;

	line-height: 1.4em;

}



#articleListBlock .readMore {

	font-size: 0.8em;

	text-align: right;

	padding-top: 1em;

	padding-right: 2em;

	padding-bottom: 1em;

}



.headlineBlock h1 a {

	text-decoration: none;

	font-weight: normal;

}



.headlineBlock h2 a {

	text-decoration: none;

	font-weight: normal;

}



#articleListBlock h2 a:link,

#articleListBlock h2 a:visited {

	

}



#articleListBlock h2 a:hover,

#articleListBlock h2 a:active {



}







/* -------------------- MISC CONTROLS ---------------------- */

#backAndEmailLinkBlock {

	background-color: #F3F4EF;

	background-position: center;

	text-align: center;

	padding-top: 0.2em;

	padding-bottom: 0.2em;

	margin-top: 1em;

}


