@charset "UTF-8";
body {
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto; /* 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-color: #e4dcd5;
	width: 1024px;
/*	background-image: url(../images/ROC-bg.jpg);
	background-repeat: repeat;*/
}
h2 {
	font-size: 1.5em;
	color: #0c4c4b;
	font-style:italic;
	padding-top: 8px;
}
hr {
	color: #faebd4;
	width: 90%;
}

.oneColFixCtrHdr #container {
	width: 1024px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/BG-Texture.jpg);
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #top-line {
	width: 1024px;
	height: 16px;
	background-image: url(../images/Top-Line.jpg);
	padding: 0px 0px 0px 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. */
}
.oneColFixCtrHdr #header {
	width: 1024px;;
	height: 510px;
	background: #DDDDDD; 
	padding: 0px 0px 0px 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. */
}
.oneColFixCtrHdr #innerheader {
	width: 1024px;;
	height: 480px;
	background: #DDDDDD; 
	padding: 0px 0px 0px 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. */
}
.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 */
}
.oneColFixCtrHdr #GreenLine {
	height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/Green-Line.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #Top-Header {
	height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/ROC-Home_01.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #top-sun {
	height: 50px;
	width: 137;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
	float: left;
	z-index: 1000;
}
.oneColFixCtrHdr #Menu {
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/ROC-Home_02.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
/*.SelectedMenu {
	height: 50px;
	padding: 20px 0px 0px 0px;*/
	/*background-image: url(../images/ROC-Home_02.jpg);
	background-repeat: no-repeat;*/
/*	background-color: #a76010;
	font-family:Arial, Verdana;
	font-size: 10pt;
	color: white;
	text-align:center;
	vertical-align: top;
	font-weight: bold;
}*/
.oneColFixCtrHdr #Image {
	height: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/ROC-Home_03.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px;
	text-align: left;
	height: 770px;
/*	height: auto;*/
/*	background-image: url(../images/BG-Texture.jpg);
	background-repeat: repeat-y;*/
}
.oneColFixCtrHdr #innerContent {
	padding: 20px 20px;
	text-align: left;
	/*height: auto;*/
	background-color: #faf2e6;
	font-size: .85em;
/*	background-image: url(../images/BG-Texture.jpg);
	background-repeat: repeat-y;*/
}
.oneColFixCtrHdr #footer {
	padding: 0px 0px;
	background-image: url(../images/ROC-Home_06.jpg);
	background-repeat:no-repeat;
	height: 356px;
/*	background-color: #0b4a52;*/
	text-align: left;
/*	margin: 0px auto;*/
	padding: 0px;
	border:0;
	width: 1024px;
}
.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 */
}
.oneColFixCtrHdr #footercol1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 630px;
	float: left;
}
.oneColFixCtrHdr #footercol2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 379px;
	float: right;
}
.oneColFixCtrHdr #Events {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0px 0px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ca6e27;
	font-weight: normal;
	float: left;
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #Events 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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-weight: normal;
	font-size: .75em;
}
.oneColFixCtrHdr #Events a {
	color: white;
/*	font-weight: normal; */
	font-size: .9em;
	text-decoration: none;
}
.oneColFixCtrHdr #QuickLinks {
	margin: 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 45px 80px 0px 0px;
	; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ca6e27;
	font-weight: bold;
	float: right;
	width: 17%;
}
.oneColFixCtrHdr #QuickLinks 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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-weight: normal;
	font-size: .75em;
}
.oneColFixCtrHdr #InfoLinks {
	margin: 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 45px 0px 0px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ca6e27;
	font-weight: bold;
	float: left;
	width: 185px;	/*position: absolute;*/
}
.oneColFixCtrHdr #InfoLinks 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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-weight: normal;
	font-size: .75em;
}
.oneColFixCtrHdr #FacebookTag {
	margin: 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 20px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	width: 100px;
}
.oneColFixCtrHdr #FooterText {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-weight: normal;
	font-size: 0.7em;
	background-color: #0b4a52;
	height: 20px;
	clear: both;
	font-style:italic;
}
.oneColFixCtrHdr #FooterText a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-style:italic;
}
.catsub01148571 {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=80);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.8;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.8;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.8;
}

/*.catmain01148571 { */
			
		/*Curved corners for most browsers (not IE)*/
		
/*		-moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
		
}*/

