/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

html {
	/*background: $bottomWrapper.bg.color;*/
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
}


body {
	color:#036564;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	/*text-transform: normal;*/
}

p {
	letter-spacing: normal;
	line-height: 20px;
}

h1 {
	color:#0850a4;
	font-size:24px;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#0850a4;
	font-size:18px;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#0850a4;
	font-size:16px;
	margin:20px 0 5px 0;
	clear:both;
}



a:link, a:visited {
	color:#0872f0;
	text-decoration:none;
}


a:hover {
	color:#0872f0;
	text-decoration:underline;
}


a.imglink{
	background:         #000;
	display:            inline-block;
}
a.imglink img{
	vertical-align:     middle;
	transition:         opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
a.imglink:hover img{
	opacity:            0.5;
}


					
#wrapper {
	background: transparent url( eimages/css/page-vbg.jpg ) repeat-y scroll 50% 0px;
	margin:0 auto ;
	width:100%;
}

body {
	background-color:#FFFFFF;
}

#wrapper {
	border-top: 1px solid #ffffff;
}
	

					
#topWrapper {
	width:100%;
	height:100px;
	/*background-color:${topWrapper.bg.color};*/
	background-image:url(eimages/css/topWrapper-bg.jpg);
	background-position:center top ;
	background-repeat:repeat-x;
}


					
#topBanner {
	width:800px;
	margin:0 auto;
	height:100px;
    background-position:center top ;
	background-image:url(eimages/css/topBanner.jpg);
	background-repeat:no-repeat;
}

	

#topnav {
	background:transparent url('eimages/css/hmenu.jpg') repeat-x top left;
}


					

#topnav {
	height:40px;
	margin:0 auto ;
	text-align:center;
}

#topnav ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:center;
	height:40px;
	text-transform:uppercase;
    font-size:12px;
	font-family:Arial,sans-serif;
}


#topnav ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url('eimages/css/hmenu.jpg') repeat-x top left;

}


#topnav ul li a {
	display:block;
	float:left;
	color:#0758b9;
	text-decoration:none;
	padding:0px 25px ;
	line-height:40px;
	font-weight:bold;
}


#topnav ul li a:hover, #topnav li#current a {
	color:#011023;
	background:transparent url('eimages/css/hmenu-sel.jpg') repeat-x top left;
}

	

#topnav ul {
	width:800px;
}




body {
	background-position : center 240px;
}

	

#bg {
	margin:0 auto;
	padding:0;
	background:transparent ;
	background-image:url(eimages/css/hat.jpg);
 	background-repeat:no-repeat;	
	background-position: center top ;
}



#header {
	margin: 0 auto;
	min-height:0px;
	height: 0px;
	width: 800px;
}
	

#page {
	background: transparent url( eimages/css/page-bg.jpg ) no-repeat center top;
}


					


#container {
	margin:0 auto;
	width:800px;
    border:1px
}


#content {
	width:780px;
	margin:0 auto ;
	text-align:left;
	min-height:900px;
}


#content p {
	text-align:justify;
}

		
					
#right {
	width:200px;
	padding:10px 20px 20px 20px;
	float:left;
}


#center {
	width:500px;
	padding:10px 20px 20px 20px;
	float:left;
}

 
#content p {
	margin-top:10px;
	text-align:justify;
}

										
#sidebar ul.vmenu {
	list-style: none;
	/*text-align: none;*/
	margin: 7px 0px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #eeeeee;
}


#sidebar ul.vmenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px solid #eeeeee;
}



#sidebar ul.vmenu li a {
	text-decoration: none;
	color:#036564;
}


#sidebar ul.vmenu li a:hover {
	color:#cdb380;
}


#sidebar ul.vmenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.vmenu ul li { border: none; }


html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	text-align: center;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}