/* Anderson Creative CCS layout */
/* http://www.andersoncreative.co.uk */
/* created 22/03/07 */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	background: #FFFFFF url(../images/main-background.gif) no-repeat center top;
	margin: 0px;
	padding: 0px;
	color:#000000;
}
a:link {
	color: #666633;
	
	font-weight:bold;
	
	text-decoration: underline;
}

a:visited {
	color:#999900;
	font-weight: lighter;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	
	}
.newsitem{
display:none;
}

}
.input
{
font : bold;
}

.newitem{
 visibility:hidden;
}
body img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font: normal 18px "Arial", Century Gothic, Helvetica, sans-serif;
	
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
/* Main Div heights   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	height: 62px;
	background: url(../images/top-navback.gif) no-repeat;
}
#secondarynav {
	height: 34px;
	background: url(../images/secondary-navback.gif) no-repeat;
}
#topgraphic {
	background: url(../images/top-graphic.gif) no-repeat;
	height: 110px;
}
#secondarygraphic {
	height: 70px;
	background: url(../images/secondary.gif) no-repeat;
}
#container {
	background: url(../images/containerback.gif) repeat-y; /* Main background for page */
}
#footer {
	height: 150px;
	background: #FFFFFF url(../images/footerback.gif) no-repeat bottom;
}


/* Main box model   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#topnav,
#secondarynav,
#topgraphic,
#secondarygraphic,
#container, 
#footer{
	padding: 0px 15px;
	margin: 0px auto;
	width: 930px;
	voice-family: "\"}\""; /* IE 5 Box Model Hack */
	voice-family:inherit;
	width:900px;
}
/*Be Nice to opera rule*/

html>body #topnav,
html>body #secondarynav,
html>body #topgraphic,
html>body #secondarygraphic,
html>body #container,
html>body #footer  {
	width:900px;
}

/* Top Horizontal  Navigation   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav #topnavlist li a {
	font: normal 12px "Arial", Century Gothic, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#topnav #topnavlist {
	margin: 0px;
	list-style: none;
	display: inline;
}
#topnav #topnavlist li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topnav #topnavlist li a {
	display: block;
	margin: 0px;
	height: 38px;
	float: left;
	padding: 24px 6px 0px;
	background-image: url(../images/nav-upstate.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#topnav #topnavlist li a:hover {
	background-image: url(../images/nav-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#topnav #topnavlist li a#current {
	background-image: url(../images/nav-selected.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Secondary Horizontal  Navigation   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#secondarynav #secondarynavlist li a {
	font: normal 11px "Arial", Century Gothic, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#secondarynav #secondarynavlist {
	margin: 0px;
	list-style: none;
	display: inline;
}
#secondarynav #secondarynavlist li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#secondarynav #secondarynavlist li a {
	display: block;
	margin: 0px;
	height: 20px;
	float: left;
	padding: 10px 12px 0px;
}
#secondarynav #secondarynavlist li a:hover {
	color: #FEFD8E;
	border-bottom-color: #AC9C09;
}
/* Navigation Subsection - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */		
#subsection { 
	margin: 0px;
}
#subsection .subsectionheader{
	font-family: "Lucida Grande", Arial, sans-serif;
	color:#9C7D0F;
	letter-spacing: 1px;
	font-size: 11px;
	display: block;
	margin:0px;
	padding: 20px 0px 3px 2px;
	border-bottom: 1px solid #9C7D0F;
}	
#subsection  ul {
	display: inline;
	margin:0px;
	list-style-type: none;	
	type:none;	
}
#subsection ul li {
	display: inline;
	margin: 0px;
	type:none;
	padding: 0px;
		list-style-type: none;	
}
#subsection li a {
	list-style-type: none;	
	display: block;
	margin: 1px 0px 0px;
	padding: 6px 0px 6px 20px;
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#A9BE4C;
	text-decoration: none;
	line-height:20px;
	type:none;
	font-weight: bold;
	border-bottom: 1px solid #FFFA9C;
	font-weight: bold;
}
#subsection li a:hover {
	color:#A1AA51;
	border-bottom: 1px solid #A1AA51;
	font-weight: bold;
		list-style-type: none;	
}
/*Main Content   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.columninsert {
	width: 226px;
	display: block;
	float: left; 
	width:40%;
}
.column70left {
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 226px;
	display: block;
	float: left; 
	width:57%; 
	padding-left:5%;
	padding-right:5%
}
/* this is for image change*/
.imagescroll{
height:210px;

}
.imageArea
	 {
   	 	width: 200px; 
    	height: 200px; 
    	position: relative; 
		
		overflow: auto;
		
	}

 	.imageAreaImage 
	{
    	float: none;
		position: relative;
		display: none;
 	}

.column5050 {
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;

	display: block;
	float: centre; 
	width:80%; 
	padding-left:5%;
	padding-right:5%
}
/*Main Content   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.column100 {
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;

	display: block;
	float: left; 
	width:90%; 
	padding-left:5%;
	padding-right:5%
}

.column100left {
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 226px;
	display: block;
	float: left; 
	width:96%; 
	padding-left:2%;
	padding-right:2%
}
.register {
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 226px;
	display: block;
	float: right; 
	width:75%; 
	padding-left:5%;
	padding-right:5%
}

.column30left {
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 236px;
	display: block;
	float: left; 
	width:29%; 
	padding-left:0%;
	padding-right:4%;
	
}
#div.img{
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 236px;
	display: block;
	float: left; 
	width:29%; 
	padding-left:5%;
	padding-right:5%;
	
}

.scroll {
  overflow:scroll;
  height: 200px;
  overflow-x:hidden;
  overflow-y:hidden; 
  border-style:groove;
  border-width:medium;
  padding: 2px;
}


.scrollpublications {
  overflow:scroll;
  height: 500px;
  overflow-x:hidden;
  overflow-y:hidden; 
  border-style:groove;
  border-width:medium;
  padding: 2px;
}




.sectionheadtext, h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-style: normal;
	color: #A9BE4C;
	letter-spacing: 0.1em;
	display: block;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: left;
	line-height: 1.3em;
}
.mainheader, h2, h3, h4, h5, h6 {
	display: block;
	margin: 10px 0px 2px 0px;
	font: normal 1.1em/1.3em "Helvetica", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #1F6B86;
}
.highlight {
	display: block;
	margin: 10px 0px 10px 0px;
	color: #1F6B86;
	letter-spacing: 0.1em;
	font-family: "Helvetica", "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 10px;
	background-color: #F6F6F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #688885;
	border-bottom-color: #688885;
}

.highlightsoft{
	display: block;
	margin: 10px 0px 10px 0px;
	color: #1F6B86;
	letter-spacing: 0.1em;
	font-family: "Helvetica", "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 10px;
	background-color: #F6F6F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E4E8E0;
	border-bottom-color: #E4E8E0;
}
#desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-style: bold;
	float:right;
	border-style:solid;
border-width:2px;
	
}

.hr {
	display: block;
	height: 20px;
	border-bottom: 1px solid #E6ECF6;
	margin: 10px 0px;
	clear: both;
}
.sr {
	display: block;
	height: 3px;
	margin: 10px 0px 5px 0px;
}
/* Inside Footer   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer p {
	text-align: left;
	display: block;
	padding: 80px 4px 4px 30px;
	margin: 0px;
	font: 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A1AA51;
}
#footer a {
	/*display: inline;*/
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #666633;
	color: #666666;
	float: left;
	text-decoration: none;
}
.leftimage {
	clear: left;
	float: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 20px;
}
.rightimage {
	clear: right;
	float: right;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 20px;
	
}
#image{
padding:10px;
}

.admintable {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.adminnav {
	margin-top: 100px;
}
#greyback {
	background-color: #F6F6F0;
}.topline {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
.column30left .arrowlink {
	padding-left: 20px;
	background-image: url(/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* CSS Document */

/* - - - - - Tables  - - - - */

.stripeMe td,.stripeMe th  {
	font-size: 100%;
	font-family: "Lucida Grande", Arial, Helvetica;
}

table.stripeMe  {
	font-size: 1.0em;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.stripeMe th {
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 11px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	line-height: 1.2;
	height: 40px;
}
.stripeMe th a  { color: #FFFFFF; }

.stripeMe td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
	background: #F6F6F0;
}

.stripeMe td * {
	padding: 5px;
}

.stripeMe tr.alt td {
	background: #FFFFFF;
}

.stripeMe td.over {
	background: #FF6600;
}
.stripeMe tr.alt td.over {
	background: #FFFFFF;
}
.stripeMe .thebody {
	line-height: 20px;;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #E6E8EE;
}

.stripeMe td a {
	display: block;
	padding:0px;
	margin:0px;
}
.stripeMe td a {
	display: block;
	padding:0px;
	margin:0px;
}



/* this is an new added test for image scrolling*/

ul { list-style-type: none;}


.FlyersContent
{


}
#down a:hover{background: url('../images/downPress.gif') -91px -45px;}


