
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6
{
    color: #996633;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;	
}
h2 {
	margin: 0.2em 0em;
	font-size: 1.6em;	
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em;
	font-size: 1.4em;	
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;	
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;	
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;	
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
    margin:0 0 0 0;
	line-height: 1.8em;
	font-size: 1.0em;		
}
p {
	margin: 1.2em 0em;
	line-height: 1.8em;
	font-size: 1.0em;	
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a
{
    text-decoration: none;
    font-weight: bold;
    color:#FFF;
}

a:link {}

a:visited {}

a:active {}

a:hover	  /* pay attention to this */
{
    text-decoration: underline;
    color: #6666ff;
}
/* doc specifications*/	 

body{
	text-align: center; /*center hack*/
	font-size: 76.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background-image: url(images/fading_background.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 776px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #fff; /*height: 500px; temporal*/
	background-image: url(images/maincontent.jpg);
}  
#headerwrapper{
	border-bottom: solid 1px #fff;
	position:relative;
		}
#banner {
  background-image: url(images/bannerfinal.jpg);
	height: 346px;
	/*width: 524px;*/
	background-repeat: no-repeat;
	position:relative;
	
	}
#slogan{
   background-image: url(images/Academyslogan.jpg);
	background-position: 15px 280px;
	background-repeat: no-repeat;
	height: 346px;
}	


 
/*#mainmenu{
	float: right;
	height: 346px;
	width: 252px;
	background-image: url(images/bannerbottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	
}
#navcontainer{
	height:232px;
	background-image: url(images/mano.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: Silver;
	position:relative;
}*/
#navlistcontainer{

	
	/*top:90px;
	right:105px;
	z-index:100;*/
	position:absolute;
	top:90px;
	right:105px;
	
	
}

#navlist
{
/*position:absolute;
	top:90px;
	right:105px;
	z-index:100;
margin-left: 0;
padding-left: 0;*/
list-style: none;
}

#navlist li 
{
padding-left: 13px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
color:#494949;
}
#navlist li a
{
	color:#494949;
}
#navlist li a:link, navlist li a:visited{
	color: #494949;
}
#navlist li a:hover{
	text-decoration: none;
	color: Blue;
}

#mainwrapper{
border-top: solid 1px #fff;
background-image: url(images/maincontent.jpg);}
#maincontent{

margin-left:281px;
padding:20px 0 0 0;
border-left: 2px solid #fff;
}
#maincontent h2{
	color: #fff;
	text-align: center;
	/*margin: 8px;*/
}
#maincontent p{
        margin: 10px 10px 0 10px;
	padding: 15px;
	color: #fff;
}
#maincontent p a:link, #maincontent p a:visited{
	color: #fff;
	font-weight:bold;
}
#maincontent p a:hover{
	color: #0000CD;
}
#leftmenu{
	float: left;
	/*height: 250px;
	border-right: 2px solid #fff;*/
		}
#leftmenu img{
        width:150px;
        height:150px;
        border: 1px solid #fff;
        padding:10px;
        margin-left:10px;}
#leftcontainer{
	width: 250px;
	padding: 0 0 1em 0;
	margin-top: 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #305474;
	color: #333;
}
#leftcontainer ul{
	list-style: none;
margin: 0;
padding: 0;
/*border-right: 1px solid #fff;*/
}
#leftcontainer li{
	/*border-bottom: 1px solid #90bade;*/
margin: 0;
}
#leftcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #305474;/*#1958b7*/
border-right: 10px solid #305474;/*#508fc4*/
background-color: #305474;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #leftcontainer li a { width: auto; }

#leftcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#navcontainer li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
}

#navcontainer li li a
{
display: block;
padding: 5px 5px 5px 20px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #5ba3e0;
color: #fff;
text-decoration: none;
width: 100%;
}


.floatleft{
	float: left;
	margin: 0 5px 5px 0;
        padding-top:7px; 
}
#footer{
clear: both;
height: 60px;
background-color:#fff;
color: #000;
font-size: smaller;
text-align: center;}

#footer p{
margin: 8px 0 2px 8px;
padding: 15px 0 0 0;
color: #483D8B;
	}
#footer p a:link, #footer p a:visited{
	color: #483D8B;
	font-size: 10px;
}
#footer p a:hover{
	color: #0000CD;
	font-size: 10px;}

	/* other pages config*/
#Pheaderwrapper{
	border-bottom: solid 1px #fff;
	background-color: #fff;
}
#Pmainmenu{
	float: right;
	height: 171px;
	width: 249px;
	
}
#Pnavcontainer{

	height:171px;
	background-color: #fff;
	position:relative;
}
#Pnavlistcontainer{
	position:absolute;
	left:45px;
	bottom:20px;
}
#Pnavlist{

margin-left: 0;
padding-left: 0;
list-style: none;
}
#Pnavlist li a{
	color:#494949;
}
#Pnavlist li a:link, navlist li a:visited{
	color: #494949;
}
#Pnavlist li a:hover{
	text-decoration: none;
	color: Blue;
}
#Pnavlist li{
	padding-left: 13px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
color:#494949;
}
#Pbanner{
	
	background-image: url(images/Pbanner.jpg);
	height: 171px;
	width: 524px;
	background-repeat: no-repeat;
	position:relative;
}
#Pslogan{
	/*background-image: url(images/Academyslogan.jpg);
	background-position: 15px 280px;
	background-repeat: no-repeat;
	height: 346px;*/
}
label{
	color: #fff;
}
/*#Pleftmenu{
	float: left;
	height: 400px;
	border-right: 2px solid #fff;
}*/
/*#contactform{
	padding: 15px;
	margin: 10px
}*/
#contactform td{
	margin: 10px 10px 0 10px;
	padding: 15px;
}
.smallerimg{
        width:150px;
        height:150px;
        border: 1px solid #fff;
        }
