body {
font-family: Arial;
	background-image:url('hamilton_background6.png');
	background-repeat:repeat-x;
background-attachment: fixed;
}


.header {
	float: center;
}

.head_container {
	width: 1000px;	
	padding:0px;
	margin: auto; 
}

#index_heading{
	font-family: Tahoma, Geneva, Arial;
	font-size: 30px;
	word-spacing:3px;
	color: #292e37;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
    -o-text-overflow: ellipsis;  // for Opera 9 & 10
}

p.block {
width: 300px;
}

html { min-height:100%; }

.container {
	width: 1010px;
	height: auto;
	padding: 0 15px 15px 15px;
	margin: auto; 
	/*background: #fff9ba;*/
	
/*		background: rgb(0, 0, 0); 		*/
	/* RGBa with 0.6 opacity */
		background: rgba(255, 249, 186, 0.6);		
	/* For IE 5.5 - 7*/
/*		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000, endColorstr=#05000000);		*/
	/* For IE 8*/
/*			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000, endColorstr=#05000000)";		*/

	/*background-image:url('tiles_background_grey.png');
	background-repeat:repeat;*/
	
/*		background: -moz-linear-gradient(top, #4c9962 0%, #4c9962 100%);
	background: -webkit-gradient(linear, 0% 0%,0% 100%, from(#8dba99), to(#8dba99));
	background: -webkit-linear-gradient(top, #8dba99 0%,#8dba99 100%);
	background: -o-linear-gradient(top, #8dba99 0%,#8dba99 100%);
	background: -ms-linear-gradient(top, #8dba99 0%,#8dba99 100%);
	background: linear-gradient(top, #8dba99 0%,#8dba99 100%); */
	border-radius: 15px;
	color: black;
}

img {
border: none;
}


.banner {
	float: left;
	margin-left: 200px;
}

#major-rotating-item-a-wrapper {
	float: left;
	width: 470px;
	height: 313px;
}

.major-rotating-item-a {
	display: none;
	position: absolute;
	padding-left: 15px;
	border: none;
}

#major-rotating-item-b-wrapper {
	float: left;
	width: 470px;
	height: 313px;
}

.major-rotating-item-b {
	display: none;
	position: absolute;
	padding-left: 45px;
	border: none;
}

/*begin nav bar */

.nav ul ul {
	display: none;
	z-index:10;
}

	.nav ul li:hover > ul {
		display: block;
	}

	
.nav ul {
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		background: -o-linear-gradient(top, #4f5964 0%,#5f6975 100%);
		background: -ms-linear-gradient(top, #4f5964 0%,#5f6975 100%);
		background: linear-gradient(top, #4f5964 0%,#5f6975 100%);
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0px 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	.nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

.nav ul home {
	float: left;
	width: 116px;
}

.nav ul home:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		background: -o-linear-gradient(top, #4f5964 0%,#5f6975 100%);
		background: -ms-linear-gradient(top, #4f5964 0%,#5f6975 100%);
		background: linear-gradient(top, #4f5964 0%,#5f6975 100%);
	}
		.nav ul home:hover a {
			color: #444;
		}
	
	.nav ul home a {
		display: block; 
		padding: 15px 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	
.nav ul li {
	float: left;
	width: 214px;
}
	.nav ul li:hover {
		background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	}
		.nav ul li:hover a {
			color: #444;
		}
	
	.nav ul li a {
		display: block; 
		padding: 15px 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	
.nav ul ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
}
	.nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		.nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			.nav ul ul li a:hover {
				background: #4b545f;
				color: #fff;
			}

			
.nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

/*end nav bar */



/*news section */

.news_sec {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.9);
/* For IE 5.5 - 7*/
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);*/
/* For IE 8*/
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";*/

/*rounded bground*/
border-radius: 15px;

padding: 12px;

width: 645px;
	height: auto;
}

.calendar_sec {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";

/*rounded bground*/
border-radius: 15px;
padding: 15px;
width: 980px;
height: auto;
}


/*news headline*/
#news_hr {
	background-color: #333333;
	height: 5px;
	border: none;
	margin-top: 0px;
	text-align: center;
}

/* headlines */
#heading {
	font-family: Arial;
	font-size: 28px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#heading a {
	text-decoration: none;
	color: black;
}

#heading:hover a{
	font-family: Arial;
	color: #666666;
}

#thumbnail {
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
}

.function_sec {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";

/*rounded bground*/
border-radius: 15px;
width: 835px;
padding: 12px;
}

.results_sec {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";

/*rounded bground*/
border-radius: 15px;
width: 260px;
padding: 15px;
float: left;
margin: 5px;
}

#article_heading {
	font-family: Arial;
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#article_heading a {
	text-decoration: none;
	color: #303236;
}

#article_heading:hover a{
	font-family: Arial;
	color: #5f6975;
}

#more_heading {
	font-family: Arial;
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 6px;
	text-align: center;
}

#more_heading a {
	text-decoration: none;
	color: #303236;
}

#more_heading:hover a{
	font-family: Arial;
	color: #5f6975;
}

.latest_updates_sec {
	width: 323px;
	float: right;
	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	
	padding: 0px;
	/*
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	*/
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";

	/*rounded bground*/
	border-radius: 15px;

	height: auto;
}

.latest_updates_sec hr{
width: 294px;
padding-left: 10px;
padding-top: 0px;
margin-top: 0px;
}

.latest_updates_sec h1 {
padding-top: 12px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
}

.latest_updates_sec p {
	padding: 10px;
}


.latest_updates_sec h2 {
	padding: 10px;
	text-align: center;
}

.latest_updates_sec h3 {
	padding-left: 10px;
}

.latest_updates_sec h4{
padding-top: 0px;
text-align: left;
font-size: 24px;
}

#calendar_heading {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading a {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
}

#calendar_heading_RED {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading_RED a {
	background: rgb(255, 255, 255);
	background: rgba(255, 0, 0, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
	border: 1px solid rgba(255, 0, 0, 0.4);
	font-weight: normal;
}

#calendar_heading_ORANGE {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading_ORANGE a {
	background: rgb(255, 100, 100);
	background: rgba(255, 162, 0, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
	border: 1px solid rgba(255, 162, 0, 0.4);
	font-weight: normal;
}

#calendar_heading_YELLOW {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading_YELLOW a {
	background: rgb(255, 255, 255);
	background: rgba(229, 232, 0, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
	border: 1px solid rgba(229, 232, 0, 0.4);
	font-weight: normal;
}

#calendar_heading_GREEN {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading_GREEN a {
	background: rgb(255, 255, 255);
	background: rgba(0, 255, 0, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
	border: rgba(0, 255, 0, 0.4);
	font-weight: normal;
}

#calendar_heading_BLUE {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading_BLUE a {
	background: rgb(255, 255, 255);
	background: rgba(0, 138, 255, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
	border: 1px solid rgba(0, 138, 255, 0.4);
	font-weight: normal;
}

#calendar_heading_PURPLE {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading_PURPLE a {
	background: rgb(144, 0, 255);
	background: rgba(144, 0, 255, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
	border: 1px solid rgba(144, 0, 255, 0.4);
	font-weight: normal;
}

#calendar_heading_BROWN {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

#calendar_heading_BROWN a {
	background: rgb(255, 255, 255);
	background: rgba(171, 111, 1, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11FFFFFF, endColorstr=#11FFFFFF)";
	border-radius: 15px;
	height: auto;
	padding: 1px;
	text-decoration: none;
	color: #303236;
	border: 1px solid rgba(171, 111, 1, 0.4);
	font-weight: normal;
}

#calendar_heading:hover a{
	font-family: Arial;
	color: #5f6975;
}

#calendar {
		width: 960px;
		margin: 0 auto;
		}
#footer_heading 
{	
	font-family: Arial;	font-size: 18px;	
	margin-bottom: 0px;	margin-top: 0px;	
	text-align: center;
}

#footer_heading a 
{	
	text-decoration: none;	
	color: #303236;
}

#footer_heading:hover a
{	
	font-family: Arial;	
	color: #5f6975;
}