@charset "utf-8";
/* CSS Document */
 
	body  {
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: scroll;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	}
	
	.topnav {
	width: 800px;
	height: auto;
	z-index: 100;
	position: relative;
	top: 80px;
}

	.topnav-dynamic {
	width: 800px;
	height: auto;
	z-index: 100;
	position: relative;
	top: 5px;
}

.contact {
	float: right;
	height: auto;
	width: 200px;
	padding: 15px;
}
	.contactbox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	
	
	}
	.mainpage #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
		text-align: left;
	position: relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	} 
.mainpage .livechat_holder {
	height: 60px;
	width: 150px;
	position: absolute;
	left: 25px;
	top: 117px;
	z-index: 100;
	clear: left;
}

	.mainpage #header {
	padding: 0;
	height: 111px;
	width: 800px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	} 
	
    .mainpage #header-dynamic {
	padding: 0;
	height: 111px;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	} 
	.mainpage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white;
	padding: 0px 10px 0px 5px;
	margin: 0;
	}
.mainpage #mainContent h1, .mainpage #mainContent h1 a {
	color: #006699;
}

.mainpage #container #sidebar1 .livechat {
	height: 65px;
	width: 100%;
	padding-top: 5px;
}

	.mainpage #sidebar2 {
		float: right; /* since this element is floated, a width must be given */
		width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
	}
	.mainpage #mainContent {
	width:580px;
	height: auto;
	float: right;
	background-color: #FFFFFF;
	margin-right: 10px;
	} 
.mainpage #mainContent p {
	font-size: 98%;
	line-height: 1.7em;
}


	.mainpage #footer {
	padding: 0 10px 0 20px;
	clear:both;
	background-color: #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.7em;
	} 
	.mainpage #footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	}
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

img{
	padding:0;
	margin:0;
}
/* rouded edges ends */


	a{
		color: #910500;
	}
	.title_1{
		font-weight:bold;
		color: #6a234d;
	}
	.title_2{
		font-weight:bold;
		color: #670062;
	}
	h1{
	font-size:14px;
	font-weight:bold;	
	}
	form {
	margin:0;
	padding:0;
	}
a:link
{
	color: #005083;
	text-decoration: none;
}
a:visited
{
color: #0033CC;
text-decoration: none;
}
a:active
{
color: #0033CC;
text-decoration: none;
}
a:hover
{
color: #993300;
text-decoration: none;
}

/*** end RollOver ***/

/** LEFT MENU **/
TABLE.menu TD
{
	BORDER-RIGHT: #fff 0px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #fff 0px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(../images/bg_menu_option.jpg);
	PADDING-BOTTOM: 0px;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: #fff 0px solid;
	COLOR: #04559a;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #fff 0px solid;
	HEIGHT: 26px;
	TEXT-ALIGN: left;
	width: auto;
}
#mainContent ul {
	line-height: 1.5em;
	font-size: 98%;
}
#mainContent li {
	line-height: 1.6em;
	margin-bottom: 10px;
}

