@charset "utf-8";
a {
  outline: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:focus {
	color: #CC3300;
	text-decoration: none;
	
}
a:active {
	color: #CC3300;
	text-decoration: none;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}




img {
  border-style: none;
}

.logo {
	float: left;
	height: 64px;
	width: 250px;
	background: no-repeat left top;
}
.menu {
	float: right;
	width: 760px;
	margin: 0px;
	
	padding: 15px 0px 0px;	
	
}
.page {
	width: 250px;
	float: none;
	top: 105px;
	right: 15px;
	text-align: right;
	
}


body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
	height: 75px;
}
.oneColFixCtrHdr #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 */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	text-align:left;
	font-size:10px;
	background:#000000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #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 */
	background: #000000;
}

.hl {
	font: bold 11px Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
}
	
nextpage {
	padding: 0 0px;
	width: 100%;
	position: static;
	top: 60px;
	float: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: thin solid #333333;
	float: left;
	width: 100%;
	font-size: 11px;
	clear: both;
	
}
.logobkg {
	background: url(/Images/con_logo.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 450px;
}
.contxt {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.first {
	width: 100px;
	float: right;
}
.styles {
	width: 100%;
	float: none;
	height: 35px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.msg {
	width: 100%;
	float: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC9933;
	text-align: center;
	height: 30px;
	
	}


.leftcol {
	float: left;
	width: 155px;
	background: #000000;
	height: 800px;
	text-decoration: none;
	text-indent: 4px;
		}
	
.rightcol {
	float: left;
	background: #000000;
	width: 840px;
	color: #FFFFFF;
	height: 800px;
}
 
#rightcol a:hover img {
	outline: 2px solid #cccccc;
}



.wrapper {
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	
}
ul.navigation,
ul.navigation ul {
	margin: 0;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-style: none;
	line-height: 1.5em;

}
ul.navigation li {
	display: block;
	list-style-type: none;
	text-decoration: none;
	width: auto;
	text-align: left;
	text-indent: 15px;	
}		

	
#leftcol a:link {
	color: #999999;
	text-decoration: none;
}
#leftcol a:visited {
	color: #999999;
	text-decoration: none;
}
#leftcol a:hover {
	color: #CC3300;
	text-decoration: none;
}
#leftcol a:focus {
	color: #CC3300;
	text-decoration: none;
}
#leftcol a:active {
	color: #CC3300;
	text-decoration: none;
}
.lowbar {
	width: 100%;
	float: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 30px;
	clear: both;
	background: #000000;
}
.mblock {
	height: 635px;
	padding: 10px;
}
.map {
	float: left;
	width: 525px;
	height: 525px;
	padding: 2px;
}
.mform {
	float: right;
	width: 475px;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 520px;
	
	
}

label
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border: thin none #666666;
}
	
.submit input
{
	margin-left: 4.5em;
} 
.refine {
	float: right;
	width: 100%;
	font: normal 11px Arial, Helvetica, sans-serif;
	height: auto;
	clear: both;
	background: #333333 url(/Images/gr_bkg.png);
}
.table {
	table-layout: fixed;
	width: 1020px;
	border-collapse:collapse
	word-wrap:break-word;
	overflow:hidden;
	background: #666666;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
.td
 {
 	overflow: hidden;
	text-align: left;
	border: thin solid #999999;
	
}
/* eliminate page shift */ 
html { 
min-height: 100%; 
margin-bottom: 1px; 
/* For Firefox 3.5 or later */ 
overflow: -moz-scrollbars-vertical important; 
overflow-y: scroll; 
} 



/* eliminate page shift */ 
html { 
min-height: 100%; 
margin-bottom: 1px; 
overflow-y: scroll; 
} 
.ctrtxt {
	text-align: center;
	clear: both;
}
.oneColFixCtrHdr #movieContent {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: thin solid #333333;
	width: 100%;
	font-size: 11px;
	clear: both;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: none;
	font-size: 11px;
	clear: both;
	width: 1020px;
	background: url(../Images/bkg_evt.jpg) no-repeat;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-decoration: none;
}
.bkgcolor {
	float: right;
	width: 800px;
	clear: both;
}

.l_left {
	float: left;
	background: url(../Images/drawing.jpg) no-repeat left top;
	text-decoration: none;
	width: 1000px;
	height: 400px;
	clear: both;
	
		
}
.r_right {
	float: right;
	background: url(../Images/drawing_txt.gif) no-repeat right top;
	color: #FFFFFF;
	height: 400px;
	width: 400px;
}
.rtable {
	table-layout: fixed;
	width: 100%;
	border-collapse:collapse
	word-wrap:break-word;
	overflow:hidden;
	background: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
}

#lnav  ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#lnav  ul li { display: inline; }

#lnav  ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #CCCCCC;
	font-weight: bold;
}

#lnav  ul li a:hover
{
	color: #ffffff;
	font-weight: bold;
}
#lnav  ul li a:focus
{
	color: #ffffff;
	font-weight: bold;
}
.imgtable {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	width: 800px;
}

