
  
body {
	margin: 0;
	padding: 0;
	background-color: #002236;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #181B20;
}

h1, h2, h3 {
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #2483A6;

}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}



@media (min-width:200px) {
  h2 {
	font-size: 10px;        
    }
 h3 {
	font-size: 8px;
    }
    #menu a {
	font-size: 8px;
    }
}


@media (min-width:600px) {
  h2 {
	font-size: 12px;        
    }
    h3 {
	font-size: 10px;
    }
    #menu a {
	font-size: 10px;
    }
}

@media (min-width:800px) {
  h2 {
	font-size: 16px;        
    }
    h3 {
	font-size: 14px;
    }
    #menu a {
	font-size: 12px;
    }
}

@media (min-width:1000px) {
  h2 {
	font-size: 24px;        
    }
    h3 {
	font-size: 20px;
    }
    #menu a {
	font-size: 14px;
    }
}


p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #2483A6;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: right;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto ;
	padding: 0;
/*	background: url(images/img03.gif) no-repeat center top; */
}

/* Header */
#header-wrapper {
	height: 120px;
	margin-left: 0px;
	background: url(images/img02.png) no-repeat center top;
        width:90%;
        margin:0 auto;
}

#header {
	width: 85%;
	height: 136px;
	margin: 0 auto;
}

/* Logo */
#logo {
	width: 85%;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 20px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */
#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 60px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

/* Menu */
#menu-wrapper {
	background: url(images/img03.png) no-repeat center top;        
/*	margin-left: -10px;
	height:58px;*/
        margin: 0 auto;
        width:90%;
}

#menu {
	width: 90%;
	/*height: 58px;*/
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 56px;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 56px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B5B5B5;
	border: none;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */
#page {
	/*background: url(images/img04.png) repeat-y center top;*/        
        width:90%;
        margin:0 auto;
	}

#page-bgtop {
	/*background: url(images/img04.png) no-repeat center top;*/
	margin-left: 0px;
	}

#page-bgbtm {
/*	overflow: hidden;
	padding: 20px 0px 0px 0px;
	background: url(images/img04.png) no-repeat center bottom;*/
	margin-right:0px;
}

/*#page-bgbtm1 {
	overflow: hidden;
	padding: 20px 30px 0px 15px;
	background: url(images/img04.png) repeat-y center bottom;
	
}*/
#page-content {
	width: 100%;
/*	margin: 0px auto;
        background: url(images/img04.png) repeat-y center top;        */
        display: flex;
}

/* Content */
#content {
	/*float: right;*/
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: white;
	/*height:100%;*/
}

.post {
	clear: both;
	padding: 0 0 10px 0;
        width:95%;
        margin:0 auto;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -0.5px;
        font-size: 18px;
        font-weight: bolder;
        font-family: monospace;
}

.post .title a {
	color: #2483A6;
	border: none;
}

.head {
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	border-bottom: 1px dashed #2483A6;
	color: #2483A6;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ff6666;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */
#sidebar {
	float: left;
	/*height: 100%;*/
	width: 25%;	
        background-color: #F6F6F6;
        border-right: 1px dashed #B3B0B0;                
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
        width:90%;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: square;
	color: #2483A6;
}

#sidebar li {
	/*margin: 0;*/
	padding: 0;
        margin: 8px 0;
}

#sidebar li ul {
	margin: 0px 10px;
	padding: 0px 0px 5px 15px;
}

#sidebar li li {
	line-height: 20px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	color: #181B20;
}

#sidebar h2 {
	height: 30px;
	text-align:center;
	margin-bottom: 20px;
	padding: 15px 0px 0px 10px;
	border-bottom: 1px dashed #B3B0B0;
	letter-spacing: 1px;
	font-size: 20px;
	color: #2483A6;
        font-family: monospace;
        font-weight: bolder;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 15px 15px 15px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */
#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */
#footer {
	width: 90%;
	height: 55px;
	margin: 0px auto 40px auto;
	background: url(images/img07.png) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}


@font-face {
 font-family: 'Oswald';
 font-style: normal;
 font-weight: normal;
 src: local('Oswald '), local('Oswald'), url('images/-g5pDUSRgvxvOl5u-a_WHw.woff') format('woff');
}


@font-face {
 font-family: 'Arvo';
 font-style: normal;
 font-weight: normal;
 src: local('Arvo'), url('images/WJ6D195CfbTRlIs49IbkFw.woff') format('woff');
}

/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}

#customForm .leftcol {float:left;width:200px;background-color:#F5F5F5;height:20px;vertical-align:middle;padding:4px; margin-left:10px;}
#customForm .rightcol {float:left }

#customForm label{
	display: block;
	/*color: #797979;*/
	font-weight: 700;
	line-height: 1.4em;
}

#customForm input{
	width: 180px;
	padding: 5px;
	color: #330066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	border: 1px solid #416f9f;
}


#customForm select{
	width: auto;
	padding: 3px;
	margin-bottom: 4px;
	color: #330066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	border: 1px solid #416f9f;
}
#form_table_qual input{
    width: 92%;
}

#form_table_qual select{
    width: 70%;
}
#customForm .file{
	width: auto;
	padding: 5px;
	color: #330066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	border: 1px solid #cecece;
}

#customForm .radio{ 
	padding:0px;
	margin:5px;
	border: 1px solid #F0F0F0;
	width:25px;
}

#customForm input.chkbox{ 
	padding:0px;
	margin:5px;
	border: 1px solid #F0F0F0;
	width:15px;
}

#form_table_qual input.chkbox{
    padding:0px;
	margin:5px;
	border: 1px solid #F0F0F0;
	width:15px;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm .input2{
	margin-bottom: 3px;
	width: 120px;
	padding: 5px;
	color: #949494;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	border: 1px solid #cecece;
}
#customForm .input2.error{
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm textarea{
	width: 180px;
	height: 80px;
	padding: 6px;
	color: #330066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #416f9f;
}

#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm div{
	margin-bottom: 5px;
}

#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}

#customForm div span.error{
	color: #e46c6e;
}

#customForm .buttoncss{
	background: #6f9ff1;
	color: #fff;
	width: 150px;
        height: 25px;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}

.buttoncss{
	background: #6f9ff1;
	color: #fff;
	width: 150px;
        height: 25px;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}

#customForm #send{
	background: #6f9ff1;
	color: #fff;
	width: 150px;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}

#customForm #send:hover{
	background: #79a7f1;
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}

#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}

#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}

#error ul li strong{
	color: #e46c6d;
}

#error.valid ul li strong{
	color: #93d72e;
}

.phperror, .err {
	color: #FF0000;
	text-align:center;
	font-weight: none;
	letter-spacing: 0.05em;
}
/******* /FORM *******/

.heading {
color: #00376F;

}

table {
	border-collapse: collapse;
	border: 0px;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #C0C0C0;
	color: #333;
}
tr {
	height: 30px;
}


td {
	padding:5px;
	/*border:1px dotted #D7D7D7;*/
	font-size: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        letter-spacing: 0.5px;
        text-decoration-color: #002236;
}

.errfix {
	margin: 0px auto 0px auto;	
	width:550px;
	color: #336600;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}


a.buttonlink, a:hover.buttonlink {
padding: 4px 20px 4px 20px;
background: #6f9ff1;
color: #fff;
width: 150px;
font-weight: 700;
font-style: normal;
border: 0;
cursor: pointer;
text-decoration:none
}




#dropinboxv2cover{
	width: 600px; /*change width to desired */
	height: 400px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 0;
	overflow:hidden;
	visibility: hidden;
	left: 2px;
	top: 732px;
}

#dropinboxv2{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight:bold;
width: 575px; /*change width to above width-20. */
height: 1000px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px dashed #007090; /*Customize box appearance*/
background-color:#FFFFFF;
padding: 9px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

.seperator{
        margin: 5px; 
        width:100%; 
        border-bottom: 1px dotted #000
 }
 
 
 #scrolling-down-popup-plugin-top{
	width: 200px;
	position:absolute;
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
	}
	#scrolling-down-popup-plugin{
	width: 180px; 
	border: #666;	margin: 0 auto;
		font-family: Verdana;	font-size: sdp_font_sizepx;
	padding: 4px;
	position:absolute;
	left: 0;
	top: 0;
	}

#customForm #searchapp{
		background: #6f9ff1;
		color: #fff;
		width: 150px;
		font-weight: 700;
		font-style: normal;
		border: 0;
		cursor: pointer;
	}
	
	#customForm #searchdate{
		background: #6f9ff1;
		color: #fff;
		width: 150px;
		font-weight: 700;
		font-style: normal;
		border: 0;
		cursor: pointer;
	}

        #applinumber{
            background-color: #0080FF;
        }
        
        #instruction li{
            font-size: 13px; 
            font-family: sans-serif; 
            font-style: italic;
            font-weight: bold;
            color: #642b2b;
        }
        #instruction ul{
            font-size:17px; color:#330066;
        }
        #instruction{
            background-color: #79a7f1;
        }
        #applinumber h3{
            font-family: sans-serif;
            font-style: italic;
            font-weight: bold;
        }
        
        