/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [your name]
email:     [you at domain dot com]

website:   [your domain]

version history: [location of file]
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,p, input, blockquote, th, td {
margin:0pt;
padding:0pt;
border: 0;
}
*/
body{
margin:0pt;
padding:0pt;
border: 0;
}
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}
*/

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.fright
	{
	float: right;
}



.fleft
	{
	float: left;
}
.ceil{
width:100%;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	color: #ffffff;	
	text-align:center;
	background-color: #272532;
}

/* Set page width here - you can also use percentage */
tbody {
vertical-align:top;
}
#wrapper{ 
	margin-left:10px; 
	margin-right:10px;
	margin-top:10px;  
}

.container
{ 
color: #ffffff;
vertical-align:top;
}

.content{
padding-right:25px;
padding-left:25px;
padding-top:25px;
background-color:#494757;
border-left:3px #242231 solid;
border-right:3px #272532 solid;
background-image:url(../images/crystal.jpg);
background-position:bottom right;
background-repeat:no-repeat;

}

/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.2em; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */

}
	
h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}
	
p
	{
	font-size: 1.2em; /* Equivalent to 12pt */
	padding-bottom:1.2em;
}
 q, cite
	{
	font-size: 1.2em; /* Equivalent to 12pt */
}
ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* Links */

a:link {
	color: #0000FF;
	
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Header
-----------------------------------------------------------------------------*/
.headerRight {
background-image:url(../images/header_right.jpg);
background-repeat:no-repeat;
background-position:right;

}
.headerLeft {
background-image:url(../images/header_left.jpg);
background-repeat:no-repeat;
background-position:left;
}
.headerRepeat {
background-image:url(../images/header_repeat.jpg);
background-repeat:repeat-x;

}


/* Navigation
-----------------------------------------------------------------------------*/
.menuPoliciesBG{
background-image:url(../images/policiesMenuBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-left:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;
padding-left: 0px;

}
.contentPoliciesBG{
background-image:url(../images/policiesContentBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-right:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;

}
.menuContactBG{
background-image:url(../images/contactMenuBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-left:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;
padding-left: 0px;

}
.contentContactBG{
background-image:url(../images/contactContentBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-right:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;

}
.menuLinksBG{
background-image:url(../images/linksMenuBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-left:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;
padding-left: 0px;

}
.contentLinksBG{
background-image:url(../images/linksContentBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-right:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;

}
.menuAboutBG{
height:412px;
background-image:url(../images/aboutMenuBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-left:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;
padding-left: 0px;

}
.contentAboutBG{
background-image:url(../images/aboutContentBG.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-right:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;

}
.menuBG{
background-image:url(../images/menu_bg.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-left:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;
padding-left: 0px;

}
.indexBG{
background-image:url(../images/forest.jpg);
background-repeat:no-repeat;
border-top:3px #493e1f solid;
border-right:3px #493e1f solid;
border-bottom:3px #493e1f solid;
margin-top:3px;

}
.borderTable{
border-left:3px #242231 solid;
}

/* Footer
-----------------------------------------------------------------------------*/
.footertable{
	margin-top:3px;
}


.footerRight {
background-image:url(../images/footer_right.jpg);
background-repeat:no-repeat;
background-position:right;

}
.footerLeft {
background-image:url(../images/footer_left.jpg);
background-repeat:no-repeat;
background-position:left;
}
.footerRepeat {
background-image:url(../images/footer_repeat.jpg);
background-repeat:repeat-x;

}

/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/


/* Forms
-----------------------------------------------------------------------------*/



input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}