

/** 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: #F3991E;
}

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

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


a {
	color: #6D6E72;
}

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

/** Style for header starts here */

#header {
	width: 959px;
	height: 304px;
	margin: 0px auto;
	background: url(images/new/screen3.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: #F3991E;
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: #F3991E;
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 */

.rbodyimage
{
float: right;
margin: 0 0 20px 20px;
padding: 7px;
clear: right;
}

.containingbox p { margin-top: 0;}

.lbodyimage
{
float: left;
margin: 10px 10px 0 0;
padding: 10px;
clear: left;
}

.containingbox p { margin-top: 0;}


#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: 18px;
	line-height: 15px;
  background-image: url(images/bdot.gif);
  background-repeat: no-repeat;
 
}

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

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


#foot a {
  color: #F3991E;
 }

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

}


/*css for image css pop up map */




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
float: right;
padding: 15px;
z-index: 0px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 50px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -15px;
left: -490px; /*position where enlarged image should offset horizontally */

}







/** 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: 20px;
	text-align: center;
}


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

#footer a {
	color: #3C3C37;
	
}

