/* CSS Document */

body { padding:90px 0 0 0; margin:0px; background-color:#00004b; font-family:Arial, Helvetica, sans-serif; font-size:11px}

a{text-decoration:none; color:#000000;}
a:hover{text-decoration:underline; color:#ff0000;}


.main-bg { background:#8196d9 url(../images/main-bg.jpg) top repeat}
.txt-bg { background:url(../images/bg-txt.jpg) top no-repeat}
.top-bg { background:url(../images/top-strip-bg.jpg) }
.mid-bg { background:url(../images/mid-strip-bg.jpg) }
.bot-bg { background:url(../images/bot-strip-bg.jpg) }
#bt_bg{background:url(../images/img_bt_bg.jpg);}
#testimonials_bg{background:url(../images/mid_bg.png);}
#rating_box_bg{background:url(../images/rating_box_bg.png);}

.top-link { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; font-size:10px;}
.top-link a{ text-decoration:none; color:#FFFFFF;}
.top-link a:hover{ text-decoration:underline; color: #FFFF00;}

.text { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0f3a57; font-weight:bold;}

.text1 {font-family:Arial, Helvetica, sans-serif; color: #CCCCCC; font-size:10px;}

.text2{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0f3a57;}
.text2 a{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#003399; text-decoration:underline;}
.text2 a:hover{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0f3a57; text-decoration:none;}  

.text3{font-family:tahoma; font-size:11px; color:#002aff; font-weight:bold;}

.text4{font-family:Trebuchet MS; font-size:19px; color:#000000;}
.text5{font-size:Trebuchet MS; font-size:17px; color:#333333;}

.white-small{font-family:tahoma; font-size:11px; color:#ffffff;}

.text-big {  font-size:14px; color:#6767c4; font-weight:bold}
.text-small {  font-size:11px; color:#6767c4; font-weight:bold}
.form-txt { font-size:10px; color:#1c26a4; font-weight:bold}


.footer { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#292968; font-size:11px;}
.footer  a{ text-decoration:none; color:#292968;}
.footer  a:hover{ text-decoration:underline; color:#3e3e8a;}

.footer1 { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#CCCCCC; font-size:11px;}
.footer1  a{ text-decoration:none; color:#CCCCCC;}
.footer1  a:hover{ text-decoration:underline; color:#CCCCCC; }

.text-6{font-family:Trebuchet Ms; font-size:22px; color:#000066; line-height:32px;}
.text-6 a{font-family:Trebuchet Ms; font-size:22px; color:#000066; line-height:32px; text-decoration:none;}
.text-6 a:hover{font-family:Trebuchet Ms; font-size:22px; color:#FF0000; line-height:32px; text-decoration:underline;}


input,select,textarea{font-family:tahoma; font-size:11px; color:#000000;  background:#d5d9e7;}

input.checkbox{border:none;}

:focus{outline:0px;}

.top-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-link ul li {
	padding: 0 17px 0 0;
	float: left;
	position: relative;
}
.top-link ul li:hover ul,
.top-link ul li.hover ul {
	display: block;
}
.top-link ul li ul {
	display: none;
	position: absolute;
	top: 12px;
	left: -10px;
	width: 130px;
	padding: 8px 10px 6px;
	background: #0b43ba;
}
.top-link ul li ul li {
	padding: 4px 0;
	float: none;
	text-transform: uppercase;
}