/*-- Import CSS --*/
@import "admin.css";
@import "menu.css";

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.main_bg{
background:#002144;

}
.mainbox-Left{
background:url(mainbox-left.jpg) no-repeat left top;
width:10px;
height:16px;
}
.mainbox-right{
background:url(mainbox-right.jpg) no-repeat left top;
width:10px;
height:16px;
}
.mainbox-bottom-left{
background:url(mainbox-b-left.jpg) no-repeat left bottom;
width:10px;
height:16px;
}
.mainbox-bottom-right{
background:url(mainbox-b-right.jpg) no-repeat left bottom;
width:10px;
height:16px;
}

.whitebox-bottom-left{
background:url(whitebox-b-left.jpg) no-repeat left bottom;
width:4px;
height:4px;
}
.whitebox-bottom-right{
background:url(whitebox-b-right.jpg) no-repeat right bottom;
width:4px;
height:4px;
}

.servicebox-left{
background:url(service-l-bg.jpg) no-repeat left top;
width:10px;
height:45px;
}

.servicebox-mid{
background:url(service-R-bg.jpg) repeat-x left top;
}


.testimonialsbox-left{
background:url(testimonials-left-bg.jpg) no-repeat left top;
width:99px;
height:47px;
}

.testimonialsbox-right{
background:url(testimonials-right-bg.jpg) no-repeat right bottom;
width:9px;
height:39px;
}
.testimonialsbox-top-right{
background:url(testimonials-right-bg.jpg) no-repeat right bottom;
width:9px;
height:39px;
}
.testimonialsbox-mid{
background:url(testimonials-mid-bg.jpg) repeat-x left top;

}
.testimonialsbox-top-mid{
background:url(testimonials-top-mid.jpg) repeat-x left bottom;

}

.profilebox-left{
background:url(profile-left-bg.jpg) no-repeat left top;
width:102px;
height:47px;
}



.box2-left-top{
background:url(box2-left-bg.jpg) no-repeat left top;
width:15px;
height:13px;
}
.box2-mid-top{
background:url(box2-top-bg.jpg) repeat-x left top;
}

.box2-right-top{
background:url(box2-right-bg.jpg) no-repeat right top;
width:15px;
height:13px;
}
.box2-left-mid{
background:url(box2-left-mid.jpg) repeat-y left top;
}



.box2-bottom-left{
background:url(box2-b-left.jpg) no-repeat left top;
width:15px;
height:13px;
}
.box2-bottom-right{
background:url(box2-b-right.jpg) no-repeat right top;
width:15px;
height:13px;
}
.box2-right-mid{
background:url(box2-right-mid.jpg) repeat-y right top;
}
.box2-mid-bottom{
background:url(box2-bottom-bg.jpg) repeat-x left top;
}


.searchbox-bg{
background:url(searchbox-bg.jpg) no-repeat right top;
width:269px;
height:52px;

}
.login{
background:url(login-bg.jpg) no-repeat center top;
width:241px;
height:28px;

}
.nav-bg{
background:url(nav-bg.jpg) repeat-x left top;
height:60px;
}
.search{
padding:0 0 0 45px; 
color:#052b4f; 
font-size:16px; 
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold;

}
.seprator{
background:url(service-sep.jpg) repeat-x left top;
height:1px;
}
.footerstyle_link{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#6f6f6f;

}
/*------------------------  End  -------------------------*/


/*========================================================*/
/* Search Button                                          */
/*========================================================*/

/*.SearchButton {
	background-color: #E9E9E9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 55px;
	height: 19px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
	text-align: center;
	text-decoration: none;
}*/

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/

.textgrey, a.textgrey  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #949494;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textgrey:hover {
	text-decoration: underline;
}

.textgreyd, a.textgreyd  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7C7C7C;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textgreyd:hover {
	text-decoration: underline;
}


.textblack, a.textblack  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textblack:hover {
	text-decoration: underline;
}


.textblue, a.textblue  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #1A9198;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textblue:hover {
	text-decoration: underline;
}


.textred, a.textred  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #D90000;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textred:hover {
	text-decoration: underline;
}


.textyellow, a.textyellow  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #E98400;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textyellow:hover {
	text-decoration: underline;
}


.textgreen, a.texttextgreen  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #72AB00;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textgreen:hover {
	text-decoration: underline;
}


.readmore, a.readmore  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FF9600;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
	background:url(bullet.gif) left 4px no-repeat;
	padding:0 0 0 12px;
}
a.readmore:hover {
	text-decoration: underline;
	background:url(bullet.gif) left 4px no-repeat;
}


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/


.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #C94C03;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:normal;
}
a.H1:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #C94C03;
	FONT-FAMILY: Arial;
	text-decoration: underline;
	line-height:normal;
}


.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #757A7E;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:normal;
}
a.H2:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #757A7E;
	FONT-FAMILY: Arial;
	text-decoration: underline;
	line-height:normal;
}


.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #C94C06;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	text-decoration: none;
	line-height:normal;
}
a.H3:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #C94C06;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	text-decoration: underline;
	line-height:normal;
}


.H4, A.H4, A.H4:link, A.H4:visited, A.H4:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0764C1;
	font-family: Trebuchet MS;
	text-decoration: none;
	line-height:normal;
}
a.H4:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0764C1;
	font-family: Trebuchet MS;
	text-decoration: underline;
	line-height:normal;
}


/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Padding CSS                                           */
/*========================================================*/

.pad_left {
	padding:0 0 0 15px;
}

.pad_right {
	padding:0 15px 0 0;
}

/*------------------------  End  -------------------------*/

















