﻿body
	{
	background-color:#e2e2e2;
	margin:10px 0 20px 0;
	padding:0px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:black;
}
.wrappper
	{
	width:990px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

h2 {
	color: #495e96;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

A:link, A:visited, A:active
	{
	color:#3e599c;
	text-decoration:underline;
} 
A:hover
	{
	color:#ee841e;
	text-decoration:underline;
}


/* ----------- HEADER : starts ----------- */
.header
	{
	display:inline-block;
	background-image:url('../_gfx/headbg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	width:990px;
	height:117px;
	vertical-align:top;
}
.logo
	{
	float:left;
	padding:26px 0px 0px 38px;
}
.topmenu
	{
	float:left;
	padding:25px 0px 0px 266px;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
}
.topmenu strong.title
	{
	font-size:15px;
	color:#ec8a23;
	margin:0 0 0px 0;
}
.topmenu A:link, .topmenu A:visited, .topmenu A:active
	{
	color:#495e96;
	text-decoration:none;
} 
.topmenu A:hover
	{
	color:#ec8a23;
	text-decoration:none;
}
.topmenu .sep
	{
	font-size:11px;
	color:#495e96;
	padding:0 5px 0 5px;
}
.hormenu
	{
	display:inline-block;
	background-image:url('../_gfx/mainbg.jpg');
	background-position:left;
	background-repeat:repeat-y;
	width:960px;
	padding:5px 0 0 30px;
	font-size:11px;
}
.splash
	{
	display:inline-block;
	background-image:url('../_gfx/mainbg.jpg');
	background-position:left;
	background-repeat:repeat-y;
	padding:7px 0 0 30px;
	width:960px;
}

/* ----------- HEADER : ends -----------  */


/* ----------- MAIN HOME AREA : starts -----------  */
.main-home
	{
	display:inline-block;
	background-image:url('../_gfx/mainbg.jpg');
	background-position:left;
	background-repeat:repeat-y;
	width:930px;
	padding:0 30px 0 30px;
}
.welcome
	{
	background-image:url('../_gfx/horsep.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:15px 0 15px 0;
	color:#495f98;
	font-size:34px;
	line-height:85%;
	font-family:"Trebuchet MS";
}
.main-home .left
	{
	width:515px;
	float:left;
	padding:0 30px 0 0;
	text-align:justify;
	line-height:150%;
	font-family:Verdana;
	font-size:11px;
}
.main-home .vertsep
	{
	width:17px;
	float:left;
	padding:0;
}
.main-home .right
	{
	width:367px;
	float:left;
	padding:20px 0 0 0;
}
.box-cont
	{
	float:left;
	width:176px;
	margin:0 0 0 7px;
}
.box-cont .title
	{
	padding:0 0 0 3px;
	float:left;
	width:176px;
	font-size:12px;
	font-weight:bold;
	color:#ec8a23;
}
.box-cont .text
	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	padding:3px 5px 5px 5px;
}
.box-cont .text A:link, .box-cont .text A:visited, .box-cont .text A:active
	{
	color:#636363;
	text-decoration:underline;
} 
.box-cont .text A:hover
	{
	color:#232323;
	text-decoration:none;
}
/* ----------- MAIN HOME AREA : ends -----------  */




/* ----------- MAIN : starts -----------  */
.main
	{
	display:inline-block;
	background-image:url('../_gfx/mainbg.jpg');
	background-image:url('../_gfx/articlebg.jpg');
	background-position:left;
	background-repeat:repeat-y;
	width:935px;
	padding:10px 30px 0 25px;
}
.left-menu
	{
	float:left;
	background-image:url('../_gfx/lmenubg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	width:190px;
	min-height:193px;
	padding:15px 12px 0 13px;
}
.main .right
	{
	float:left;
	width:627px;
	padding:0 30px 0 50px;
	margin:0;
	text-align:justify;
	line-height:150%;
	font-family:Verdana;
	font-size:11px;
}
.main .right h1
	{
	font-size:20px;
	color:#ec8a23;
	font-family:"Trebuchet MS";
}
.main .right select
	{
	font-family:Verdana;
	font-size:11px;
	width:266px;
	margin-bottom:5px;
	background-color:#fbede3;
	border:1px #ead9ce solid;
	height:20px;

}
.main .right input
	{
	font-family:Verdana;
	font-size:11px;
	width:264px;
	margin-bottom:5px;
	background-color:#fbede3;
	border:1px #ead9ce solid;
	height:15px;
	padding-top:2px;
}
.main .right textarea
	{
	font-family:Verdana;
	font-size:11px;
	width:312px;
	margin-bottom:15px;
	background-color:#fbede3;
	border:1px #ead9ce solid;
	line-height:140%;
}

#hiddenSelect {
    display:none;
}
.main .right input.send
	{
	width:314px;
	border:0px;
	background-color:#d9781e;
	font-weight:bold;
	color:white;
	border:0px;
	font-size:11px;
	height:20px;
	padding-bottom:5px;
	}


.main .right table {
width: 100%;
}

.main .right table td{
width: 50%;
}

/* ----------- MAIN : ends -----------  */


/* ----------- FOOTER : STARTS  -----------  */
.footer
	{
	display:inline-block;
	background-image:url('../_gfx/footerbg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	width:930px;
	padding:33px 30px 0 30px;
	min-height:33px;
	font-family:Tahoma;
	font-size:11px;
	color:#9c9c9c;
}
.footer A:link, .footer A:visited, .footer A:active
	{
	color:#9c9c9c;
	text-decoration:none;
} 
.footer A:hover
	{
	color:#495f98;
	text-decoration:none;
}
/* ----------- FOOTER : ends -----------  */

/* ----------- CALL FOR ACTION : starts -----------  */
.action
 {
 display:inline-block;
 height:27px;
 margin-top:5px;
 float:right;
}
.action-left
 {
 height:27px;
 line-height:27px;
 float:left;
 vertical-align:top;
 color:#ffffff;
 font-weight:bold;
 display:inline-block;
}
.action-right
 {
 width:28px;
 height:27px;
 float:left;
}
 
.action-left A:link, .action-left A:visited, .action-left A:active
 {
 background-image:url('../_gfx/action-left.gif');
 background-position:left;
 background-repeat:no-repeat;
 color:#ffffff;
 text-decoration:none;
 font-size:13px;
 display:inline-block;
 padding:0 5px 0 10px;
} 
.action-left A:hover
 {
 background-image:url('../_gfx/action-left.gif');
 background-position:left;
 background-repeat:no-repeat;
 color:#ffffff;
 text-decoration:underline;
 font-size:13px;
 padding:0 5px 0 10px;
}
 
/* ----------- CALL FOR ACTION : ends -----------  */




