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

body {
	background-color:#b0b0b0;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding: 0;
	color: #000;
}

ul, ol, dl { list-style-type:decimal;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
}

li { 
	list-style-type:none;
	}
	
.li1{
	list-style-type:disc;
	margin-left:15px;
	}
	

h1,  h3, h4, h5, h6, p {
	margin-top: 10px;
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin-top: 10px;
	padding-left: 15px;
	}

.para1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:16px;
	margin-left:18px;
	margin-right:17px;
	
}


img {
	padding: 10px 10px 10px 10px;
	margin:0px;
}

a img {
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 12px;
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	color: #6E6C64
	text-decoration: none;
}


.container {
	-moz-box-shadow: 10px 10px 5px #888888; /* Firefox */
	-webkit-box-shadow: 10px 10px 5px #888888; /* Safari and Chrome */
	box-shadow: 10px 10px 5px #888888;
	width:820px;
	height:640px;
	overflow:scroll;
	border:#030303;
	background:#EAEAEA;
	margin: 0 auto; 
}


.header {
	background-image:url(headgradnew.gif);
	margin-top:10px;
	height:200px;
	/*background: #EAEAEA;*/
}

.gallery-sidebar1 {
	padding-top:30px;
	float: left;
	width: 180px;
	/*height:380px;*/
	background:#EAEAEA;
	padding-bottom: 10px;
}

ul.gallery-sidebar1 {
	height:300px;
	width:180px;
	list-style-type: none;
	display:none;

}

ul.gallery-sidebar1-container li {
	/*border:1px solid #BBBBBB;*/
   float:left;
   height:120px;
   margin-right:10px;
   margin-left:10px;
   margin-top:20px;
   width:160px;
}


.content {
	padding: 30px 0;
	width: 600px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #030303;
	border-right-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
	
}

.content2 {
	padding: 30px 0;
	width: 400px;
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #030303;
	border-right-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #030303;
	
}

ul.gallery {
   height:425px;
   width:200px;   
   list-style-type: none;
   display:inline;
}

ul.gallery-container li {
   float:right;
   height:120px;
   margin-right:32px;
   margin-top:7px;
   width:160px;
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

ul.nav li {
	display:inline;
	float:left;
	text-align:center;
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 140px;
	text-decoration: none;
	background: #767777;
	color: #ffffff;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #979797;
	color: #0067a6;
}

.footer {
	width:800px;
	padding: 80px 0px 0px 0px;
	background-image:url(footgrad.gif); 
	clear: both;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
