/* CSS Document */


/** Common Styles */

body {
	margin: 10px 0 20px 0;
	padding: 15px;
	background: #4E4C4C;
	text-align: left;
	line-height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #BED62F;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

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

a {
	color: #6D6E72;
}

a:hover {
	text-decoration: none;
	color: #BED62F;
	
}

/** Style for header starts here */

#header {
	width: 959px;
	height: 304px;
	margin: 0px auto;
	background: url(images/new/screen1.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/** Style for wrapper starts here */

#wrapper {
	width: 959px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for nav starts here */


#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #BED62F;
color: White;
float: left;
width: 100%;
font-family: verdana, arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.75em 2.3em;
background-color: #BED62F;
color: White;
text-decoration: none;
float: left;
border-right: 0px solid #;
}

#navcontainer ul li a:hover
{
background-color: #FFF;
font-family: verdana, arial, helvetica, sans-serif;
color: #3C3C37;
}




/** Style for content starts here */




#content {
	width: 800px;
	margin: 10px auto;
	padding-top: 85px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	
}

#content p {
}
/** page body content width **/
#left {
	float: left;
	width: 760px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
  margin-bottom: 20px;
}

#foot {
	
	font-size: 18px;
	color: #BED62F;
}

#post img {
  margin-top: 10px;
  padding-right: 20px;
  line-height: 17px;
  

}


/** PROBLEM WITH LIGHTBOX AND LI WITHIN A UL  - [#gallery ul li] changed 2nd line below to float:right?; */

#gallery {width:800px;}
#gallery ul {list-style:none; padding:10px; margin:0; width:340px; position:relative; float:right;}
#gallery ul li {display:inline; width:150px; height:110px; float:left; margin:5px 0px 5px 0px;}
#gallery ul li a {display:block; width:150px; height:110px; text-decoration:none; border:1px solid #DFDFDF;}
#gallery ul li a img {display:block; width:150px; height:110px; border:0;}





/** Style for footer starts here */

#footer {
	clear: both;
	width: 959px;
	height: 22px;
	margin: 0px auto;
	padding-top: 20px;
	background: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	color: #3C3C37;
	border-top: 1px dashed #D2D4C9;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 90px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 25px;
	text-align: center;
}


#footer .sitemap {
	padding-right: 70px;
	text-transform: uppercase;
	font-size: 10px;
	color: #3C3C37;
}

#footer a {
	color: #3C3C37;
	
}


