  /*Copyright to Nadia - Dreamweaverresources.com  Travel Template*/
  body {
	background-color: #73BCF8;
	color: #555555;
	
	
}

/* BASIC STYLES */
p, div, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #555555;	
}
/* BASIC LINK STYLES */

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration:  none;
	background-color: transparent;
	color: #E0A638;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* BASIC HEADER STYLES */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

h1 {
	color: #2C3F78;
	font-size: 15px;	
}

h2 {
	color: #2A93CA;
	font-size: 15px;	
}

h3 {
	color: #4B5567;
	font-size: 13px;	
}

ul li {
	border: 0px solid #000000;
	color: #5A5F45;
}

li {
	line-height: 2em;
	list-style: disc;
	color: #625C7F;
}

/*header*/
#Header {
background-color: transparent; /* background color to blend in with header graphic */
	border: none;
	margin: 0px;
	padding: 0px;
	
	}

/*navigation bar styling */
#navBar {
padding: 5px;
margin: 0px;
border-bottom: 1px solid #000000;
background-color: #70A9D8;
color: #FFFFFF;
background-image:  url('images/navBack.jpg');
height: 25px;   
width: 102%;

}

/* Begin content area */

#contentMain {
/*	margin: 0px;*/
	border: medium none;
	background-color: #E9F4FE;
	margin-left: 1px;
	width: 99.6%;
	background-color: #E9F4FE;	
	line-height: 1.5em;
	
	background-position:  left center;    /* change this postion to whereever you want the image */
	background-repeat: no-repeat; padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px
}

/* End content area */
/*Styles for Footer */
#footer {
margin: 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: center;
color: #555555;

	
}

/* clears the  divs */
#clearer {
clear:both;
line-height: 1px;

}
.clearer {
clear:both;
line-height: 1px;
}

/* used to float any images in content area right or left */
.floatRight {
	float: right;
	padding: 6px 2px 4px 6px;
}

.floatLeft {
	float: left;
	padding: 6px;
}

/* STYLE FOR THE QUOTE BOX */
.pullquote {	
float:left;
width:25%;
padding:4px;
border:1px solid black;
font-size:1.2em;
line-height:1.2em;
margin-top:15px;
margin-left:15px;
margin-bottom:15px;
margin-right:15px;
background-color: #FFFFFF;
font-weight:bold;
color: White;
}

/*styles for the contact form*/
form { margin: 2px 10px;
}

label, span.spacer {width:140px;}

/*styles the form fields*/
label{
color : #7D7D7D;
font-weight : bold;
}
fieldset{
padding:10px;
margin-bottom : 15px;
margin-top: 25px;
}
/*styles the 'contact form text' text at top of contact form*/
legend {
color: #000066;
font:  bold 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 8px;  /*gives a bit of padding between the border and the text*/
margin: 6px;
}
/*styles the comments box*/
textarea {
	background-color:
	
	background: #FFFFFF;
}
/*styles the input fields*/
input {
	background-color:
	border: 1px solid #000;
	background: #FFFFFF;
}

