
/* Credits and notes
----------------------------------------------------------
It should be noted that the look and feel of this website comes from the beautiful Wordpress theme Peachful Rush 
(http://www.wpdesigner.com/2007/01/17/peaceful-rush-wordpress-theme/).
No, this site is not run on Wordpress, and yes, all the code was rewritten 
by hand (i.e.: it's not Small Potato's code/xhtml/css). However, the visual anchor of the site unquestionalby comes from Small Potato's work. Nicely
done, mate.

Oh, and GPL and all that.
----------------------------------------------------------*/




/* General Rules 
----------------------------------------------------------*/

body
{
margin:0 auto;
padding:0;
background-color: #008bc5;
font-size: 76%;
font-family: "Lucida Grande", tahoma, verdana, sans-serif;
color: #444;
line-height: 1.6em;
}

h1 {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #b54a36;
	font-family: "Adobe Garamond", "Garamond", Times, serif;
	font-size: 24px;
	line-height: 24px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #1c253b;
	padding: 8px 0 2px 0;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 12px;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #69c2ff;
	padding-top: 1em;
}

blockquote
{
	padding-left: 15px;
	border-left: 5px solid #ccc;
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 1.8em;
}

p {

}

ul li {
	line-height: 1.4em;
	position: relative;
	
	padding-bottom: 5px;
}

ol li {
	line-height: 1.4em;
	position: relative;
	padding-bottom: 5px;
}

a:link, a:visited
{
	color: #036;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #b54a36;
	text-decoration: none;
}

img
{
border: 0;
float: left;
}

.right
{
float: right;
}

p.ie5
{
color: #fff;
font-weight: bold;
text-align: center;
}

p.ie5 a:link, .ie5 a:visited
{
color: #fff;
text-decoration: underline;
}

p.ie5 a:hover, .ie5 a:active
{
color: #fff;
text-decoration: none;
}



/* Structure
----------------------------------------------------------*/
#topContainer
{
width: 100%;
background: #fff url(../images/topContainerBK.jpg) top repeat-x;
text-align:center;
}


#bottomContainer
{
width: 100%;
background: #008bc5 url(../images/bottomContainerBK.jpg) top repeat-x;
text-align:center;
}

#header
{
height: 105px;
width: 760px;
padding:0;
margin:0 auto;
/* border: 1px solid #f00; */
text-align:left;
}

#logo
{
height: 105px;
width: 175px;
float: left;
margin-left: 10px;
text-indent: -999999px;
background: transparent url(../images/logo.jpg) no-repeat top left;
}

#logo a
{
	display: block;
	height: 105px;
	width: 130px;
	background: none;
	text-decoration: none;
}

* html #logo
{ /*IE 6 only */
w\idth: 175px; 
}

#topNav
{
height: 105px;
width: 565px;
float: right;
text-align:left;

}

#contentContainer
{
width: 720px;
min-height: 400px;
padding:10px 20px 10px 20px;
margin:0 auto;
background: #fff url(../images/contentContainerBK.jpg) top no-repeat;
clear:both;
text-align:left;

}

#banner
{
height: 130px;
width: 720px;
padding-bottom: 10px;
background: transparent url(../images/banner.jpg) no-repeat left top;
}

#sidebar
{
width:175px;
min-height: 200px;
margin: 0 10px 0 0;
padding-top: 10px;
background: #fff url(../images/sidebarBK.jpg) no-repeat top;
float: left;
}

#mainContent
{
width: 515px;
min-height: 200px;
background: #fff url(../images/mainContentBK.jpg) no-repeat top;
float: right;
padding: 10px 10px 50px 10px;
}

#clearThis
{
clear: both;
}

#footer
{
width:720px;
min-height: 200px;
margin: 0 auto;
color:#eee;
padding: 10px 20px 0 20px;
text-align: right;
}

/* top navigation
----------------------------------------------------------*/

.col1, .col2, .col3, .col4, .col5
{
width: 107px;
margin: 10px 0 0 10px;
float: left;
padding:0;
}

.col1 ul, .col2 ul, .col3 ul, .col4 ul, .col5 ul
{
padding:0;
margin: 0;
}


.col1 li, .col2 li, .col3 li, .col4 li, .col5 li
{
list-style-type: none;
margin: 0;
}

.col1 a:link, .col2 a:link, .col3 a:link, .col4 a:link, .col5 a:link, .col1 a:visited, .col2 a:visited, .col3 a:visited, .col4 a:visited, .col5 a:visited
{
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.col1 a:hover, .col2 a:hover, .col3 a:hover, .col4 a:hover, .col5 a:hover, .col1 a:active, .col2 a:active, .col3 a:active, .col4 a:active, .col5 a:active
{
color: #ccc;
}



/* Sidebar
----------------------------------------------------------*/
#sidebar h3
{
font-size: 14px;
font-weight: normal;
margin: 0 0 12px 0;
padding: 0 5px 0 5px;
border: 0;
color: #666;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding:0;
	}

#sidebar li {
margin: 0;
padding:0;
}

#sidebar li a, #sidebar li a:visited {
	display: block;
	width: 155px;
	margin: 0;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: #036;
	border-bottom: 1px solid #eee;
	background: transparent;

}

#sidebar li a:hover, #sidebar li a:active, #sidebar li a.current {
	color: #b54a36;
	background: transparent url("/images/subNavBK.jpg") repeat-y;
}



/* mainContent
----------------------------------------------------------*/

#subContent
{
float: left;
width: 515px;
background:#fff url(../images/callOut.jpg) top no-repeat;
}


.contentLeft
{
width: 227px;
float: left;
padding: 0 20px 0 10px;
margin: 0px;
}

.contentRight
{
width: 227px;
float: left;
padding: 0 10px 0 20px;
margin: 0px;
}

.contentLeft h3, .contentRight h3
{
margin:0;
}


/* footer
----------------------------------------------------------*/

.copyright a:link, .copyright a:visited
{
color: #fff;
text-decoration: none;
margin:0;
}

.copyright a:hover, .copyright a:active
{
color: #ff6;
}

/*#footerImage
{
height: 105px;
width: 185px;
float: left;
margin-left: 10px;
text-indent: -999999px;
background: #f00 url(../images/logo.jpg) no-repeat top left;
}

.col6, .col7, .col8, .col9, .col10
{
width: 97px;
margin: 10px 0 0 10px;
float: left;
padding:0;
}

.col6 ul, .col7 ul, .col8 ul, .col9 ul, .col10 ul
{
list-style-type: none;
padding:0;
margin: 0;
}


.col6 li, .col7 li, .col8 li, .col9 li, .col10 li
{
margin: 0;
}

.col6 a:link, .col7 a:link, .col8 a:link, .col9 a:link, .col10 a:link, .col6 a:visited, .col7 a:visited, .col8 a:visited, .col9 a:visited, .col10 a:visited
{
text-align:right;

color: #fff;
font-size: 12px;
font-weight: bold;
}

 .col6 a:hover, .col7 a:hover, .col8 a:hover, .col9 a:hover, .col10 a:hover, .col6 a:active, .col7 a:active, .col8 a:active, .col9 a:active, .col10 a:active
{
color: #ccc;
text-decoration: underline;
}*/

/* tabular elements
--------------------------------------------------------- */
table
{
background-color: #fff;
border-top:0;
border-left:0;
border-right:0;
border-bottom: 0;
empty-cells: show;
margin: 0 0 20px 0;
padding: 4px;
text-align: left;
width: 100%;
}

table thead th
{
border: 0;
border-bottom: 1px solid #ddd;
color: #777;
font-size: 90%;
padding: 3px 0;
margin: 0 0 5px 0;
text-align: left;
}

table tbody td 
{
color: #444;
padding: 2px 0 2px;
border-bottom: 1px solid #eee;
vertical-align: top;
}

table tbody tr:hover 
{
background-color: #fefefe;
}

table tbody tr:hover td
{
 color: #222;
}


/* form elements
--------------------------------------------------------- */


form {
	margin: 15px 0;
}

select, textarea {
	font: 1.2em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 4px;
	margin: 0 1px;
	border: 1px solid #ddd;
	background: #fff;
	color: #555;
	width: 150px;
}

/*
input, select, textarea {
	font: 1.2em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 4px;
	margin: 0 1px;
	border: 1px solid #ddd;
	background: #eee;
	color: #555;
	width: 150px;
}

input.button {
	padding: 3px 10px;
	width: auto;
}

select
{
min-width: 150px;
width: auto;
}
*/

hr
{
border:0;
width: 80%;
color: #eee;
background-color: #eee;
height: 1px;
}

.highlight
{
background-color: #ffcc00;
}