/* CSS Document */

/* To make it work with old site, lose comment tags around background stuff and margin in body and reinstate padding in h1 
*/

body
{       
	/*background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;
	/*margin:0px;*/
}

ul.menu{list-style:none;margin:0px;padding:135px 10px 10px 10px; }
ul.pgmenu{list-style:none;margin:0px;padding:10px 10px 10px 10px;color:#fff;}

a {font-size:1em; text-decoration:none;}

a:link{color:#ff6a00;}
a:visited{color:#ff6a00;}
a:active{color:#ff6a00;}
a:hover{color:#ff6a00; text-decoration:underline;}

a.menu:link{color:#ff6a00;}
a.menu:visited{color:#ff6a00;}
a.menu:active{color:#ff6a00;}
a.menu:hover{color:#ff6a00; text-decoration:underline;}

a.topmenu:link{color:#000;}
a.topmenu:visited{color:#000;}
a.topmenu:active{color:#000;}
a.topmenu:hover{color:#ff6a00; text-decoration:none;}

h1
{
	color:#ff6a00;
	font-size:1.4em;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}

h2
{
	color:#ff6a00;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	padding:0px 10px 0px 10px;
}

h3
{
	color:#7A980B;
	font-size:1.2em;
	font-weight:bold;
	padding:15px 10px 5px 10px;
}

label
{
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 2px;
	padding-top:5px;
	display: block;
}

select, textarea,input
{
	background-color:#fff;
	border:1px solid #ff6a00;
	padding:2px;
}

input.contact
{
	margin-left:82px;
	background-color:#fff;
	border:1px solid #ff6a00;
}

hr {width:60%; height:1px; border:0; border-bottom: 1px solid #666;}

img{border:none;}
img.rightFramed{border:1px solid #666; float:right; padding:2px;margin:8px;}
img.leftFramed{border:1px solid #666; float:left; padding:2px;margin:8px;}

select, input {font-size:0.9em;}

textarea{overflow:auto; font-size:11px;}

/**** IDs for main structure ****/

#container
{      
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

#header
{
	width:inherit;
	height:100px;
	text-align:center;
}

#topmenu
{
	width:inherit;
	height:200px;
	/*background-image:url(../images/menubg.jpg);
	background-repeat:no-repeat;*/
	background-color:#000;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;*/
}

#titlebar
{
	width:inherit;
	height:40px;
	background-image:url(../images/titlebg.gif);
	background-color:#ff6a00;
	border-bottom:1px solid #000;
}

#titlebar p
{
	font-size:1.6em;
	font-weight:bold;
	font-style:italic;
	padding:10px 10px 10px 10px;
	margin:0;
}

#main
{
	width:780px;
	background-color:#aaa;
	float:left;
	margin:0;
}

#footer
{
	width:780px;
	height:50px;
	float:left;
	background-color:#000;
}

#footer p
{
	color:#fff;
	margin:0;
	padding:18px 0 0 0;
	text-align:center;
}


#maintext
{
	width:490px;
	background-color:#fff;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#maintext p
{
	margin:0;
	padding:5px 10px 5px 10px;
}

#leftcolumn
{
	width:280px;
	padding-bottom:10px;
	margin:0;
	float:left;
	/*background-color:#CCFF00;*/
}

#mainimg
{
	margin:10px;
}

#submenu
{
	width:260px;
	background-image:url(../images/submenubg.gif);
	background-repeat:repeat-x;
	background-color:#000;
	margin-left:10px;
	padding:0;
}

#submenu p
{
	margin:0;
	padding:0 0 5px 0;
}