@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #232323;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.alted #container {
	width: 953px;
	border: 2px solid #666666;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #E5E5E5;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
} 
.alted #header {
	background: #DDDDDD;
	padding: 0px;
	height: 192px;
	margin: 0;
} 


.alted #nav {
	width: 100%;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.alted #nav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-width: 1px 0;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
}

.alted #nav ul li{
	display: inline;
}

.alted #nav ul li a{
	color: white;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 33px;
	padding-bottom: 7px;
	padding-left: 33px;
	float: left;
}

.alted #nav ul li a:visited{
	color: white;
}

.alted #nav ul li a:hover {
	color: #E0E0E0;
	text-decoration: underline;
}
.alted #nav #current a {
	background-image: url(images/nav-current2.png);
	background-repeat: no-repeat;
	background-position: 17px;
	text-decoration: underline;
	color: #E0E0E0;
}

.alted #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	background-color: #333333;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
}
.alted #sidebar1 h3 {
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}


.alted #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 13px;
} 

.alted #mainContent h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 20px;
}
.alted #mainContent h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}


.alted #mainContent-about {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 13px;
	margin: 0;
} 
.alted #mainContent-about h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 20px;
}
.alted #mainContent-about h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}

.alted #mainContent-gallery {
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
	width: 670px;
	margin-left: 15px;
} 

.alted #sidebar-gallery {
	float: right;
	width: 200px;
	background-color: #333333;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.alted #sidebar1 h3 {
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}



.alted #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 190px;
	padding: 0;
	margin-top: 10px;
} 
.alted #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	font-size: 12px;
	padding-top: 95px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.alted #footer p a {
	color: #333333;
	text-decoration: none;
}
.alted #footer p a:hover {
	color: #666666;
	text-decoration: underline;
}

.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;
}
.sidebar-img {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}

#sidebar-cat1 {
	float: left;
	width: 92px;
	margin-bottom: 15px;
}
#sidebar-cat2 {
	width: 90px;
	margin-bottom: 15px;
	float: right;
}

.spacer{
	font-size:0; 
	line-height:0; 
	clear:both;
}
.alted #contact-thanks {
	float: left;
	width: 550px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #989991;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #666666;
}	
	
.alted #mainContent-contact {
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
	width: 570px;
	margin-left: 20px;
	font-size: 14px;
} 
.alted #sidebar-contact {
	float: right;
	width: 280px;
	background-color: #CFCFCF;
	color: #333333;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	font-size: 13px;
	margin-top: 20px;
	border: 1px solid #999999;
}

.contactformtext{
	width: 130px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.contactformbox{
	width:280px;
	float:left;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contactformboxadd{
	width:280px;
	float:left;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contactformboxmess{
	width:280px;
	float:left;
	height: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contactformboxtext{
	width:280px;
	float:left;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#newsbar {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#newsbar2 {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/* Frames CSS */

.alted #frame-box {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 953px;
}

.alted #sidebar-frames {
	float: left;
	width: 240px;
	color: #FFFFFF;
	margin-right: 20px;
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.alted #sidebar-frames-rt {
	float: right;
	width: 190px;
	margin-right: 20px;
	font-size: 12px;
	margin-bottom: 10px;
}
.alted #mainContent-frames {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 290px;
	font-size: 13px;
	padding: 0;
} 
.frames-pics {
	border: 1px solid #666666;
	margin-bottom: 5px;
}

.alted #sidebar-frames-rt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #333333;
}

.alted #sidebar-frames-rt a:hover {
	color: #666666;
	text-decoration: none;
}
.content-pics {
	float: right;
	margin-left: 20px;
	border: 1px solid #666666;
	margin-bottom: 15px;
	margin-top: 30px;
}
.content-logo {
	margin-bottom: 5px;
}

.frame-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 240px;
	border: 1px solid #666666;
	background-color: #E5E5E5;
}
.leftlabel {
	width: 50%;
	padding-left: 5px;
}
.rightlabel {
	width: 50%;
	padding-left: 5px;
}
.leftlabel-col {
	width: 50%;
	padding-left: 5px;
	background-color: #CCCCCC;
}
.rightlabel-col {
	width: 50%;
	padding-left: 5px;
	background-color: #CCCCCC;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}

.alted #contact-details-box {
	width: 450px;
	background-color: #C4C3BF;
	border: 1px solid #989892;
	padding: 10px;
}

.alted #contact-details-box-left {
	float: left;
	width: 95px;
	margin-top: 10px;
}

.alted #contact-details-box-right {
	margin-top: 10px;
}
.home-title {
	margin-top: 20px;
}
