/* Mission Guides Website CSS */ 
/* Colors used: Black #000000, White #FFFFFF, Gray #999999, Burgundy #993333, Rose #C67A77, Dark Blue #2D4F6E, Light Blue #7598B2 */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
/* Document link style */	
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}



/* "Bounding-box" for site content */
#container {
	width: 1000px;
	height: auto;
	background-color: #FFFFFF;
	border: 0;
	}
	


/* Contains the MissionGuides logo - used on all pages */	
#header {
	width: 985px;
	height: 71px;
	background-color: #000;
	padding: 10px 0px 0px 15px;
	text-align: left;
	}


/* Displays Index Page header photos*/
/* Change url(folder/image.ext) to actual 1st image*/	
#MainPhoto {
	width: 1000px;
	height: 400px;
	background-color: #999999;
	text-align: center;
	background-image: url(Photos/images_loop/Main1.jpg)	
	}


/* Displays Index Page header photos*/	
#SecondaryPhoto {
	width: 730px;
	height: 400px;
	background-color: #999999;
	text-align: left;
	float: left;
	}



/* Displays Index Page header photos*/	
#DownloadFrame {
	width: 700px;
	height: 560px;
	background-color: #999;
	text-align: center;
	float: left;
	padding: 15px;
	overflow: scroll;
	}


/* Displays Index Page header photos*/	
#LinksFrame {
	width: 665px;
	height: 560px;
	background-color: #999;
	float: left;
	padding: 15px 15px 15px 50px;
	text-align: left;
	overflow: scroll;
	}



/* Horizontal menu for all pages */	
#menu {
	width: 990px;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 0px 5px;
	text-align: left;
	background-color: #FFF;
	}



/* Index page text goes here */
#LeftColumn {
	width: 420px;
	height: 160px;
	padding: 15px;
	float: left;
	background-color: #000;
	overflow: auto;
	}


#CenterColumn {
	float: left;
	height: 160px;
	width: 250px;
	padding: 15px;
	background-color: #000;
}

#RightColumn {
	float: right;
	height: 160px;
	width: 238px;
	padding: 15px;
	background-color: #000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #666;
}


#TallRightColumn {
	float: right;
	height: 560px;
	width: 240px;
	padding: 15px 14px 15px 14px;
	background-color: #000;
	border-left-color: #666;
	border-left-width: thin;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
}


	
/* Secondary page text goes here */
#contentSecondary {
	width: 420px;
	height: 500px;
	padding: 15px;
	float: left;
	background-color: #2D4F6E;
	overflow: auto;
	}

/* 	Index page extras such as link to albums and PDF documents*/
#downloads {
	width: 220px;
	height: 291px;
	padding: 15px;
	float: right;
	background-color: #C67A77;
	overflow: auto;
	}
	
/* 	Secondary page image and extras such as link to albums and PDF documents*/
#downloadsSecondary {
	width: 220px;
	height: 500px;
	padding: 15px;
	float: right;
	background-color: #7598B2;
	overflow: auto;
	}

/* font styles */	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 36px;
	text-align: left;
	color: #FFFFFF;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	}
	
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	}


ital {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	font-style: italic;
	}



	
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	display: block;
	width: 80px;
	float: left;
	}
	
.menu a:link, .menu a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.menu a:hover {
	font-weight: bold;
	color: #000000;
	border-top: 5px solid #000000;
	}
	
.extras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	display: block;
	}

.extras a:link, .extras a:active, .extras a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	display: block;
	border-top: 2px solid #FFFFFF;
	border-bottom: none;
	}
	
.extras a:hover {
	color: #000000;
	display: block;
	border-bottom: 2px solid #000000;
	border-top: none;
	}
	
/* Contains drop shadow images below logo and below menu*/	
#IndexShadow1 {
	width: 700px;
	height: auto;
	background-color:#999999;
	}
	
#IndexShadow2 {
	width: 450px;
	height: auto;
	background-color: #660000;
	text-align: left;
	float: left;
	}

#IndexShadow3 {
	width: 250px;
	height: auto;
	background-color: #C67A77;
	float: right;
	}
	
#SecondaryShadow2 {
	width: 450px;
	height: auto;
	background-color: #2D4F6E;
	text-align: left;
	float: left;
	}

#SecondaryShadow3 {
	width: 250px;
	height: auto;
	background-color: #7598B2;
	float: right;
	}
	
/* Footer Address and Menu items */
#footerAddress {
	width: 985px;
	height: 15px;
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
	float: left;
	background-color:#000000;
	padding-top: 4px;
	padding-left: 15px;
	}

#footerMenu {
	width: 250px;
	height: 15px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
	float: right;
	background-color: #000000;
	padding-top: 4px;
	}

#footerMenu a:link, #footerMenu a:active, #footerMenu a:hover, #footerMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

