@charset "UTF-8";

img {
	border: 1px dotted #9898af;
	margin: 0px;
	padding: 0px;
}

/*.imgBorder {
	border: 1px dotted #9898af;
	margin: 0px;
	padding: 0px;
}
*/
img.floatLeft {
	float: left;
	margin: 0px 20px 10px 0px;
}

img.floatRight {
	float: right;
	margin: 0px 0px 10px 20px;
}


a:link, a:visited, a:active {
	color: #382249;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #962200;
	text-decoration: none;
	font-weight: bold;
}

A:focus, A:hover, A:active {
	outline: none;
}  /* Firefox image outline fix */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	color: #382249;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 140%;
	padding-bottom: 0px;
}

h2 {
	color: #4C4B62;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 140%;
	padding-bottom: 0px;
}

h3 {
	color: #382249;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 140%;
	padding-bottom: 0px;
}

h4 {
	color: #382249;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 140%;
	padding-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #382249;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	position: relative;
	width: auto;
	background-position: center top;
}

.color {
	color: #C13908;
}

.bottomDotted {
	line-height: 140%;
	padding: 5px 10px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9898af;
}

.bottomDottedNoPadding {
	line-height: 140%;
	padding: 0px 10px 20px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9898af;
}

.bottomDottedFloat {
	line-height: 140%;
	margin-left: 320px;
	padding: 5px 10px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9898af;
}

.bottomDottedFloat2 {
	line-height: 140%;
	margin-left: 220px;
	padding: 5px 10px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9898af;
}

.bottomClear {
	line-height: 140%;
	border-bottom: 0px;
	padding: 5px 10px 5px 20px;
}

.indent {
	padding-left: 40px;
}

.topMargin {
	margin-top: 1em;
}

.bottomMargin {
	margin-bottom: 1em;
}

.marginRight {
	margin-right: 15px;
	margin-bottom: 15px;
}

.marginBottom {
	margin-bottom: 15px;
}

.blockQuote {
	margin:2em 270px 0px 0px;
	padding: 10px 0px;
	color: #C13908;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9898af;
	border-bottom-color: #9898af;
}

.blockQuoteGeneral {
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}


.textWrap {
	line-height: 140%;
	border-bottom: 0px;
	padding: 5px 10px 5px 20px;
}


.mainBody #container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
} 

#wrapperTopLevel {
	width: 1500px;
	position: relative;
	left: 50%;
	margin-left: -750px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/layoutTop.jpg);
}
#wrapperSecondLevel {
	width: 1500px;
	position: relative;
	left: 50%;
	margin-left: -750px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/layoutReflect.jpg);
}

#wrapperFooter {
	width: 1500px;
	position: relative;
	left: 50%;
	margin-left: -750px;
	margin-top: 50px;
	height: 100px;
	border-top-width: 1px;
	border-top-style: dotted;
	background-image: url(images/textureTitleFooter.jpg);
	background-repeat: repeat-x;
	border-top-color: #9898af;
}

#wrapperBody {
	text-align: left;
	position: relative;
}

.mainBody #wrapperBoxes {
	width: 940px;
	text-align: left;
	margin: 0px;
	clear: both;
	float: left;
	margin-top: 20px;
}

.mainBody #wrapperBoxesTestim, .mainBody #wrapperBoxesTestimSecond {
	width: 940px;
	text-align: left;
	padding-top: 0px;
	margin: 0px;
	clear: both;
	float: left;
}

.mainBody #topItem {
	width: 280px;
	margin: 0 0 0 940px;
	text-align: center;
	padding: 15px 0 0 0;
	color: #382249;
}

.mainBody #topItem a:link, a:visited, a:active {
	color: #382249;
	text-decoration: none;
}

.mainBody #topItem a:hover {
	color: #C13908;
	text-decoration: none;
}

.mainBody #navBar {
	width: 940px;
	height: 30px;
	text-align: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 280px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4c4b62;
}

#headerText {
	width: 930px;
	margin: 0 auto;
	text-align: right;
	padding: 110px 15px 0 0;
	color: #F1E9DB;
} 

.mainBody #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 10px;
}

.mainBody #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 15px 10px;
}

.mainBody #mainContent {
	margin: 0px 310px 0px 0px; /* the right margin on this div element creates the column down the left side of the page - no matter how much content the 	sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 20px 0px;
	text-align: left;
} 
.mainBody #mainContentHome {
	margin: 0px 310px 0px 0px; /* the right margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 20px 0px;
	text-align: left;
	background-image: url(images/layoutMainContent.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 

.mainBody #footer {
	width: 940px;
	margin-left: 280px;
	padding: 20px 0 10px 0;
	text-align: left;
} 

.mainBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0.5em 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #382249;
}

.boxFirst {
	width: 300px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	clear: none;
}

.box {
	width: 300px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	float: right;
	clear: none;
}

#map {
	padding: 5px 5px 10px 5px;
	background-image: url(images/titleBackMap.jpg);
	background-repeat: repeat;
	border: 1px dotted #9898af;
}

.valid {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	text-align: right;
}

.valid img {
	margin-bottom: 3px;
	border: 1px dotted #9898af;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearDiv {
	clear:both;
	margin-bottom: 30px;
}

.clearMain {
	clear:left;
	margin-bottom: 20px;
}

SPAN.tilted {
	font-style: italic;
}

.backgroundTitle {
	padding: 5px 0px;
	background-image: url(images/titleBack.jpg);
	border: 1px dotted #9898af;
	margin-bottom: 20px;
}

.backgroundTitle h1, .backgroundTitle h3{
	color: #CCCCCC;
	
}





#formone, #formtwo, #formthree {
	padding: 15px;
}

form {
	padding: 20px 0px;
}

form div {
	margin: 0 0 0.25em 0;
	clear: none;
	
}

form div.actions {
	margin-left: 8em;
	padding-left: 1.5ex;
	padding-top: 1ex;
}

form label {
	width: 8em;
	display: block;
	float: left;
	padding-top: 1ex;
	padding-right: 1.5ex;
	text-align: left;
}

form #message {
	overflow: auto;
}

form #name, #email, #number, #message, #myname, #myemail, #friendname, #friendemail {
	border: 1px dotted #9898af;
	background-color: #FCFFF4;
	color: #382249;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	width: 300px;
	padding: 0.5ex 1ex;
}

#gallery, #gallery2 {
	padding-left: 30px;
}

#gallery img {
	padding: 5px;
}

#gallery2 img {
	padding: 5px;
}






#navBar ul  {
margin :0px 0px 0px -5px;
padding : 0;
list-style : none;
width : 100%;
font-size: 16px;
font-weight: bold;
}

#navBar ul li {
	float : left;
	margin-right: 5px;
	/*height : 20px;*/
	padding: 5px;
} 

#navBar li a:link, a:visited, a:active {
line-height : 100%;
width : 100%;
/*height : 20px;*/
font-family : Verdana, Helvetica, Arial, sans-serif;
color: #382249;
text-decoration: none;
}

#navBar li a:hover {
	line-height : 100%;
	width : 100%;
	/*height : 20px;*/
font-family : Verdana, Helvetica, Arial, sans-serif;
	color: #C13908;
	text-decoration: none;
}

.navOver {
	background-image: url(images/titleBack.jpg);
	border: 1px dotted #9898af;
	padding: 5px;
	background-repeat: repeat-x;
}


#navlinks {
margin : 0;
padding : 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #382249;
}

#navlinks li {
display : inline;
margin-right : 0.5em;
padding-right : 0.75em;
border-right : 1px solid #382249;
}

#navlinks li.last {
border-right : 0;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}
