/* CSS Document */


/* 
what's here...

1. Basics
2. Top Navigation
3. Side Navigation
4. Content Area
5. Pull Down Menu
6. Splash Page
*/

body{
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x ;
	background-position:top;
	background-color: #211f5e;
	font: .75em Verdana, Arial, Helvetica, sans-serif;

}
h1{/* page title text */
	font-size:large;
	font-weight: bold;
	margin: 5px;
	text-align:center;
	color:#211f5e
}
h2{/* picture descriptopnms */
	font-size: small;
	font-weight: bold;
	margin-top: -5px;
}
a:link { 
	
	text-decoration: none; 
	color: #211f5e;
	}
a:visited { 
	
	text-decoration: none; 
	color: #211f5e;
	}
a:hover, a:active { 
	
	text-decoration: none; 
	color: #211f5e;
	}
	
b{
	text-align: center;
	color: #211f5e;
	font-weight: bold;
	}


#content{
	background-image: url(images/banner_spacer.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top:0px;
	padding: 20px 0px 0px 0px;
	
	
}
#footer{
	text-align:center;
	background-color:#FFFFFF;
	background-image: url(images/footer-spacer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:0px;
	}


.test{
	text-align: center;
	margin-top: 7px;
	
	}
	

img {
	border: 0; 
	}



img.border {
	margin: 10px;
	padding: 4px;
	border: 1px solid #ccc; 
	}



#main img {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 10px 2px 0 2px; 
	}	
	
/*!!!!!!!!!!!!!!!!!!!!!!!! TOP NAVIGATION BAR  116  X  28 !!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!! TOP NAVIGATION BAR  116  X  28 !!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!! TOP NAVIGATION BAR !!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!*/
#top-nav-text{
margin-top: 5px;
margin-bottom: 5px;
text-align: center;

}

#top-nav {
	float: left;
	width: 800px;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
	list-style: none;
	background: #211F5F;
	background-image:url(images/top-nav-space.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-style:normal;
	}
#top-nav li {
	float: left;
	padding: 0;
	font-size: x-small;
	width: 116px;
	height: 28px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;

	}
#top-nav a {
	float: inherit;
	display: block;
	margin-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	width:116px;
	height: 28px;
	/*background: #211F5F url(images/top-nav.jpg) repeat-x top left;*/
	background: #211F5F url(images/top-nav.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
#top-nav a:hover, body#intro #t-intro a {
	color: #FFFFFF;
	width: 116px;
	margin-left: 20px;
	width:116px;
	height: 28px;
	background: #211F5F url(images/top-nav_over.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	}
	
/* !!!!!!!!!!!!!!!!!!!!!!!!!! SIDE NAVIGATION !!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!! SIDE NAVIGATION !!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!! SIDE NAVIGATION !!!!!!!!!!!!!!!!!!!!!!!!*/
#side-nav{
	background-image:url(images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	height: 410px;
	width: 144px;
	margin-left:0px;
	border:#000000;
	border-left: 3px;
	margin-top: 0px;
	
	}
	
#nav {
	float: left;
	width: 100%;
	list-style: none;
	padding-left:0px;
	margin-left:0px;
	
	}
#nav li {
	font-size:medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #211F5F;
	text-decoration:none;
	width:145px;
	height: 35px;
	margin-left:0px;

	}
#nav a {
	text-align: center;
	display: block;
	/*background: url(images/nav_rest.jpg);*/
	width:145px;
	height: 35px;
	margin-top: 10px;
	margin-left:0px;
	}
#nav a:hover, body#intro #t-intro a {
	color: #991B1E;
	/*background:url(images/nav_over.jpg);*/
	width:145px;
	height: 35px;
	margin-top: 10px;
	margin-left:0px;
	}

/* !!!!!!!!!!!!!!!!!!!!1!!!!!!! CONTENT AREA !!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!1!!!!!!! CONTENT AREA !!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!1!!!!!!! CONTENT AREA !!!!!!!!!!!!!!!!!!!!!!!!!*/

#top_left{
	background-image:url(images/top_left.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}

#top_right{
	background-image:url(images/top_right.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}

#bottom_left{
	background-image:url(images/bottom_left.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}
	
	
#bottom_right{
	background-image:url(images/bottom_right.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}


#verticle_left{
	background-image:url(images/verticle.jpg);
	background-repeat:repeat-y;
	background-position:left;
	color: #FFFFFF;
	}

#horizontal_top{
	background-image:url(images/horizontial.jpg);
	background-repeat:repeat-x;
	background-position: top;
	color: #FFFFFF;
	}
#verticle_right{
	background-image:url(images/verticle.jpg);
	background-repeat:repeat-y;
	background-position:right;
	color: #FFFFFF;
	}

#horizontal_bottom{
	background-image:url(images/horizontial.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #FFFFFF;
	}
	
/*!!!!!!!!!!!!!!!!!!! PULL DOWN MENU !!!!!!!!!!!!!!!!!!!!!!! */
/*!!!!!!!!!!!!!!!!!!! PULL DOWN MENU !!!!!!!!!!!!!!!!!!!!!!! */
/*!!!!!!!!!!!!!!!!!!! PULL DOWN MENU !!!!!!!!!!!!!!!!!!!!!!! */


#csstopmenu, #csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 30px;
	}

#csstopmenu li{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	width:145px;
	height: 35px;
	margin-left:0px;
	}

#csstopmenu a{
	text-align: center;
	vertical-align:middle;
	display: block;
	width:145px;
	height: 35px;
	text-decoration: none;
	}

.mainitems{
	border-left-width: 0;
	margin-left: 50px;
	}

.headerlinks a{
	background: url(images/nav_rest.jpg);
		vertical-align:middle;

	font-weight: normal;
	color: black;
	margin-top: 4px;
	}

.headerlinks a:hover{
	background: url(images/nav_over.jpg);
		vertical-align:middle;

	font-weight: normal;
	color: black;
	}

.submenus{
	display: none;
	position: relative;
	margin-top:0px;
	background-color: #cccb9a;
	background-image:none;
	}

.submenus li{
	background-image:none;
	background-color: #cccb9a;

	}

.submenus li a{
	display: block;
	text-indent: 3px;
	background-image:none;
	margin-top: 0px;
	}
.submenumargin{
	margin-left:50px;
}

html>body .submenus li a{ /* non IE browsers */
	background-image:none;
	}

.submenus li a:hover{
	background-color: #fdfacf;
	background-image:none;
	color: black;


	}

#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
	}

#csstopmenu li:hover ul, li.over ul {
	color: #333;
	width:145px;
	height: 35px;
	margin-top: 0px;
	margin-left:0px;
	display: block;
	}

html>body #clearmenu{ /* non IE browsers */
	height: 3px;
	}
	
	
	
/*!!!!!!!!!!!!!!!!!!!!!!!!!!SPLASH PAGE SPECIFICS !!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!SPLASH PAGE SPECIFICS !!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!SPLASH PAGE SPECIFICS !!!!!!!!!!!*/

/*
#splash table{
	border-width:2px;
	border-color:#000000;
	background-color:#FFFFFF;
	border-style:solid;
	}
*/	
#splash {
	float: left;
	width:600px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #211F5F;
	background-image:url(images/top-nav-space.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-style:normal;
	}
	
	#splash li {
	float: left;
	margin:20px 10px 10px 20px;
	font-size: 10px;
	width: 116px;
	height: 28px;
	color: #FFFFFF;

	}
#splash a {
	float: inherit;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width:116px;
	height: 28px;
	/*background: #211F5F url(images/top-nav.jpg) repeat-x top left;*/
	background: #211F5F url(images/top-nav.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
#splash a:hover, body#intro #splash-intro a{
	color: #CCFFFFF;
	width: 116px;
	height: 28px;
	background: #211F5F url(images/top-nav_over.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;

}
	
/* scrolling box */
#pscroller{
	width:98%;
	height:200px;
	padding:2px;
	float:left;	
	overflow:hidden;
}

#pscroller div {
	border: 1px solid #ccc;
	background-color: #E4E3F1;	/* Light blue background color */
	padding: 2px;
	margin: 10px 2px 0 2px;
	}

#pscroller img {
	border: 1px solid #211f5e;
	padding: 2px;
	margin: 10px 2px 0 2px;
	}
	
#pscroller a:hover {
	color: #991B1E;
}	
	
/*-------------FORMS-----------*/

fieldset{
text-align: left;
width: 90%;
border: 1px dashed #CECBE6;
padding: 5px;
}

legend{
font-weight: bold;
color: #211F5F;
background: #CECBE6;
border: 1px solid #CECBE6;
padding: 5px;
}

#input{
color: #211F5F;
background: #CECBE6;
border: 1px solid #CECBE6;
}

textarea{
color: #211F5F;
background: #6C7465;
border: 1px solid #CECBE6;
}

/*------------SalesJSEffect-----------------*/
.boxoff { padding: 10px; }

.boxon { 
background: #fafaf7; 
border-top: 1px solid #f3f3f1;
border-bottom: 1px solid #f3f3f1;
padding: 10px; }

/*------------Main Page news box--------------*/

.contentslide{
background: #211F5E;
border: 10px;
padding: 8px;
width: 400px;
height: 185px;
}

.contentslide .contentdiv{
display: none;
background: #E4E3F1;
padding: 10px;

}

.pagination{
width: 400px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 10px;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 4px 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}