/* STYLE SHEET - PREPARED FOR OTTC WEB-SITE 22-09-2006
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #222222;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}



/*
	Standard paragraph style
*/

p
{
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.3em;
	text-align: justify;
}


li
{
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}




/*
	Links
*/


a:link { 
	color: #ea922b; 
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;  
	}

a:visited { 
	color: #b76008; 
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #fcb55f;
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:hover { 
	color: #33ee33; 
	font-family:  maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #999999; 
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #999999; 
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #33ee33; 
	font-family: maiandra gd, verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 




/*
	Headings
*/

h1
{
	
	font-weight: bold;
	font-size: 2em;
	color: #E6361F;
  	margin-top: 30px;
}

h1.left-header
{
	font-weight: bold;
	font-size: 0.8em;
	color: #E6361F;
	margin-left: 15px;
}

h2
{
	font-size: 1.1em;
	color: #ffffff;
	padding-top: 9px;
	text-decoration:  underline; 
}


h3
{
	text-align: center;
	font-size: 1.0em;
	color: #eeee22;
	padding-top: 9px;
	text-decoration:  underline;
 
}


h4
{
	font-size: 1em;
	color: #63EE60;
	padding-top: 9px;
	text-decoration:  underline;
	margin-left: 15px; 

}






/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #222222;
	background-image: none;
	background-repeat: repeat-x;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 25px;	
	width: 100%;
	font-size: 0.9em;
	background-color: #333333;
	border-bottom: 3px solid #993333;
}

.menucell
{
	color: #aaa822;
	padding-left: 15px;
}


/*
	LAST UPDATE DATE DEFINITIONS
*/

.lastupdatecell
{
	color: #aaa822;
	padding-left: 1px;
}

P.lastupdate-text
{
	font-size: 0.7em;
	text-align: right;
	padding-top: 3px;
	padding-right: 15px;
	text-decoration: none;
	color: #778580;
}





/*
	Left hand column on homepage
*/


p.left-text
{
	font-size: 0.8em;
	margin-left: 15px;
	margin-right: 25px;
	color: #bbbb00;
}

p.homeleft-text
{
	font-size: 0.9em;
	margin-left: 30px;
	color: #999999;
	padding-top: 20px;
	text-decoration: none;
}



p.left-results
{
	font-size: 0.9em;
	margin-left: 45px;
	margin-right: 25px;
	color: #8CB6B9;
}


p.right-results
{
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 60px;
	margin-right: 25px;
	color: #aaaa22;
}





/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 0px;
	padding-right: 25px;
	background-position : 100% 0%;
	background-image: url("images/page_right.jpg");
	background-repeat: no-repeat;
}





/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
}


/*
	Right hand column on sub-page
*/

.page-right 
{
	background-position : 100% 0%;
	background-image: url("images/page_right.jpg");
	background-repeat: no-repeat;
	padding-right: 15px;
}



/*	Webshot image on Left Column
*/

.webshot-image
{
	width: 192px;
	height: 144px;
	border: #444444 solid 2px;
	
}


/*	Format control for main logo on INDEX page
*/

.mainlogo-image
{
	width: 333px;
	height: 150px;
	border:  none;
	padding-top: 20px;
	padding-bottom: 20px;
}



/*
	Page footer area
*/


p.footer
{
  	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #555555;
	font-size: 0.6em;
	margin-bottom: 20px;
}

p.footer a
{
	color: #EA922B;
	font-size: 0.8em;
}




/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 25px;
	text-align: center;
}

p.subtitle
{
	font-size: 0.7em;
	font-style: italic;
	font-color: white;
	margin-left: 0px;
	margin-right: 0px;
	
}




