/*+++++++++++++++++++++++++Main Navigation++++++++++++++++++++++++*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0;
	margin:0;
}
#header{
	margin:0;
	background:url("images/header_bg.gif") repeat-x top left;
	height:55px;
}
#header h1{
	background:url("images/logo.gif") no-repeat left;
	width:251px;
	height:47px;
	margin:0;
}
#header h1 span{
	display:none;
}
#header ul {
    margin:0;
    padding:0px;
    list-style:none;
}
#header li {
    float:left;
    margin:0;
    padding:0;
}
#header a {
	display:block;
	float:left;
	background:url("images/tab_right.gif") no-repeat right top #435A9B;
	padding:5px 0px  7px 0px;
	color:#DEE5F8;
	text-decoration: none;
	margin:0;
	font-weight:bold;
}
#header a span {
	background:url("images/tab_left.gif") no-repeat left top;
	padding:5px 20px  10px 20px;
}
#header a:hover{
	  background-color:#fff;
	  border-top: 2px solid #4369CC;
	  background-repeat:no-repeat;
	  color:#fff;
	  margin-bottom:-2px;
}
#nav_right a{
	background:url("images/tab_right_end.gif") no-repeat right top #435A9B;
	padding:5px 35px  7px 0px;
}
#nav_right a:hover{
	background:url("images/tab_right_over_end.gif") no-repeat right top #fff;
}
#current{
	background:url("images/tab_right.gif") no-repeat right top;
	display:block;
	color: #FBB53C;
	font-weight:bold;
	padding:5px 0px 7px 0px;
}
#current span {
	background:url("images/tab_left.gif") no-repeat left top;
	padding:5px 20px  10px 20px;
	display:block;
	float:left;
}
/*+++++++++++++++++++++++++++++ BOXES +++++++++++++++++++++++++++*/
#banner{
	clear:both;
	margin-left:20px;
	margin-top:40px;
	/*width: 765px;*/
	height: 119px;
	background:url("images/banner_bg.jpg") no-repeat left top;
	color:#fff;
	padding-top:30px;
	padding-left:40px;
	font : bold medium Arial, Helvetica, sans-serif;
}
.box{
	margin: -5px 5px 4px 0px;
	border:3px solid #C4CBDB;
	position:relative;
}
.box h2{
	color:#733900;
	font-size:medium;
	/*font-weight:normal;*/
	border-bottom:2px solid #FBB53C;
	margin-top:0;
	padding:10px;
	background:url("images/box_bg_header.gif") left top;
	font-family : Arial, Helvetica, sans-serif;
}
.box h2 span{
	background:url("images/bullet_solid.gif") no-repeat left center;
	padding-left:12px;
	padding-bottom:2px;
}
.box p{
	padding:2px 10px;
	font-size:x-small;
}
.dropShadow{
	margin:0 25px;
	background:url("images/dropShadow.gif") no-repeat right bottom;
	padding-bottom:1px;
}
/*Change height here when you add text in the home page*/
.smallBox{
	/* if you need change the height of the small boxes in the home just uncomment this and change the height value
	
	height:350px;
	*/
}
.smallShadow{
	width:176px;
	float:left;
	margin:14px 18px 0 0;

}
.imageBox{
	border:3px solid #C4CBDB;
	margin:0 10px;
}
#container{
	padding-left:23px;
}
#textHome{
	clear:both;
	margin:-5px 14px 14px 0px;
	width: 758px;
}
/*++++++++++++++++++++++++ TEMPLATE +++++++++++++++++++++++++++++*/
.template{
	padding-top:0px;
	margin-left:220px;
	margin-right:30px;
}
.innerNav{
	margin-top:0px;
	padding-top:40px;
	clear:both;
}
.innerNav ul{
	float:left;
	margin-top:0px;
	display:block;
	position:absolute;
	left:0px;
	padding-right:15px;
	border-right:1px dashed #999;
	width:150px;
}
.innerNav ul li{
	border-bottom:1px solid #999;
	list-style-type: none;
	font : bold small Arial, Helvetica, sans-serif;
}
.innerNav a{
	text-decoration:none;
	background:url(images/bullet_solid_pad.gif) no-repeat center left;
	padding:5px;
	padding-left:20px;
	color:#315CC4;
	display:block;
	/*float:left;*/
}
#selected{
	padding:5px;
	padding-left:20px;
	background:url(images/bullet_solid_blue_pad.gif) no-repeat center left #E2E9FF;
}
.innerNav a:hover{
	background:url(images/bullet_solid_blue_pad.gif) no-repeat center left #E2E9FF;
	color:#000;
}

/*++++++++++++++++++++++++ FOTER +++++++++++++++++++++++++++++*/
#footer{
	clear:both;
	bottom:0px;
	font-size:x-small;
	padding-left:26px;
	margin-top:0;
}
#footer a{
	color:#666;
	text-decoration:none;
}
.footer{
	clear:both;
	bottom:0px;
	font-size:x-small;
	padding-left:26px;
	margin-top:0;
	margin-left:200px;
}
.footer a{
	color:#666;
	text-decoration:none;
}