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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
 text-decoration: none;
}

h1, h2, h3 { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold; }


h1 {
    color: #6B6B6B;
    font-family: "Adobe Song Std L";
    font-size: 32px;
    font-style: normal;
    font-weight: lighter;
    margin-bottom: 5px;
    margin-top: 5px;
    width: auto;
	text-align: left;
}
h2 {
	font-size:28px;
	line-height:32px;
	text-shadow:0 0 1px rgba(51,51,51,0.2);
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}
h3 {
	font-size:24px;
	line-height:25px;
	margin-bottom:14px;
}
h4 {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}
a:link, a:active, a:visited {
	border:none;
	outline:none;
	color: #187AAB;
}






#body, html {
	background: url("../images/topback.jpg")  repeat-x scroll 0 0 ;
	line-height: 16px;
	font-size:14px;
	color: #5F5F5F;
	font-family:  sans-serif;
	font-weight:normal;	
	
}

#wrapper{
	border: 0px solid black;
	width: auto;
	height:210px;
	padding: 0px;
	
}



.adjust{
	border: 1px none red;
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-color: white;
	border: 0px solid tan;
	width: 980px;
	height: 125px;
	padding: 0px;
	margin: 0px;
	float: left;
	
}


#logo{
	border: 0px solid black;
	width: 150px;
	height: 120px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	
	float: left;
}


#company_name{
	border: 0px solid red;
	width: 500px;
	height: 125px;
	padding: 0px;
	margin: 10px 5px 0px 15px;
	float: left;
	
}

#call_us{
	border: 0px solid blue;
	width: 240px;
	height: 110px;
	padding: 0px;
	margin: 15px 1px 0px 0px;
	float: right;
}


#search_home{
	border: 0px solid tan;
	width: 980px;
	height: 30px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	float: left;
}

#search{
	border: 0px solid tan;
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 3px 0px 0px 2px;
	float: left;
}

#home{
	border: 0px solid white;
	width: 100px;
	height: 20px;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	float: right;
}
#contact{
	border: 0px solid white;
	width: 100px;
	height: 20px;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	float: right;
}


/* menu */


#templatemo_menu {
	border: 0px solid black;
	width: 978px;
	height:38px;
	margin: 10px 0px 0px 1px;
	box-shadow: 0 0 5px 0 gray;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 0px 0px;	
	line-height: 38px;
	Font-size: 15px;
	font-weight: normal;
	color: black;
	float: left;
	text-align: center;
	background: url("../images/bg-menu.gif");
}


#templatemo_menu ul {
	list-style: none;
	text-decoration: none;
}

#templatemo_menu ul li {
	float: left;
	margin-left: 13px;
	padding-left: 26px;
	border-color: black;
	border-left: 1px solid #D1D0CE;
}


/* end of menu */

/*other div area start*/
#content_box{
	border: 1px solid black;
	width: 968px;
	height: auto;
	margin: auto;
	padding: 5px;
	float: left;
	background: url("../images/gray.jpg") repeat-y scroll 0 0 #f0f0f0;
}
#content_box h3{
	font-family: Georgia;
	font-size: 32px;
	color: #000;
	text-shadow: 2px 2px #CCC;
	text-align:center;
	margin-top:10px;
	
}
#content_box h4{
	font-family: Georgia;
	font-size: 24px;
	line-height: 24px;
	color: #333;
	text-shadow: 2px 2px #CCC;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	
}
#content_box p{
	font-family: Georgia;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	text-align: justify;
	
}
.content-class{
	border: 1px solid gray;
	width: 445px;
	height: 300px;
	margin: 10px 0px 10px 25px;
	padding: 0px;
	float: left;
	background: #979fb1;
	box-shadow: 0 0 7px 0 gray;
	text-align: center;
}

/*other div area start*/

#banner{
	border: 0px solid black;
	width: 750px;
	height:352px;
	margin: 2px 0px 0px 0px;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;	
	font-weight: normal;
	color: red;
	float: left;
}

#slide {
    float: left;
    height: 350px;
    margin: 0;
    padding: 0;
    width: 750px;
}
#slide ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#slide ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#apply_now{
	border: 1px solid gray;
	width: 223px;
	height: 349px;
	margin: 2px 0px 0px 0px;
	border-radius: 0px;
	padding: 0px 0px 0px 5px;	
	font-weight: normal;
	color: black;
	float: left;
	background: #FFf;
	
}


#news{
	border: 1px solid gray;
	width: 980px;
	height: 17px;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	background-color: #FFEBCD;
	float: left;
}

#front_page_content{
	border: 0px solid gray;
	width: 982px;
	height:400px;
	margin: 5px 0px 0px 0px;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;		
	float: left;
}

#front_page_section1{
	border: 0px solid gray;
	width: 290px;
	height: 387px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	padding: 5px;
	float: left;
	background-image: url("../images/gray.jpg");
}

#front_page_section2{
	border: 0px solid gray;
	width: 358px;
	height: 387px;
	margin: 0px 7px 0px 7px;
	border-radius: 5px;
	padding: 5px;	
	font-weight: normal;
	color: red;
	float: left;
	background-image: url("../images/Pastoral.jpg");
}
#front_page_section2 a{
	color: black;
}

#front_page_section3{
	border: 0px solid gray;
	width: 290px;
	height: 387px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	padding: 5px;	
	font-weight: normal;
	color: red;
	float: left;
	background-image: url("../images/gray.jpg");
}

#footer{
	border: 0px solid black;
	width: 982px;
	height: 72px;
	margin-bottom: 7px;
	padding: auto;
	float: left;
	background: url("../images/footerback.png")  repeat-x scroll 0 0;
	
}
#copy{
	border: 0px solid black;
	width: 980px;
	height: 40px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
}



table.tableBorder td { border-width: 1px; border-style:solid; border-spacing:0px; padding:3px; border-color:#CCCCCC }