@charset "utf-8";
/* Allied Template CSS
Author: EW
Date created: 08.03.09
*/

* {
margin: 0;
padding: 0;
}

.clear {
clear: both;
}

body {
background-color: #333;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper {
background-color: #fff;
margin: 0 auto;
width: 800px;
}

/* Header */

#header {
background: url(../../../images/templates/11/headerBack.png) no-repeat;
color: #000;
font-size: 24px;
font-weight: bold;
height: 70px;
padding: 10px;
text-align: right;
}

#header p.headerText {
margin: 20px 0 0 0;
}

/*#header img {
height: 70px;
width: 200px;
}*/

/* Quote Form */

#quote {
background: url(../../../images/templates/11/quoteBack.jpg) no-repeat;
height: 200px;
padding: 0 0 0 410px;
}

#quote p.quoteHeader {
color: #000;
font-size: 24px;
font-weight: bold;
padding: 10px 0 10px 0;
}

#quote label {
color: #000;
display: block;
float: left;
font-size: 11px;
font-weight: bold;
padding: 3px 0 0 0;
width: 60px;
}

#quote label.second {
width: 110px;
}

.quoteForm {
border: solid #999 1px;
padding: 2px;
margin: 0 10px 12px 0;
width: 110px;
}

.quoteForm2 {
border: solid #999 1px;
padding: 2px;
margin: 0 0 12px 0;
width: 70px;
}

.quoteForm3 {
border: solid #ccc 1px;
font-size: 11px;
padding: 2px;
margin: 0 10px 12px 0;
width: 116px;
}

.qtBtn {
background: url(../../../images/templates/11/qtBtn.png) no-repeat;
color: #fff;
font-weight: bold;
line-height: 27px;
padding: 6px 50px;
text-decoration: none;
}

/* Main */

#main {
background-color: #fff;
border: solid #fff 2px;
background: url(../../../images/templates/11/mainBack.png) repeat-x;
padding: 20px;
}

#main p {
line-height: 150%;
margin: 0 0 20px 0;
}

#main p .img-left-bdr
{
                float: left;
                margin-right: 12px;
                margin-bottom: 4px;
                margin-top: 5px;
                padding: 2px;
                border: #CCC 1px solid;
}


#main a {
color: #f60;
font-weight: bold;
}

#main a:hover {
color: #000;
}

/* Side Bar */

#sideBar {
float: left;
width: 200px;
}

#sideBar p.sideBarHeader {
border-bottom: solid #ccc 1px;
color: #000;
font-size: 15px;
font-weight: bold;
margin: 0 0 15px 0;
display:none;
}

#sideBar ul {
list-style: none;
margin: 0 0 20px 5px;
display:none;
}

#sideBar ul li {
background: url(../../../images/templates/11/listBack.png) no-repeat center left;
margin: 0 0 15px 0;
padding: 0 0 0 15px;
}

/* Content */

#content {
float: right;
width: 520px;
}

#content ul {
padding-bottom: 20px;
}

#content li {
margin-left: 15px;
line-height: 22px;
}

/* Footer */

#footerWrapper {
margin: 20px auto 40px auto;
width: 800px;
}

#footer, #footer a {
color: #ccc;
font-size: 11px;
line-height: 150%;
}

/* Text Styles */

h1 {
color: #000;
font-size: 18px;
margin: 0 0 10px 0;
}

h2 {
color: #000;
font-size: 14px;
margin: 0 0 10px 0;
}

/* Image Styles */

.page {
border: solid #ccc 1px;
float: left;
margin: 0 15px 5px 0;
padding: 2px;
}

.floatLeft {
border: none;
float: left;
}

.floatRight {
border: none;
float: right;
text-align: right;
}