@charset "utf-8";
/* CSS Document */

/**************************************************
*	
*	HTML Tag Styles
*	
**************************************************/
html, body {
	background-image: url(../media/assets/bg_square.gif);
	background-repeat:repeat;
	height: 100%;
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#666666;
	margin-bottom:-5px;
}

h1 {
	font-size: 14px;
	color:#000000;
}
h2 {
	font-size: 14px;
	color:#000000;
	margin:0px;
}
h3 {
	font-size: 18px;
	color:#000000;
}

ul {
	margin:0px; 
	padding:0px;
	list-style-type:none;
}
li {
	list-style-position:outside;
	list-style-type: none; /* IE ignores this style in "ul" */
	padding-bottom: 12px; /* Line Height does not provide desired space */
}

a:link, a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none; }
a:hover, a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: none; }

h2 a:link, h2 a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 15px; color:#000000; margin:0px; }
h2 a:hover, h2 a:active { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 15px; color:#171717; margin:0px; }

a.bodyLink:link, a.bodyLink:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: underline; }
a.bodyLink:hover, a.bodyLink:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }

/**************************************************
*	
*	General Page Design
*	
**************************************************/
.bodyBulletsTan {
	background-image:url(../media/assets/Body_Bullet_tan.gif); background-repeat:no-repeat; background-position: 0px 4px;
	padding-left: 17px;
	color:#666666;
	line-height:14px;
}
.bodyBulletsWhite {
	background-image:url(../media/assets/Body_Bullet_white.gif); background-repeat:no-repeat; background-position: 0px 4px;
	padding-left: 17px;
	color:#666666;
	line-height:14px;
}
.bodyBulletsWhiteL2 {
	background-image:url(../media/assets/Body_Bullet_Circle_white.gif); background-repeat:no-repeat; background-position: 10px 4px;
	padding-left: 27px;
	color:#666666;
	line-height:14px;
}
.bodyBulletsWhiteL3 {
	background-image:url(../media/assets/Body_Bullet_Square_white.gif); background-repeat:no-repeat; background-position: 20px 4px;
	padding-left: 37px;
	color:#666666;
	line-height:14px;
}

/**************************************************
*	
*	Content Area Box Layout
*	
**************************************************/
#contentWrapper {
	background:url(../media/assets/bottom_shadow_effect_2.gif) no-repeat bottom;
	padding: 0px 0px 15px 7px; /* Top, Right, Bottom, Left */
}

#contentArea {
	width:1038px; /* Was 1024 */
	padding-left:7px; /* Accomodate left shaded edge */
	margin-left: auto; /* auto left right margins center align div */
	margin-right: auto;
	background:url(../media/assets/Content_BG_2.gif) repeat-y;
	min-height: 100%;
}

#homeBodyContent {
	float:right;
	width:666px; /* 822 - 78 - 78 = 666 */
	margin-right:14px; /* Accomodate shaded border */
	padding: 40px 78px 40px 78px;
}

#subBodyContent {
	float:right;
	width:742px; /* 822 - 40 - 40 = 742 */ /* - 14 = 728 bother with this? */
	text-align:left;	
	margin-right:14px; /* Accomodate shaded border */
	padding: 35px 40px 40px 40px;
}

#leftContent {
	float:left;
	width:154px; /* width:202px; - 38 - 10 = 154*/
	padding: 46px 10px 40px 38px; /* Top was 40. Increased to line up with text */
	min-height: 100%;
}

#header {
	background-color:#e3ddcb;
	margin-right:14px;
}

#footer {
	width: 100%;
	clear:both;
	text-align:center;
	padding: 200px 78px 30px 78px; /* Was 15px 78px 30px 78px */
}