@charset "utf-8";
/* CSS Document */

/* clearing the default margin, border and padding because they may be different across browsers, */
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
    width:80%;
	margin:0% 10%;
	font-family:Arial, Helvetica, sans-serif;
	background: rgba(197,214,232, 1);

}
header, nav, section, article, footer  {
	display:block;
}
code{font-size:small; padding: 5px;}

strong {
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: x-large;
}

p,ul {font-size: small; padding:15px;} 
img { padding: 5px; max-width:80%; height:auto; border:#000 1px solid;}
em { padding: 5px;}
li:empty {display:none}
li {
	list-style: none;
}
a:link {
	text-decoration: none;
	color: #039;
}
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #8FBA0A;
}

a:active {
	text-decoration: none;
	color: #336699;
}

#frame {
	background: rgba(255,255,238, 1);
	margin:10px 10px 10px 10px;
	width:960px;
	width:auto;
	 -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 10px 10px 5px #999;
    -webkit-box-shadow: 10px 10px 5px #999;
    box-shadow: 10px 10px 5px #999;
   }
/* top of page div */
#top_menu{
	float:right;
	width:180px;
	text-align: center;
	overflow:hidden;
	
}
#top_menu ul{
	margin: 0;
	padding: 0;
}

#top_menu ul li{
	font-size: 12px;
	display: inline;
	float: right;
	display: block;
	padding: 3px;	}

/* search form style */
input[type=text] {
	font-size:12px;
	width:90px;
	outline: none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	}
	/* search button style */
input[type=submit] {
	font-size:12px;
	width:50px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer;}
    /*contact form*/

	
.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 30%; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 40%; 
  font: 100% arial; 
  border: 1px solid #C6E7F0; 
  background: #EFF8FB; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 14px; 
  border: 0; 
  width: 60px;
  float: right;
  height: 20px;
  padding: 2px 0 3px 0;
  cursor: pointer;
  margin: 5px;
  color:#FFF;
  background: #336699; 

}

.form_settings textarea { 
  font: 100% arial; 
  width: 50%;
}
header {
	background: rgba(69,111,154, 1);
	clear: both;
	float: none;
	background-image:url(../img/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	 -webkit-border-radius: 10px 10px 0 0;
	 -moz-border-radius: 10px 10px 0 0;
	 border-radius: 10px 10px 0 0;
}
/*header */

header h1 {
	padding-left:10px;
	font-size:x-large;
	text-align:left;
	font-weight:bold;
	line-height:44px;
}
header a { color:#FFF;}
header a:visited {color:#fff;}
/* start navigation items */

nav{
	float: left;
	width:100%;
	background: rgba(251,232,139,1);
}

nav ul
{
	margin: 0;
	padding: 0;
}

nav ul li{
	width:12.5%;
	text-align:center;
	font-weight: bold;
	display: inline;
	float:left;
	display: block;
	padding: 10px 0 10px 0;	
	text-decoration: none;
	}
.current {background: #e9d885;}
	
nav ul li a, nav ul li a:link, nav ul li a:visited {
	color: #436e97;

}

nav ul li a:hover { 
	color: #2c4763;
	
}

nav ul li a:active {
	color: #000; 
}


/*Define contant box*/
.minimize { width:80%; overflow:hidden;}


/*Set close box style */
.minimize article{ float:left;	overflow:hidden;}/* left contain hidden*/

/* article herf links styles */
.minimize article a {
	padding: 5px 0 5px 0;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000000;	
	-moz-border-radius:5px;
	-webkit--border-radius:5px;
	border-radius:5px;
}
/* pages===> article ==style an border remove */
.pages article{ 
	float:right;
	clear: both;
	width: 100%;
	height:0px; 
	border: hidden;
}
/*Target bax== set height  */
.pages :target{
height:auto;
min-height:30px;
height:auto !important;        /* for IE as it does not support min-height */
height:30px; 
width:90%;
float:right;
}
/* article page styles */
article p{	padding: 5px 0;
}
article h3 { font-size:14px;}
article h2 { font-size:18px; margin-top:10px;}
article ul li { font-weight: bold; padding:5px; margin-left:25px;}

/* start aside bar */
aside { float:left; width:20%;}
aside ul li{
	width: 100%;
	padding:1px;
	list-style: none;
	}

.linktop{
	font-size: medium;
	font-weight:bold;
	text-align:center;
}
section {
	margin:2%;
	clear: both;
	width: 96%;
}
.sitemap { 
	display:block;
	padding:10px;
	overflow: hidden;
 	width: 30%;
	min-width:160px;
	list-style: none;
	float:left;
	height:200px;
}
.sitemap ul { font-weight:bold; margin:0; padding:0;}
.sitemap ul li { padding: 2px;
	font-weight:normal;
	font-style:italic; 
	background-image:url(../img/bull.gif);
	background-repeat: no-repeat; 
	background-position: 0px 5px; 
	padding-left: 24px;
}

footer {
	clear: both;
	margin-top:5px;
	background: rgba(69,111,154, 1);
	text-align: center;
	overflow:hidden;
	 -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    
}


footer p, footer a{
	color:#CCC;
	padding: .5em;
	font-size: small;
}
.boxes{
	display:block;
	overflow: hidden;
 	width: 170px;
	padding: 10px;
	margin: 10px;
	height: 160px;
	float: left;
	list-style: none;
	border: 1px solid #999;
	background: #7cc4e7;
	box-shadow: 0 2px 5px #000, inset 0 10px 20px #a9d5ea;
	-o-box-shadow: 0 2px 5px #000, inset 0 10px 20px #a9d5ea;
	-webkit-box-shadow: 0 2px 5px #000, inset 0 10px 20px #a9d5ea;
	-moz-box-shadow: 0 2px 5px #000, inset 0 10px 20px #a9d5ea;
}
.boxes1{
	display:block;
	overflow: hidden;
 	width: 170px;
	padding: 10px;
	margin: 10px;
	height: 160px;
	float: left;
	list-style: none;
	border: 1px solid #999;
	background: #fbe88b;
	box-shadow: 0 2px 5px #000, inset 0 10px 20px #f6eab1;
	-o-box-shadow: 0 2px 5px #000, inset 0 10px 20px #f6eab1;
	-webkit-box-shadow: 0 2px 5px #000, inset 0 10px 20px #f6eab1;
	-moz-box-shadow: 0 2px 5px #000, inset 0 10px 20px #f6eab1;
}

   
/* Extra styles for screens >= 320px wide */  
@media only screen and (min-width: 320px) {

body {
    width:100%;
	margin:0;

}
header {	padding: 1em 0 1em 0;
}
header h1 {
	font-size: large;
	line-height:30px;
}


aside { width: 100%; margin-bottom:10px;}
aside ul li { padding: 0 5px 0 5px; font-size: small; display: inline; border: 1px solid #000;
}
.linktop{
	font-size:small;
	font-weight:bold;
	text-align:center;
}
/*article*/
article { width:100%;}
 .minimize { width:100%; overflow:hidden; float:left}
 
/* ///article */

header h1 {
	font-size: large;
	}

article h2 { font-size: medium; padding:15px;}

nav ul li{
	width:25%;
	border-bottom: 1px #FFF solid;
	padding: 3px 0 3px 0;	
	font-weight: normal;

	}

}

/* Extra styles for screens >= 480px wide */  
@media only screen and (min-width: 480px) {
body {
    width:80%;
	margin:0% 10%;

}

header {	padding: 1em 0 1em 0;
}
header h1 {
	font-size: large;
	line-height:30px;
}
nav ul li{
	width:25%;
	border-bottom: 1px #FFF solid;
	padding: 5px 0 5px 0;	
	font-weight: bold;

	}

}
@media only screen and (min-width: 768px) {


header {	padding: 2em 0 2em 0;
}

header h1 {
	font-size: x-large;
	line-height:30px;
}nav ul li{
	width:12.5%;
	border-bottom: none;
	padding: 10px 0 10px 0;	
	}
	aside { width:20%; float:left;}
	article { width:70%; float:right;}
	 .minimize { width:80%; overflow:hidden; float:left}

aside ul {
	width:100%;
	padding-top:2em;
}
aside {width: 20%; margin-bottom:10px;}

aside ul li { padding: 5px 0 5px 5px; font-size: small; display: inherit; list-style:none; border: 1px solid #000;
}
}
@media only screen and (min-width: 1140px) {

body {
    width:1024px;
	}
}
