@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../OLD/background-grey.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}


.twoColElsRtHdr #container {
	width: 939px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
} 
.twoColElsRtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsRtHdr #mainContent {
	height: auto;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: table;
	padding: 0px;
	margin-top: 5px;
	position: relative;
} 
.twoColElsRtHdr #footer {
	background-color: #071039;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* Containers */

#home-body {
	display: table;
	position: relative;
	height: auto;
	width: 700px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	padding-right: 5px;
	float: left;
}
#left-col-home {
	display: table;
	position: relative;
	height: auto;
	width: 700px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	float: left;
	padding-right: 5px;
}
#left-col-1 {
	display: inline;
	position: relative;
	height: 124px;
	width: 405px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
	float: left;
	padding-right: 5px;
	background-color: #AE9D71;
	margin-bottom: 5px;
}
#left-col-2 {
	display: table;
	position: relative;
	height: 125px;
	width: 265px;
	padding-top: 5px;
	padding-left: 5px;
	float: right;
	padding-right: 5px;
	background-color: #AE9D71;
	margin-bottom: 5px;
}
#left-col {
	display: table;
	position: relative;
	height: auto;
	width: 650px;
	padding-top: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	float: left;
	padding-right: 5px;
}

#center-col {
	display: table;
	position: relative;
	height: auto;
	width: 230px;
	padding-top: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	padding-right: 5px;
	float: left;
}
#photo-gallery {
	display: table;
	height: auto;
	width: 550px;
	padding-top: 0px;
	padding-left: 8px;
	margin-right: 30px;
	padding-right: 5px;
	margin-left: 30px;
	float: left;
}
#right-col {
	display: table;
	position: relative;
	height: auto;
	width: 250px;
	padding-top: 5px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	padding-right: 10px;
	margin-left: 0px;
	float: right;
	background-image: url(../images/home/right-background.jpg);
	background-repeat: no-repeat;
}

#right-col-home {
	display: table;
	position: relative;
	height: auto;
	width: 215px;
	padding-top: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	padding-right: 5px;
	margin-bottom: 5px;
	background-image: url(../images/home/right-background.jpg);
	background-repeat: no-repeat;
}
#left-photo {
	display: table;
	position: relative;
	height: auto;
	width: 255px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	float: left;
	padding-right: 5px;
}
#left-photo-home {
	display: table;
	position: relative;
	height: auto;
	width: 150px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	float: left;
	padding-right: 5px;
}

/* TITLES */
.generic-titles-home-left {
	display: block;
	height: auto;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.generic-titles-home-left2 {
	display: block;
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #060D37;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.generic-titles-home-left3 {
	display: block;
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #060D37;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.generic-titles-home-left4 {
	display: block;
	height: auto;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #060D37;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.generic-titles-home-left5 {
	display: block;
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #060D37;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#generic-titles-home-colleft {
	display: inline;
	height: 20px;
	width: 405px;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #060D37;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#generic-titles-home-right1 {
	display: table;
	height: 20px;
	width: 270px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	background-color: #060D37;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#generic-titles-home-right {
	display: block;
	height: 20px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #060D37;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#generic-titles-right {
	display: block;
	height: 20px;
	width: 263px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #060D37;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
}

/* FONT STYLES */
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	display: table;
}
.content-center {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	display: table;
}
.content-footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
.content-left {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	display: table;
}
.content-right2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	display: table;
}
.read-more {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: right;
	display: block;
	float: right;
}

/* links */		
a:link {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
a:visited {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

#footer a:link {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:visited {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}

/* Bullets */	
.common1 ul
{
	list-style-type:none;
	padding: 0px;
	text-indent: 0px;
	margin-left: 0px;
}
.common1 li{
	padding-left: 15px;
	padding-bottom: 3px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 2px;
	display: table;
	background-image: url(../images/site/red-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}











/*in the news styles */

.video-list{
	height:80px;
	overflow-y:auto;
	overflow-x:hidden;
}

.video-list div{
	background:url("../images/video/icn_file.png") no-repeat left;
	padding-left:20px;
	height:auto;
	
}
.video-list a{
	color:black !important;
}
.video-list a:hover{
	color:#090D37 !important;
}


