@charset "UTF-8";
/* CSS Document */
*
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#666;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}


#wrapper
{
	width:1028px;
	background-color:#FFF;
	z-index:auto;
	text-align: left;
   	margin-left: auto;
  	margin-right: auto;
	float:left;
}
#wrapper2
{
	width:1028px;
	height:100%;
	z-index:auto;
	text-align: left;
   	margin-left: auto;
  	margin-right: auto;
	
	
	
}
#wrapper #header
{
	width:100%;
	height:141px;
	background-image:url(../images/patterns/orange.jpg);
	background-repeat:repeat-x;
}
#logo
{
	width:141px;
	height:131px;
	float:left;
	margin-left:10px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	border:hidden;
}
#logo img
{
	border: 0px outset blue ;
}
#navContainer
{
	width:100%;
	height:24px;
	background-image:url(../images/patterns/orangeNav.png);
	background-repeat:repeat-x;	
}
#nav{float:right;padding-right:25px;}

#pageHeaders
{
	background:url(../images/flashElement.jpg) no-repeat 0px -130px;
	width:1028px;
	height:135px;
}
#flashElement
{
	width:1028px;
	height:255px;
}

#centerContainer
{
	width:1028px;
	letter-spacing:.1em;
	line-height:1.2em;
	text-align:left;
	float:left;
}

#centerContainer #left
{
	width:717px;
	padding-right:10px;
	float:left;
}
#centerContainer #left h1
{
	font-size:1.2em;
	color:#0c36af;
	padding:20px 0px 10px 30px;
}
.ptag
{
	font-size:0.8em;
	line-height:1.5em;
	padding:0px 0px 20px 30px;
}
#leftinner p
{
	font-size:0.8em;
	line-height:1.5em;
	padding-left:30px;
}

#centerContainer #right
{
	width:300px;
	height:450px;
	background-color:#E5E5E5;
	float:left;
}
#centerContainer #right p
{
	background:url('../images/patterns/orangeheader.gif') repeat-x 0px 0px ;
	background-repeat:repeat-x;
	color:#FFF;
	padding-left:10px;
}
#wrapper2 #wrapper #centerContainer #right ul

{
	font-size:.7em;
	list-style-type: none;
	color:#000;
	
}

#wrapper2 #wrapper #centerContainer #right ul li
{
	width:275px;
	color:#000;
	text-indent: 15px;
	list-style-type: none;
	
	
}
.greyDark 
{
	background:url(../images/patterns/logodarkGrey.png) repeat-y 0px 0px;
	padding-left:20px;
	padding-right:5px;
	color:#000000;

}
.greyLight
{
	background:url(../images/patterns/logolightGrey.png) repeat 0px 0px;
	padding-right:5px;
	padding-left:20px;
	color:#000000;
}

#tagline
{
	float:right;
	padding: 100px 25px 0px 0px;
}

#tagline p
{
	float:right;
	font-size:100%;
	width:400px;
}

.white
{
	color:#FFF;
}

