@import url("/csslayout1/type.css");
@import url("/csslayout1/squareHomePage.css");
@import url("/csslayout1/squaresPage.css");
@import url("/csslayout1/navigation.css");
@import url("/csslayout1/nav.css");
@import url("/csslayout1/adminStyle.css");




/* CSS Document */
* {	
	padding:				0;
	margin:					0;
}

body {
	margin-left:			0px;
	margin-top:				0px;
	margin-right:			0px;
	margin-bottom:			0px;
	background-image:		url(/images/background.jpg);
	background-repeat:		repeat-y;
	background-position:	center;
	background-color:		#E8EBE4;
}

#wrapper { 
	margin:					0 auto;
	width:					921px;
}

#header {
 	width:					921px;
 	padding:				0px;
 	height:					222px;
 	margin:					0px;
 	background:				#FFFFFF;
}

* html #header  {
	padding-left:			24px;
 	width:					921px;
	background-image:		url(/images/background.jpg);
	background-repeat:		repeat-y;
	background-position:	center;
	background-color:		#E8EBE4;
	
} /* IE Min-Height Hack */

#topImage {
	
	width:					500px;
    margin:					0px;
	margin-bottom:			0px;
	margin-left:			0px;
}
*html #topImage{
	width:500px;
	margin-right:25px;
}

#logoArea {
	margin-top:				140px;
	float:					left;
	width:					400px;
	text-align:				left;
	display:				block;
}

#navigation {
	width: 921px;
	padding: 0;
	margin: 0;
	height:22px;
	/*background-image: url(/images/navBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #565383;
	display: block;
}

* html #navigation {
	margin-left:	24px;
}/*IE Min-Height Hack */

#navigation ul {
	padding:0px;
	list-style-type: none;
	position:relative;
	height:15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}


#navigation li {
	float: left;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #436C2A;
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right:20px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#navigation .highlight{
	background-image: url(/images/tab.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	width:134px;
	height:33px;
	margin-top: 15px;
	text-align: center;
}
#content {
	width: 100%;
	padding: 0px;
	height: 350px;
	margin:0px;
	position:relative;
}

#leftcolumn {
	height:					250px;
	width:					55%;
	float:					left;
	position:				relative;
	margin:					00px;
	padding-top:			10px;
	padding-right:			10px;
	padding-bottom:			10px;
	padding-left:			10px;
}

.horizontalList {
	padding-top:			00px;
	padding-left:			25px;
	padding-bottom:			20px;
	float:					left;
}

.horizontalList li{
	float:					left;
	text-align:				left;
	margin:					0px;
}

.divider {
	height:					125px;
	width:					01px;
	border-right-width:		01px;
	border-right-style:		solid;
	border-right-color:		#999999;
}

#rightcolumn {
	float:					right;
	height:					250px;
	width:					40%;
	display:				inline;
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			0px;
	position:				relative;
	padding-right:			10px;
	padding-bottom:			10px;
	padding-left:			10px;
	display:				block;
	overflow:				auto;
}

#rightcolumn2 {
	float:					none;
	height:					250px;
	width:					80%;
	display:				inline;
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			0px;
	position:				relative;
	padding-right:			10px;
	padding-bottom:			10px;
	padding-left:			10px;
	display:				block;
	overflow:				auto;
}

#footer {
	width: 90%;
	clear:both;
	padding: 25px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: center;
	display: block;
	height:auto;
}



.spass {
	padding: 1px;
}

.listArea {
	line-height: 22px;
	text-indent: 3px;
	padding: 20px;
	border: 2px solid #B1B1B1;
}

#bannerBorder {
	padding: 5px;
	height: 100%;
	width: 230px;
	border: 5px solid #999999;
}

#calender {
	width:44px;
}

/* Outer div */
/* Outer div */

div.datetime {
	border:1px solid #000;
	width:4.5em;
	float:left;
	margin:12px 2px 2px 12px;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(/images/corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.datetime p {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:x-small;
	
}
div.datetime .top {
	color:#fefefe;
	background-color:#2f4765;
	height: 25px;
}
div.datetime .top p {
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	font-size: 10px;
	line-height: 100%;
	font-weight: bold;
	background:url(/images/caltop.gif) no-repeat 50% 0;
	margin:-0px auto 0 auto; /* negative top margin, auto for centering */	
	padding-top:11px; 
}

/* day of the month (NUMBER) */

div.datetime p.day {
	font:bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	letter-spacing:0.13em;
}

/* month */

div.datetime p.mon {
	font:x-small/135% Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing:normal;
	text-transform:uppercase;
}

/* year */

div.datetime p.yr {
	font:x-small/110% Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing:0.05em;
	div.datetime .btm {
	color:#365174;
	background:transparent;
	border-left:1px solid #a1c6ac;
	margin:0 10px 5px 0;
	padding:0 0 1px 0;
}