
body {
	margin: 0px;
	background: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
        font-size: .9em;
}

p {
	line-height: 19px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 17px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(../img/bullet.gif);
}

a {
	color: #1D97CC;
font-size: 12px;
}

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

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
min-width: 1024px;
max-width: 1800px;
width:expression(document.body.clientWidth < 1024? "1024px" : document.body.clientWidth > 1800? "1800px" : "auto");
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(../img/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: url(../img/bg_t.gif) no-repeat;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../img/bg_menu.gif);
}

#menu li a.current {
	color: #000;
	background: url(../img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
min-width: 1024px;
max-width: 1800px;
width:expression(document.body.clientWidth < 1024? "1024px" : document.body.clientWidth > 1800? "1800px" : "auto");
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}



/* Start Slider */
#services3 {

}
#services3 li {
	list-style:none;
	float:left;
	margin: 12px 5px 8px 0;
	padding: 0;
	width: 200px;
	position: relative;
}
#services3 li.last {
	margin-right:0;
}
#services3 li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 99px;
	width: 162px;
	padding: 24px 16px 16px 24px;
	color: #3782a4;
	font: normal 18px Arial, sans-serif, Helvetica;
	background: url('images/services3_bg.gif') no-repeat;
}
#services3 li a, #services3 li a:focus, #services3 li a:hover { text-decoration: none; }
#services3 li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 127px;
	width: 188px;
	border: 6px solid #ddd;
}
/* End Slider */




#left {
	width: 65%;
	float:left;
	display: block;
       margin-left: 20px;
       margin-right: 20px;
	display: inline;
}


/**** Sidebar ***/


#right {
	width: 25%; 
	float: right;
	display:block;
	margin-top: 2px;
}

#right .box {
	width: 27em;/*280px*/
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding:2px 2px 2px 2px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #1D97CC;
	font-size: 10px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: left;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #1D97CC;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #93B300;
	background: url(../img/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

#nav a:visited{
	color: grey;
	font-weight: bold;
	}	
#nav a:current{
	color: #93B300;
	background: url(../img/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
        margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 1024;
}

#footer p {
	margin: 0px;
	padding: 0;
}
img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.expand-down {
  font-family: Verdana, Arial, sans-serif;
  line-height:normal;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  height:100px;
  width:960px;
 
}
/* reset margins and paddings */
.expand-down * {
  margin: 0;
  padding: 0;
}
.expand-down ul {
  padding-top:10px;
  margin-left:10px;
}
.expand-down ul li {
  float:left;
  list-style-type:none;
}
.expand-down ul li a {
  text-decoration:none;
}
.expand-down ul li a img {
  width:52px;  /* initial width of images, 50% of width */
  height:52px; /* initial height of images, 50% of height */
  border:none;
}
/* initially, don't show the label inside <span> tag */
.expand-down ul li a span {
  display:none;
}
.expand-down ul li:hover a span {
  /* show label on mouse hover */
  display:block;
  font-size:12px;
  text-align:left;
  color:#1D97CC;
}
/* expand the image to 100% on mouse hover.
** an image becomes active when mouse hovers it
** ideally, the image should have same width and height as below 
*/
.expand-down ul li:hover a img {
  width:72px;
  height:72px;
}
/* expand the image next to the right of the active image to 60% using + selector */
.expand-down ul li:hover + li a img {
  width:60px;
  height:60px;
}
/* expand the image second to the right of the active image to 55% using + selectors */
.expand-down ul li:hover + li + li a img {
  width:55px;
  height:55px;
}

