
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #666666;
        background-image: url(../layout/tile.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #000000;
}

/******** Layout Elements ********/

.main {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 960px;
	background-color: #ffffff;
        background-image: url(../layout/left_fill.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.LDRIT {
	margin: 0 auto;
	padding-left: 18px;
	color: #cccccc;
	clear: both;
	width: 960px;
}

.LDRIT img {
        margin-right : 44px;
        margin-bottom : 10px;
        float: right;
}

.top {
	height: 220px;
	overflow: hidden;
}

.menu {
	position: absolute;
	top: 132px;
	height: 70px;
	width: 957px;
	overflow: hidden;
}

.information {
	position: absolute;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	top: 215px;
	margin-left: 210px;
	width: 700px;
	overflow: hidden;
	display: none;
}

.DriveBanner {
	float: right;
	margin: 5px;
}

.DriveBanner div {
	border: 1px solid #ccc;
	border-top: 0;
	margin-top: -8px;
	width: 121px;
}

.DriveBanner div select {
	width: 100px;
	margin-left: 10px;
}

.DriveBanner div img {
	margin-left: 10px;
	margin-top: 10px;
}

#ZIP {
	width: 45px;
	margin-left: 10px;
}

#DriveSubmit {
	width: 45px;
	margin-bottom: 5px;
	border: 0;
}

.client {
	margin: 0 10px 0 30px;
	padding: 10px;
}

.left {
	float: left;
	clear: both;
	width: 420px;
	padding: 10px;
        border : 1px solid #000;
        margin-bottom: 10px;
}

.right {
	float: right;
	width: 420px;
	padding: 10px;
        border : 1px solid #000;
        margin-bottom: 10px;
}

.pics, .pics1 {
	float: left;
	text-align: center;
}

.pics1 {
        margin: 0 30px 0 60px;
}

.pics {
        margin: 0 30px 0 30px;
}

.bottom {
	clear: both;
	overflow: hidden;
	height: 37px;
	margin: 0;
	margin-left: 22px;
	background-color : #0366c9;
}

.valid_xhtml {
	float : left;
	padding-top : 4px;
	padding-left : 10px;
}

.valid_css {
	float : left;
	padding-top : 4px;
	padding-left : 5px;
}

.bottom_links {
	float : left;
	margin-top: 5px;
	margin-left : 34px;
	text-align : right;
	background-color : #8d0000;
}

.bottom_right {
	float : right;
	line-height: 35px;
	padding-right : 50px;
	text-align : right;
}

/******** Document Styles ********/

a:link {
        text-decoration : none;
        color : #000080;
}

a:visited {
        text-decoration : none;
        color : #000080;
}

a:active {
        text-decoration : underline;
	color : #800000;
}

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

h1 {
        font-size : 1.8em;
        line-height : 100%;
        margin : 0.4em 0;
        color: #800000;
}

h2 {
        border-bottom : 1px solid #000;
        border-top : 1px solid #000;
        font-size : 1.4em;
        margin-top : 0;
        margin-left : 10px;
        margin-bottom : 10px;
        margin-right : 10px;
        padding : 0.2em 0;
}

h3 {
        clear: both;
        margin: 0;
        margin-top : 20px;
        padding: 0;
        text-align : center;
        color: #800000;
}

h1, h2 {
        clear: both;
        text-align : center;
        letter-spacing : 3px;
        text-transform : uppercase;
}

p {
        margin : 0;
        margin-bottom : 10px;
        padding : 0.1em 0;
}

.underline {
	text-decoration: underline;
}

.red {
	color: #800000;
}

.blue {
	color: #000080;
}

table {
	margin-top: 18px;
}

td {
	padding: 5px;
	border: 1px solid #666666;
}

.form td {
	padding: 5px;
	border: 0;
	vertical-align: top;
	text-align: right;
}

input, textarea, select {
	width: 300px;
	border: 1px solid;
	border-color: #000000 #ffffff #ffffff #000000;
	background-color : #d0ddff;
}

input.radio {
	width: auto;
	border: 1px solid;
	border-color: #000000 #ffffff #ffffff #000000;
	background-color : #d0ddff;
}

input.submit {
	height: 33px;
	width: 300px;
	line-height: 33px;
	text-align: center;
	font-weight: bold;
	color: #eeeeee;
	border: 1px solid;
	border-color: #ff0000 #000000 #000000 #ff0000;
	background-color : #8d0000;
}

input.submit:hover {
	color: #ffffff;
	background-color: #cc0000;
}

input.submit:active {
	color: #ffffff;
	line-height: 36px;
	background-color: #cc0000;
	border-color: #000000 #ff0000 #ff0000 #000000;
}

ul {
	margin-left: 30px;
	margin-bottom: 18px;
}

ol {
	margin-left: 30px;
	margin-bottom: 18px;
}

ul ul {
	margin-left: 30px;
	margin-bottom: 0;
}

img.left_inner, img.right_inner, img.left_inner_b, img.right_inner_b {
        margin : 8px;
        padding : 0;
}

img.right_inner, img.right_inner_b {
        float: right;
}

img.left_inner, img.left_inner_b {
        float: left;
}

img.right_inner_b, img.left_inner_b {
        border: 1px solid #000;
}

.notice {
        clear: both;
        background-color: #ffffbb;
        text-align : center;
        font-weight: bold;
        border : 1px solid #000;
}

.heading {
        clear: both;
        color: #ffffff;
        background-color: #0366c9;
        text-align : center;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.logos {
        margin : 5px;
        clear: both;
        background-color: #ffffff;
        text-align : center;
}

.logos img {
        margin : 0 5px;
}


/******** Button Elements ********/

.contact_us {
	/*margin-left: 6px;*/
}

.btncontainer {
	margin: 0 7px;
	margin-left: 240px;
	position: relative;
	top: 17px;
	height: 33px;
	width: 708px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid;
	border-color: #000000 #ff0000 #ff0000 #000000
}

.btn, .btnbottom {
	float: left;
	text-align: center;
	font-weight: bold;
	border: 1px solid;
	border-color: #ff0000 #000000 #000000 #ff0000;
}

.btn a, .btnbottom a {
	color: #dddddd;
	text-decoration: none;
}

.btn a:visited, .btnbottom a:visited {
	color: #dddddd;
	text-decoration: none;
}

.btn a:hover, .btnbottom a:hover {
	color: #ffffff;
	text-decoration: none;
}

.btn a:active, .btnbottom a:active {
	color: #ffffff;
	text-decoration: none;
}

.btn {
	width: 116px;
	height: 31px;
	line-height: 32px;
}

.btnbottom {
	width: 82px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	font-weight: bold;
	background-color: #8d0000; 
}

.btn:hover, .btnbottom:hover {
	color: #ffffff;
	border-color: #ff0000 #000000 #000000 #ff0000;
}

.btn:active, .btnbottom:active {
	color: #ffffff;
	border-color: #000000 #ff0000 #ff0000 #000000;
}

.btn:hover a, .btnbottom:hover a {
	color: #ffffff;
}

.btn:active a, .btnbottom:active a {
	color: #ffffff;
}

.btnbottom:hover, .btnbottom:active {
	background-color: #cc0000; 
}

.btn:hover {
        background-image: url(../layout/Highlight_1.png);
}

.btn:active {
	line-height: 35px;
        background-image: url(../layout/Highlight_2.png);
}

.btnbottom:active {
	line-height: 28px;
}

