@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	behavior:url(/csshover.htc);
	line-height:16px;
}

div#page
{
	width:945px;
	margin:0 auto 0 auto;
	margin-top:15px;
	background-image:url(images/leftRepeaters.jpg);
	background-repeat:repeat-y;
}

div#header
{
	width:945px;
	height:113px;
	float:left;
	margin:0px;
	padding:0px;
}

div#navigationContainer
{
	width:945px;
	float:left;
	height:29px;
	margin:0px;
	padding:0px;
	background-image:url(images/layoutNew_10.jpg);
	background-repeat:repeat-x;
}

div#flash
{
	width:944px;
	float:right;
	height:169px;
	background-color:black;
	margin:0px;
	padding:0px;
}
div#graphic
{
	width:944px;
	float:right;
	height:115px;
	margin:0px;
	padding:0px;
}
div#contentContainer
{
	width:945px;
	float:left;
	margin:0px;
	padding:0px;
}

div#leftSide
{
	width:212px;
	float:left;
	margin:0px;
	padding:0px;
}

div#leftHeaderSpace
{
	width:212px;
	height:25px;
	float:left;
}

div#leftHeader
{
	width:212px;
	height:41px;
	float:left;
}
div#leftNav
{
	width:212px;
	float:left;
	background-color:#98999c;
	padding-top:5px;
	padding-bottom:12px;
}
div#leftNav ul
{
	margin:0px;
	padding:0px;
	margin-left:20px;
	line-height:20px;
}
div#leftNav a, div#leftNav a:visited
{
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

div#leftNav a:hover, div#leftNav a:active
{
	color:black;
}
div#content
{
	width:733px;
	background-image:url(images/contentTop.jpg);
	background-repeat:repeat-x;
	background-color:white;
	float:left;
	margin:0px;
	padding:0px;
}
div#text
{
	width:693px;
	padding-left:20px;
	padding-right:20px;
	padding-top:45px;
	padding-bottom:35px;
	float:left;
	text-align:justify;
}

div#footer
{
	width:945px;
	float:left;
	background-image:url(images/layout_16.jpg);
	height:18px;
	background-repeat:no-repeat;
	color:white;
	padding-top:3px;
	font-size:10px;
	text-align:center;
}
div#footer a, div#footer a:visited
{
	color:white;
	text-decoration:underline;
	font-weight:normal;
}

div#footer a:hover, div#footer a:active
{
	text-decoration:none;
}

h1
{
	font-size:24px;
	font-weight:bold;
	color:#545454;
	margin:0px;
	padding:0px;
}
h2
{
	font-size:16px;
	margin:0px;
	padding:0px;
	padding-bottom:4px;
	color:#4484C4;
	font-weight:bold;
}

a, a:visited
{
	color:#4484C4;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{	
	color:black;
}

.small
{
	font-size:9px;
	font-style:italic;
	line-height:14px;
}

.white
{
	color:white;
}

.black
{
	color:black;
	font-size:14px;
}

a.white, a:visited.white
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a:hover.white, a:active.white
{	
	color:black;
}

.picture
{
	border:1px solid #666666;
}

div#text ul
{
	list-style-image:url(images/bullet.jpg);
	padding:0px;
	margin:0px;
	margin-left:25px;
	margin-top:8px;
}

div#text ul li
{
	padding-bottom:8px;
	padding-left:5px;
}


ul.about li
{
	padding-bottom:8px;
	padding-left:5px;
}

ul.none
{
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
	margin-left:18px;
	margin-top:8px;
}

/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */