@charset "UTF-8";
/* CSS Document */

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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	background-color: #FFFFFF;
	background-image: url(../images/bgColor.gif);
	background-repeat: repeat;
}

.oneColElsCtr #container {
	position: absolute;
	left: 50%;
	width: 960px;
	height: 774px;
	margin-left: -480px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #innerContent {
	padding: 20px;
	margin-top: -5px;
	* margin-top: -5px;
	*+margin-top: -5px;
}

.oneColElsCtr #innerPhoto {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	
	}
.oneColElsCtr #innerPhotoRight {
	margin-left: 470px;
	margin-right: 10px;
	margin-top: 10px;
	
}

.oneColElsCtr #innerText {
	position: absolute;
	margin-left: 495px;
	margin-right: 0px;
	margin-top: -500px;
	width: 400px;
}

.oneColElsCtr #innerTextLeft {
	position: absolute;
	margin-left: 25px;
	margin-right: 57px;
	margin-top: -500px;
	width: 400px;
}

.oneColElsCtr #menu {
	position:absolute;
	right:3px;
	top:70px;
	width:650px;
	height:22px;
	z-index:50;
	text-align: right;
}
.oneColElsCtr #logo {
	position:absolute;
	right:20px;
	top:720px;
	width:240px;
	height:22px;
	z-index:50;
	text-align: right;
}
.oneColElsCtr #logoButton {
	position:absolute;
	right:3px;
	top:532px;
	width:100px;
	height:22px;
	z-index:50;
	text-align: right;
}

.footer {
	
font-size: 11px;
line-height: 16px;
color: #999;
}

.green {
	color: #999933;
	font-weight: bold;
}
a {
	color: #999933;
	text-decoration: underline;
}

a:hover {
	color: #999933;
	text-decoration: none;
}

.bold  {
	font-weight: bold;	
}

.itallic  {
	font-style: italic;
}
.rightalign {
	text-align: right;
}

/*RSS Feed Style*/

.labelfield{ /*CSS for label field in general*/
color: #999;
font-size: 10px;
line-height: 16px;
}

.datefield{ /*CSS for date field in general*/
color: #999;
font-size: 10px;
line-height: 16px;
}

.oneColElsCtr #NewsRss p{ /*CSS specific to demo 3*/
font-size: 10px;
line-height: 16px;
color: #999;
max-width:350px;
}


.oneColElsCtr #NewsRss a { /*CSS specific to demo 3*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
color: #999;
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;
	
}

.oneColElsCtr #NewsRss a:hover{
	color: #999933;
}


.oneColElsCtr #BlogRss p{ /*CSS specific to demo 3*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
color: #999;
max-width:350px;
}

.oneColElsCtr #BlogRss a { /*CSS specific to demo 3*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
color: #999;
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;
	
}

.oneColElsCtr #BlogRss a:hover{
	color: #999933;
}



/*END RSS Feed Style*/
.oneColElsCtr #mainContent #logo table tr td {
	text-align: right;
}
.fadetext1 {
	position: absolute;
	height: 50px;
	width: 500px;
	left: 50px;
	top: 40px;
}

#content { z-index:50; }

#sliding_popup { position:fixed; left:0px; display:block; width:100%; padding:0px; margin:0px; }

#sliding_popup .content { position:absolute; left:0px; top:70px; background:url(../images/tile.jpg) left bottom repeat-x; display:block; width:100%; height:130px; z-index:100;}
	#sliding_popup .content * { font-size:15px;  line-height:1.25; text-align:center; }
	
	#content_copy { padding-top:17px; }
	
	#content_copy p{ margin-bottom:6px; margin-top:0px; color:#000; }
	
	
	
	
	
	#sliding_popup .glyph { position:absolute; left:0px; bottom:18px; }
	#sliding_popup .close { font: Arial, Helvetica, sans-serif; overflow:hidden; display:block; position:absolute; right:20px; bottom:60px; width:31px; height:42px; text-indent:1000px; background-image:url(../images/close.png); z-index:100;}
	
	
	
	#content_copy a:link {color:#000; text-decoration:underline;}      /* unvisited link */
#content_copy a:visited {color:#000; text-decoration:underline;}  /* visited link */
#content_copy a:hover {color:#000; text-decoration:none;}  /* mouse over link */
#content_copy a:active {color:#000; text-decoration:underline;}  /* selected link */

img.nohover {
	border:0
}

img.hover {
	border:0;
	display:none
}

A:hover img.hover {
	display:inline
}

A:hover img.nohover{
	display:none
}
