/* General Presentation - Structure*/

html, body{
	background-color: white;
	background: url(images/gradbg.jpg) center center repeat-y; /* this */
	height: 100%;
	width: 100%;
	margin: 0px auto; 
	padding: 0px;
	text-align: center;
	font-family: arial, sans-serif, tahoma,"century gothic", verdana;
	font-size: 90%;
}


#container{
	height: 100%;
	min-height: 100%;
}


#topcontainer{
	width: 944px;
	min-height: 26%;
	height: auto;
	background-color: #0092CF;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	margin: auto; 
}


#middlecontainer {
	width: 944px;
	min-height: 72%;
	height: auto;
	background-color: white;
	margin: auto; 
	padding-top: 10px;
}


#refcontainer {
	width: 944px;
	min-height: 8%;
	height: auto;
	background-color: #e7e7f8;
	margin: auto; 
	border: 1px solid #cdcdd4;
}


#bottomcontainer {
	/*clear: both;*/
	/*width: 944px;*/
	/*min-height: 15%;*/
	/*height: auto;*/
	/*background-color: #f1f1f4;*/
	/*margin: auto;*/
}


#copyright{
	/*padding-top: 30px;*/
	/*text-align: center;*/
	/*font-size: 0.85em;*/
	/*color: #595E5E;*/
}


/* for invisible links for text browsers */

.skiplink{
	display:none;
	clear: both;
}


.anchorhidetop{
	visibility: hidden;
	padding: 0px;
	margin-top: -20px;
	display: block;
}


.anchorhide{
	visibility: hidden;
	padding: 0px;
}


.move{
	margin-top: -20px;
	margin-bottom: -10px;
	padding: 0px;
}


/* Top Menu */

#topmenu{
	display: block;
	width: 100%;
	font-size: 1.1em;
}


#tmenu{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}


#tmenu ul{
	clear: left;
	/*float: left;*/
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
}


#tmenu ul li{
	display: inline;
}


#tmenu ul li a{
	float: left;
	padding: 2px 12px;
	background: transparent url(images/bullettopmenu.jpg) center left no-repeat;
	text-decoration: underline;
    	color: white;
}


#tmenu ul li a.nobullet{
	background: transparent url(images/invisbullet.jpg) center left no-repeat;
	text-decoration: underline;
	color: white;
}


#tmenu ul li a:visited{
	color: white;
	text-decoration: underline;
}


#tmenu ul li a:hover{
    	background-color: #d4d4e9;
	color: #404044;
	text-decoration: underline;
}


#tmenu ul li a.nobullet:hover{
    	background-color: #d4d4e9;
	color: #404044;
	text-decoration: underline;
}


#tsel{
	float: left;
	background-color: #58585a;
	padding: 2px 12px;
	text-decoration: none;
	color: white;
}


/* Logo */

#logo{
        float: left;
	margin-top: 20px;
	margin-left: 1px;
	margin-bottom: 8px;
	border: none;
}


#logo a img{
	border: none;
}


#logotext{
	float: left;
	margin-top: 95px;
	margin-left: 30px;
	font-family: calibri, arial;
	font-weight: bold;
	font-size: 1.8em;
	color: white;
}


/* Facebook logo */

#followonfb{
	clear: both;
	float: right;
	margin-top: -30px;
	margin-right: 15px;
}


.hoverhighlight img{
	border: 1px dotted #067098;
	border: 1px solid #0b749c;
}


.hoverhighlight:hover img{
	border: 1px solid white;
}


.hoverhighlight:hover{
	color: white;
} /* hack for bug*/



/* Main Menu */

#mainmenu{
	clear: both;
	background-color: rgb(240,240,240);
	border-bottom: gray solid 1px;
	font-size: 1.1em;
}


#mainmenu ul{    	
	margin: 0px; 
	padding: 0px;
	width: 100%;
	background-color: rgb(240,240,240);
	border-bottom: 2px white solid;
	background-image: url(images/mmenubg.jpg);
	background-repeat: repeat-x;
}


#mainmenu ul{
	clear: both;
	float: left;
	width: 100%;
	background-color: rgb(240,240,240);
	background-image: url(images/mmenubg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	border-bottom: 8px #00aeef solid;
	margin: 0px;
	font-size: 1.2em;
}


#mainmenu ul li{
    	display: inline;
	background-image: url(images/bulletmainmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}


#mainmenu ul li.first{
	background: none;
}


#mainmenu ul li a{
	float: left;
	padding: 4px 12px;
	background: transparent url(images/bulletmainmenu.jpg) center left no-repeat;
	text-decoration: underline;
	color: #4f4f50;
}


#mainmenu ul li a.nobullet{
	float: left;
	padding: 4px 12px;
	background: none;
    	color: rgb(77,3,3);
	color: #4f4f50;
}


#mainmenu ul li a:hover{
    	background-color: #58585a;
	text-decoration: underline;
	color: white;
}


#mainmenu ul li a.nobullet:hover{
	background: transparent url(images/bullet2.jpg) center left no-repeat;
    	background-color: #58585a;
	text-decoration: underline;
	color: white;
}


#msel{
	float: left;
	padding: 4px 12px;
	background: none;
	background-color: #C7C7D9;
	text-decoration: none;
	color: black;
}


/* Bottom part of page */

#homebot{
	clear: both;
	width: 944px;
	height: 400px;
	height: auto;
	padding-top: 0px;
}


#facebook{
	float: left;
}


#feedbacklogo{
	float: left;
	margin-left: 100px;
}


#assoclogos{
	float:right;
	/*width:400px;*/
	margin-top: 0px;
}


img.camdenfunded{

}


/* for feedback hover effect */

.hoverhighlight4 img{
	border: 1px solid #e8e8e9;
}


.hoverhighlight4:hover img{
	border: 1px solid gray;
}


.hoverhighlight4:hover{
	color: white;
}
