/*
Stylesheet For: VSI Template V4.1
URL: http://www.cwmgwrachrfc.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #000;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}
body, p, div, td {
	font-family: Verdana;
	font-size: small;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a {color:#FF0; }
div#contentArea a.button {
}
div#contentArea a.button:hover {
}
div#contentArea a img {border:none; }
a.submit,.submit,a.submitLarge,.submitLarge {
	color:#FFF;
	float:left;
	background: url(../../pics/submitBg.gif) top right no-repeat;
	width:76px;
	height:18px;
	margin:0 6px 0 0;
	padding:4px 0 0 6px;
	font-weight:bold;
	font-size:0.7em;
	text-decoration:none;
}
a.submitLarge,
.submitLarge {
	background: url(../../pics/submitLargeBg.gif) top right no-repeat;
	width:100px;
}
a.submit:hover,
a.submitLarge:hover {
	text-decoration:underline;
}

/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 961px;
	margin: auto auto;	
}
div.hr {	
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
}
h2 {
}
h3 {
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	height: auto !important;
	height: 170px;
	min-height: 170px;
	margin:10px 0 0 0;
	padding:0;
}
#Header .content {
	background-color: #081B5D;
	height: 170px;
}
#Header .content #title #headerBanner { 
	float:right;
}
#Header .content #title #headerLogo {
	float:left;
}
#Header .content #title #titleHook {
	float:left;
	margin: 40px 0 0 20px;
	font-size: 1.2em;
	color:#FF0;
}
#Header .content #title #titleHook div {
	font-size: 2.1em;
	font-weight: bolder;
	padding:0 0 10px 0;
}

#Menu {
	color: #000;
	background: url(../../pics/menuBG.gif) top center repeat;
}
#Menu ul {
	background: transparent;
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	list-style:none;
	height:48px;
}
#Menu ul li {
	list-style-type:none;
	float:left;
	padding:0px;
	margin: 0 20px 0 0; 
}
#Menu ul li a {
	font-size:1.2em;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	display: block;
}
#Menu ul li.selected a {
}
#Menu ul li a:hover {
	color:#FF0;
}
#Menu a.selected {}
#Menu a:hover {}

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	padding-bottom: 20px;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper .content {
	width: 953px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	background: url(../../pics/wrapperContentBg.jpg) no-repeat top center;
	border: 4px #081B5D solid;
	background-color:#081B5D;
}
#Wrapper .content #Page {
	float:left;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	background-color:#000;	
	width:726px;
	padding: 0 10px 0 10px;
}
#Wrapper .content #Navigation {
	float:right;
	width:200px;
	padding:0px;
}
#Wrapper .content #Page #contentArea {
	margin:0 0 50px 0;
	padding:0px;
	min-height:510px;
}


/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer .content {
	width: 961px;
	height: auto !important;
}
#Footer .content #FooterLinks {
	background-color:#081B5D;
	padding: 5px;
	position:relative;
	text-align: center;
	top:-40px;
}
#Footer .content #FooterLinks div {
	float:left;
}
#Footer .content #FooterLinks div a {
	color:#FF0;
	text-decoration:none;
	font-weight:bold;
}
#Footer .content #FooterLinks div a:hover {
	text-decoration:underline;
}


/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */


/* *********************************************************** */
/* C. Content Area                                             */
/* *********************************************************** */

#Page #Banner {
	background: url(../../pics/bannerBg.gif) top center no-repeat;
	padding:3px 4px 4px 4px;
}

#contentArea {
	margin:0;
}



/* *********************************************************** */
/* C. Results Table                                            */
/* *********************************************************** */
#results {
	width: 725px;
}
#results img {float:right;}

#resultTable {
	width: 215px;
	color:#FF0;
	background-color:#081B5D;
	float:left;	
	font-weight:bold;
	padding: 5px 5px 10px 5px;
}
#resultTable div{ 
	padding:3px 5px 2px 5px; 
	float:left;
}
#resultTable .title {
	text-align:center;
	width: 205px;
}
#resultTable .a {
	width:145px;
	clear:both;
}
#resultTable .b, #resultTable .c {
	width:20px;
}
#resultTable .result {
	color:#FFF;
	background-color:#000;
	font-weight:normal;
	
}

/* *********************************************************** */
/* C. Navigation Boxes                                         */
/* *********************************************************** */

#Navigation {
	margin:0 0 20px 0;
}
#Navigation h4 {
	margin:5px 0 10px 0;
	font-size:1.3em;
	color:#FF0;
	text-align:center;	
}
#Navigation div.item{
	font-weight:bolder;
	background-color:#000;
	padding:5px 5px 10px 5px;
	color:#FFF;
	text-align:center;
}
#Navigation div.item div.h{
	margin: 5px 0 5px 0;
	font-size:1.3em;
	color:#FF0;
	text-align:left;
}


/* *********************************************************** */
/* D. Gallery - jQuery lightBox plugin - Gallery style		*/
/* *********************************************************** */
#gallery {
	background-color: #000;
	margin:10px 0 10px 0;
	padding:10px 5px 10px 10px;
}
#gallery ul { list-style: none; padding:0; margin:0;}
#gallery ul li { display: inline; padding:0 10px 10px 10px; }
#gallery ul img {
	padding:2px;
	border: 4px solid #081B5D;
	margin-bottom:8px;
}
#gallery ul a:hover img {
	border: 4px solid #FFF;
	color: #FFF;
}
#gallery ul a:hover { color: #FFF; }
