/* PMG 2005 Cascading Style Sheet
This layout template remains the property of
Jacob Gates © 2005 and is not to be altered */

/* GENERIC HTML TAGS */
h1 {
	font-size: 16px;
	font-weight:bolder;
	line-height:16px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	line-height:12px;
}
p {
	clear: both;
	line-height:125%;
}
a {
	text-decoration: none;
}
td {
	color:#333;
	/*font-size:.8em;*/
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
input, textarea, submit, select {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
}
.error {
	color: #006600;
	padding:5px;
	border: thin solid #006600;
}
body {
margin: 0;
padding: 0;
background-color:#000;
}
/* LAYOUT DIV: SPLASH PAGE */
#centerFrame {
position: absolute;
top: 50%;
left: 50%;
/* adjust negative value until content is centered
margin-top = div height /2 and margin left = width /2*/
margin-top: -150px;
margin-left: -230px;
width: 400px;
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #333;
border:thin solid #CCCCCC;
}
#centerFrame object {
border:thin solid #CCCCCC;
}
#centerFrame a {
	text-decoration: underline;
}
#centerFrame a:link {
color: #333;
}
#centerFrame a:visited {
color: #333;
}
#centerFrame a:hover {
	color: #666666;
}
/* LAYOUT DIV: WRAPPER - page setup and layout, centre panel */
#wrapper {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-image:url(images/content_repeat.jpg);
}
/* LAYOUT DIV: HEADER */
#header {
	left:0px;
	top:0px;
	width:1000px;
	height:116px;
}
#header object, embed {
float: left;
}
#headerText {
	width:990px;
	text-align:right;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 75px;
	padding-left: 10px;
	padding-right:0px;
	/*padding-top:112px;*/
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height:125%;
	color: #FFFFFF;
	font-weight: bold;
	/*word-spacing: 5px;*/
}
#headerText form, input, submit {
	font-size: 11px;
	color: #003366;
	padding: 0;
}
#headerText a {
	/*display: block;
	width: 140px;*/
	margin: 0;
	padding:0;
	color: #FFF;
	text-decoration: none;
	vertical-align:middle;
}
#headerText a:link {
	color: #FFFFFF;
}
#headerText a:visited {
	color: #CCCCCC;
}
#headerText a:hover {
	color: #FFCC00;
	background-color: #424041;
}
/* LAYOUT DIV: CONTENT */
#content {
	width: 1000px;
	margin: 0;
	padding: 0;
/*	background-image:url(images/watermark.jpg); 
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: right bottom;*/
}
/* LAYOUT DIV: CONTENT:LHS */
.smalllink span{
	font-size:11px;
}
#LHS {
	float:left;
	width: 135px;
	margin-top: 5px;
	/*margin-left: 10px; - IE and FF display diff. IE 10px further right. Use padding instead*/
	padding-left: 0px;
}
/* Define links - display blocks 125px wide */
#LHS a {
	display: block;
	width: 140px;
	margin: 0;
	padding:0;
	color: #FFF;
	text-decoration: none;
	vertical-align:middle;
}
/* LAYOUT DIV: CONTENT: LHS: SIDEMENU */
#sidemenu {
	float: left;
}
#sidemenu strong{
/* line-height: 100%; */
}
#sidemenu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 12px;
}
#sidemenu li {
margin: 0;
}
#sidemenu a {
	text-align:right;
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
}
#nothing a {
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
}
#sidemenu a:link, #sidemenu a:visited{
font-weight:bold;
color: #FFF;
}
#sidemenu a:hover, #sidemenu a:active{
font-weight:bold;
color: #FC0;
background-color: #424041;
}
#sidemenu br {
line-height: 50%;
}
#submenu a:link {
color: #FFF;
background-color: #424041;	
}
#submenu a:visited {
color: #FFF;
background-color: #424041;	
}
#submenu a:hover {
color: #FFC;
background-color: #424041;	
}
/* LAYOUT DIV: CONTENT: MAIN - main content area */
#main {
width:725px;
margin-left: 180px;
padding-left: 10px;
padding-right:10px;
margin-right: 10px;
margin-top: 10px;
padding-top:0px;
}
#main a {
	text-decoration: underline;
}
#main a:link {
	color: #333;
}
#main a:visited {
	color: #333;
}
#main a:hover {
	color: #666;
	text-decoration:underline;
}

#main img {
/*border:thin solid #CCCCCC
margin-right:15px;
border:none;*/
}
#main tr {
text-align: center;
}
/* tabLeft and tabRight used on contact page to create a two column list,
left column right justified, right column left justified */
.tabLeft{
display: block;
width: 100px;
text-align:right;
padding:0;
padding-right:10px;
margin: 0;
line-height:normal;
float: left;
}
.tabRight{
display:block;
float: none;
width: 300px;
padding: 0;
margin: 0;
line-height:normal;
text-align:left;
}
.imgLeftFloat{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imgRightFloat img{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.largeText{
	font-size:medium;
}
.largerText{
	font-size:medium;
	font-weight:bold;
}
.smallText {
	font-size:10px;
}
.border{
	border: 3px solid #CCCCCC;
}
/* SEARCH FIELD*/
#Search {
padding-left:10px;
padding-right:10px;
padding-top:1px;
padding-bottom:1px;
vertical-align:middle;
margin:0;
background-color:#ED7E37;
color: #FFFFFF;
}

/* LAYOUT DIV: CONTENT: RHS - optional RHS section for possible later inclusion */
#RHS {
float:left;
width: 125px;
}
#baselinks {
margin-left: 160px;
padding-left: 10px;
line-height:175%;
vertical-align:top;
}
#baselinks a:link {
	color: #333;
	text-decoration:underline;
}
#baselinks a:hover {
	color: #666;
	text-decoration:underline;
}
#baselinks a:visited {
	color: #333;
	text-decoration:underline;
}
/* LAYOUT DIV: FOOTER */
#footer {
	color: #333333;
	float:none;
	clear: both;
	left:0px;
	bottom:0px;
	width:1000px;
	height:62px;
	background-image:url(images/footer.jpg);
	font-size:11px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration:underline;
}
#footer p {
width:795px;
margin-left: 160px;
margin-right: 10px;
margin-top: 0px;
padding-left: 10px;
padding-right:10px;
padding-top:0px;
}
#footerText {
text-align:left;
width:794px;
margin-left: 175px;
margin-right: 0px;
margin-top: 0px;
padding-left: 10px;
padding-right:10px;
padding-top:22px;
}

