html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #A9A9A9;
	/* background: url(images/main-bg.jpg) repeat; */
	/* background-image: url('images/footerimage4.png');
 	background-repeat: repeat; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}


h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #000080;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #5D9800;
}


h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #E6700E;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #000080;
}

/* h2 {
	font-size: 2.5em;
} */

p, ol, ul {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	color: #000000;
}

p {
	/* line-height: 200%; */
	line-height: 150%;
}

strong {
}

a {
	color: #C81F18;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0 none;
	text-decoration: none;
}

1img.border {
}

1img.alignleft {
	float: left;
}

1img.alignright {
	float: right;
}

1img.aligncenter {
	margin: 0px auto;
}


.OuterImage {
	min-width: 100%;
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
	/* Created OuterImage because if the padding is applied to an image, the border will be visible outside of the image.  Basically double nesting divs */
}

.ImageBorder
{
    border-style: ridge; 
    /* border-left: groove;
    border-right: groove;
    border-top: groove;
    border-bottom: groove;  */ 
    border-width: 3px;
    border-color: #000000;
    
}



1hr {
	color: #D4D4D4;
     	background: #ffffff; 
     	height: .5px;
     	/* display: none; */
     	
     	/* Gradient color1 - color2 - color1 */
}

		
2hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}


hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}


4hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* Set Link Properties */
a:link {
      color: #0000FF;
      text-decoration:underline;
}

a:visited {
      color: #0000FF;
      text-decoration:underline;
}

a:hover {
      /* color: #FF0000;  */
      color: #0000FF;
      text-decoration:underline;
}

a:active {
      color: #800080;
      text-decoration:underline;
}

/** WRAPPER */

#wrapper {
	/*  width: 1200px;
	height: 300px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2); */
	
	overflow: visible;
	width: 1200px; 
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 3px rgba(227,162,11,1);
	
	
}


.container {
	/* width: 980px;  */
	width: 1200px;
	overflow: visible;
	min-width:100%;
	margin: 0px auto;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0);
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	min-width: 100%;
	height: 209px;
	margin:0px auto;
	background-color: #4E8AC6;

}


/** PAGE -  Note: The Page background color should be changed to match the Body background color. */

#page {
overflow: visible;
	width: 1206px; 
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #A9A9A9;
}


/* Page Footer Background Height and Color-MK */
#page-footer {
	min-width: 100%;
	height: 98px;
	margin:0px auto;
	background-color: #4E8AC6;
	/* padding: top  right  bottom  left */
	padding: 10px 0px 0px 0px;
	
}



/* Logo */

#logo {
	width: 960px;
	height: 150px;
	margin: 0px auto 30px auto;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 100px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 5em;
}

#logo h1 span {
	color: #1F1F1F;
}

#logo p {
	text-align: center;
	font-size: 16px;
	color: #595959;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C81F18;
}


#navmenu {
	
	height: 55px;  /* Vertical size of background behind nav menu */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #E3A20B;
	
	width: 1206px;
	overflow: visible;
	min-width:100%;
	
}

/** MENU */

#menu {
	overflow: hidden;
	width: 1200px; 
	background: #C81F18;
	font-size: 20px;
	color: #000000;
	
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	/* padding: 15px 40px 15px 40px;  */
	padding: 15px 40px 15px 40px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: #950D08;
	color: #FFFFFF;
}

#menu .last {
	border-right: none;
}



/** SIDEBAR */

#sidebar {
}

/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: uppercase;
	color: #363636;
}

#footer a {
	color: #363636;
}

/* Footer Content */

#footer-content {
	overflow: hidden;
	width: 1100px;
	padding: 50px;
	background: #ECECEC;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #666666;
}

#footer-content h2 {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-size: 24px;
}

#footer-content #fbox1 {
	float: left;
	width: 600px;
	margin-right: 30px;
}

#footer-content #fbox2 {
	float: left;
	width: 220px;
}

#footer-content #fbox3 {
	float: right;
	width: 220px;
}


/** CONTENT - Started out as a replication of the Welcome CSS */

#contentarea {
	width: 1120px;
	margin: 0px auto;
	/* padding: top  right  bottom  left */
	padding: 15px 0px 0px 0px;
	/* padding: 30px 50px; */
	/* background: #FCFCFC; */
}

#contentarea .content {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #D4D4D4;
	/*  background: #FCFCFC;  */
}

#contentarea h2 {
	padding: 0px 0px 20px 0px;
	color: #E6700E;
}

#contentarea h2 a {
	text-decoration: none;
	color: #E6700E;
}


/* Welcome */

#welcome {
	width: 1120px;
	margin: 0px auto;
	/* padding: top  right  bottom  left */
	padding: 15px 0px 10px 0px;
	/* padding: 30px 50px; */
	/* background: #FCFCFC; */
}

#welcome .content {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #D4D4D4;
	/*  background: #FCFCFC;  */
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
	color: #E6700E;
}

#welcome h2 a {
	text-decoration: none;
	color: #E6700E;
}


/* Three Columns */

#three-columns {
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	/* padding: 0px 50px 30px 50px;  */
	
}

#three-columns .content {
	overflow: hidden;
	/* padding: 0px 0px 50px 0px; This is the distance below horizontal separator line*/
	padding: 0px 0px 10px 0px;
	/*Note-Removed this in order to use fancy hr border-bottom: 1px solid #D4D4D4; */
}

#three-columns h2 {
	/* padding: 0px 0px 20px 0px;  */
	padding: 0px 0px 10px 0px;
	color: #E6700E>;
}

#three-columns #column1 {
	float: left;
	/* width: 290px; */
	width: 345px;
	margin-right: 40px;
}


#three-columns #column2 {
	float: Left;
	/* width: 300px; */
	width: 300px;
}

#three-columns #column3 {
	float: right;
	/* width: 430px; */
	width: 400px;
}



/* Two Columns */

#two-columns {
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	/* padding: top  right  bottom  left */
	padding: 15px 0px 10px 0px;
	/* padding: 40px 50px 50px 50px; */
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #E6700E;
}

#two-columns .content {
	overflow: hidden;
	/* padding: 0px 0px 50px 0px; This is the distance below horizontal separator line*/
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #D4D4D4;
}

/* Col1-Big Right / Col2-Small Left  */
#two-columns #col1 {
	float: right;
	width: 740px;
}

#two-columns #col2 {
	float: left;
	width: 320px;
}

/* Col3-Big Left / Col4-Small Right  */
#two-columns #col3 {
	float: left;
	width: 740px;
}

#two-columns #col4 {
	float: right;
	width: 320px;
}


/* Col5-Equal Left / Col6-Equal Right  */
#two-columns #col5 {
	float: left;
	width: 530px;
}

#two-columns #col6 {
	float: right;
	width: 530px;
}


/* List Style 1  Uses lines instead of bullet points to separate elements

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D4D4D4;
}

.list-style1 .date {
	font-weight: bold;
	color: #212121;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}
*/

/* List Style 2 */

.list-style2 {
	margin: 0px;
	/* padding: top  right  bottom  left */
	padding: 0px 0px 20px 0px;
	list-style: none;
}

.list-style2 li {
	/* padding: top  right  bottom  left */
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #D4D4D4;
}


.list-style2 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #C81F18;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 0px 1px #5C1111;
	text-transform: uppercase;
	color: #FFFFFF;
}

table { 
  	vertical-align: top;
 	border-collapse:collapse;
 	/* border: 1px solid black; */
 	
}


/* Table Font-Tables do not inherit fonts */
td { 
  /*  font-weight: normal;
  font-size: medium;
  color: #000000;  
  border:1px solid black;
  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
	color: #000000;
}

th { 
  /*  font-weight: normal;
  font-size: medium;
  color: #000000;  */
}


/* Footer Link Style -MK */
a.footer_css:link {
	color:#FFFFFF; !important;   /* mouse over link */
	text-decoration: none;
}

a.footer_css:visited {
	color:#FFFFFF; !important;   /* mouse over link */
	text-decoration: none;
}

a.footer_css:hover {
	color:#FFFFFF; !important;   /* mouse over link */
	text-decoration: none;
}

a.footer_css:active {
	color:#FFFFFF; !important;   /* mouse over link */
	text-decoration: none;
}






