/*===================================

Designed & Developed by Paresh Shrestha (Dream Draft Design)
E-mail: paress@gmail.com
Web: http://www.dreamdraftdesign.com

=====================================*/


/*-- CSS RESET START --*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {	line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}
/*-- CSS RESET END --*/
/*-- GLOBAL SETTING START --*/
.clear{clear: both;}
.left{float: left;}
.right{	float: right;}
p {	padding:5px  0;}
.bpad{padding-bottom:15px;}
.error{color:red; font-size:10px;}
body {background-color: #ffffce; background-image: url(../images/bgRepeat.png);	background-repeat: repeat-x; color: #333;	font-family: Verdana, Geneva, sans-serif; font-size: 12px;}

/*-- Headline START --*/
h1, h2{font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color:#012e57;}
h1{font-size: 18px;	padding: 25px 20px 5px 0;}
h2{	font-size: 15px; padding: 25px 20px 5px 0;}
/*-- Headline END --*/

/*-- GLOBAL SETTING END --*/

/*-- HEADER SECTION START --*/

#header-wrap{width:100%;}
#header-container{}
#header-content{margin: 0 auto;	width: 760px;	height: 110px;	background-color: #ffffce;	border-left: #c1c197 1px solid;	border-right: #c1c197 1px solid; overflow:hidden;}
#logo{width: 215px;	float:left;}
#phone{	width: 500px;text-align: right;	color:#012e57;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 24px; font-weight: bold;	font-style: italic;	padding: 30px 30px 0 0;	float:right;}
/*-- HEADER SECTION END --*/

/*-- BODY SECTION START --*/
#container{	width: 760px;	margin: 0 auto;	background-color: #ffffce;	border-left: #c1c197 1px solid;	border-right: #c1c197 1px solid;	}
#image-slide{}
#content{padding: 5px 5px 30px;	overflow:hidden;}
#sidebar{width: 175px; float:left;	}
		
/*-- NAVIGATION BAR START--*/
#navbar{	float: left;	width: 175px;	margin-top: 0px;	}
.nav {	width: 165px;	font-size:14px;	font-family:Verdana;	text-transform: uppercase;	color: #FFF;	font-weight: bold;}
.nav ul {   list-style-type: none;   margin: 0;   padding: 0;}
.nav ul li {   margin-top: 2px; }
.nav li a {   padding: 5px 5px 5px 20px;   width:155px;     display:block;   text-decoration: none;   border-bottom:#3c643c 1px solid;}
.nav li a:link, .nav li a:visited{	color: #FFFFFF;	background-image: url(../images/green.png);	background-repeat: repeat-x;	background-position: center center;	}
.nav li a:hover, .nav li a:active {   background-image: url(../images/blue.png);	background-repeat: repeat-x;	background-position: center center;	   text-decoration: none;}
.nav li a span {   color:#FFFFFF; }
.nav li a:hover span {   color: #ffffff;}



/*-- NAVIGATION BAR END--*/

#body-content{	width: 540px;	line-height: 16px;	padding: 0 15px 20px 5px;	float:right;	}
#body-content img{margin:20px 0 20px 20px;}
div #body-content a:link, div #body-content a:visited {	color: #012e57;	}
div #body-content a:hover, div #body-content a:active{	background-color: #006699;	color: #FFFFFF;	}
.image{	border: #c1c197 1px solid;	padding: 4px;	background-color:#FFF;	}
.list{	padding: 0 25px 0 10px;	list-style-image:url(../images/list.jpg);	list-style-position: inside;	list-style-type: disc;	}
	

/*-- CONTACT FORM START --*/


div.form_contact {margin:0 auto; width:500px; position:relative;}
div.form_contact label {width:100%; display: block; padding:4px 0 ;}
div.form_contact label span {display: block; font-size:12px; float:left; width:125px; text-align:left; padding:4px 0px; }
div.form_contact .input_text_contact { padding:4px; width:250px; background:#ffe495; border-bottom: 1px double #101010; border-top: 1px double #666666; border-left:1px double #666666; border-right:1px double #101010; }

div.form_contact .message_contact{
padding:4px ;
width:250px;
background:#ffe495;
border-bottom: 1px double #101010;
border-top: 1px double #666666;
border-left:1px double #666666;
border-right:1px double #101010;
overflow:auto;
height:120px;
}

div.form_contact input[type=submit], div.form_contact input[type=reset]
{
	margin:0px;
	padding:4px 10px;
	position: relative;
	top:10px;
	left:0px;
	width:90px;
	border-bottom: 1px double #101010;
	border-top: 1px double #666666;
	border-left:1px double #666666;
	border-right:1px double #101010;
	background-image: url(../images/green.png);
	background-repeat: repeat;
	background-position: center center;
}
div.form_contact input[type=submit]:hover, div.form_contact input[type=reset]:hover{background-image: url(../images/blue.png);
	background-repeat: repeat;
	background-position: center center;}
.form-button{
	padding-left:160px;
	}
/*-- CONTACT FORM END --*/


/*-- BODY SECTION END --*/

/*-- FOOTER SECTION START --*/

#footer-wrap{
	width:100%;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	background-color: #96c664;
	
	}
#footer-container{
	
	}
#footer-content{
	width: 760px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 5px;	
	padding: 15px 0px 5px 0px;
	text-align:center;
	}
div #footer-content a:link, div #footer-content a:visited {
	color: #012e57;
	
	}
div #footer-content a:hover, div #footer-content a:active{
	background-color: #006699;
	color: #FFFFFF;
	
	}

/*-- FOOTER SECTION END --*/
