﻿@import url('layout1.css');

/*--- Hover Images ---*/
a.linkopacity img { 
filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5;

} 

a.linkopacity:hover img {
	filter:alpha(opacity=100);
-moz-opacity: 1.0; 	opacity: 1.0;
-khtml-opacity: 1.0;
	
} 

body {
	margin:0;
	padding:0;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 0.8em;
	text-align: left;
	background-color: #000000;
}


/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #800000;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #fff;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}

/* Navigation Styles */
#nav{
	border: 0px solid #FFFFFF;
	margin: 0;
	padding: 0;
}


#nav ul {
	list-style-type: none;
	width: auto;
	height: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}
#nav li {
	float: right;
}
#nav a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px 0 1px;
	padding: 5px;
	/*border: 1px solid #708090;
	background-color: #800000;*/
}
#nav a:hover {
	text-decoration:  none;
	color: #FFFFFF;
	background-color: #ccc;
	background-color: #333333; /* #ccc; */
	border-bottom: 1px solid;
	border-bottom-color: #999999;

}

/*
#nav a:visited {
	color: #666666;
}*/



/* Col h Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#left_col h1 {
	color: #455;
}
h6 {
	color: #708090;
}
h5 {
	color: #708090;
}
h4 {
	color: #708090;
}
h3 {
	color: #708090;
}
h2 {
	color: #708090;
}
#centre_col h1 {
	color: #708090;
}
h6 {
	color: #708090;
	margin-top: 10px;
	margin-left: 10px;
}
h5 {
	color: #708090;
	margin-top: 10px;
	margin-left: 10px;
}
h4 {
	color: #708090;
	margin-top: 10px;
	margin-left: 10px;
}
h3 {
	color: #708090;
	margin-top: 10px;
	margin-left: 10px;
}
h2 {
	color: #708090;
	margin-top: 10px;
	margin-left: 10px;
}
#right_col h1 {
	color: #708090;
	margin-top: 10px;
	margin-left: 10px;
}
h6 {
	color: #708090;
}


h5 {
	color: #708090;
}


h4 {
	color: #708090;
}


h3 {
	color: #708090;
}


h2 {
	color: #708090;
}


#contact_col h1 {
	color: #708090;
}


/* 3col Styles */
#left_col p {
	color: #ECECEC;
	margin-left: 15px;
}
#centre_col p {
	color: #ECECEC;
	margin-left: 15px;
	margin-right: 15px;
}
#right_col p {
	color: #ECECEC;
	margin-left: 15px;
}
#contact_col p {
	color: #ECECEC;
	margin-left: 15px;
}


#left_col img {
	margin-bottom: 10px;
	margin-right: 25px;
	border: 0px;
	margin-left: 25px;
}
#centre_col img {

	margin-bottom: 10px;
	margin-right: 25px;
	border: 0px;
	margin-left: 25px;
}
#right_col img {
	/*float: right;*/
	margin-bottom: 10px;
	margin-right: 25px;
	border: 0px;
	margin-left: 25px;
}

/* Unordered list */

#newslist{
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	border-bottom: thin gray  dotted ;
	margin-left: 5px;
}

#linklist{
	float: left;
	width: 89%;
	margin-bottom: 10px;
	margin-right: 5px;
	border-bottom: thin gray  dotted ;
	margin-left: 5px;
	text-align: left;
}


/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}

/* Link Styles */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	
}

.color_blue {
	color: #708090;
}

.listimage{
	padding-top: 5px;
	
}

/* Form Styles */

form {
	color: #fff;
	width: 300px;
	border:0px dotted #aaaaaa;
	padding: 3px 6px 3px 6px;
}

input {
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px solid #00008B;
}

select {
	width: 140px;
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px solid #00008B;
}

textarea {
	width: 200px;
	height: 40px;
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px solid #00008B;
}