@charset "utf-8";
/* CSS Document */

body{
	margin:10px auto;
	width:950px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a414d;
	line-height:18px;
	text-align:justify
}
#container{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	width:942px;
	padding:0px 4px;
}
#left-panel{
	width:517px;
	float:left;
	padding-left:17px;
}
#left-split-panel{
	width:400px;
	float:left;
	padding-left:17px;
	padding-top:17px;
}
#left-large-panel{
	width:441px;
	float:left;
	padding-left:17px;
}
#left-xlarge-panel{
	width:800;
	float:center;
}
#left-mid-bg{
	background-image: url(../images/left-mid-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:8px 20px;
	width:477px;
}
#clear-mid-bg{
	background-image: url(../images/clear-mid-bg.jpg);
	background-position: left bottom;
	padding:8px 20px;
	width:477px;
}
#right-panel{
	float:right;
	width:365px;
	padding-right:17px;
	line-height:17px;
}
#right-split-panel{
	width:420px;
	float:right;
	padding-left:17px;
	padding-right:17px;
}
#right-small-panel{
	float:right;
	width:165px;
	padding-right:17px;
	line-height:17px;
}
#left-calender-panel{
	float:left;
	width:300px;
	height:60px;
	padding-left:7px;
	line-height:17px;
}
#right-calender-panel{
	float:right;
	width:100px;
	height:60px;
	padding-right:7px;
	line-height:17px;
}


p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
.blue-text{
	color:#0072bc
}
.blue-mid-text{
	font-size:15px;
	color:#0054a6;
	font-weight:bold
}
.green-mid-text{
	font-size:15px;
	color:#539129;
	font-weight:bold
}
.gray-small-text{
	color:#626262;
	font-size:11px;
	padding-top:5px;
	text-align:center
}





/*----------------------------------------- | Top Tab Menu |-------------------------------------*/
#slidetabsmenu {
float:left;
width:100%;
font-size:14px;
line-height:normal;
padding-top:78px;
}

* html #slidetabsmenu{ 
/*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 25px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;


}

#slidetabsmenu a {
margin-left:4px;
float:left;
background:url(../images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 12px;
text-decoration:none;
margin-right:4px;
cursor:pointer;

}

#slidetabsmenu a span {
float:left;
display:block;
background:url(../images/tab-right.gif) no-repeat right top;
padding:8px 15px 6px 8px;
font-weight:bold;
color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {


}

#slidetabsmenu #current a {
background-position:0 -125px;
margin-left:4px;
float:left;
background:url(../images/tab-left-r.gif) no-repeat left top;
margin:0;
padding:0 0 0 12px;
text-decoration:none;
margin-right:4px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
float:left;
display:block;
background:url(../images/tab-right-r.gif) no-repeat right top;
padding:8px 15px 6px 8px;
font-weight:bold;
color:#FFFFFF;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
margin-left:4px;
float:left;
background:url(../images/tab-left-r.gif) no-repeat left top;
margin:0;
padding:0 0 0 12px;
text-decoration:none;
margin-right:4px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
float:left;
display:block;
background:url(../images/tab-right-r.gif) no-repeat right top;
padding:8px 15px 6px 8px;
font-weight:bold;
color:#FFFFFF;
}

.img-border{
	border:4px solid #569213
}
/*----------------------------------------- | Top Tab end |-------------------------------------*/