html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color:#c2c2c2;
}

h1 {
	font-size:16px;
	color:#000000;
	display:inline;
	margin:0px;
	padding:0px;
}
#structure h1 {
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	display:inline;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:14px;
	color:#FFFFFF;
	display:inline;
}

a 			{ color:#12344c; text-decoration:none; }
a:hover		{ color:#12344c; text-decoration:underline; }

.subnavContent a, .subsubnavContent a 				{ color:#5e5e5e; text-decoration:none; }
.subnavContent a:hover, .subsubnavContent a:hover	{ color:#5e5e5e; font-weight:bold; }

#footerContent a 			{ color:#FFF; text-decoration:none; }
#footerContent a:hover		{ color:#FFF; text-decoration:underline; }

/* IDS */
#bodyContainer {
	position: relative;
	min-height: 100%;
}

/* NAVIGATION */
#menuContainer {
	width: 100%;
	height: 72px;
	margin: 0px auto;
	background:url(bg_navigation.png) repeat-x;
}
#menuContent {
	margin: 0 auto;
	height: 72px;
	width: 973px;
}
#menuContent ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 973px;
	height: 72px;
	list-style-type: none;
}
#menuContent li {
	float: left;
	height: 72px;
}

/* HEADER*/
#headerContainer {
	width: 100%;
	height: 238px;
}
#headerLeft {
	background: url(bg_left.jpg) no-repeat top right;
	height:238px;
}
#headerRight {
	background: url(bg_right.jpg) no-repeat top left;
	height:238px;
}
#headerMid {
	background: url(img_main.jpg) no-repeat;
	display:block;
	width:973px;
	padding:0;
}


/* CONTENT */
#contentContainer {
	width: 100%;
	margin: 0px auto;	
	padding-bottom:85px;
	background:url(bg_content.png) repeat-x scroll 0 0 #C2C2C2;
	overflow:hidden;
}
#content {
	margin: 0 auto;
	width: 973px;
	overflow:hidden;
}
#contentLeft {
	float:left; 
	padding-left:8px;
	width:254px;
	background:url(bg_content_left.png) repeat-y scroll right top transparent;
	margin-bottom:-1000px;
padding-bottom:1000px;
}
#contentRight {
	float:left;
	width:707px;
	min-height:550px;
	background:#fff url(bg_content_top.png) no-repeat center top;
}
#contentRightShadow {
	background:url(bg_content_right.png) repeat-y scroll left top transparent;
	width:4px;
float:right;
height:100px;
margin-bottom:-10000px;
padding-bottom:10000px;
}
#contentBot {
	margin:0 auto;
	overflow:visible;
	width:739px;
}
#category {
background:url(img_main.jpg) no-repeat scroll 0 0 transparent;
float:left;
height:88px;
padding:150px 0 0 20px;
width:953px;
}

#structure{
	float:left;
	width:650px;
	height:88px;
}
#structure2{
	float:left;
	width:231px;
	height:48px;
padding:39px 52px 0 8px;
}
#mainContent {
	padding: 1px 26px 20px 49px;
	background: #FFFFFF;
}

/* FOOTER */
#footerContainer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 53px;	
	background: url(bg_footer_repeat.jpg) repeat-x bottom;
	color:#fff;
	font-size:11px;
}
#footerContent {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	background: url() no-repeat bottom;
}
#footerImage {
	height:31px;
}
#footerLeftContainer {
	float:left; 
}
#footerLeft {
	padding:26px 26px 0;
}
#footerMiddleContainer {
	float:left;
}
#footerMiddle {
	padding: 26px 26px 0;
}
#footerRight {
	float:right; 
	padding-top:11px;
	width:222px;
}

#emailSignup {
	padding:15px 0px;
}
#signup_container {
	padding:0px 20px 25px 20px;
}
#signup_load {
	display:none;
	text-align:center;
	padding:10px 0px;
}
#signup_message {
	display:none;
	clear:both;
	
	padding:0px 20px 25px 20px;
}
#nameField {	
	padding-bottom:10px;
}
#emailField {
	float:left;
}
#submitButton {
	float:right;
}
#emailTitle {
	font-size:16px;
	height:46px;
	padding-top:20px;
	text-align:left;
	color:#5e5e5e;
}
#subNav {min-height:263px;}

/* CLASSES */
.clearIt {
	clear: both;
}
.subnavOn {
	background: url(bg_subnav.png) no-repeat top right;
	height:34px;
	font-weight:bold;
}
.subnavOff {
	background: url(bg_subnav.png) no-repeat top right;
	height:34px;
}
.subnavContent {
	padding: 11px 10px 0 28px;
	font-size:14px;
	color:#5e5e5e;
}
.subsubnavContent {
	padding: 11px 10px 0 40px;
	font-size:14px;
	color:#5e5e5e;
}
.small-grey {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    line-height: 14px;
}
.bold {
    font-weight: bold;
    color: #333333;
}
.subtitle { 
	color:#1d4871; 
	font-weight:bold; 
}

a.subtitle:link, a.subtitle:visited {text-decoration:none;}
a.subtitle:hover {text-decoration:underline;}
