@charset "utf-8";
/* CSS Document */

/*Standard Page Elements*/
body {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEE1A9;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

p {
	text-align:justify;
	margin-top: 1px;
	padding-right:8px;
}

A:link	{
	color: #C49447; 
	text-decoration:none;
}

A:visited  {
	color: #C49447; 
	text-decoration:none;
}

A:hover	{
	color: #E9B000;
	text-decoration:underline;
}

.lefttext {
	text-align:left;
}

.menubullet {
	padding-right:5px;
}

.menutext {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.menutext:hover {color:#E9B000;}

.menutext:visited {
	color:#666666;
	font-size: 12px;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
}

.mainmenutext {
	color: #C49447;
	font-size: 12px;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.mainmenutext:hover {
	color:#E9B000;
	text-decoration: underline;
}

.mainmenutext:visited {
	color:#C49447;
	font-size: 12px;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
}

.copyrighttext {
	color: #949699;
	font-size: 12px;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.testimonialtext {
	color: #C49447;
	font-size: 10px;
}

.banner	{
	font-size: 12pt;
	color: #363636;
	font-weight:bold;
	padding-right:8px;
}

.heading {
	font-size: 10pt;
	color: #363636;
	font-weight:bold;
	padding-right:8px;
}

.rightpadding {
	padding-right: 5px;
}

.pictureborder {
	margin: 4px 5px;
	padding: 3px;
	border: 1px solid #CC6600;
}

.picturecaption {
	color:#666666;
}

					
/*Common DIV declerations*/

#spacer40 {
  	width: 5px;
  	height: 40px;
}

#spacer20 {
  	width: 5px;
  	height: 20px;
}

#spacer10 {
  	width: 5px;
  	height: 10px;
}

#container {
	width: 770px;
	height: auto;
	margin: 0px auto;
	position: relative;
	background-color:#EEE1A9;
}

#pagetop {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 770px;
  	height: 65px;
}

#logo {
  	background: url(../images/logo.jpg) no-repeat;
  	position: absolute;
  	top: 10px;
  	left: 0px;
  	width: 235px;
  	height: 60px;
}

#toprightmenu {
  	position: absolute;
  	top: 55px;
  	left: 235px;
  	width: 535px;
  	height: 15px;
}

#mainmenubar {
  	background: url(../images/wave_top.gif) no-repeat;
  	position: absolute;
  	top: 75px;
  	left: 0px;
  	width: 770px;
  	height: 65px;
}

#positionmenu {
  	position: absolute;
  	top: 125px;
  	left: 55px;
  	width: 400px;
  	height: 15px;
}

#contentcontainer {
	background-color:#FFFFFF;
	position: absolute;
	top: 140px;
	width: 770px;
  	height: auto;
	padding-top: 15px;
}

#content {
	background-color:#FFFFFF;
	float: left;
  	width: 750px;
  	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#pagebottom {
  	background: url(../images/wave_bottom.gif) no-repeat;
	float: left;
  	width: 770px;
  	height: 65px;
}

#bottomtext {
	position: relative;
  	top: 40px;
  	left: 90px;
  	width: 300px;
  	height: 15px;
	text-align: center; 
}

