

#skip {
	display: none;
}

#top {
	background: #ccc url(/images/bgtop.jpg) top right no-repeat;
	width: 780px;
	border-bottom: 3px solid #fff;
	}
#top img {
	vertical-align: top;
	}
	
#mainnav{
	background-color: #eee;
	color: #ccc;
	width: 780px;
	height: 40px;
	}
/*
#mainnav ul, #subnav ul {
	clear: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #fff;
	}

#mainnav ul {
	height: 38px;
	}

#subnav ul {
	height: 28px;
	}

#mainnav li, #subnav li {
	list-style: none;
	display: inline;
	padding:  10px 10px 12px 10px;
	}

#mainnav li {
	border-left: 1px solid #fff;
	background: transparent url(/images/bgli.gif) bottom left no-repeat;
	}

#mainnav li.this {
	background: #ddd url(/images/bglithis.gif) bottom left no-repeat;
}

#subnav li.this  {
	background-color: #ddd;
	}

li.this a {
	color: #0099FF !important;
	}
	 ) 
#mainnav li.first, #subnav li.first {
	border-left: 0 none #000;
}

#mainnav a, #subnav a {
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px Arial, sans-serif;
	color: #999;
	white-space: nowrap;
	}

#mainnav a {
	line-height: 38px;
	}
#subnav a {
	line-height: 28px;
	}

#mainnav a:hover, #subnav a:hover {
	color: #0cf;
	}
*/
#crumb{
	font-size: x-small;
	margin: 10px 20px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #eee;
	}

#content {
	width: 780px;
	background: #eee url(/images/bgcontent.png) repeat-y top left;
	}	
	
#footer {
	clear: both;
	width: 770px;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #999;
	color: #fff;
	text-align: center;
	}
	
#footer a {
	color: #fff;
	}




/*////////////////////////////////////////login box////////////////////////*/


/* Commented out stuff below from when login was in the header of every page */

#headerlogin {
	position: absolute;
	text-align: right;
	/*top: 80px;*/
	top: 128px;
	left: 570px;
	color: #fff;
	width: 200px;
	padding: 0;
	margin: 0;
	border: 0px dotted white;
	}
	
#headerlogin p {
	margin: 0;
	padding: 0;
	}

#headerlogin a{
	color: #fff;
	}
/*	
#login h3 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 2px;
	}
#login p {
	margin-bottom: 2px;
	margin-top: 2px;
	}
*/

#login p label {
	font-weight: bold;
	float: left;
	width: 75px;
	/*color: #fff;*/
	}

#login p input {
	font: 10px /1 Verdana, Arial, Helvetica, sans-serif;
	}
	
#login input.text {
	width: 90px;
	height: 12px;
	}

/*////////////////////////////////////////home////////////////////////*/

#home {
	text-align: right;
	background: #F6F6F6 url(/images/bghome.jpg) no-repeat;	/*	leave this here just incase the inline one fails	*/
	border-top: 3px solid #fff;
	}

#home img {
	vertical-align: top;
	}

#homeText {
	background-color: #eee;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #eee;
	padding: 10px;
	}

#homeboxes {
	border-top: 4px solid #fff;
	background-image: url(/images/bgboxes.gif);
	}

.box h2 {
	color: #fff;
	font: bold 15px /1 arial, sans-serif;
	background: transparent url(images/bgboxh2.gif) bottom left no-repeat;
	padding: 10px 10px 15px;
	text-transform: uppercase;
	}

.box h2 a {
	color: #fff;
	text-decoration: none;
	}

.box p {
	margin-left: 10px;
	margin-right: 10px;
	}

.box {
	border-left: 1px solid #fff;
	width: 194px;
	float: left;
	line-height: normal;
	}



/* ////////////////////////////////// Article ///////////////////////////////// */

#maincontent h2 {
	margin: 14px 10px 2px;
	}

#maincontent p {
	margin: 2px 10px 10px;
	}

#maincontent {
	float: left;
	width: 483px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#rightcol {
	}

#rightcol div.box {
	clear: right;
	float: right;
	width: 219px;
	padding-bottom: 20px;
	}

.clear {
	clear: both;
	text-align: right;
	}

/*/////////////////////////////////  Editize  ///////////////////////////////// */

.highlighted {
	color: #f00;
	}

.leftalign {
	text-align: left;
	}

.centeralign {
	text-align: center;
	}

.rightalign {
	text-align: right;
	}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

/*/////////////////////////////////  Contact.php  ///////////////////////////////// */

#contactform p label {
	float: left;
	width: 100px;
	}
	
#contactform input, #contactform textarea {
	width: 300px;
	}

#contactform input.formbutton {
	width: 100px;
	}
/*/////////////////////////////////  login.php  ///////////////////////////////// */

dl {
	margin-left: 10px;
	margin-right: 10px;
	}
	
dd {
	margin-left: 0;
	}
	
dt {
	margin-left: 20px;
	}


