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

/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0;}


/* remove list styles*/
ol, ul, dl
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse; }

/*removes border from feildset and img*/
feildset, img
{border:0; }


hr{
	color:#007dc3;
	}
/*--page layout styles--*/
body{
	background-image:url(../images/arch/backFade.jpg);
	background-repeat:repeat-x;
	background-color:#2d94ce;
	}
#wrap{
	padding-left:111px;
	background-image:url(../images/arch/brandLeft.jpg);
	background-repeat:no-repeat;
	}	
#branding{
	background-image:url(../images/arch/Header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:166px;
	}	
#address{
	text-align:right;
	margin-left:520px;
	width:280px;
	padding-top:20px;
	}
#navtop{
	text-align:right;
	margin-left:525px;
	width:280px;
	padding-top:10px;
	}
ul#topnav li{
	display:inline;
	}
#containerVisualCalendar1{
	padding-bottom:500px;
}
/*Navigation*/	

#nav{
	width:800px;
	height:38px;
	margin:0px;
	background-color:#004611;
	padding-top:3px;
	
	}
#navInner{
	height:35px;
	
}
#navInner td{
	background-image:url(../images/arch/navBtnUp.gif);
	background-repeat:no-repeat;
	height:35px;
	width:129px;
	
}

#navInner td:hover{
	background-image:url(../images/arch/navBtnOver.gif);
	background-repeat:no-repeat;
}
#Main{
	background-color:#fff;
	width:796px;
	border:solid 2px #004611;
	background-image:url(../images/arch/mainBack.gif);
	background-position:262px 231px;
	background-repeat:no-repeat; 
	}	
#SideLeftBox{
	width:133px;
	background-image:url(../images/arch/SideLeftBack.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
	
	}
ul#subNavLeft{
	list-style:none;
	margin:2px;
	padding:2px;
	}	
ul#subNavLeft li{
	border-bottom:dotted 3px #fff;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	}
#content{
	
	margin-left:145px;
	margin-right:220px;
	margin-top:30px;
	padding-bottom:10px;
	}

img{
	border:1px solid #004611;
	margin-top:5px;
}
#footer{
	background-image:url(../images/arch/footerRight.png);
	background-repeat:no-repeat;
	background-position:910px;
	}	
#footerLeft{
	width:111px;
	height:194px;
	float:left;
	background-image:url(../images/arch/footerLeft.png);
	background-repeat:no-repeat;
	}
#footerCenter{
	width:799px;
	height:194px;
	background-color:#5e1704;
	margin-left:111px;
	background-image:url(../images/arch/footerCenter.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
#footerInfo{
	text-align:left;
	padding-left:180px;
	padding-right:100px;
	padding-top:65px;
}
/*Side Bar*/

#sidebar_right{
	float:right;
	width:180px;
	margin-right:10px;
	margin-top:71px;
	background-image:url(../images/arch/rightTile.png);
	background-repeat:repeat;
	background-position:top;
	padding:10px;
	}
	
ul#partners{
	margin:0px;
	padding:5px;
}

ul#partners li{
	padding-bottom:5px;
}
ul#jump{
	margin:0px;
	padding:5px;
}
ul#jump li{
	padding-bottom:5px;
}
	
/*back to top*/
#back2top{
	width:100%;
	height:41px;
	background-image:url(../images/arch/back2-top.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
	padding:10px 0px;
}


ul#bottomNav {
	padding:5px 0px;
}
ul#bottomContact{
	padding:5px 0px;
}
ul#copy {
	padding:5px 0px;
}
ul#bottomNav li{
	display:inline;
}
ul#bottomContact li{
	display:inline;
}
ul#copy li{
	display:inline;
}
	
/*Classes*/

.floatLeft{
	float:left;
	margin:6px;
}
.pdf{
	background-image:url(../images/PDF.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	height:18px;
}
.padding{
	margin:4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.xls{
	background-image:url(../images/xls.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	height:18px;
}
.ppt{
	background-image:url(../images/ppt.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	height:18px;
}

img.noborder {
 border: none !important;
}