/* CSS Document */
/*--------------layout tags-------------*/
* {
	margin:0;
	padding:0;
}
body {
	background:#424242;
}
#wrapper {
	position:relative;
	margin:0 auto;
	width:1024px;
	background:url(../images/wrapperBack.jpg) repeat-y top left;
}
#header {
	background:#CECCCC;
	height:200px;
	width:1024px;
}
#flashheader {
	width:100%;
	background:#000000;
}
#sidebar {
	float:left;
	width:180px;
}
#content {
	float:right;
	width:810px;
	padding-right:15px;
}
#ads {
	float:right;
	width:130px;
}
#flash {
	float:left;
	width:655px;
	text-align:center;
	padding-top:25px;
}
#clear {
	clear:both;
}
#footer {
	width:100%;
	text-align:center;
	border-top:solid 15px #cecccc;
	background:#000000;
}
/*--------header styles----------------*/
.centerImage {
	display:block;
	text-align:center;
	margin: 0 auto;
}
/*-----------sidebar navigation styles--------------*/
a.ovalbutton {
	background: transparent url('../images/oval-gray-l.gif') no-repeat top left;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	line-height: 25px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 33px; /* Height of button background height */
	padding-left: 24px; /* Width of left menu image */
	text-decoration: none;
	margin:5px;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #520208; /*button text color*/
}
a.ovalbutton span {
	background: transparent url('../images/oval-gray.gif') no-repeat top right;
	display: block;
	padding: 4px 20px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover { /* Hover state CSS */
background-position: bottom left;
}
a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

/*-----------content styles---------------*/
#benefits {
	float:right;
	margin-right:10px;
	background:url(../images/beneftBack.gif) no-repeat top left;
	width:170px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size:1em;
}
#contentBack  ul {
	padding-left:40px;
	list-style-type: circle;
}
#benefits h3 {
	font-size:1.1em;
	margin-left:10px;
}
#contentBack {
	background: url(../images/contentBack.gif) repeat-y top left;
	width:650px;
	float: left;
}
#contentBack p {
	padding:10px 30px;
}
#contentBack .compName {
	color:#2D7448;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
#contentBack .money {
	color:#2D7448;
	font-size: 18px;
}
#contentBack .alarm {
	color:#990000;
	text-transform: uppercase;
	font-weight: bolder;
}
#contentBack h3 {
	background: url(../images/contentBackTop.gif) no-repeat top left;
	width:650px;
	padding:10px 30px;
	font-variant: small-caps;
}
#contentBack .last {
	background: url(../images/contentBackBottom.gif) no-repeat bottom left;
	width:650px;
	padding-bottom:15px;
}
#contractNews {
	margin:auto;
	width: 600px;
}
#contractNews th {
	color:#2D7448;
	text-align:left;
	font-variant: small-caps;
	text-decoration: underline;
}
#contractNews td {
	font-style: italic;
}
/*--------------form---------------*/
#contentBack form {
	width:500px;
	margin:auto;
}
legend {
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	background:none;
	padding: 2px 6px;
	margin-bottom: 8px;
}
form label {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 5px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
}
input.required, textarea {
	font-size: .8em;
	color: #666;
	background-color: #fffedf;
	padding: 2px;
	border: solid 1px #000000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	width:250px;
}
input.required:hover, textarea:hover {
	background-color: #c5c9cd;
	border: solid 1px #000000;
	color: #000;
	cursor: pointer;
}
input.required:focus, textarea:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #000000;
	cursor: text;
}
textarea {
	font-size: .8em;
	color: #666;
	background-color: #fffedf;
	padding: 2px;
	border: solid 1px #000000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 45px;
	width:250px;
}
input.formInputButton,input.submit {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	padding: 1px;
	border: solid 1px #000000;
	cursor: pointer;
}
#submitCenter {
	text-align:center;
}
#copyright {
	width:100%;
	height:25px;
	background:#000000;
	color:#999999;
	font-size:.7em;
	text-align:center;
}