﻿/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/* 
Generated via www.cssmenubuilder.com 

Copyright (c) 2008-2009 www.cssmenubuilder.com

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
*/

.menu{
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 922px;
	display: block;
	background: url('img/topMenuImages.png') repeat-x;
}
.menu li{padding:0; margin:10; list-style:none; display:inline;}
.menu li a{float:left; padding-left:25px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('img/topMenuImages.png') no-repeat 0px -30px;
}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('img/topMenuImages.png') no-repeat 100% -30px;
}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('img/topMenuImages.png') no-repeat 0px -90px; 
color:rgb(255,255,255);
}
.menu li a.active span, .menu li a.active:hover span{background:url('img/topMenuImages.png') no-repeat 100% -90px;
}

* {
	padding: 0;
	margin: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:  #345574;
 }
#wrapper { 
 
 margin: 0 auto;

 width: 922px;

}
#faux {
	background: #FFFFFF url('faux-2-2-col.gif');
	margin-bottom: 10px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */;
	width: auto
}
#header {
	color: #333;
	width: 902px;
	padding: 0px;
	height: 271px;
	margin: 10px 0px 0px 0px;
	background: #b2d1e6;
}

#bottomcurve {
	color: #333;
	width: 902px;
	padding: 0px;
	height: 282px;
	margin: 0px 0px 0px 0px;
	background: #b2d1e6;
}

#navigation {
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #b4c0cc;
	width: 902px;
}
#intro {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #a0bac7;
}

#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
 background: #FFFFFF;

}
.clear { clear: both; background: none; }