@charset "UTF-8";
/* My Sites CSS */

/* Google fonts
font-family: 'Droid Serif', serif;
font-family: 'Open Sans', sans-serif;
*/

body {
	background: #fff;
	margin: 0;
	padding:0;
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust: 100%; 
	-webkit-tap-highlight-color: rgb(255,255,0);
	color:#0065bd;
	font-family: 'Noto Sans', sans-serif;
}

#widthwrap {
	/* Change to suit your site */
	width: 90%;
	padding:0% 5% 0% 5%;
	max-width:1100px;
	margin:0 auto;
}


/* ----------------- Font Formatting and STYLES ----------------- */


/* ----------------- H STYLES ----------------- */

h1 {
	font-size:150%;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:.3em;
	letter-spacing:1px;
}

h2 {
	font-size:120%;
	font-weight:400;
	margin-bottom:.3em;
	letter-spacing:1px;
	color:#ffa100;
}

h3 {
	font-size:130%;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:.3em;
}

h4 {
	
}

h5 {

}


/* ----------------- H STYLES END ----------------- */



/* ----------------- TEXT STYLES ----------------- */
	
.orange-text {
	color:#ffa100;
}

p {
	
}

small {
	
}

#left-hand-content p {
	margin-bottom:2%;
}

#left-hand-content ul, #left-hand-content ol {
	padding-left:2.5%;
        padding-bottom:2%;
}

#left-hand-content li {
        padding-bottom:.5%;
}

#left-hand-content table {
        padding-bottom:2%;
}

.right-col-img {
width:100%;
height:auto;
}

/* ----------------- TEXT STYLES END ----------------- */
	
	
	
/* ----------------- LINK STYLES ----------------- */
	
a {
	color:#ffa100;
	text-decoration:none;
}

a:hover {
	color:#0065bd;
}

a.rightalign {
	float:right;
}

#right-hand-content a {
	color:#fff;
	text-decoration:none;
}

#right-hand-content a:hover {
	color:#0065bd;
}

/* ----------------- LINK STYLES END ----------------- */

hr {
	border-top:1px solid #000;
}

/* ----------------- STRUCTURE STYLE ----------------- */

#container {
	width:100%;
	float:left;
}

#header-container {
	width:100%;
	float:left;
	position:relative;
	z-index:999;
}

#header {
	width:100%;
	float:left;
}

#header-logo {
	width:25%;
	float:left;
	padding-top:20px;
	padding-bottom:10px
}

#header-logo img {
	width:100%;
	float:left;
}

#header-search {
	width:25%;
	float:right;
	padding:0px 0px;
	border-radius:6px;
	background:#ffa100;
	margin-top:10%;
	color:#fff;
	box-shadow: 0 0 8px #c2c2c2;
}

.search-input{
	flaot:right;
	width:90%;
	border:none;
	background:none;
	text-align:right;
	color:#fff;
	font-size:130%;
	padding:6px;
	outline:none;
}

#nav {
	width:100%;
	float:left;
	border-radius:6px;
	background:#ffa100;
	text-transform:uppercase;
}

#home-image {
	float:left;
	width:100%;
	position:relative;
	z-index:8;
	margin-top:-10px;
}

#top-image {
	float:left;
	width:100%;
	position:relative;
	z-index:8;
	margin-top:-10px;
}

#info-box-container {
	float:left;
	width:100%;
}

#info-box {
	width:24%;
	padding:15px 0px;
	float:left;
	background:#ffa100;
	border-radius:6px;
	color:#fff;
	-moz-box-shadow: 0 0 8px #c2c2c2; 
	-webkit-box-shadow: 0 0 8px #c2c2c2; 
	box-shadow: 0 0 8px #c2c2c2;
	-o-box-shadow:  0 0 8px #c2c2c2;
}

#info-box-content {
	width:85%;
	padding:0 5%;
	float:left;
}

#info-box-content p {
	font-size:115%;
}

#info-box-content a {
	color:#fff;
}

#info-box-content a:hover {
	color:#0065bd;
}

.info-box-margin {
	margin-right:1.3%;
}



#content-container {
	width:100%;
	float:left;
}

#titles {
}

#left-hand-title {
	width: 73%;
	padding: 0 3% .5em 0%;
	float: left;
}

#left-hand-title h1 {
	padding: .9em 1% 1% 1%;
	background: #ffa100;
	float: left;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-box-shadow: 0 0 8px #c2c2c2; 
	-webkit-box-shadow: 0 0 8px #c2c2c2; 
	box-shadow: 0 0 8px #c2c2c2;
	-o-box-shadow:  0 0 8px #c2c2c2;
}

#right-hand-title {
	width: 20%;
	padding: 0 2%;
	float: left;
	background: #ffa100;
}

#right-hand-title h1 {
	padding: .9em 0% 0% 0%;
	float: left;
}


#rows {
}

#left-hand-content {
	width: 72%;
	padding: 0 3% 4% 1%;
	float: left;
	text-align:justify;
	min-height:250px;
}

#right-hand-content {
	width: 20%;
	padding: 0 2% 2.5% 2%;
	float: left;
	background: #ffa100;
}


#footer-container {
	width:100%;
	float:left;
	margin-top:-10px;
}

#footer-container-home {
	width:100%;
	float:left;
	margin-top:15px;
}


#footer-container, #footer-container-home {
	margin-bottom:25px;
}

#footer {
	width:98%;
	float:left;
	border-radius:6px;
	background:#0065bd;
	text-transform:uppercase;
	color:#fff;
	padding:10px 1%;
	-moz-box-shadow: 0 0 8px #c2c2c2; 
	-webkit-box-shadow: 0 0 8px #c2c2c2; 
	box-shadow: 0 0 8px #c2c2c2;
	-o-box-shadow:  0 0 8px #c2c2c2;
	text-transform:uppercase;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#ffa100;
}

#sitemap {
}

#sitemap ul {
padding-left:20px;
}

#sitemap ul ul {
padding-left:20px;
}

#sitemap ul ul ul {
padding-left:20px;
}

/* ----------------- STRUCTURE STYLE END ----------------- */

/* ----------------- NAV STYLES  ----------------- */

#nav ul ul {
	display: none;
}

#nav ul li:hover > ul {	
	display: block;
}

#nav ul {
	padding: 0px 20px; 
	list-style: none;
	position: relative;
	display: inline-table;
	font-size:130%;
	float:right;
}

#nav ul:after {
	content: ""; 
	clear: both;
	display: block;
}

#nav ul li {
	float: left;
	margin-left:1.6em;
}

#nav ul li:hover {

}
	
#nav ul li:hover a {
		color: #fff;
}
	
#nav ul li a {
	display: block;
	padding:10px;
	color: #0065bd; 
	text-decoration: none;
}


#nav ul li a.menuactive {
color:#fff !important;
}

#nav ul ul {
	background: rgba(0,101,189,0.9); 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
	font-size:80%;
	text-transform:none;
}

#nav ul ul li {
	float: none; 
	border-bottom: 1px dashed #fff;
	position: relative;
	margin:0;
}

#nav ul ul li a {
	padding: ;
	color: #fff;
}	

#nav ul ul li a:hover {
	color:#ffa100;
}

#nav ul ul li a.menuactive {
color:#ffa100 !important;
}

/* ----------------- NAV STYLES END ----------------- */


/* ----------------- MAINTENANCE FORM STYLES ----------------- */
.maintenanceform {
float:left;
width:100%;
padding-bottom:50px;
}

.maintenanceform div{
float:left;
width:100%;
}

.maintenanceform label {
float:left;
width:96%;
}

.maintenanceform input[type=text] {
float:left;
width:70%;
border:1px #0065bd solid;
padding:5px;
outline:none;
margin-bottom:9px;
border-radius:4px;
}

.maintenanceform textarea {
float:left;
width:70%;
border:1px #0065bd solid;
padding:5px;
outline:none;
margin-bottom:15px;
border-radius:4px;
}

.maintenanceform select {
float:left;
margin-bottom:15px;
}

.maintenanceform input[type=checkbox] {
float:left;
width:2%;
border:1px #0065bd solid;
padding:5px;
outline:none;
margin-bottom:9px;
border-radius:4px;
}

.fbsubmit {

}

.submit {
margin-top:1em;
}

label[for=fbrp__55_1_0], label[for=fbrp__55_1_1], label[for=fbrp__56_1_0],  label[for=fbrp__56_1_1] {
width:5%;
}

/* ----------------- MAINTENANCE FORM STYLES END ----------------- */
::selection 	 	{background: rgb(255,255,0);}
::-moz-selection 	{background: rgb(255,255,0);}
img::selection 		{background: transparent;}
img::-moz-selection {background: transparent;}
/* End of Stylesheet: boipm-main Modified On 2016-08-09 10:30:54 */
