* {
margin: 0;
padding: 0;
}

/* non IE fix to force horiziontal scrollbar display (stops the width changing and the template jumping around)*/
html { height: 100%; margin-bottom: 1px; 
}

/* -------------------- FONT STYLE DECLARAIIONS -------------------- */


.maintxt {
color: #7F8184;
font-size: 12px;
padding: 0px 40px 15px 20px;
}

h1 {
color: #EA232A;
font-size: 14px;
font-weight: bold;
padding: 20px 40px 15px 20px;
}

.contactinfo {
font-size: 14px;
color: #7F8184;
}

.contactinfo a {
font-weight: bold;
}

.telinfo {
color: #EA232A;
font-size: 16px;
font-weight: bold;
}

ul {
padding-left: 35px;
padding-bottom: 15px;
color: #7F8184;
font-size: 12px;
list-style-image:url(../images/bullet.gif);
}


/* -------------------- STRUCTURAL CSS -------------------- */


body {
font-family: arial;
letter-spacing: 1.2px;
line-height: 18px;
}

p {
padding: 0px 20px 15px 20px;
}


a {
text-decoration: none;
color: #7F8184;
}

#container {
padding-top: 30px;
width: 980px;
position: relative;
margin: auto;
background-color: #ffffff;
}

#right-col {
width: 490px;
float: right;
font-size: 12px;
}

#right-top {
height: 416px;
}

#left-col {
margin-right: 490px;
font-size: 12px;
}

#left-top {
background-color: #595A5C;
height: 287px;
}

#nav {
width: 200px;
padding-left: 20px;
padding-top: 60px;
}

#nav ul {
padding: 0;
list-style-image: none;
list-style: none;
border-top: 1px solid #ffffff;
}

#nav li {
border-bottom: 1px solid #ffffff;
}

#nav a {
display: block;
color: #ffffff;
text-decoration: none;
font-size: 12px;
}

#nav a:hover {
color: #EA2425;
}

#nav a.currentpage {
color: #EA2425;
}

#footer {
height: 50px;
clear: both;
font-size: 10px;
color: #7F8184;
background-image: url(../images/ftr.gif);
background-repeat: no-repeat;
padding-top: 5px;
}

#footer a {
color: #7F8184;
text-decoration: none;
}

#footer-nav {
float: right;
}

#footer-nav a {
color: #EC2227;
}

#footer #footer-nav a:hover {
color: #7F8184;
}

#footer a:hover {
color: #EA2425;
}

#footer #contactinfo {
width: 400px;
position: relative;
top: -100px;
left: 600px;
text-align: right;
}