/* CSS Document */

body {
	margin: 0px;
 	padding: 0px;
	font-size: 12px;
    line-height: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    color: #2C1813; /*rich chocolate*/
    background-color: #ecead4; /*light cream*/
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
}
#pagetop {
	width: 100%;
    height: 97px;
    background-color: #2f3192;
	background-image:url(images/pagetop.jpg);
}
#topcontainer {
	width: 850px;
	margin-left: auto;
 	margin-right: auto;
}
#logo {
	width: 146px;
    height: 65px;
    padding-top: 20px;
    float: left;
}
#getquote {
	width: 290px;
    height: 50px;
    float: right;
    background-color: #880d20; /*burgundy*/
	color: #ecead4; /*cream*/
    font-weight: normal;
    padding: 10px;
}
#navbar {
	width: 100%;
    height: 40px;
    background-color: #b0afd1;
	background-image:url(images/navbar.gif);
}
#nav {
    width: 842px;
    margin-left: auto;
	margin-right: auto;
    height: 27px;
    padding-top: 11px;
    padding-left: 8px;
    color: #fff;
}
#nav ul {
	list-style: none;
	display: inline;
    margin: 0px;
    padding: 0px;
}

#nav li {
	list-style: none;
	display: inline;
    margin-right: 6px;
}

#nav a:link {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
    font-size: 13px;
}

#nav a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
    font-size: 13px;
}

#nav a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #dc8f83; /*rose*/
    font-size: 13px;
}
#container {
    width: 850px;
    margin-left: auto;
	margin-right: auto;
    padding: 0px;
	background-color: #ecead4; /*light cream*/
}
#contentwide {
    width: 648px;
    padding: 0px;
    margin: 0px;
	border: 1px solid #84a8a6;
    float: left;
	background-color: #fff;
}
#sidebar {
    width: 200px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    float: left;
}
#footer {
    width: 100%;
    margin: 0px;
	vertical-align: bottom; 
    background-color: #2C1813; /*rich chocolate*/
    padding: 10px 0px 10px 0px;
    clear: both;
    text-align: center;
    color: #ecead4; /*light cream*/
}


/* TEXT STUFF */


a:link {
	font-weight: normal;
	text-decoration: none;
	color: #912e36;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #912e36;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #117483;
}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #912e36;
}
.rosetitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color:#dc8f83; /*rose*/
}
h1 {
	font-size: 15px;
    line-height: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #fff; 
    font-weight: bold;
	margin: 0px;
    padding: 9px 8px 9px 8px;
	background-color: #006cb7; /*darkblue*/
    border-bottom: 1px solid #006cb7; /*darkblue*/
    border-right: 1px solid #006cb7; /*darkblue*/
    border-left: 1px solid #006cb7; /*darkblue*/
    border-top: 1px solid #006cb7; /*darkblue*/
    text-transform: none;
}
h2 {
margin: 0px 10px 5px 10px;
padding: 14px 0px 2px 0px;
color: #2C1813; /*rich chocolate*/
font-size: 15px;
line-height: 19px;
border-bottom: 1px dotted #2C1813; /*rich chocolate*/
font-weight: normal;
text-transform: none;
}
h3 {
color: #006cb7; /*darkblue*/
}
.maintext
{
    padding: 10px;
    margin: 0px;
}
.sidebartext
{
	padding: 10px;
    margin: 0px 10px 0px 10px;
    background-color: #8eadc9; /*lightblue*/
    border: 1px dotted #52767b; /*gunmetal teal*/
    color: #2C1813; /*rich chocolate*/
}
#footer a, #footer a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #da4d59;
    font-size: 12px;
}

#footer a:hover, #footer a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #fffff2;
}
.biglist {
    font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #52767b; /*gunmetal teal*/
}