/* alternat BODY  {background: url(front/background.gif); background-color: #333399;} */

body  {
	background-color: #d3d4e8;
	scrollbar-arrow-color: #7475b6;
	scrollbar-base-color: #e8e8f2;
	scrollbar-dark-shadow-color: #aaaaaa;
	scrollbar-track-color: #e8e8f2;
	scrollbar-face-color: #f2f1ef;
	scrollbar-shadow-color: #e8e8f2;
	scrollbar-highlight-color: #cac7c2;
	scrollbar-3d-light-color: #f2f1ef;
	margin:0;
	}

/* Fonts */
h5, .orange, td, .footer, .big {
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* Fonts and Colors */
h5, .orange, {
	color: #7475b6; background-color: transparent;
	}

td.bg {
	color: #ffffff;
	}

/* Fonts Styles */
.orange {
	font-weight: bold;
	}

/* Fonts Sizes */
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #7475b6;
	font-weight: bold;
	/*margin-left: 15px;*/
	margin-right:15px;
	background-color: transparent;
	}

.margin_left {
	margin-left:15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-top:0px;
	}

h2.sub-header{
	background-color: transparent;
    color: #7475B6;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
}
	
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #7475b6;
	background-color: transparent;
	margin-left: 15px;
	margin-right:15px;
	}
	
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #7475b6;
	background-color: transparent;
	margin-left:15px;
	margin-right:15px;
	}
	
h5,.orange, .big {
	font-size: 12px;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
	
.info {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
/* Tables */
/* td, td.bg {
	vertical-align: middle;
	}
*/
	
/* Links */
A:LINK { color: #2563af;  }
A:VISITED { color: #2563af;  }
A:HOVER {color: #ff9900; }

a img{
	border:none;
}


/* ----------------------- main_container Start ------------------- */
#main_container {
	margin:auto;
	width:800px;
	height:auto;
	overflow:hidden;
	padding-top:10px;
}

#main_container_sub {
	float:left;
	width:800px;
	height:auto;
	overflow:hidden;
	background-image:url(../images/home/index_27.gif);
	background-repeat:repeat-y;
}

#main_container_sub_left {
	float:left;
	width:163px;
	height:auto;
	overflow:hidden;
}

#main_container_sub_mid {
	float:right;
	width:637px;
	height:auto;
	overflow:hidden;
}

#left_main_menu {
	float:left;
	width:163px;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
}

#header_main {
	float:left;
	width:637px;
	height:94px;
}

#mid_container_main {
	clear:both;
	float:left;
	width:637px;
	height:auto;
	overflow:hidden;
}

#footer_main {
	clear:both;
	float:left;
	width:800px;
	height:auto;
	overflow:hidden;
}
/* ----------------------- main_container Start ------------------- */


/* ----------------------- Left menu Item Start -------------------- */
#left_menu{
	margin:0 auto;
	text-align:left;
	float:left;
	vertical-align: middle;
	width:163px;
	height:auto;
	overflow:hidden;
}

#menu{
	clear:both;
	float:left;
	margin:0 auto;
	margin-bottom:15px;
	text-align:left;
	width:200px;
	height:auto;
	overflow:hidden;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#e7e7f3;
}

#menu li {
	display:inline;
	margin:0;
	padding:0;
	width:200px;
	background-color:#e7e7f3;
}

.menu-li {
	padding-left: 25px;
	width:200px;
}

#menu .link1 {
	width:200px; height:17px; background:url(../images/up.gif) no-repeat; background-position:0px 0px; display:block; float:left; padding-top:4px; text-decoration:none; color:#5A5CA9;
}

#menu .link1:hover {
	background:url(../images/down.gif) no-repeat; background-position:0px 0px; color:#ffffff; text-decoration:none;
}

#menu .link2 {
	width:200px; height:28px; background:url(../images/up_1.gif) no-repeat; background-position:0px 0px; display:block; float:left; padding-top:4px; text-decoration:none; color:#5A5CA9;
}

#menu .link2:hover {
	background:url(../images/down_1.gif) no-repeat; background-position:0px 0px; color:#ffffff; text-decoration:none;
}

a .mlink{
	color:#5A5CA9;
	text-decoration: none;
}

a:visited .mlink {
	color:#5A5CA9;
	text-decoration: none;
}

a:hover .mlink{
	color:#FFFFFF;
	text-decoration: none;
}


/* ----------------------- Left menu Item end ------------------------- */

.left_nav{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
width:163px;
float:left;
margin-left:2px;
margin-top:10px ; 
}


.left_nav ul{
list-style-type:circle;
margin:0;
padding:0;
}

.left_nav li{
list-style-type:circle;
padding:5px 3px 5px 15px;
color:#fff;
}
.left_nav li a{
color:#006699;
text-decoration:none !important;
}
.left_nav li a:hover{
color:#006699;
text-decoration:underline !important;
}



/* ----------------------- header start ------------------------- */
#header {
	float:left;
	width:637px;
	height:94px;
}
/* ----------------------- header end ------------------------- */


/* ----------------------- mid container start ------------------------- */
#mid_container_home {
	float:left;
	width:637px;
	height:auto;
	overflow:hidden;
	background-color:#7475B6;
	background-image:url(../images/home/index_05.gif);
	background-repeat:repeat-y;
}

#mid_container_inside {
	float:left;
	width:637px;
	height:auto;
	overflow:hidden;
	background-color:#7475B6;
	background-image:url(../images/home/index_05.gif);
	background-repeat:repeat-y;
}

#mid_container_inside_home {
	float:left;
	width:602px;
	height:auto;
	overflow:hidden;
	background-color:#EBEBF3;
}

#mid_container_inside_left {
	float:left;
	width:602px;
	height:auto;
	overflow:hidden;
	background-color:#EBEBF3;
}

#mid_container_bottom_bar {
	clear:both;
	float:left;
	width:637px;
	height:9px;
}

/* ----------------------- mid container end ------------------------- */


/* ----------------------- footer start ------------------------- */
#footer {
	float:left;
	width:800px;
	height:auto;
	overflow:hidden;
}

#footer_bg {
	float:left;
	width:800px;
	height:67px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
}

#footer_text {
	float:right;
	width:637px;
	height:47px;
	text-align:center;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left:15px;
	margin-right:15px;
	clear:both;
}

#footer h1{
	position:relative;
	float:left;
}

#footer .social-share{
	text-align:right;
	margin:10px 35px;
}

#footer table#locations{
	margin-bottom:15px;
	text-align:center;
}

#footer_text_1 {
	clear:both;
	float:left;
	width:800px;
	height:auto;
	overflow:hidden;
	background-color:#BFBFDD;
	padding: 10px 0;
}

#footer_text_2 {
	clear:both;
	float:left;
	width:800px;
	height:auto;
	overflow:hidden;
	background-color:#D3D4E8;
	text-align:center;
	margin-top: 10px;
}

.footer {
	font-size: 10px;
	color: #aaaaaa;
	line-height:5px;
	}
/* ----------------------- footer end ------------------------- */


/* ----------------------- other styles start ------------------------- */

#topbar{display:block; font-size:10px; background-color:#7475B6; position:absolute; padding: 5px; visibility: hidden; z-index: 100; }

.txt01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5A5CA9;
}

.txt02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.home_txt {
	margin-left:15px;
	margin-right:15px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txt03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.txt04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7475b6;
}

.txt05 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txt05_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

.txt06 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

.txt06 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

.txt06 a:hover{
	text-decoration: none;
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin-top:0;
	margin-left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.city A:link {
	color:#0066FF;
	text-decoration:none;
}

.city A:visited {
	color:#0066FF;
	text-decoration:none;
}

.city A:hover {
	color:#7475B6;
	text-decoration:none;
}

.footer A:link {
	color:#666666; text-decoration:none;
}

.footer A:visited {
	color:#666666; text-decoration:none;
}

.footer A:hover {
	color:#0066FF; text-decoration:none;
}

.copyright A:link {
	color:#666666; text-decoration:none;
}

.copyright A:visited {
	color:#666666; text-decoration:none;
}

.copyright A:hover {
	color:#0066FF; text-decoration:none;
}
/* ----------------------- other styles end ------------------------- */


/* Form */
form {
	font-family: Verdana, Arial, "sans-serif";
	font: 10px;
	color: #000000;
	}
	
/* input {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	font-family: Arial, Verdana, "sans-serif";
	font-size: 10px;
	}
input.none {
	border-style: solid;
	border-color: #660033;
	border-width: 0;
	font-family: Arial, Verdana, "sans-serif";
	font-size: 10px;
	}
*/

.form_txt {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

select {
	border-style: solid;
	border-color: #000131;
	border-width: 1px;
	font-family: Arial, Verdana, "sans-serif";
	font-size: 10px;
	}

textarea {
	border-style: solid;
	border-color: #000131;
	border-width: 1px;
	font-family: Arial, Verdana,  "sans-serif";
	font-size: 10px;
	}

/* navigation bar */
table.n1 {
	background-color : transparent;
	color : White;
	font-size: 10px;
	}

span.n1, a.n1:link, a.n1:visited  {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color : transparent;
	}

a.n1:hover {
	color: #ffd63e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color : transparent;
	}
