@charset "utf-8";
/* CSS Document */
/*** presets***/
* {
	margin: 0;
	padding: 0;
}

body { 
	background: #A8B4BC url(images/bodybkg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}


a {
	color: #666666;
}

a:hover {
	text-decoration: none;

}

img { 
	border:none;
}
img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}


/* Header */

#topbar { 
	background:#000; 
	padding:10px;
}
#topnav	{	
	width: 990px;
	margin: 0 auto; 
	float: right;
}
#topnav ul{ 
	margin:0; 
	padding:2px 0 0 0;
}
#topnav li { 
	float:left;  
	border-right: solid thin #fff; 
	padding:0 10px 0 10px; 
	list-style-type:none;
}
#topnav li.noborder {
	border:none;
}
#topnav li a { 
	color:#FFFFFF; 
	text-decoration:none;
}
#topnav li a:hover {
	color:#22B700;
}

/***search***/
#topbar form {
	padding:0;
}
fieldset {
	border:none;
}
label[for="search"] {
	color:#000;
}
input[type="submit"] {
	background: none;
	border: none;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
}
input[type="submit"]:hover {
		color:#22B700;
		cursor:pointer;
}

#logo {
	width: 670px;
	height: 163px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	
}

#logo img { 
	position:relative;
	bottom:30px;
	left:-100px;
}
#flash img { 
	position:relative;
	left:370px;
	top: -120px;
	margin-bottom: -90px;
}

/***wrapper***/
#wrapper {
	width: 901px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float:right;
	margin: 0 13px -6px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;	
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	background: url(images/menu.png) repeat-x;
	border-right:#314253 solid thin;
}
#menu li.noborder a{
	border-right:none;
}
#menu a:hover,#menu .current_page_item a  {
	background: url(images/menuhover.png);
	color: #000;
}


/* content */

#content {
clear:right;
	
	color:#000;
	
}
#contenttop {
	background: url(images/img05.png) no-repeat;
	height:20px;
}
#content h1 {
	font-size:20px;
	text-indent:5px;
}
#maincontent {
	background:#fff;
	
	padding:0 0 10px 0;
}
#welcome {
	width:390px;
	padding:0 30px 0 30px;
	float:left;
}
#welcome p{
	padding: 10px 0 0 0;
}
#testimonial{
	width:390px;
	padding:0 30px 0 30px;
	float:left;
}
#testimonial h1 {
	text-align:right;
}
#testimonial p{
	padding: 10px 0 0 0;
	font-style:italic;
}
p.signature {
	width:201px;
	float:right;
	height:37px;
	font-style:italic;
	padding:0 0 5px 0;
	font-size:13px;
}
p.signature img{
	float:right;
	position:relative;
	bottom:23px;	
}
#floatclear { 
	clear:left;
}
#contentbottom {
	height: 20px;
	padding:0 0 10px 0;
	background: url(images/img06.png) no-repeat;
}
/***bottom navigation***/
#nav {
	margin: 0 auto;
	color:#000;
	font-size:12px;
	text-transform:uppercase;
}
#nav h4 {
	float:left;
	padding:5px 30px 5px 30px;
}
#nav ul {
	clear:left;
	margin:0;
	padding:0 0 0 120px;
}
#nav li {
	list-style-type:none;
	text-transform:capitalize;
	padding:0 0 5px 0;
	
}

/* Footer */
#footer {
	clear:left;
	padding: 40px 0;
	
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #000;
}

#footer a {
	color: #000;
}

/* Facebook */
 html .fb_share_button {
  display: -moz-inline-block; 
  display:inline-block; 
  padding:1px 20px 0 5px; 
  height:15px; 
  border:1px solid #d8dfea; 
  background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981) no-repeat top right;
} 

html .fb_share_button:hover { 
  color:#fff; 
  border-color:#295582; 
  background:#3b5998 url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981) no-repeat top right;  	text-decoration:none;
}
