﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/*background-image: url("../images/background_tile_green.gif");*/
	/* Background for whole page */
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #495a30;
	}
	

#container {
	width: 980px;
	/*The line that outline the site */
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	background-color: #495a30;
}

/* restored this DIV was missing <DIV> - also holds logo DIV 
#masthead {
	text-align: right;
	background-color: #495a30;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
*/

/* Restored from master template */

#masthead {
	text-align: right;
	margin-top: 2px;*/
	/*margin-left: 10px;*/
	/*width: 650px;*/
	
	padding-top: 2;
	background-color: #cde;
}

/* Restored to centre text */
#navigation {
	border-top: 1px solid #fff;	
	border-bottom: solid 1px #fff;
  	border-left: solid 1px #fff;
  	border-right: solid 1px #fff;
	background-color: #fea;
}

/* inline stuff do not moifiy with linle html 
html>body #navigation {
	overflow: hidden;
}
*/


#column_l {
	width: 628px; /* this heigth controls where the bottom menu appears */
	 /* DO NOT set as this cause the text to flow over the bottom menu */ 
	 /*height:410px;*/;
	margin-top: 10px;
	margin-left: 10px;
	/*padding: 5px 5px;*/
	background-color: #495a30;
	/*border-color: green;*/
	
}

/* In line html added when you modify manually
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: ##495a30;
}

*/

#column_r {
	/*border: solid;*/
	width: 294px; /* puts sspace between right side and colum_r */;
	margin-top: 10px;
	margin-left: 10px;
	 /*background-color: #495a33;*/;
	background-color: #495a30;
	/*border-color: white;*/
}

/* In line html added when you modify manually
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: ##495a30;
}

*/

#content {
	background-color: #000;
}

/* declared in layout.css */
/* just center the menu */
#footer {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* from style1 example
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
*/

/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}



/* New Navigation */

#navigation ul {
border-top: 1px solid #fff;	
	border-bottom: solid 1px #fff;
  	border-left: solid 1px #fff;
  	border-right: solid 1px #fff;

	padding: 0;
	margin: 0;
	background-color: #495a30;
	color: #fff;
	float: left;
	width: 100%;
}
#navigation li { display: inline; }

#navigation a {
  padding: .25em 1em;
  background-color: #495a30;
  color: #fff;
  text-decoration: none;
  float: left;
  /*border-bottom: solid 1px #fff;*/
  /*border-top: solid 1px #fff;*/
  border-right: solid 1px #fff;
  /*does this do */
  /*overflow: hidden;*/
}
a:visited { color: #fff; }

a:link { color: #fff; }

#navigation li a:hover {
	color: #000;
	background-color: #fff;
}


/* Navigation Old
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
*/

/* Right Column */
#column_r img {
	/*border: 1px solid #808080;*/
}
/* Site typography */
t-size: xx-large;
	color: #fff;
}
h2 {
	font-size: x-large;
	color: #fff;
}
h3 {
	font-size: large;
	color: #555;
}
t-size: large;
	color: #fff;
}
h4 {
	font-size: medium;
	color: #fff;
}
h5 {
	font-size: x-small;
	color: #fff;
}
h6 {
	font-size: xx-small;
	color: #300;
}
t-size: xx-small;
	color: #fff;
}
/* Footer */

/* REMBERBER p stlye is only applied in footer DIV */
#footer p {
	font-size: x-small;
	color: #fff;
}

#footer p {
	font-size: x-small;
	color: #fff;
}

/* Links */
a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
