@charset "utf-8";
/* CSS Document */


body{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Tahoma, Arial;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

p {
	padding:0;
	margin:0;
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #484848;
	line-height: 17px;
}

#maincontainer{
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/mianback.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	height: 146px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 130px;
	padding-left: 80px;
}

#headercontent {
	height: 146px;
	background-image: url(images/headercontent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 130px;
	padding-left: 80px;
}

#buttonsheader {
}

#buttonsheader img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.home {
	padding-left: 60px;
}

.freequote {
	padding-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentcontainer {
}

#leftnav {
	width: 204px;
	background-color: #e8e9eb;
	float: left;
	min-height: 520px
}

#leftnav h1 {
	padding-left: 20px;
	padding-top: 10px;
	}

#leftnav ul{
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 20px;
}
#leftnav li{
	list-style-type: none;
	padding-bottom: 5px;
}
#leftnav li a {
	color: #000000;
	text-decoration: none;
}
#leftnav li a:hover {
	color: #666666;
	text-decoration: underline;
}

#middlecontent {
	width: 184px;
	float: left;
	background-color: #E6E7E9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c5c7ca;
	border-left-color: #c5c7ca;
	min-height: 520px
}

.text11 {
	font-family: Tahoma, Verdana;
	font-size: 0.5em;
	color: #000000;
	margin-left: 5px;
}
.text11 a {
	color: #000000;
	text-decoration: none;
}

#rightcontentcolumnarea {
	width: 596px;
	float: left;
	min-height: 1778px;
	background-image: url(images/centerbg.gif);
	background-repeat: repeat-y;
}
#rightcontentcolumnarea h1 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#rightcontentcolumnarea p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#rightcontentcolumnarea ul {
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #484848;
}

#rightcontentcolumn {
	width: 596px;
	float: left;
	min-height: 520px;
	background-image: url(images/centerbg.gif);
	background-repeat: repeat-y;
}
#rightcontentcolumn h1 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#rightcontentcolumn p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#rightcontentcolumn a {
	color:#000000;
}

#rightcontentcolumn ul {
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #484848;
}

#rightcontent {
	width: 410px;
	float: left;
	background-color: #F8F9FA;
	min-height: 520px
}

#rightcontent h1 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#rightcontent p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#rightcontent a {
	color: #484848;
	text-decoration: none;
}

#rightcontent ul {
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #484848;
}

#footer {
	height: 34px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
}
#footer ul{
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
#footer li{
	list-style-type: none;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
#footer li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright {
	height: 32px;
	background-image: url(images/bg-bottom2.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	font-size: 0.9em;
}
#copyright p {
	font-size: 0.7em;
}
#copyright p a {
	color: #484848;
}

/* RSS */

#rsscontainer {
	width: 175px;
	float: left;
	font-family: Tahoma, Arial, Verdana;
}

#rssmiddle {
	width: 175px;
	background-image: url(../images/bg-rss-full.png);
	background-repeat: no-repeat;
	background-position: top;
}

#rssinner {
	width: 175px;
	height: 300px;
	float: left;
	margin-top: 4px;
	font-size: 10px;
	color: #666666;
}
#rssinner a {
	color: #666666;
}

.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: none;
	color: #dd6630;
	font-weight: bold;
}

.labelfield{ /*CSS for label field in general*/
	color:#000099;
	font-size: 0.6em;
}

.datefield{ /*CSS for date field in general*/
	color:#666666;
	font-size: 9px;
}

#example1{ /*Demo 1 main container*/
	width: 175px;
	height: 300px;
	padding-top: 3px;
	margin-left: 10px;
}
