/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family:  Verdana, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #323232;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;font-family: Georgia, Times, serif;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}
img {border:none;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 940px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #fff;
}
#extras {  /* objects outside main page (powered by etc) */
	width:750px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
#banner {
	padding: 10px 20px 20px 20px;
	text-align: left;
	background: #000000;
	font-weight: bold;
	border: 1px solid #000;
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}

#sideColumn { /* Currently holds the login box */
	float: left;
	width: 170px;
	padding:15px 0px 0px 10px;
}

#sideColumn ul {
margin:0px;
margin-left:5px;
padding:0px;
list-style:none;
font-family: Arial, sans-serif;
}

#sideColumn ul li a{
padding:2px 4px;
display:block;
color:#000;
font-size:11px;
border-bottom:1px solid silver;
}

#sideColumn ul li a:hover {
text-decoration:underline;
background:#F4F3EA;
color:#CC6600;
text-decoration:none;
}



#content { /* main content from the WYSIWYG goes in here */
	margin-left: 200px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}

#contentContainer {
background:url(images/content.gif) left bottom no-repeat;;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
  font-family:arial;
	font-size:12px;
	color: #000;
	padding: 10px 5px 10px 5px;
	clear: both;
	background: #B4A7A7;
	text-align:center;
}


/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;background:#BAB4AF;padding:2px 10px

}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 13px; 
	width: auto;
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 4px; color: #000; text-decoration: none;font-size:12px;font-family:arial;font-weight:bold;text-transform:uppercase;}
#nav ul li a:hover {background:#FFF;}

/* Current page Customisations*/
#nav li.menu-current a		{font-weight:bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0px; display: none; text-transform: none; font-size: 100%;background: #BAB4AF;}
#nav .menu li ul li {width: 12em; text-align: left;margin: 0; padding: 0; line-height: 1em;}

/* 2nd Child link hover */
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #BAB4AF; color: #000000;}
#nav .menu li ul a:hover { background: #FFFFFF; color: #000000; text-decoration:none;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #BAB4AF; color: #000; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* end menu */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

.brodtext
{
 font-family: Verdana, Arial, Helvetica,sans-serif;
   color: #000000;
   font-size: 11px;
text-align: left;
   line-height: 16px;
   margin: 0px;
   padding: 0px;
   }
.biggeorgia {
	font-family: Georgia,Tmes, serif;
	font-size: 36px;
	line-height: 24px;
	color: #bab4af;
}

.georgiaitalic {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 125%;
	color: #000000;
}

.georgiaitalicorange {
	font-family: Georgia, times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	line-height: 125%;
	color: #CC6600;
}

.biggeorgiablack {
	font-family: Georgia,Times, serif;
	font-size: 24px;
	line-height: 16px;
	color: #000000;
}
.rubrik4orange
{	
font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 125%;
	color: #7f001a;

}
.biggeorgia2 {
	font-family: Georgia,Times, serif;
	font-size: 24px;
	line-height: 16px;
	color: #bab4af;
}


.biggeorgiagrey {
	font-family: Georgia,Times, serif;
	font-size: 24px;
	line-height: 16px;
	color: #666666;
}
.georgia36 {
	font-family: Georgia,Times, serif;
	font-size: 36px;
	line-height: 22px;
	color: #000000;
}
.georgia48 {
	font-family: Georgia,Times, serif;
	font-size: 48px;
	line-height: 30px;
	color: #000000;
}
.frontlink {
	font-family: Verdana,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 125%;
	color: #FFFFFF;
}

.georgia18 {
	font-family: Georgia,Times, serif;
	font-size: 18px;
	line-height: 14px;
	color: #666666;
}
.biggeorgiared {
	font-family: Georgia,Times, serif;
	font-size: 24px;
	line-height: 18px;
	color: #7f001a;
}
.sansserif14vitfet {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	color: #FFFFFF;
}

.pixborder2 img{
	border: 1px solid silver !important;
	padding:2px;
	margin:10px;
}

table.small td 

{
	background-color: #ffffff;
	color: #666666;
	text-align: left;
	border: 1px solid #F4F3EA;
	padding-right: 2px;
	padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
.brodtext
{
 font-family: Verdana, Arial, Helvetica,sans-serif;
   color: #000000;
   font-size: 11px;
text-align: left;
   line-height: 16px;
   margin: 0px;
   padding: 0px;
   }
.biggeorgia {
	font-family: Georgia,Tmes, serif;
	font-size: 36px;
	line-height: 24px;
	color: #bab4af;
}

.georgiaitalic {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 125%;
	color: #000000;
}

.georgiaitalicorange {
	font-family: Georgia, times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	line-height: 125%;
	color: #CC6600;
}

.biggeorgiablack {
	font-family: Georgia,Times, serif;
	font-size: 24px;
	line-height: 16px;
	color: #000000;
}
.rubrik4orange
{	
font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 125%;
	color: #7f001a;

}
.biggeorgia2 {
	font-family: Georgia,Times, serif;
	font-size: 24px;
	line-height: 16px;
	color: #bab4af;
}

H1,H2,H3,H4,H5,H6,P {
	margin:0px;

}

table.stats td 

{
	background-color: #ffffff;
	color: #000;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
table.stats td.hed

{
	background-color: #F4F3EA;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.normalbold {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}

.footertext {
	font-family: Arial,Sans-Serif;
	font-size: 10px;
	line-height: 125%;
	color: #FFFFFF;
}

.georgiabold
{	
font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;

}
table.small 

{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
border: 1px solid #F4F3EA;
	
}
table.small td.hed

{
	background-color: #F4F3EA;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
color: #000000;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.georgia36 {
	font-family: Georgia,Times, serif;
	font-size: 36px;
	line-height: 22px;
	color: #000000;
}
.georgia48 {
	font-family: Georgia,Times, serif;
	font-size: 48px;
	line-height: 30px;
	color: #000000;
}
.frontlink {
	font-family: Verdana,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 125%;
	color: #FFFFFF;
}

.georgia18 {
	font-family: Georgia,Times, serif;
	font-size: 18px;
	line-height: 14px;
	color: #666666;
}
.biggeorgiared {
	font-family: Georgia,Times, serif;
	font-size: 24px;
	line-height: 18px;
	color: #7f001a;
}
.sansserif14vitfet {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	color: #FFFFFF;
}


