/* CSS Document */
/*------------------------------------------------- intro ---------------------------------------------------------------*/



html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
  }


html, body {
	height:100%;
	width: 100%;
	max-width:100%;
}



body {
	text-align: left;
	font-family: "Trebuchet MS",verdana,arial,tahoma,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-x-position: center;
	background-y-position: top;
	width:auto;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
	
}

/*------------------------------------------------- /intro ---------------------------------------------------------------*/
.all {
	height:auto;
	width:900px;	
	margin-top: 10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
		
	}
	
	
	
/*------------------------------------------------- header ---------------------------------------------------------------*/

.header{
	width: 900px;
	height: 73px;
	background-color: #ffffff;
	}

	
.logo {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 10pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	}

a.logo:link, a.logo:visited, a.logo:active {
 	color: #fff;
 	background: inherit;
 	padding : 0;
 	margin : 0;
	border: none;
 	}
 
 
 
 a.logo:hover {
 	color: #fff;
 	background : inherit;
 	}
	
/*------------------------------------------------ /header ---------------------------------------------------------------*/


	
/*------------------------------------------------- content ---------------------------------------------------------------*/
	
.content-box{
	margin-bottom:0px;
	width:100%;
	}
	
.head-menu {
	height: 80px;
	width:100%;
	border-bottom: #000000 1px solid;
	margin-bottom:0px;
	padding: 10px 0px 0px 10px;
	}
	
.head-menu-text {
	margin-left:0px;
	float:left;
	}
		
.image-float-left {
	float:left;
	}
	
.image-float-right {
	float:right;
	}

.left-col {
	background-color: #ffffff;
	width: 150px;
	vertical-align: top;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-right: #000000 1px solid;
	padding-left:5px;
	}	
 
.pushbutton a:hover {
	position: relative; top: 1px; left: 1px;
	}
 
.center {
	width: 745x;
	padding: 5px 5px 0px 10px;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	}
	
h1,h2,h3,h4,h5,h6,h7,h8{
	font-size: 18px;
	font-family: "Trebuchet MS",verdana,arial,tahoma,sans-serif;
	color: #000000;
	padding-bottom: 10px;
	padding-top:10px;
	}


	
p {
	padding: 10px 10px 0px 0px;
	font-family:"Trebuchet MS",verdana,arial,tahoma,sans-serif;
	font-size:12px;
	margin-bottom:10px;
	}

p a:link, p a:visited {
	color:#000000;
	}	
	
p a:hover, p a:active {
	color:#69696b;
	}
	
table tr td a{
	font-family:"Trebuchet MS",verdana,arial,tahoma,sans-serif;
	font-size:12px;
	}
	
table tr td ul li a{
	text-decoration:none;
	}

table tr td a:link, table tr td a:visited {
	color:#000000;
	}	
	
table tr td a:hover, table tr td a:active {
	color:#69696b;
	}

.sfnt-table{
	border-width: thin;
	border-color: #dce0fb;
	border-style: groove;
	}

.sfnt-table tr td table tr td{
	border-width: thin;
	border-color: #dce0fb;
	border-style: groove;
	}
	
.holiday-table{
	border-width: thin;
	border-color: #dce0fb;
	border-style: groove;
	}
	
.holiday-table tr td{
	border-width: thin;
	border-color: #dce0fb;
	border-style: groove;
	}

.cont-bottom {
	clear: both;
	background: url(none) no-repeat right top;
	}
	
/*------------------------------------------------- /content ---------------------------------------------------------------*/


/*------------------------------------------------- footer ---------------------------------------------------------------*/


.footer{
	width: 900px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color:#dce0fb;
	border-top: #000000 1px solid;
	}
	
.footer a:link, a:visited {
	color:#000000;
	}	
	
.footer a:hover, a:active {
	color:#69696b;
	}
	

/*------------------------------------------------- new sidebar menu 20110211 ---------------------------------------------------------------*/

.side-nav{
	display: block;
	height: auto;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	vertical-align:middle;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	border-color: #DBD2C3;
	border-style: solid;
	border-width: 0px;
}

.side-nav ul li {
	background: url(/images/left-nav-arrow-1.gif) top center no-repeat; 
	margin:0px; 
	border-bottom:1px solid #ffffff; 
	padding:2px 0px 0px 15px!important;
	list-style:none;
	height:23px;
	vertical-align:middle;
}


.side-nav ul li.top{
 	margin:0px 0px !important;
	border-bottom:2px solid #ffffff; 
	display:block; 
    background: url(/images/bg-main-navigation.gif) top center no-repeat;
    height:23px;
	vertical-align:middle !important;
}

	
.top a, .top a:link, .top a:visited, .top a:active{
	color:#FFF;
}

.top a:hover{
	color:#F00;
}


