@import url("../css/layout.css");

@import url("../css/navigation.css");

@import url("../css/sidebar.css");

/*#######################################

ALL FONTS FAMILY CSS

#######################################*/

.elink,

.pagepath, 

.maillistform input,

#footer,

.gridlistbtn a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	}

body,

.link,

.cmstxt,

.points li {

	font-family:Arial, Helvetica, sans-serif;

	}

h2, 

.pageheader h1  {

	font-family:"trebuchet MS";

	}
	
.home1{
	color:#2A2A82;
	
	}
.home1 a{
	color:#2A2A82;
	
	}
.home1 a:hover{
	color:#CCCCCC;
	
	}
#home .bottomimg{
	position:absolute;
	bottom:-150px;
	left:-23px;
	}
* html  #home .bottomimg{
	position:absolute;
	bottom:-120px;
	left:-23px;
	}
#contactus {
	min-height:1px;
}
#contactus1 {
	height:180px;
	width:685px;
	position:relative;
	margin:20px 0 10px 0px;
	border:1px solid #E8E8E8;
	
	}

#contactus1 .contactusbox{
	
	height:140px;
	width:280px;
	margin:17px 0 20px 20px;
	color:#24377B;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-weight:normal;
	size:30px;
	
	}

#contactus1 .contactusbox img{
	margin:0 10px 0 5px;
	padding:0 10px 0 5px;
	}
#contactus1 .map{
	position:absolute;
	right:0px;
	bottom:0px;
	}
#contactus1 .contactusbox a{
	color:#24377B;
	}
#contactus1 .contactusbox a:hover{
	color:#CCCCCC;
	}

/*##################################

COMMON CSS

##################################*/



/* COMMON RESET CSS

----------------------------------*/

dl, dt, dd, ol, ul, li  

	{

	margin:0px;

	padding:0px;

	list-style-type:none;

	}

a {

	text-decoration:none;

	}

/*

H1-pageheader, 

H2-common sub-title in page, 

H3-common sub-title in page, 

H4-sidebar product name, Headers in forms

H5-sidebar title

H6-not define yet*/

h1, h2, h3, h4, h6 { 

	margin:0px;

	padding:0px;

	}

h2 {

	margin-bottom:5px;

	text-transform:uppercase;

	color:#000000;

	font-size:100%;

	}

p {

	margin:0 0 15px 0;

	}

.link, 

.elink {

	text-decoration:none;

	color:#2D7628;

	}

.link:hover,

.elink:hover {

	color:#000000;

	}

.imgborder, .imgleft, imgright {

	border:1px solid #cccccc;

	background-color:#FFFFFF;

	text-align:center;

	}

.imgborder:hover, .imgleft:hover, imgright:hover {

	border:1px solid #000000;

	}

.imgborder, .imgleft, .imgright {

	padding:2px;

	}

.imgleft {

	float:left;

	margin:0 10px 10px 0;

	}

.imgright {

	float:right;

	margin:0 0px 10px 10px;

	}

.cmstxt {

	margin:0 0 15px 0;

	font-size:80%;

	color:#333333;

	}

.left {

	float:left;

	}

.right {

	float:right;

	}

.textboxborder {

	font-family:Arial, Helvetica, sans-serif;

	border:1px solid #A9C2A5;

	font-size:100%;

	color:#666666;

	background-color:#FFFFFF;

	padding:2px;

	}

.handcur {

	cursor:pointer;

	}

/* IMAGE ALIGN CSS

-----------------------------------*/

.imgborder, 

.imgleft,

.imgright {

	text-align:center;

	display:block;

	}

.imgborder img.spacer,

.imgleft img.spacer,

.imgright img.spacer {

	width:0px;

	}

.imgborder img,

.imgleft img,

.imgright img{

	vertical-align:middle;

	}


/*==================================

MORE BUTTON LINK CSS

==================================*/

.morebtn,

.morebtn1,

.sidebarbox .morebar .link,

.buybtn {

	display:block;

	text-indent:-9999px;

	overflow:hidden;

	background-repeat:no-repeat;

	background-position:0 0;

	}

.morebtn,

.sidebarbox .morebar .link {

	background-image:url(../images/morebtn.gif);

	width:52px;

	height:17px;

	}

.morebtn1 {

	background-image:url(../images/morebtn1.gif);

	width:52px;

	height:17px;

	}

.morebtn:hover,

.sidebarbox .morebar .link:hover,

.morebtn1:hover,

.buybtn:hover {

	background-position:0 -17px;

	}

.buybtn {

	background-image:url(../images/buybtn.gif);

	width:69px;

	height:17px;

	}

/*==================================

COMMON POINTS CSS

==================================*/

.points {

	list-style-type:none;

	margin:0 0 15px 15px;

	padding:0px;

	}

.points li {

	padding:0 0 0 10px;

	margin:0 0 10px 0;

	color:#333333;

	background-image:url(../images/arrow.gif);

	background-position:1px 5px;

	background-repeat:no-repeat;

	line-height:110%;

	}

.points li .points{

	margin-top:15px;

	}

/*==================================

ALL HORIZONTAL-BARS RELATED CSS

==================================*/

.hor_bar, .hor_bar1 {

	padding:8px 10px;

	margin-bottom:15px;

	position:relative;

	min-height:15px;

	}

.hor_bar {

	background-color:#f2f2f2;

	border-bottom:1px solid #CFCFCF;

	border-right:1px solid #CFCFCF;

	}

.hor_bar1 {

	background-color:#DBE2DA;

	border-bottom:1px solid #B8CFB5;

	border-right:1px solid #B8CFB5;

	}

.hor_bar .right1, 

.hor_bar1 .right1 {

	position:absolute;

	right:8px;

	top:7px;

	}

.hor_bar .left1, 

.hor_bar1 .left1 {

	position:absolute;

	left:8px;

	top:7px;

	}

/*=======================================

HOR LINE & CLEAR CSS

========================================*/

	.hor_line{

	height:20px;	

	margin-bottom:20px;

	border-bottom:1px solid #dfdfdf;

	}

.clear {

	clear:both;

	font-size:0px;

	line-height:0px;

	height:0px;

	display:block;

	}

/*================================

NO RECORD ERROR CSS

===============================*/

.norecord {

	border:1px solid #dfdfdf;

	color:#ff0000;

	font-size:13px;

	font-weight:bold;

	padding:7px 0 9px 55px;

	height:30px;

	position:relative;

	margin-bottom:15px;

	}

.norecord img{

	position:absolute;

	left:8px;

	top:8px;

	border:none;

	}

/*##################################

TOPBAR CSS

##################################*/

#topbar {

	position:relative;

	}

#topbar h1{	

	margin:0px;

	padding:0px;

	}

#topbar h1 .logo{

	width:224px;

	height:113px;

	background-image:url(../images/logo.gif);

	background-repeat:no-repeat;

	position:absolute;

	left:390px;

	top:2px;

	text-indent:-9999px;

	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/

	}

/*==================================

TOPBAR CONTACT LIST BOX CSS

==================================*/

.topbar_contact{

	background-color:#ffffff;

	position:absolute;
	
	top:5px;

	right:10px;

	width:275px;

	height:70px;

	}

.contactbox{

	margin:0px;

	padding:10px 10px 8px 10px;

	}

.contactbox .callus {
	font-family:Arial;
	font-weight:bold;
	display:block;

	margin:0 0 3px 0;
	
	color:#1F2F84;
	
	font-size:17px;
	text-align:right;

	}



.contactbox .callus2{

	display:block;

	margin:3px 0 0 0;

	font-weight:normal;
	
	color:#BBBBBB;
	text-align:right;

	}
	
.contactbox .callus2 a{

	font-weight:normal;
	
	color:#BBBBBB;
	font-size:12px;

	}






/*#################################### 

PAGEHEADER AND PAGE PATH CSS

####################################*/

.pageheader {

	padding:15px 0 15px 0;

	}

.pageheader h1 {

	margin:0px;

	color:#A5A5A5;

	font-size:24px;

	font-family:Georgia;
	
	font-weight:normal;

	

	}

.pagepath {

	padding:7px 15px 8px 0px;

	margin-bottom:20px;

	color:#3C84BE;

	font-size:75%;

	border-top:1px solid #E7E7E7;

	border-bottom:1px solid #E7E7E7;
	font-family:Georgia;

	}

.pagepath strong {

	margin:0 7px 0 7px;

	color:#333333;

	}

.pagepath a{

	color:#666666;

	text-decoration:none;

	}

.pagepath a:hover {

	color:#24377B;

	}

.pagepath span {

	/*active page name*/

	color:#24377B;

	font-weight:bold;

	}

/*##################################

NAVIGATION CSS

##################################*/

#navigation {

	background-color:#526A50;

	}

/*#################################### 

MIDBAR CSS

####################################*/

.midbar {

	border:1px solid #F0F1F3;

	margin-bottom:0px;

	}

/*==================================

SCROLLER CSS 

==================================*/

#pscroller_infoboxnews {

	height:275px;

	}

#pscroller_topbar {

	height:58px;

	}

#pscroller_news {

	height:245px;

	}

#pscroller_events {

	height: 355px;

	}

#pscroller_specials {

	height: 355px;

	}

#pscroller_testimonials {

	height:245px;

	}

#pscroller_indexnews {

	height:152px;

	}

/*##################################

CONTENT-BOX STRUCTURE CSS

THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES

##################################*/

.contentbox1 {

	background-color:#FFFFFF;

	padding:15px 0 15px 0px;

	margin:0 0 20px 0;

	min-height:1px;
	
	border-bottom:1px solid #E7E7E7;

	}

.contentbox1 dt {
	font-family:Georgia;
	font-weight:bold;

	margin:-15px -15px 0px -15px;

	padding:10px 15px;

	font-size:125%;
	color:#24377B;
	

	}

.contentbox1 dt a{

	color:#3C84BE;

	}

.contentbox1 dt a:hover{

	color:#000000;

	}

.contentbox1 .contentboxdata {
	margin:0px;
	color:#24377B;
	}

.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}

.contentbox1 .linkbox {

	background-color:#E8E8E8;
	display:block;
	margin:15px -15px -15px -15px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;

	}

.contentbox1 .linkbox a {
	position:absolute;
	right:10px;
	top:9px;
	}

.linkbar {
	font-weight:bold;
	background-color:#f2f2f2;
	padding:8px 10px;
	font-size:90%;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-bottom:15px;
	}

.linkbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


.gallery_bx { 
	float:left; 
	position:relative; 
	margin-right:17px;
	}
.galleryimg_bx { height:174px; margin-bottom:12px; }

.gallery_bx h2 { text-align:center; }

.gallery_bx .galleryimg_bx .galleryimg_bx_bottom {
    background: url("../images/galleryimg_bx_bottom.gif") no-repeat scroll 0 0 transparent;
    top:174px;
    height: 12px;
    left: 0;
    position: absolute;
    width: 217px;
	}
.gallery_bg { margin-right:-17px; }
.gallery_bg td { padding-bottom:24px; }
.gallery-hd {
    color: #1D1D1B;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0 0;
    text-align: center;
    text-transform: none;
	}
.gallery-hd a { color: #1D1D1B; }
.gallery-hd a:hover { color: #24377b; }

.hd-typ1 {
	color: #2E88D7;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 23px 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-hd-typ1.gif) no-repeat 0 0;
	}

/*##################################

FOOTER CSS

##################################*/
.footerbg{
	background-color:#D9D9D9;
	margin:0px;
	}
	
#footer {	
	font-size:70%;
	width:1004px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	margin:auto;
	}

#footer .copyright {
	position:absolute;
	top:10px;
	
	right:20px;
	color:#636363;
	}

.midbar #fadeshow2toggler{position:relative; min-height:1px; }
.midbar #fadeshow2toggler .prev{
	position:absolute; right:-660px; top:-315px; height:13px; width:7px; z-index:9999;}
	
.midbar #fadeshow2toggler .next{
	position:absolute; right:-683px; top:-315px; height:13px; width:7px; z-index:9999;}
.status{display:none;}




