/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(/images/bg.jpg) left top repeat-x;
}
a {
color: #006cd0;
text-decoration: none;
font-size: 11px;
}

a:hover {
text-decoration: underline;
}
p
{
margin:6px 0px;
}
/* CSS Menu */
#navcontainer {
        margin:0px;
        padding: 0;
        height: 32px;
		padding-top:69px;
}
#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}
#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
		background: url(/images/menu-normal.gif) center center no-repeat;
		height:32px;
		padding-right:2px;
}
#navcontainer ul li a {
        background: url(/images/menu-normal.gif) center center no-repeat;
        width: 117px;
        height: 32px;
        padding: 0px;
        margin: 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 11px/32px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer ul li a:hover {
        color: #FFF;
        background: url(/images/menu-hover.gif) center center no-repeat;
		height:32px;
}
#navcontainer li.active a {
        color: #FFF;
        background: url(/images/menu-active.gif) center center no-repeat;
		height:32px;
}
-->
.gray-line
{
border-bottom:1px solid #DBDBDB;
}
.image
{
padding:1px;
border:1px solid #BDBDBD;
}
.body-middle
{
margin-top:10px;
}
.left-menu-line
{
background:url(/images/v-line.gif) right top repeat-y;
padding-right:10px;
}
.welcome-padding
{
padding:0px 19px 0px 15px;
}
.review-padding
{
padding:0px 9px;
}
.left-menu-title
{
border-top:1px solid #006CD0;
border-bottom:1px solid #006CD0;
padding-left:10px;
color:#0B387C;
font-size:13px;
font-weight:bold;
line-height:20px;
height:20px;
background-color:#D4E5FF;
}
.right-title
{
background:url(/images/right-title-bg.gif) left center no-repeat;
height:33px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 33px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFF;
text-decoration: none;
padding-left:23px;
}
.round-corner-box
{
border-left:3px solid #00AE00;
border-right:3px solid #00AE00;
padding:16px 16px 0px 16px;
}
.round-corner-featured-box
{
border-left:3px solid #00AE00;
border-right:3px solid #00AE00;
padding:12px 12px 0px 12px;
}
/* CSS Background image Document */
.box-top-bg
{
background:url(/images/corner-top-bg.gif) left top repeat-x;
height:15px;
}
.box-bottom-bg
{
background:url(/images/corner-bottom-bg.gif) left top repeat-x;
height:15px;
}
.box-left-bg
{
background: url(/images/corner-left-bg.gif) left top repeat-y;
width:15px;
}
.box-right-bg
{
background:url(/images/corner-right-bg.gif) left top repeat-y;
width:15px;
}
.review-box
{
padding:10px;
background:url(/images/review-box-bg.gif) left bottom repeat-x;
}
.review-title-bg
{
background:url(/images/circle-bg.gif) left center no-repeat;
}
.footer-top-bg
{
background:url(/images/footer-top-bg.gif) left top repeat-x;
height:15px;
}
/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4B4B;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B00A0A;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006CD0;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
.review-title{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006CD0;
	text-decoration: none;
	margin:0px;
	padding-left:6px;
}
.read-more-link
{
color:#5E8B2B;
font-weight:bold;
text-decoration:none;
}
.read-more-link:hover
{
color:#00AE00;
text-decoration:underline;
}
.footer-link
{
color:#4b4b4b;
text-decoration:none;
}
.footer-link:hover
{
color:#000;
text-decoration:underline;
}
