@charset "utf-8";
/* CSS Document */
/*

*/
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg-rules.gif) repeat-y center;
}
#wrapper {
	width:700px;
	margin:0px auto;
	padding:0px;
	
}
#header_wrapper {
	width:100%;
	height:73px;
	float:left;
	background: #FFFFFF url(images/headerbg.png) repeat-x;
	margin-top:20px;
}
#header_content {
	width:618px;
	height:73px;
}
#logo {
	width:136px;
	height:73px;
	float:left;
	margin-left:30px;
	background: url(images/logo.png) no-repeat;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
}
#navigation_menu_wrapper {
	width:100%;
	height:24px;
	float:left;
	margin-top:14px;
	margin-bottom:20px;

}
.line {
	width:100%;
	height:1px;
	float:left;
	background: url(images/hrline.png) repeat-x;
}
ul#navigation_menu {
	width:588px;
	height:17px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin:5px 0px 0px 15px; padding:0px 0px;
	list-style-type:none;
}
ul#navigation_menu li{float:left; padding:0px 4px 0px 0px;}
ul#navigation_menu li a{color:#000;
	text-decoration: none;
	background: url(images/navicon.png) no-repeat;
	padding-left:20px;
	margin-left:10px;
	padding-bottom:2px;}
ul#navigation_menu li a:hover{text-decoration:underline;}

a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

a.navlink, a:visited.navlink {
	color:#000;
	text-decoration: none;
	background: url(images/navicon.png) no-repeat;
	padding-left:20px;
	margin-left:10px;
	padding-bottom:2px;
}

a:hover.navlink {
	text-decoration:underline;
}

#content {
	width:555px;
        clear:left;
	height:auto;
        text-align:left;
        margin-bottom:50px;
}
#content-home {
	width:620px;
        clear:left;
	height:auto;
        text-align:left;
        margin-bottom:50px;
}
#welcome {
	width:100%;
	height:155px;
	float:left;
	margin-top:14px;
	background: url(images/welcome.png) no-repeat;
}
#news {
	width:338px;
	height:155px;
	float:left;
	margin-top:20px;
	margin-left:32px;
	background: url(images/vertlines.png) no-repeat;
	
}
#unit {
	width:246px;
	height:50px;
	float:left;
	margin-top:20px;
	
}
#pds {
	width:246px;
	height:155px;
	float:left;
	margin-top:20px;
	
}
#unit_prices {
	width:100%;
	height:200px;
	float:left;
	margin-top:14px;
	margin:0px;
	padding:0px;
	font-size:10px;
}
#footer_wrapper {
	width:700px;
	margin:0px auto;
	padding:0px;
	height:35px;
	background: url(images/bottombg.png) repeat-x;
}
#footer_content {
	width:698px;
	height:29px;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
}
#info {
	width:490px;
	height:29px;
	float:left;
	border-right:3px solid #FFFFFF;
	
	padding-top:5px;
	padding-left:10px;
	text-align:left;
}
#data {
	width:165px;
	height:20px;
	float:left;
	margin-top:6px;
}
h1 {
        text-align:left;
	padding:10px 0 10px 0;
	font-size:13px;
	color:#d21f44;
	font-weight:bold;
}
h2 {

	padding:0px 0 0 0 ;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
br {
	line-height: 10px;
}
.large {
	margin:0px;
	padding:0px;
	font-size:10px;
}
.large a{
	color:#000;
	text-decoration:none
}
.large a:hover{
text-decoration:underline;
}
.small {
	margin:0px;
	padding:0px;
	font-size:85%;
	padding-left:60px;
}
a.datalink, a:visited.datalink {
	color:#FFFFFF;
	text-decoration:none;
	background: url(images/bottomicon.png) no-repeat;
	padding-left:12px;
}
a:hover.datalink {
	color:#000000;
	text-decoration:underline;
}

#home {
	padding-top:10px;
	margin-top:20px;
	margin-bottom:30px;
	width: 620px;
	text-align:left;
}
#body_copy {
	
	padding-top:0px;
	margin-top:20px;
	margin-bottom:50px;
	width: 555px;
	text-align:left
}
#body_copy h1{
	padding-bottom:10px;

	
}
#table th {
border-color:#FFFFFF;
border-style:solid;
border-width:1px;
color:#000000;
font-size:12px;
font-weight:normal;
padding:20px;
text-transform:uppercase;
border-bottom:1px solid #FFFFFF;
background-color:#A7A9AC;

}
#table td {
border-right:1px solid #FFFFFF;
color:#000000;
padding:10px 20px;
background-color:#DDDDDD;
border-bottom:1px solid #FFFFFF;
}
#table {
border-collapse:collapse;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
width:555px;
}

p {
font-size:11px;
line-height:14px;
padding: 0px 0 3px 0
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



.home-top-panel {
background-color:#333333;
width:618px;
padding:10px;
height:160px;
margin-bottom:25px;
margin-top:15px;




}
.home-top-panel-heading{
color:#D21F44;
font-variant:small-caps;
font-size:19px;
padding:0px 10px 0px 20px ;
font-weight:bold;
}
.home-top-panel-text{
color:#FFFFFF;
font-weight:bold;
line-height:22px;
font-size:12px;
padding:0px 10px 10px 20px ;

}

.news-heading{
color:#D21F44;
font-size:14px;
font-weight:bold;
}

#white-button ul
{
list-style: none;
padding: 0;
margin: 0;

}

#white-button li
{

margin: 0 0em;
}

#white-button li a
{
background: url(images/white-bnt-bg.gif) no-repeat;
height: 35px;
line-height: 25px;
font-family:Helvetica,Arial,sans-serif;
width: 200px;
display: block;
color: #FFFFFF;
text-decoration: none;
text-align: left;
padding-left:25px;
font-size:14px;
padding-top:2px;
font-variant:small-caps;
font-weight:bold;
}
#white-button li a:hover
{
color:#999999;
}


#white-button li a.selected
{
color: #FFFFFF;
}

/* Hide from IE5-Mac \*/
#white-button li a
{
float: none
}
/* End hide */



#red-button ul
{
list-style: none;
padding: 0;
margin: 0;

}

#red-button li
{

margin: 00 0 10 0;
padding-bottom:10px;
}

#red-button li a
{
background: url(images/red-btn-bg.gif) no-repeat;
height: 35px;
line-height: 2em;
font-family:Helvetica,Arial,sans-serif;
width: 200px;
display: block;
color: #FFFFFF;
text-decoration: none;
text-align: left;
padding-left:25px;
font-size:13px;
padding-top:10px;
font-weight:bold;
}
#red-button li a:hover
{
color:#999999;
}


#red-button li a.selected
{
color: #FFFFFF;
}

/* Hide from IE5-Mac \*/
#red-button li a
{
float: none
}
/* End hide */

.contact-form {
font-size:11px;
line-height:14px;
width:390px; 
}
