*{
	margin:0;
	padding:0;
}

body {
	font-size: small;
	color: #FFFFFF;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #B0B0B0;
	overflow: -moz-scrollbars-vertical;
}

body, th, td, input, textarea, select, option {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
/* Page */

#page {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/backWrap.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #393C3C;
}

h1, h2, h3 {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 {
	letter-spacing: 1px;
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD26D;
	margin-top: 0.5em;
	color: #FFD26D;
	margin-bottom: 0.5em;
}

h2, h3 {
	letter-spacing: 1px;
	font-size: 140%;
	color: #FFD26D;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4 {
	color: #FFEE8C;
	margin-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

p, ul, ol {
	line-height: 180%;
	margin-bottom: 1.1em;
	}
p.small {
	line-height: 100%;
	margin-bottom: 1.1em;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	}
a {
	color: #FFEE8C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 900px;
	height: 148px;
	background-image: url(../images/topLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	background-color: #505353;
}
#photo{
	width: 900px;

}
#flash {

}
/* Navbar - the nav works by a clever swapping of the image using css not javascript*/

#navContainer {
	width: 900px;
	height: 29px;
	}

#nav {
	height: 29px;
	list-style: none;
	display: inline;
	overflow: hidden; 
	width: 900px
	
}
#nav li {
    list-style: none;
    display: inline;
}
#nav a {
    float: left;
    padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:29px; /* for IE5/Win only */
	}
#nav a:hover {
   background-position: 0 -29px;
}
#who a {
   width: 150px;
   background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#who a:hover {
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left -29px;
	}
#what a {
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -150px top;
}
#what a:hover {
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -150px -29px;
}
#how a {
   width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -300px top;
}
#how a:hover {
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -300px -29px;
}
#news a {
   width: 150px;
   background: url(../images/nav.gif) top left no-repeat;
   background-position: -450px top;
}
#news a:hover {
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -450px -29px;
}

#login a {
   width: 150px;
   background: url(../images/nav.gif) top left no-repeat;
    background-position: -600px top;
}
#login a:hover {
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -600px -29px;
	}
#contact a {
   width: 150px;
   background: url(../images/nav.gif) top left no-repeat;
    background-position: -750px top;
}
#contact a:hover {
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: -750px -29px;
	}

/* Content */

#content {
	float: left;
	width: 592px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 110%;

}
#contentWide {
	float: left;
	width: 860px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;

}
#content ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
}

#content li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
}

#content li ul {
	padding: 15px 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 92%;
}

#sidebar h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD26D;
	color: #FFD26D;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 170%;
}
#sidebar h3 {
	background: url(../images/fish.gif) no-repeat left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	color: #B0B0B0;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 30px;
}
#sidebar strong {
	color: #D3B162

}
#sidebar a {
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;

}
/* News image - this class controls the sasnall images in the right news */

.imgLeft {
	float:left;
	padding:2px;
	border:1px solid #E6E6E6;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Footer */

#footer {
	clear: both;
	font-size: smaller;
	color: #4F5353;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFEE8C;
	padding-right: 0;
	padding-left: 0;
}

#footer a {
	color: #4F5353;
	text-decoration: none;
}
#footer p{
	color: #4F5353;
	padding-bottom: 15px;
}
/*---------------Lets talk Form--------------*/

fieldset{
	margin-bottom: 10px;
	padding: 15px;
	background-color: #D7D7D7;
	margin-right: 15px;
}
fieldset.sharef{
    margin-top: 15px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #D7D7D7;
	margin-right: 0px;
}
fieldset.sharef a{
 color: #333333;
 margin-bottom: 20px
}

legend{
	font-size:110%;
	font-weight: bolder;
	color: #24464F;
}
label{
	display:block;
	margin-top: 10px;
	color: #24464F;
	font-size: 85%;
}
input:focus, textarea:focus{
	background-color: #FEE4BA;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 1px;
}
input, textarea, select{
	color:#336666;
	margin-top: 5px;
	width: 300px;
	font-size: 95%;
	padding: 1px;
	border: 1px solid #AEAEAE;
}
input.share{
	color:#336666;
	margin-top: 5px;
	width: 180px;
	font-size: 95%;
	padding: 1px;
	border: 1px solid #AEAEAE;
}

input.required_Field, textarea.required_Field{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFD26D;
}
input.butt {

	font-size: 95%;
    font-weight: normal;
    color: #fff;
    border: 1px solid #56718B;
    margin-top: 10px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    background-color: #25313D;
	width: 75px;
	cursor:pointer;
}
p.table {
    font-size: 85%;
    margin-bottom: 0.5em;
	color: #000
}
#flashcontent {
	z-index: 1;
}
/*--Image Popup--*/

DIV.popup {
	POSITION: absolute;
	BACKGROUND-COLOR: white;
	max-width: 900px;
	z-index: 100;
	border: 1px solid #666666;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#popup_overlay {
	LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 500px; BACKGROUND-COLOR: whitesmoke
}
SPAN.popup_link {
	CURSOR: pointer;
	BORDER-BOTTOM: 1px dotted;
	color: #000000;
}
DIV.popup a{
	CURSOR: pointer;
	BORDER-BOTTOM: 1px dotted;
	color: #666666;
	text-decoration: none;
}
.popup_draghandle {
	CURSOR: move
}

/*--dl list--*/
dl {
	OVERFLOW: hidden;
	margin-top: 0px;
	WIDTH: 565px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F5CA6B;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
dd {
	OVERFLOW: auto
}
dd p{

}
dt img{
	FLOAT: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
 HTML DD {
	HEIGHT: 1%
	}
