/* basic elements */
/* This should cover most common elements */
html, body
{ 
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#676767;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background: #fbf9f0 url(../images/background.gif) repeat-x top left;
}

p
{
	margin-top: 0px; 
	text-align: justify;
}

h1
{
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
  margin-bottom: 10px;
}

h2, h3
{ 
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
  margin-bottom: 10px
}

h3
{
	font-size: 12px;
}

h4
{ 
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 15px;
}

a, a:link
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #80a0d3;
}

a:visited
{
	font-weight: bold; 
	text-decoration: none;
	color: #3e4d66;
}

a:hover, a:active
{
	text-decoration: underline; 
	color: #ffb80c;
}

img
{
	border: none;
}

dt
{
     font-weight: bold; 
     margin: 15px 0;
}
dd
{
    margin: 10px 0 30px;
}

form div label
{	
  display:block;
  float:left;
  margin:0pt 0pt 5px;
  padding:3px 5px;
  text-align:right;
  width:130px;
}

form div input, form div select, form div textarea
{
  margin:0pt;
  padding:1px 3px;
  width:300px;
}

#send
{
        width: 150px;
}

form div
{
  clear:left;
  display:block;
  margin:5px 0pt 0pt;
  padding:1px 3px;
}

form div select
{
  padding:1px 3px;
  width:311px;
}

/* Classes */

div.box
{
	margin-bottom: 20px;
}

div.boxcontent
{
   padding: 4px 8px;
}

/*Generic class for error messages*/
.error {
	color: #AA0000;
}

.homepagepic
{
	float: right;
	width: 174px;
	height: 94px;
	padding: 0 0 0 10px;
}

.aboutpic
{
	float: right;
	width: 194px;
	height: 119px;
	padding: 0 0 0 10px;
}

.aboutpartnerpic
{
	float: left;
	width: 118px;
	height: 100px;
	padding: 0 10px 0 0;
}

.profilepic
{
	float: left;
	height: 150px;
	padding-bottom: 50px;
	padding-right: 10px;
}

.eprofile
{
	clear: both;
}


/* specific divs */
#site
{
	padding: 10px;
	padding-bottom: 0;
	margin: 0 auto 0;
	width: 760px;
	text-align: left;
	padding-top: 140px;
}

#header
{
		padding-bottom: 20px;
		width: 644px;
}

#logo
{
	width: 355px;
	height: 60px;
	background: transparent url(../images/FClogo.gif) no-repeat top left;
}

#logo span
{
	display: none;
}

#footer
{
	background: #edebe0 url(../images/bot.gif) repeat-x bottom left;
	width: 760px;
	clear: both;
	margin-top: 15px;
	margin-left: 210px;
	margin: 0px auto 0px;
}

#footer p
{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

#footer .box
{
	background: transparent url(../images/tl.gif) no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
}

#footer .boxcontent
{
	background-color: transparent;
	padding-top: 15px;
	padding-left: 15px;
}

#menu .boxtitle
{
	padding-top: 8px;
	text-align: center;
}

#menu ul
{
	margin-top: 0px;
}

#content
{
	position: relative;
	top: 0px;
	text-align: left;
	width: 760px;
}

#menu h1, #menu h2, #menu h3, #logo h1
{
  margin: 0;
}

#menu
{
	position: absolute;
	background: transparent url(../images/menu.jpg) no-repeat top left;
	width: 760px;
	height: 123px;
	padding: 0;
	margin: 0;
	top: 0px;
}

#menu li
{
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li, #menu a
{
	height: 123px;
	display: block;
}


#menu span
{
	display: none;
}

/* Menu Item Entries */

#menuhome
{
	left: 59px;
	width: 127px;
}

#menuhome a:hover
{
	background: transparent url(../images/menu.jpg) -59px -123px no-repeat;
}

#menuabout
{
	left: 188px;
	width: 127px;
}

#menuabout a:hover
{
	background: transparent url(../images/menu.jpg) -188px -123px no-repeat;
}

#menuprofiles
{
	left: 317px;
	width: 127px;
}

#menuprofiles a:hover
{
	background: transparent url(../images/menu.jpg) -317px -123px no-repeat;
}

#menufaq
{
	left: 446px;
	width: 127px;
}

#menufaq a:hover
{
	background: transparent url(../images/menu.jpg) -446px -123px no-repeat;
}

#menucontact
{
	left: 575px;
	width: 127px;
}

#menucontact a:hover
{
	background: transparent url(../images/menu.jpg) -575px -123px no-repeat;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tl, .tr {
  position : absolute;
  width : 18px;
  height : 18px;  /* corner images are 8x8 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

/* Using CSS Smart Corners
   Developed by Mike Cherim
   at: http://mikecherim.com/experiments/css_smart_corners.php
*/

/* change position and image: top-right */
.tr {
  background : transparent url(../images/tr.gif) no-repeat top;
  top : 0;
  right : 0;
}