/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a:link {
	color: #e38b1d;
}
a:visited {
	color: #e38b1d;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
h1, h2, h3, h4, h5, h6, label, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #36372f;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	min-width: 1003px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #f6f2e4;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 963px;
	overflow: auto;
	overflow: hidden;
}

/*---------- Header ----------*/

#header {
	width: 963px;
	height: 104px;
	float: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 5px solid #f2a814;
}
#header .logo {
	width: 217px;
	float: left;
	margin-top: 19px;
}

/*------- Main Menu -------*/

#header #main_menu {
	/*width: 480px;*/
	width: 670px;
	height: 43px;
	float: right;
	margin-top: 42px;
}
#header #main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #main_menu ul li {
	float: left;
	width: 90px;
	height: 43px;
	margin-left: 5px;
	display: inline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #eda413;
	line-height: 32px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: -90px top;
}
#header #main_menu ul li a {
	text-decoration: none;
	color: #eda413;
	display: block;
}
#header #main_menu ul li a:hover {
	color: #FFFFFF;
	height: 43px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#header #main_menu ul li.current a {
	color: #FFFFFF;
	height: 43px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}

/*---------- Banner ----------*/

#banner {
	margin: 0;
	padding: 0;
	width: 963px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#banner h1 {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 22px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: .4pt;
	color: #dad4ba;
}
#banner h1 span {
	color: #e38b1d;
}
.high {
	width:auto;
	height: 100px;
	float: left;
}

#display {
	margin: 0;
	padding: 0;
	width: 963px;
	padding-top: 3px;
	float: left;
}

/*---------- Highlight Box ----------*/

.highlitebox {
	width: 318px;
	height: 233px;
	float: left;
	background-image: url(../images/highlight_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
}
.highlitebox h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	color: #373026;
	padding-top: 8px;
	margin-bottom: 13px;
}
.highlitebox h2 img {
	vertical-align: middle;
}
.highlitebox p {
	margin: 0 auto;
	padding: 0;
	width: 265px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#322a1f;
}
.highlitebox p a {
	font-weight: bold;
	text-decoration: none;
}

/*---------- Content ----------*/

#content {
	width: 653px;
	float: left;
	margin-bottom: 25px;
	min-height: 280px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: capitalize;
	color: #0c0600;
	padding-top: 15px;
}
#content h1 span {
	color: #f6a400;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: #a36629;
	border-bottom: 1px solid #d8d5c8;
}
#content p {
	text-align: justify;
	line-height: 20px;
}
#content li {
	list-style: none;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 5px;
}

/*---------- Sidebar ----------*/

#sidebar {
	width: 290px;
	min-height: 380px;
	float: left;
	padding-left: 15px;
	margin-top: 25px;
}
#contact {
	width: 287px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36372f;
}
#contact .top, .bottom {
	width: 287px;
	height: 7px;
	float: left;
}
#contact .midpart {
	width: 285px;
	float: left;
	border-left: 1px solid #ebe6d9;
	border-right: 1px solid #ebe6d9;
}
#contact h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 5px 10px;
}
#contact h1 img {
	vertical-align: middle;
}
.labelist {
	width: 70px;
	padding-left: 10px;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}
.detail {
	width: 195px;
	float: left;
	margin-bottom: 5px;
}
.textfield {
	width: 187px;
	height: 22px;
	border: 1px solid #d8d5c8;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36372f;
}
.textarea {
	width: 187px;
	height: 52px;
	border: 1px solid #d8d5c8;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36372f;
}

/*---------- Dropline ----------*/

.dropline {
	width: 963px;
	float: left;
	margin-bottom: 22px;
}
.dropline .box {
	width: 280px;
	float: left;
	padding-right: 55px;
}
.dropline .lesmarg{
	padding-right: 0px;
}
.dropline .box h1 {
	color: #f6a400;
	font-size: 1.45em;
}
.dropline .box p {
	line-height: 16px;
	text-align: justify;
	color: #d9d1b7;
}
.dropline .box .more {
	font-weight: bold;
	color: #f6a400;
	cursor: pointer;
}

/*---------- Footer ----------*/

#footer {
	width: 100%;
	height: 70px;
	float: left;
	border-top: 1px solid #514437;
}
#footer p {
	width: auto;
	margin-top: 10px;
	padding: 0;
	color: #71665e;
	float: left;
}
#footer p span {
	font-size: 11px;
	line-height: 25px;
}
#footer a {
	color: #71665e;
	text-decoration: none;
	cursor: pointer;
}
#footer a:hover {
	color: #CCCCCC;
}
.follow {
	width: 173px; /* 265px;*/
	float: right;
	/*font-family: "Times New Roman", Times, serif, Tahoma;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; /*22px;*/
	color: #6a6561;
	margin-top: 10px;
	font-weight: bold;
}
.follow img {
	vertical-align: middle;
	padding-left: 3px; /*10px;*/
}
#footbg {
	background: url(../images/footerbg.gif) repeat-x left bottom;
}

/*---------- Inside Pages ----------*/

#wrapsub {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	min-width: 1003px;
	background-image: url(../images/wrapsub_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #f6f2e4;
}
.sevice_place {
	width: 652px;
	float: left;
}
.sevice_place .box {
	width: 317px;
	height: 230px;
	float: left;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
.sevice_place .space {
	margin-left: 18px;
	display: inline;
}
.sevice_place .box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5e320b;
	padding: 15px 0px 0px 20px;
	margin: 0px;
}
.sevice_place .box li a {
	color: #36372f;
	text-decoration: none;
}
.sevice_place .box li a:hover {
	color: #996600;
}

/*---------- PopUP ----------*/

.contact {
	margin:0px;
	width:450px;
	float: left;
	padding-top: 20px;
	display: inline;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none; color: #000000;
}
.contact .label {
	width: 130px;
	float: left;
	font-size: 12px;
	margin: 3px 0 8px 0;
	padding-right: 10px;
}
.contact .field {
	width: 200px;
	height: 18px;
	border: 1px solid #d8d5c8;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none; color: #000000;
	margin-bottom: 8px;
	background: #FFFFFF;
}
.contact .textarea {
	width: 260px;
	height: 80px;
	border: 1px solid #d8d5c8;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none; color: #000000;
	margin-bottom: 8px;
	background: #FFFFFF;
}

/*---------- Submit Brief ----------*/

.submitbrief {
	width: 400px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #36372f;
	padding-left: 30px;
}
.submitbrief .listlabel {
	width: 150px;
	float: left;
}
.submitbrief .textfield {
	width: 200px;
	height: 18px;
	border: 1px solid #d8d5c8;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none; color: #000000;
	margin-bottom: 8px;
	background: #FFFFFF;
}
.submitbrief .textarea {
	width: 280px;
	height: 80px;
	border: 1px solid #d8d5c8;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none; color: #000000;
	margin-bottom: 8px;
	background: #FFFFFF;
}

iframe {
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.resourceTitle {

	text-decoration: none; color: #000000;
	font-size:16px;
 

}
.resourceDes {
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none; color: #000000;
	font-size:14px;
}