
* { 
margin: 0; 
padding: 0; 
}

body {
background: #333;
font: 13px/1.5 Arial, Helvetica, sans-serif;
color: #FFF;
}

/*LAYOUT*/

#container {
width: 960px;
margin: 0 auto;
background: #333;
}

#header{
/*background: url(../images/header.jpg) no-repeat;*/
height: 165px; 
}

#content{
width: 960px;
border: 1px solid #555;
padding: 0 10px 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;  /*(this one will have to be removed in the future)*/
border-radius:20px; 
/*behavior: url('PIE.htc');*/
}

.caption {
width: 200px;
float: left;
margin: 10px 50px 10px 65px;
}

.caption p {
text-align: center;
padding: 3px 0;
font-weight: bold;
font-size: 1.1em;
}

.caption img{ 
border: 2px solid white;
}

#footer{
text-align: center;
font-size: 90%;
margin: 5px 0;
}

/*NAVIGATION*/

/* Main menu settings */
#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	/*border-bottom:1px solid #000;*/ /* black line below menu */
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:95%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:.6em 1em .6em;
	font-size:1em;
	line-height:1em;
	background:#555;
	text-decoration:none;
	color:#fdf1b1;
	font-weight:bold;
	border-bottom:3px solid #555;
}
#centeredmenu ul li.active a {
	color:#fff;
	background:#000;
}
#centeredmenu ul li a:hover {
	background:#000; /* Top menu items background colour */
	color:#fdf1b1;
	border-bottom:3px solid #fdf1b1;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#000; /* Top menu items background colour */
	color:#fdf1b1;
	border-bottom:3px solid #fdf1b1;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2.1em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.9em;
	 /* resets the bold set for the top level menu items */
	background:#555;
	color:#fdf1b1;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:3px solid #000; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#000; /* Sub menu items background colour */
	color:#fdf1b1;
	float:left;
	border-bottom:3px solid #fdf1b1;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

/*HTML TAGS*/

a {
text-decoration: none;
color: #fdf1b1;
}

a:hover {
text-decoration: underline;
}

img {
border: none;
}

img.floatright{
float: right;
margin: 0 50px 0 20px;
border: 2px solid white;
}

img.floatleft{
float: left;
margin: 25px 20px 5px 15px;
border: 2px solid white;
clear: left;
}

img.left{
margin-left: 50px;
border: 2px solid white;
}

p {
margin: 10px 5px;
}

p.testimonials{
margin: 20px 10px 0 10px;
}

p.name{
margin: 0;
font-style:italic;
font-weight: bold;
}

#content ul li {
margin-left: 40px;
}

#content li{
margin: 5px;
}

.clear{
clear: both;
}


/*HEADERS*/
h1, h2, h3, h4{
text-align: center;
}

h1 {
font-size: 80px;
padding: 0;
font-family: 'Tangerine', cursive;
color:#fdf1b1;
font-weight: bold;
margin-top: -15px;
height: 60px;
}

h2{
font-size: 16px;
padding: 35px 0 15px;
color: #FFF;
font-weight: bold;
font-style:italic;
}
h3 { 
font-size: 36px;
padding: 10px 0 0 0;
font-family: 'Tangerine', cursive;
color: #FFF;
}

h4 {
font-size: 16px;
padding-top: 20px;
color: #FFF;
}


/*FORM ELEMENTS*/
.contact{
width: 475px;
float: right;
padding: 2px 10px;
border: 2px solid #FFF;
margin: 10px; 
}
label {
display:block;
margin: 2px 0;
color: #FFF;
font-weight:bold;
font-size: 90%;
}
input {
padding: 1px 2px;
	
}
textarea {
width: 420px;
margin: 3px 0 5px 0;
padding:2px;
height:78px;
display:block;
color:#000;
}
input.button { 
margin-top: 10px; 
font: bold 1em Arial, Sans-serif; 
background: #555; 
padding: 2px 3px; 
color: #fdf1b1;	
}
/*END FORM*/

