@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #122d8d;
}

p {	line-height:1.3em;}

a {color:#000;}
a:hover {text-decoration:underline;}

h1 {
	font-size: 21px;
	margin: 0px;
	padding: 18px 0px 10px 0px;
}
h3 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 16px;
}

#menu {
	color: #FBF39B;
	text-align: left;
	font-size: 18px;
	text-transform:uppercase;
	padding-left: 16px;
	}

#menu a:hover {
	color: #FAEE61;
}
#menu a {
	text-decoration:none;
	color: #FBF39B;
}
.menu-on {
	color: #FAEE61;
}

.mychair {
	font-size:44px;
	color: #1f986b;
	position: relative; top:-12px;
}
.slogan {
	font-size: 21px;
	color:#d9ba28;
	font-weight: 100;
	position: relative; left:25px; top:-12px;
}

#main {
	height:400px;
	}

.footer {
	font-size: 11px;
	color: #FFF;
	padding-left: 20px;
}

.footer a {
	text-decoration:underline;
		color: #FFF;
}

.noindent {
    margin: 0px 10px 10px -15px;
    padding: 0;
    list-style-image: url(images/tick-bullet.gif);
 	
	font-size: 12px;
}

.img-shadow {
  float: left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10 0 10px !important;
  margin: 10px 0 0 5px;  
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 2px;
	visibility: visible;
  }

#floatleft {float:left}

.form .input, .form .ta {
	width:250px;
	height:20px;
	margin:0px 0px 8px 0px;
}

.form .ta {
	height:138px;
	overflow:auto;
}

.transparent_class {
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
}
.transparent_class2 {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

li {
    margin: 0px 7px 7px -15px;
    padding: 0;
    list-style-image: url(images/tick-bullet.gif);
 	
	font-size: 12px;
}
.sml {
	font-size:10px;
	color:#999;
}
img.borderthin {
	padding: 1px;
	border: 2px solid #987541;
	margin: 0px 15px 7px 0px;
	float:left;
}
img.borderthin2 {
	padding: 1px;
	border: 1px solid #987541;
	margin: 1px 0px 5px 0px;
	float:left;
}
