﻿

/*HTML Elements
-----------------------------------------------------------*/
* {margin: 0px; padding: 0px;}

img {border: none;}

body {background: #9b1617 url(images/bg.gif) repeat-x; font: 12px Tahoma; color: Black; text-align: center;}

a {font: bold 12px Helvetica; color: #9b1617; text-decoration: underline;}
a:hover {text-decoration: none;}

h1 {font: bold 20px Tahoma; margin: 5px 0px 10px 0px;}
h2 {font: bold 16px Tahoma; margin: 5px 0px 5px 0px;}

p {margin: 10px 0px 20px 0px; line-height: 20px;}

ul {margin-left: 30px; margin-top: -10px;}
li {line-height: 20px;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/*Layout
-----------------------------------------------------------*/
#wrap-out {width: 800px; text-align: left; margin: 50px auto 0px; background-color: White;}

#header {height: 148px; background-image: url(images/header.gif)}

#navigation {width: 100%; height: 31px; background: url(images/nav_bg.gif) repeat-x; float: none; text-align: left;}
	#navigation .navlink {font: bold 14px Helvetica; color: Black; text-decoration: none; margin-left: 20px; position: relative; top: 25%;}
	#navigation .navlink:hover {color: White;}
	
#wrap-in {width: 800px; min-height: 500px; background: url(images/content_bg.gif) repeat-y;}

#left-column {float: left; width: 228px; text-align: left; padding: 25px 10px 0px 10px;}
	#left-column .leftlink {display: block; margin: 0 auto; font: 14px Tahoma; color: #9b1617; padding: 5px 0px 5px 0px; border-bottom: dashed 1px #d1d1d1;}
	#left-column .leftlink:hover {color: #9a9a9a;}
	#left-column .datagrid {width: 100%;}
	
#promo {background: url(images/phone.gif) no-repeat; width: 225px; height: 100px; margin-top: 50px; text-align: center; font-size: 18px; line-height: 22px;}
	#promo span {float: right; color: #595959;}
	#promo strong {font-size: 26px; font-weight: bold;}
	
#content {float: left; padding: 20px 15px 20px 15px; width: 500px;}

#footer {width: 800px; height: 50px; color: White; font: 12px Helvetica;}
	#footer ul {list-style: none; margin: 20px 10px 0px 10px;}
	#footer ul li {display: inline;}
	#footer a {color: White; font-size: 10px;}


/*Contact Page
-----------------------------------------------------------*/
#contact {width: 450px;}
	#contact .input {width: 150px; margin-left: 25px}
	#contact .details {width: 250px; height: 100px; margin-left: 25px}
.entry {border-top: dashed 1px #d1d1d1; padding: 5px 0px 5px 20px;}
.label {width: 150px; text-align: right; float: left;}
.submit {text-align: right; padding-top: 25px;}