/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
/*---------------Common Styles----------------*/
body{
	background:#f8f8f8; /*#f28d1e;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
	font-weight: normal;
	padding:0px;
	margin:0px;
}
li {
	list-style-type: none;
}
a img{
	border:none;
}
a:link{
	color:#C90;
}
a:hover{
	color:#CCC;
}

a:visited{
	color: #CCC;
}
a.link visited:hover{
	color: #F90;
}

a:visited hover{
	color:#CCC;
}

li a:link{
	color:#CCC;
	text-decoration:none;
}
li a:hover{
	color:#C90;
	text-decoration:underline;
}
li a:visited{
	color:#CCC;
	text-decoration:underline;
}
li a.link visited:hover{
	color:#CCC;	
}

div#container{
	background:#ffffff url(../images/container_bg.gif) left top repeat-y;
	width:918px;
	margin:auto;
	padding:0px 36px;
	overflow:hidden;
}
/*-----------------Header Styles-----------------*/
div#header{
	float:left;
	background:#d2d2d2 url(../images/header_middle_bg.gif) left top repeat-x;
	width:908px;
	height:88px;
	margin:0px 5px;
	display:inline;
}
div#header_left{
	float:left;
	background:#d2d2d2 url(../images/header_left_bg.gif) left top no-repeat;
	width:20px;
	height:88px;
}
div#header_content{
	float:left;
	background:url(../images/header_right_bg.gif) right top no-repeat;
	height:88px;
	width:888px;
}
div#logo{
	float:left;
	padding-top: 4px;
}
/*-----------------Header Navigation Styles-----------------*/
div#header_nav{
	float:left;
	background:#d2d2d2 url(../images/header_nav_middle_bg.gif) left top repeat-x;
	height:38px;
	margin:37px 13px 13px 20px;
	display:inline;
}
div#header_nav_left{
	float:left;
	background:#d2d2d2 url(../images/header_nav_left_bg.gif) left top no-repeat;
	width:11px;
	height:38px;
}
div#header_nav_content{
	float:left;
	background:url(../images/header_nav_right_bg.gif) right top no-repeat;
	height:38px;
	width:573px;
	padding-right:10px;
}


div#header_nav li{
	display:inline;
}
div#header_nav a, div#header_nav a:visited, div#header_nav a:active{
	color:#5f5f5f;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 16px;
}
div#header_nav a.sel, div#header_nav a.sel:visited, div#header_nav a.sel:active, div#header_nav a:hover{
	text-decoration:underline;
}

/*-----------------Middle Content Styles-----------------*/
div#middle_container{
	float:left;
	width:918px;
	padding:0px 0px 33px 0px;
}
div#middle_container h1{
	font-family:Helvetica, sans-serif;
	color:#ffb80e;
	font-size:20px;
	padding:5px 0px 10px 0px;
}
div#middle_container p{
	padding-bottom:10px;
}
div#middle_container li{
	padding:10px 0px 25px 25px;
	background:url(../images/bullet.gif) left 14px no-repeat;
}

div#nav_path{
	float:left;
	width:899px;
	padding:0px 9px 7px 10px;
	color:#7d7d7d;
}
div#nav_path a, div#nav_path a:visited, div#nav_path a:active{
	color:#7d7d7d;
	text-decoration:none;
}
div#banner_container{
	float:left;
	width:899px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 10px;
}


/*-------------Home page styles----------------*/
div#text_container{
	float:left;
	background:#5f5f5f url(../images/home_text_content_middle_bg.gif) left top repeat-y;
	width:710px;
	margin:0px 5px;
	display:inline;
}
div#text_content_top{
	float:left;
	background:#5f5f5f url(../images/home_text_content_top_bg.gif) left top no-repeat;
	width:710px;
	height:21px;
}
div#text_content{
	float:left;
	background:url(../images/home_text_content_bottom_bg.gif) left bottom no-repeat;
	width:648px;
	padding:0px 27px 20px 35px;
}
.btnReg{
	padding:5px;
}
div#advert_container{
	float:left;
	background:#e8e8e8 url(../images/advert_bottom_bg.gif) left bottom no-repeat;
	width:188px;
	margin:0px 5px;
	display:inline;
}
div#advert_container_top{
	float:left;
	background:#e8e8e8 url(../images/advert_top_bg.gif) left top no-repeat;
	width:188px;
	height:11px;
}
div#advert_content{
	float:left;
	width:166px;
	padding:0px 11px 11px 11px;
}
/*-----------------Internal pages Text Content Styles-----------------*/
div#int_text_container{
	float:left;
	background:#5f5f5f url(../images/int_text_content_middle_bg.gif) left top repeat-y;
	width:908px;
	margin:0px 5px;
	display:inline;
}
div#int_text_content_top{
	float:left;
	background:#5f5f5f url(../images/int_text_content_top_bg.gif) left top no-repeat;
	width:908px;
	height:21px;
}
div#int_text_content{
	float:left;
	background:url(../images/int_text_content_bottom_bg.gif) left bottom no-repeat;
	width:854px;
	padding:0px 27px 20px 27px;
}
div#int_text_content_left{
	float:left;
	background:url(../images/dotted_line.gif) right top repeat-y;
	width:150px;
	margin-right:-1px;
	display:inline;	
}
div#int_text_content_right{
	float:left;
	background:url(../images/dotted_line.gif) left top repeat-y;
	width:690px;
	padding:5px 0px 0px 15px;
}

/*-----------------Portfolio Styles-----------------*/
div#portfolio_container{
	float:left;
	width:918px;	
}
.protfolio{
	float:left;
	padding:3px 7px 0px 8px;
}
/*-----------------Footer Styles-----------------*/
div#footer{
	float:left;
	background:#d2d2d2 url(../images/footer_middle_bg.gif) left top repeat-x;
	width:918px;
	height:58px;
	color:#23517c;
	text-align:center;
	font-size:10px;
}
div#footer_left{
	float:left;
	background:#d2d2d2 url(../images/footer_left_bg.gif) left top no-repeat;
	width:20px;
	height:58px;
}
div#footer_content{
	float:left;
	background:url(../images/footer_right_bg.gif) right top no-repeat;
	height:48px;
	width:898px;
	padding-top:10px;
	line-height:23px;
}


div#footer li{
	display:inline;
}
div#footer a, div#footer a:visited, div#footer a:active{
	color:#23517c;
	text-decoration:none;
	padding:0px 5px;
}
div#footer a.sel, div#footer a.sel:visited, div#footer a.sel:active, div#footer a:hover{
	text-decoration:underline;
}

.spon{
	color:#036;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:1px;
}

.button {
    padding: 1px 2px;
    color: #333333;
    background-color: #CCCCCC;
    width: auto !important;
    font-size: 11px;
    border: 1px;
	border-color:#FFFFCC;
}
input {
   color: #003333;
   background-color: #CCC;
    border: 0px;
    padding: 1px;
}
select {
    font-size: 11px;
    background-color:  #CCC;
    border: 0px;
    padding: 1px;
    /* change akhilesh width: 200px;*/
    padding: 2px;
}
input.file {
    font-size: 11px;
    background-color:  #CCC;
    border: 0px;
    padding: 1px;
    /* change akhilesh width: 200px;*/
    padding: 2px;
}

h2{
	font-family:Helvetica, sans-serif;
	color:#ffb80e;
	font-size:14px;
	padding:5px 0px 5px 0px;
}
