/* Designed by: Jessica Dell */

/* Colours
	Gold: #E0A040
	Red: #AF1418
	Dark Green: #004800
	Light Green: #006300
*/

/* Table of Contents
	Mass Reset
	Generic
	Header
	Utility
	Navigation
	Content
	Footer
	Photo Styling
*/

/* =Mass Reset v1.0 | 20020212
   Concept developed by: Eric Myer 
   (http://meyerweb.com/eric/tools/css/reset/)
----------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-size: 0.8em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Generic DIVs
----------------------------------------------------------- */

body {
	background-color: #004800;
	background-image: url(../images/body_bkg.gif);
}

#container {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}

#container1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#splash {
	background-image: url(../images/splash_image.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 440px;	
	margin-left: -360px;
	position: absolute;
	top: -220px;
	left: 50%;
	visibility: visible
}

#splash p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #AF1418;
}

#splash a, #splash a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #E0A040;
}

#splash a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

#french {
	text-align: center;
	float: left;
	margin-top: 180px;
	margin-left: 40px;
}

#english {
	text-align: center;
	float: right;
	margin-top: 180px;
	margin-right: 45px;	
}

a img {
	border: 1px solid #AF1418;
}

/* =Header
----------------------------------------------------------- */

#header {
	width: 100%;
	height: 150px;
	background-image: url(../images/header_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 15px;
}

#header h1 {
	display: none;
}

/* =Utility Area
----------------------------------------------------------- */

#skipnav {
	display: none;
}

#utility {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #E0A040;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#breadcrumb {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E0A040;
}

#text_size {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #E0A040;
}

p a:link, p a:visited {
	text-decoration: none;
	color: #006300;
}

p a:hover {
	text-decoration: underline;
	color: #004800;
}

/* =Navigation
   Concept by Stu Nicolls
   (http://www.cssplay.co.uk/menus/flyout_4level.html)
----------------------------------------------------------- */

.menu {
	text-align: left;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0px 8px;
	float: left; 
}

.menu ul {
	position: relative;
	z-index: 10;
	width: 130px;
}

.menu li {
	background-color: #E0A040;
	/* for IE7 */
	float: left;
}

.menu li ul {
	visibility: hidden;
	position: absolute;
	top: -30px;
	left: 100px;
	padding: 30px;
}

.menu li.sub {
	background-color: #E0A040;
} 

.menu a, .menu a:visited {
	display: block; 
	text-decoration: none;
	width: 129px;
	color: #004800;
	text-indent: 5px;
	border: 1px solid #004800;
	border-width: 1px 1px 1px 10px;
	padding: 6px 0px 6px 0px;
}

.menu li:hover {
	position: relative;
}

.menu a:active, .menu a:focus {
	background-color: #006300; 
	color: #E0A040;
}

.menu li:hover > a {
	background-color: #006300; 
	color: #E0A040;
}
 
.menu li:hover > ul {
	visibility: visible;
}

.menu ul a:hover ul {
	visibility: visible;
}

.menu table {
	position: absolute; 
	border-collapse: collapse; 
	top: 0; 
	left: 0; 
	z-index: 5; 
	font-size: 1em;
}

/* =Content Area
----------------------------------------------------------- */

#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 15px solid #E0A040;
	float: left;
}

#content {
	text-align: left;
	float: left;
	width: 345px;
	padding-top: 20px;
	padding-left: 20px;
}

#content_full {
	text-align: left;
	float: left;
	width: 530px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#content h2, #content_full h2 {
	padding-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006300;
}

#content h3, #content_full h3 {
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006300;
}

#content_full h4 {
	padding-bottom: 10px;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006300;
}

#content p, #content_full p {
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

#content ol, #content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: circle;
	padding-left: 40px;
	line-height: 1.3;
	padding-bottom: 15px;
}

#content a, #content a:visited {
	text-decoration: underline;
	color: #006300;
}

#content a:hover {
	color: #AF1418;
}

#right_column {
	width: 131px;
	float: right;
	padding-right: 55px;
	padding-top: 20px;
}

/* =Footer
----------------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	float: left;
	background-image: url(../images/footer_bkg.gif);
	height: 81px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #E0A040;
	padding-top: 25px;
}

/* =Photos
----------------------------------------------------------- */

.photo {
	margin-bottom: 5px;
}

/* =Military Memeories
----------------------------------------------------------- */

.alpha {
	text-align: center;
}

.thumb_photo {
	float: left;
	width: 130px;
	text-align: center;
}

#alpha_menu {
	clear: both;
}

/* =Contact Us
----------------------------------------------------------- */

#form {
	padding-bottom: 20px;
	padding-left: 40px;
}

#address {
	display: none;
}