@charset "utf-8";
/* CSS Document */


/* #######################*/
/* General HTML Tag rules */
/* #######################*/

body {
	/* defining the background, from gradient */
	background-image:url(Home/Template%20Images/Website-Background.png);
	background-repeat:repeat-x;
	/* defining after gradient = solid final color */
	background-color:##dadada;
	background-attachment:fixed;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	
}

.clear { 
	clear:both; 
	
}





/* #############################*/
/* General Template Class Rules */
/* #############################*/

.wrapOverall {
	width: 980px;
	height: auto;
	margin-left: auto;
 	margin-right: auto;
	/* defining the background, from gradient */
	background-image:url(Home/Template%20Images/OverallWrap%20Background.png);
	background-repeat:repeat-x;
	/* defining after gradient = solid final color */
	background-color:white;
	background-attachment:fixed;
	background-position:top;
	/* defining border*/
	border:solid;
	border-width:7px;
	border-color:#163763;
	/* defining shadow */
	-webkit-box-shadow:0 0 15px grey; 
    -moz-box-shadow: 0 0 15px grey; 
    box-shadow:0 0 15px grey;
	
}

.Header {
	width:980px;
	height:130px;
	
}

.Header a img{
	border:0;	
}


.navMain {
	width:960px;
	margin-left:10px;
	margin-bottom:10px;

	

}



.Main_footer {
	width:940px;
	text-align:center;
	border-top:4px solid #163763;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;


}
	
	
.Main_footer a {
	/* spacing between items*/
	padding-left:15px;
	padding-right:15px;
	/* to remove default underline on link*/
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	color:black;
	
}

.Main_footer a:hover {
	/* to remove default underline */
	text-decoration:underline;
	color:#666;
	
}

.Main_footer p {
	text-align:center;
	font-size:14px;
	margin-top:10px;
	
}


/* #########################*/
/* General Navigation Rules */
/* #########################*/

/* rules for any ul in navMain */
.navMain ul {
	margin:0px;
	padding:0px;
	border: 0;

	
}

/* rules for any ul list item in navMain */
.navMain ul li {
	/* space between list */
	margin-top:5px;	
	/* to remove bullets and horizontal list */
	list-style:none;
	display:inline;
	float:left;
	border: 0;
	
}

.navMain ul li a img{
	border:0;

	
}




