/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html

*/       

html, body {border: 0; margin: 0; padding: 0;   font: 85%/0.9 arial, helvetica, sans-serif;}

body.main{
  	font: 85%/0.9 arial, helvetica, sans-serif;
	/*background: #ffffff; /*url(/images/bg.jpg) repeat 0 0; */
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
	background: #f2f5f8 url(/images/bg.gif) repeat-x;
}


body#contactus {
  	font: 85%/0.9 arial, helvetica, sans-serif;
		/*background: #f2f5f8 url(/images/bg.gif) repeat-x;*/
		background: #ffffff; /*url(/images/bg.jpg) repeat 0 0; */
  	line-height: 130%;
  	width: 100%;
  	min-width: 680px;
  	color: #333333;
}
#contactus .textlabel {
	font-size:1.1em;
}
#contactus .errorlabel {
	font-size:.7em;
}

.grey {
  color:#FFFFFF;
} 
.white {
  color:#ffffff;
}



a {
	color: #0099CC;
	text-decoration: none;

}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

.main a {
	color: #71a6e8;
	font-weight:bold;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-size: 1em;
}
.main a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 1.6em;
	height: 20px;
	
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}



.main h3 {
	font-size: 170%;
	padding-bottom: 8px;
	font-weight: bold;
	color: #6FBE44;
	line-height: 1;
}

.main h4 {
	font-size: 135%;
	padding-bottom: 8px;
	color: #555555;
	line-height: 1;
}

p {
	margin: 7px 0;
	padding: 0;
}

.midfont {
	font-size: .8em;
	color: #333333;
	font-weight:bolder;
	padding: 5px 0 10px;
}

#work p {
		padding-bottom: 8px;
	}
	
.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width:980px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

