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

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, "Lucida Sans", sans-serif;
}


/* LAYOUT */

.clear {
	width:100%;
	clear:both;
}


#left {
	float:left;
	width:25%;
	margin:0;
	padding:0;
}

#container {
	float:right;
	width:75%;
	margin:0;
	padding:0;
}

#center {
	float:left;
	width:67%;
	margin:0;
	padding:0;
}

#right {
	float:right;
	width:33%;
	height:100%;
	margin:0;
	padding:0;
}

#footer {
	width:98%;
	text-align:center;
	color:#999999;
	font-size:12px;
	margin:0 1% 0 1%;
}

#whole_pg {
	width: 95%;
	margin: 0 auto 0 auto;
	height: 100%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#headerleft {
	background-image:url(../images/drop_shadow_left.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:98%;
	margin:0 1% 0 1%;
	min-width:850px;
}

#headerright {
	background-image:url(../images/drop_shadow_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:100%;
	clear:both;
}

#contentleft {
	background-image:url(../images/drop_shadow_left.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:98%;
	min-width:850px;
	margin:20px 1% 0 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	clear:both;
}
#contentright {
	background-image:url(../images/drop_shadow_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:100%
}

#contenttop {
	background-repeat:repeat-x;
	background-image:url(../images/drop_shadow_top.jpg);
	background-position:top;
	height:13px;
	width:100%
}
#contenttopleft {
	background-image:url(../images/drop_corner_tl.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:13px;
	width:100%;
}
#contenttopright {
	background-repeat:no-repeat;
	background-image:url(../images/drop_corner_tr.jpg);
	background-position:right;
	height:13px;
	width:100%;
}

#contentbottom {
	background-repeat:repeat-x;
	background-image:url(../images/drop_shadow_bottom.jpg);
	background-position:bottom;
	height:13px;
	width:100%;
}
#contentbottomleft {
	background-image:url(../images/drop_corner_bl.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:13px;
	width:100%;
}
#contentbottomright {
	background-repeat:no-repeat;
	background-image:url(../images/drop_corner_br.jpg);
	background-position:right;
	height:13px;
	width:100%;
}


.smallboxleft {
	background-image:url(../images/small_shadow_left.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width: 90%;
	margin: 20px 5% 0 5%;
}
.smallboxright {
	background-image:url(../images/small_shadow_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:100%
}

.smallboxtop {
	background-repeat:repeat-x;
	background-image:url(../images/small_shadow_top.jpg);
	background-position:top;
	height:6px;
	width:100%
}
.smallboxtopleft {
	background-image:url(../images/small_corner_tl.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:6px;
	width:100%;
}
.smallboxtopright {
	background-repeat:no-repeat;
	background-image:url(../images/small_corner_tr.jpg);
	background-position:right;
	height:6px;
	width:100%;
}

.smallboxbottom {
	background-repeat:repeat-x;
	background-image:url(../images/small_shadow_bottom.jpg);
	background-position:bottom;
	height:6px;
	width:100%;
}
.smallboxbottomleft {
	background-image:url(../images/small_corner_bl.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:6px;
	width:100%;
}
.smallboxbottomright {
	background-repeat:no-repeat;
	background-image:url(../images/small_corner_br.jpg);
	background-position:right;
	height:6px;
	width:100%;
}

.smallboxcontent {
	background-color:#f4f2f2;
	margin:2px 8px 2px 8px;
}

.kw  {
	width: 150px;
	height: 108px;
	float: right;	
	padding-right: 25px;
}


#slideshow {
	width:640px;
	height:401px;
	margin:22px auto;
	position:relative;
	z-index:0;
}



/* STYLES */

#center p, #container p {
	color:#666666;
	font-size:12px;
	line-height:18px;
	margin:1%;
}

#title_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eb5f01;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#title_links a, a:visited {
	color: #eb5f01;
	text-decoration: none;
}

#title_links a:hover {
	color: #eb5f01;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eb5f01;
	text-align: center;
}

h2  {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #eb5f01;
	text-align: center;
}

h4  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
		}

h5  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eb5f01;
	text-align: center;
}

h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eb5f01;
	text-align: left;
}

#footer a, #footer a:visited, #container a, #container a:visited {
	color:#eb5f01;
	text-decoration:none;
}

#left h3, #right h3, #left a, #left a:visited, #right a, #right a:visited {
	text-align:left;
	color:#eb5f01;
	margin:.2em .2em .5em .2em;
	text-decoration:none;
}

#left a:hover, #right a:hover, #footer a:hover, #container a:hover {
	text-decoration:underline;
}

#right li, #left li {
	line-height:1.5em;
	color:#eb5f01;
	margin-bottom:.5em;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
}
	
#whole_pg a, a:visited {
	text-decoration: none;
	color: #eb5f01;
}

#whole_pg a:hover {
	text-decoration: underline;
}

.smallboxcontent span {
	font-size:2px;
}

.blacklink a {
	color:#000000;
	text-decoration:none;
}

.blacklink a:hover {
	text-decoration:underline;
}

/* NAVIGATION */

#navbar {
	background-image:url(../images/navbar_orange.jpg);
	background-repeat:repeat-x;
	height:47px;
	margin:0 8px 0 8px;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
}

.menu {
	height:47px;
	position:relative; /*Shailesh - 17072010 */
	z-index:100;
	
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}

.menu li {
	float:left;
	position:relative;
	z-index:100;
}

.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../images/navbar_orange_menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:47px;
	line-height:47px;
	border:0;
	padding: 0 15px 0 15px;
}
.menu a:hover {
	color:#FFFFFF;
	background:url(../images/navbar_orange_hover.jpg) right no-repeat;
}
.menu :hover > a {
	background:url(../images/navbar_orange_hover.jpg) right no-repeat;
	color:#FFFFFF;
}



.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}

.menu ul :hover ul ul{
	visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

.menu ul ul {
	width:149px;
	visibility:hidden;
	position:absolute;
	height:0;
	top:47px;
	left:0; 
	z-index:100;
}

.menu ul ul a, .menu ul ul a:visited {
	background:#FFFFFF; 
	color:#ee8019; 
	height:auto; 
	line-height:2.5em;
	font-size:12px;
	width:149px;
	border:thin solid #CCCCCC;
	border-top:0;
}

.menu ul ul a:hover, .menu ul ul ul a:hover {
	background:#d8d8d8;
	color:#f57905; 
}
.menu ul ul :hover > a {
	background:#d8d8d8;
	color:#f57905; 
}

.menu ul ul ul{
	left:180px; 
	top:3px; 
	width:149px;
}

.2lines {
	line-height:23px;
}


/* Blog Stuff */

#blogcontainer {
	float:right;
	width:75%;
	margin:0;
	padding:0;
}

/* Misc Stuff */

#testimonial {
	padding:0 3px 0 3px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:#f4f2f2 2px solid;
}

#testimonial a:hover {
	text-decoration: none;
}

#testimonial:hover {
	border:#999 2px solid;
	
}
	


