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


/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
	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, 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,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
a {
color: #0059a9;
}

body {
	background-image: url(images/bg_tile_grey.gif);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: 100%;
}
#rightpix {
	float: right;
	height: 180px;
	width: 600px;
	left: 900px;
	top: 0px;
	margin-right: 0px;
	background-image: url(../images/pic_placeholder.jpg);
	margin-right: 0px;
}


#banner {
	background-image:url(../images/banner_tile.gif);
	background-repeat: repeat;
	min-width: 960px;
	height: 133px;
	margin-right: 0px;
	border-bottom: solid 5px #fff;

}

#bannerLeft {
	
height: 133px;
width: 960px;
margin-left:30px;
margin-right:auto;
  display: block;
/*  background-image:url(images/banner_subtext.jpg);
  background-position: left;
  background-repeat:no-repeat;*/
  
}
#bannerText {
background-image: url(images/banner_presented.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 160px;
	height: 133px;
	
}
/*inuse*/
#bannerLogo {
background-image:url(../images/banner_logoPNG.png);
background-position: top left;
	background-repeat: no-repeat;
	float: left;
	min-width: 900px;
	height: 133px;


	
}
/*inuse*/
#rightLinks {
	float: right;
	height: 30px;
	width: 250px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	text-indent: 10px;
	vertical-align: middle;
	color: #3296c0;
	text-transform: uppercase;
	background-color:#ccc;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: solid 1px #fff dotted;
}
/*inuse*/
#rightLinks a {
	color: #3296c0;
	text-decoration: none;
}
/*inuse*/
#rightLinks a:hover {
	text-decoration: underline;
}


	
#contentHolderExpand {
margin-left:0%;
margin-right:0%;
display: block;
padding: 0px;
background-color:#42acd8;
margin-bottom: 0px;
border-bottom: solid 5px #fff;
height: 230px;
background-image:url(../images/pic_placeholder.jpg);
background-position:400px 0px;
background-repeat: no-repeat;
min-width: 870px;

	 
}
#content_text {
margin-left:0%;
margin-right:0%;
display: block;
padding-left: 58px;
padding-right: 10px;
background-color:#000;
background-image:url(../images/gradation_tile.gif);
background-repeat:repeat;
margin-bottom: 0px;
padding-top: 30px;
min-height: 150px;
font-family: helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
color: #347a97;
	 
}
#content_text h1{
font-family: helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 16px;
color: #347a97;
	 
}

#content_text h2{
font-family: helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
font-weight: bold;
	 
}


#content_footer {
display: block;
padding-top:30px;
padding-left: 58px;
padding-right: 10px;
background-image:url(../images/footer_tile.gif);
background-repeat:repeat;
height: 70px;
margin-top: -10px;
font-family: helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
color: #fff;
	 
}
#content_footer a {
	color: #fff;
}
#text_block {
	margin-left: 10%; 
	margin-right: 10%; 
	margin-top: 30px;
}

#contentHolder{
width: 970px;
margin-left:auto;
margin-right:auto;
display: block;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
background-color:#fff;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
margin-bottom: 0px;
border-bottom: solid 1px #ccc;
	background-color: #fff;
	float: left;
	 
}



#shadow {
/*	clear: both;*/
	width: 100%;
/*	background-image:url(../images/box_shadow.jpg); */
	background-repeat: repeat-x;
	height: 8px;
	float: left;
}




