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

A {color:#666666;
	text-decoration:none;
	font-weight:bold;
}

A:HOVER {color:#CC3333;
	}

BODY {
	background-color:#333333;
	margin:0;
	font-size:89%;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
.ALERT {color:#CC0000;
	font-weight:bold;
	}
	
.titles {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	}
	
.quotes {
	font-size:18px;
	font-weight:bold;
	color:#91A42E;
	}
	
#wrapper {
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:auto;
	text-align: justify;
	}
	
#mast {
	width:1024px;
	height:180px;
	background-image: url(../images/mast.jpg);
	}
	
/*begof navigation*/

.container {
	margin: 0px 0 2px 0;
	border: 1px solid #1A87A4;
	background: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 12px;
}

#navDc {
	margin: 0;
	padding: 0 0 30px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91A42E;
}

#navDc li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navDc a:link, #navDc a:visited {
	float: left;
	font-size: 10px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #1A87A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navDc a:hover {
	color:#93AE29;
	background: url(../images/hover_icon.gif) no-repeat bottom center;
}

#navDc a:visited.active {
	color:#fff;
	background: url(assets/images/hover_icon.gif) no-repeat bottom center;
}

#navDc a:link.active,  {
        color: #000; background: url(assets/images/pyramid.gif) no-repeat bottom center;
}

/*endof navigation*/

#content {
	width:auto;
	height:auto;
	padding:4px;






no repeat bottom left;
	}
	
#rightContent {
	width:504px;
	height:auto;
	float:right;
	padding:4px 4px 4px 4px;
	}
	
#captionBoxes {
	background-color: #00AAAC;
	height: auto;
	filter:alpha(opacity=75);
	opacity: 0.75;
	width: auto;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	 }
	
#paragraphs {
	width:496px;
	height:auto;
	}
	
#contactInfo {
	float:right;
	width:280px;
	height:108px;
	margin-top:4em;
	font-size: 16px;
	}
	
.contactPoints {
	font-size:18px;
	font-weight:bold;
	color:#1A87A4;
	}
	
/* begof contact form */

.fields {
	width:200px;
	border-bottom:#1A87A4 1px dotted;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	}
	
.enquiryField {
	width:200px;
	border:#1A87A4 1px dotted;
	height: 75px;
	}
	
.buttons {
	background-image:none;
	border: 0;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #93AE29;
	font-weight: 600;
	}

#formWrapper {
	width:325px;
	height:auto;
	margin: 0px 0 4px 0px;
	padding-left: 0px;
	text-align: right;
	border:2px #1A87A4 dashed;
	padding: 4px;
	}

/* endof contact form */
	
#footer {
	width:auto;
	text-align:center;
	height:40px;
	background-color: #BED73D;
	border-top: 1px solid #00ABAB;
	clear: both;
	}

