@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*****************************************************/
/*                  BASIC BODY STUFF                 */
/*****************************************************/

body {	
	margin: 0px;
	padding: 0px;
	background-color:#00162c;
	}

body, th, td, p, li, ul {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	color: #32312f;
	font-weight: normal; 
	}
	
/*****************************************************/
/*                 TEXT STUFF                        */
/*****************************************************/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	margin:0;
	}

h2 {
	font-size: 1.6255em;
	}
	
h3 {
	font-size: 1.37em;
	}
	
h4 {
	font-size: 1.25em;
	}
	
.box h3 {
	font-weight:bold;
	margin:0;
}

.box p {
	font-size: .875em;
	font-style:italic;
}

.small {
	font-size: .750em;
	margin-top:1em;
	}	
	
/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/
	
a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #838485;
	font-weight: normal;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #838485;
	font-weight: normal;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #b2b4b7; 
	font-weight: normal;
	}

/* MENU */

#cssmenu {
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: right;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color:#fff;
  background: #163c6a;
  border-bottom: 3px solid #fff;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 300px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #163c6a;
  border-bottom: 3px solid #fff;
  border-top: 0 none;
  text-align: center;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #e8e8e8;
  background-position: 90% 195%;
  color:#163c6a;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #e8e8e8;
  color: #163c6a;
}
	
/*****************************************************/
/*              LAYOUT, IMAGES, ETC                  */
/*****************************************************/

hr {
	background: #32312f; 
	clear: both; 
	float: none; 
	width: 100%; 
	height: 1px;
	margin: 1.4em 0 1.4em 0;
	border: none; 
}

.imageFloat {
	float: right;
	padding-left: 15px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 15px;
	}
	
#pgwrap {
	width: 90%;
	margin: 2% auto;
	padding: 0;
	border: 1px solid #fff;
	background:#c2c2c2;	
	}	

#navbar {
	width: 100%;	
	margin: 0 auto;
	text-align: right;
	background: #163c6a;
	clear:both;
	}
	
#logo {
	width: 98%;
	margin: 0 auto;
	text-align:left;
	padding:1%;
	background:#e8e8e8;
}

#logo img {
	border:0;
}

.container {
	width: 100%;
	margin: 0 auto;	
	}
	
.sidebar {
	width: 30%;
	margin: 0;	
	float:left;
}

.sidebar img {
	background-image: url(../images/sideimg.jpg) #c2c2c2;
	background-position:50% 50%; 
	background-size:cover; 
}

.maintext {
	width:66%;
	margin: 2%;	
	float:left;
}

.maintext2 {
	width:96%;
	margin: 2%;	
	float:left;
}

.box {
	width: 300px;
	height: 400px;
	list-style-type: none;
	padding: 1%;
	margin: 1%;
	text-align:center;
	background:#e8e8e8;
	float:left;
}

#footer {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	background:#e8e8e8;
	border-top: 3px solid #fff;
	clear:both;
}

/*****************************************************/
/*                    THE BREAKS                     */
/*****************************************************/

@media (max-width: 820px) {
  
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #c2c2c2;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #163c6a;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
   .sidebar {
	display:none;  
  }
  .box {
   margin: 2%;
   padding: 2%;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (max-width: 820px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}
@media (max-width: 400px) {
.maintext {
	width:96%;
	margin: 2%;	
	float:left;
}

.maintext2 {
	width:96%;
	margin: 2%;	
	float:left;
}	
}