@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(images/mainBg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: normal;
	background-color: #FFFFFF;
	background-position: center 15mm;
}
.newsEvents {
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}


.oneColFixCtr #container {
	width: 1024px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	overflow: hidden;
}
.oneColFixCtr #container #topMenu {
	background-color: #FFFFFF;
	width: 1024px;
	position: relative;
	height: 57px;
	background-image: url(images/topMenuLogoBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}
.oneColFixCtr #container #mainMenu {
	position: relative;
	width: 1020px;
	background-image: url(images/mainMenuBg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 113.33%;
	overflow: hidden;
	padding-left: 2px;
	clip: rect(auto,auto,auto,0px);
	color: #FFFFFF;
	height: 40px;
}
.oneColFixCtr #container #mainMenu table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtr #container #topMenu table {
}


.oneColFixCtr #container #movieContent {
	background-color: #000000;
	position: relative;
	height: 230px;
	background-image: url(images/movieBg.gif);
	clip: rect(auto,auto,auto,auto);
	background-repeat: no-repeat;
	overflow: auto;
	text-align: center;
}
.oneColFixCtr #container #mainContent {
	width: 755px;
	overflow: visible;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	left: 135px;
}

.oneColFixCtr #container #topMenu table {
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


.oneColFixCtr #container #portfolio {
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
	z-index: 100;
}

.oneColFixCtr #container #newsEvents {
	position: relative;
	height: 138px;
	background-image: url(images/newsEventsBg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtr #container #newsEvents #news {
	position: relative;
	height: 100px;
	width: 300px;
	float: left;
	margin-left: 160px;
	margin-top: 8px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container #newsEvents #news a:hover {
	background-color: #a6a6a6;
}
.oneColFixCtr #container #newsEvents #news a:link {
	color: #540f0f;
}
.oneColFixCtr #container #newsEvents #news a:visited {
	color: #5d0b0c;
	text-decoration: underline;
}
.oneColFixCtr #container #newsEvents #news a:active {
	color: #5d0b0c;
}
.oneColFixCtr #container #newsEvents #events {
	position: relative;
	height: 100px;
	width: 300px;
	float: right;
	margin-right: 162px;
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtr #footer {
	height: 24px;
	background-image: url(images/footerBg.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

#search_result {
	width: 760px;
	padding-left: 140px;
}
.oneColFixCtr #container #newsEvents #events a:active {
	color: #5d0b0c;
}
.oneColFixCtr #container #newsEvents #events a:visited {
	color: #5d0b0c;
	text-decoration: underline;
}
.oneColFixCtr #container #newsEvents #events a:link {
	color: #540f0f;
}
.oneColFixCtr #container #newsEvents #events a:hover {
	background-color: #a6a6a6;
}

