/* This style sheet controls how the site is displayed. All styles for the site should be written in this document! */

/* The styles below should not need to be changed.  Scroll down to SITE SPECIFIC CSS to begin styles specific to this site. */

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* SITE SPECIFIC CSS */

/* Set the Site's Fonts, Colors and Size Here */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 13px;}

/* Set Body Colors and Backrounds Here */

BODY {background: #272c53;
background-image: url(images/bg_purple_rug.jpg);
background-repeat: repeat;
margin : 0 0 0 0;
padding: 0 0 0 0;}

/* Set Heading Colors and Sizes Here */

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

H1 {font-size: 23px; color: #de3d25;}

H2 {font-size: 20px; color: #de3d25;}

H3 {font-size: 18px; color: #de3d25;}

H4 {font-size: 16px; color: #de3d25;}

H5 {font-size: 14px; color: #de3d25;}

H6 {font-size: 12px; color: #de3d25;}

/* Set Link Colors and Styles Here */

A:link {color: #686b87; text-decoration: none;}

A:visited {color: #686b87; text-decoration: none;}

A:active {color: #686b87; text-decoration: none;}

A:hover {color: #de3d25; text-decoration: underline;}

A.white:link {color: #fff; text-decoration: none;}

A.white:visited {color: #fff; text-decoration: none;}

A.white:active {color: #fff; text-decoration: none;}

A.white:hover {color: #fff; text-decoration: underline;}

/* Styles Below are Unique to This Website */

.main {width: 999px; margin-top: 20px;}

.logo {background-image: url(images/bg-logo.png);
background-repeat: no-repeat;
background-position: bottom center;
height: 102px;}

.breadcrumb {color: #fff; font-size: 9px; margin-top: 10px;}

.menu {background-image: url(images/bg-menu.png);
background-repeat: repeat-x;
background-position: top center;
height: 40px;
text-align: left;}

.content-area {background: #fff;
width: 999px;
overflow: auto;
text-align: left;
padding:0px;}

.main-content {padding: 10px 20px 0px 20px;}

/*** Sidebar Styles ***/

.sidebar {width: 230px; float: right; margin-top: 10px; display: block;
background-image: url(images/sidebar-bg-tile.jpg);
background-repeat: repeat-y;
background-position: top center;
clear: both;}

.sidebar-content {text-align: center;
padding-top: 10px;
background-image: url(images/sidebar-bg-top.jpg);
background-repeat: no-repeat;
background-position: top center;}

/*** Footer Styles ***/
.footer-container {margin-top: 20px;}

.footer-bg {background: #fff; width: 100%; overflow: auto;}

.footer-links {float: left; margin-top: 0px; text-align: left;}
.footer-links ul {width: 300px;}
.footer-links ul li {float: left; width: 110px; margin-right: 10px; list-style: none; font-size: 12px;}
.footer-links br {clear: left;}

.footer-address {float: right; text-align: right; margin-right: 30px;}

.copyright {color: #fff; margin-top: 20px;}

.photo {border: 1px solid #272c53;}

hr {color: #272c53; background-color: #272c53; height: 2px; border: 0;}

