/* PERACON STYLESHEET */

/* BODY */
html {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	margin:0px auto;
}

h1 {
	color:#4c6492;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	padding-bottom:0px;	
}

h2 {
	color:#333333;
	font-weight:bold;
	padding-top:34px;
}

p {
	color:#333333;
	padding-top:20px;
}

a:link {
	text-decoration: underline;
	color: #ef8200;
}

a:visited {
	text-decoration: underline;
	color: #ef8200;
}

a:hover {
	text-decoration: underline;
	color: #ef8200;
}


#container {
	margin:0 auto;
	padding:15;
	width:960px;
}

#content {
	background-color:#ffffff;
	width:960px;
	margin:0 auto;
}

#content .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 20px;
}

.flashupgrade {
	background-image: url(../images/noflash_background.jpg);
	background-color:#666666;
	height:400px;
	padding-left:430px;
	padding-top: 200px;
}

.divider {
	background-color: #ef8200;
	height:1px;
	padding-bottom:0px;
}

/* HEADER */

#header {
	width:960px;
	margin:0 auto;
	height:64px;
	background-image:url(../images/header_Backg.gif);
	background-repeat:repeat-x;
}

#header .left {
	width:480px;
	float:left;
}

#header .right {
	width:480px;
	float:right;
	text-align:right;
}


#corporateColorstrip {
	margin:0 auto;
	width:960px;
	height: 3px;
	background-color:#ef8200;
}

/* FOOTER */

#logos {
	width:960px;
	margin:0px auto;
	padding-top:10px;
	overflow:auto;
}

#logos .left-col {
	width:480px;
	float:left;
}

#logos .right-col {
	width:480px;
	float:right;
	text-align:right;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color:#cccccc;
	width:960px;
	margin:0px auto;
	overflow:auto;
}

#footer .left-col {
	width:480px;
	padding-top:3px;
	float:left;
}

#footer .right-col {
	width:480px;
	padding-top:180px;
	float:right;
	text-align:right;
	vertical-align: text-bottom;
}

#footer .right-col a {
	color:#ef8200;
	text-decoration: none;
}

#footer .right-col a:hover {
	color:#ef8200;
	text-decoration: underline;
}

.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#e6e6e6;
}
	
.padmenu { padding:0 5px; }
