/* tag styles */
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

a {
	color: #FF9900;
	font-weight: bold;
}

a:hover {
	color: #666666;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0px;
	margin: 0px;
}

h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}

h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}

img {
    padding: 5px;
	border: none;
}

input {
	margin-bottom: 5px;
	background-image: url(../images/forminputbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
    color: #666666;
	line-height: 18px;
}

ol {
    color: #666666;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 24px;
	margin-top: 10px;
}

ol li {
    margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

ul  {
	color: #666666;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 10px;
	list-style-type: none;
}

ul li  {
	background-image: url(../images/listdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-bottom: 5px;
}

/* header styles */

.top {
	height: 122px;
	margin-bottom: 20px;
}

.header {
	height: 70px;
	text-align: right;
	color: #999999;
	padding-top: 10px;
	width: 780px;
}

.header a {
	color: #CCCCCC;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.header p {
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.header img {
	float: left;
}

.header span.phone {
    color: #999999;
	font-size: 23px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
}

/* content styles */

.container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.maincontent, .whitebox {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}

.maincontent {
	padding-bottom: 20px;
}

.maincontent .contentbox {
    padding-top: 0px;
	padding-right: 0px;
	padding-left: 8px;
}

.contentbox {
    height: 100%;
	background-image: url(../images/content-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
}

.whitebox .contentbox {
    padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
}

.whitebox .contentbox table td {
    border-right: solid 1px #dbdbdb;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
}

.whitebox .contentbox table table td {
    padding-left: 0;
    border: 0px; /* override border-right of parent table */
}

.whitebox .contentbox table td ul  {
    margin-left: 0;
	padding-left: 0px; /*override padding-left of ul {} style */
	margin-top: 0; 
	margin-bottom: 0;
}

.contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}

/* element styles */

.arrow {
    margin-top: 6px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}

.button {
	background-color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* sidebar styles */

.sidebar {
	border-left-color: #E9E9E9;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 10px;
	padding-left: 15px;
}

.sidebar img.phone {
    margin-bottom: -5px;
}

/* footer styles */

.license p, .license a {
	color: #c0c0c0;
	font-size: 9px;
	margin-top: 10px;
	text-align: center;
}

