@charset "utf-8";
/* CSS Document */

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	padding:0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 150%;
	background: url(../../uploads/images/bg.jpg) 0px 0px repeat;

}

a, img{ border: 0;}
a{ cursor: pointer; text-decoration: none; color: #ffee00}

.yellow{ color: #c2a682}
p{ 
	margin: 15px 0;
	line-height:150%;
	text-align: justify
}

h1{ font-size: 24px; line-height: 150%; color: #fff;  margin: 15px 0; text-transform: uppercase; font-weight: normal; }
h2{ font-size: 19px; color:#fff; font-weight: normal; margin: 15px 0; background: url(../../uploads/images/bullet.png) top left no-repeat; padding-left: 20px; line-height: 150%; text-transform: uppercase}
h3{ font-size: 17px; color: #ffee00; font-weight: normal;margin: 15px 0;}
h4{font-size: 13px;color: #fff; margin: 15px 0; }
h5{}
h6{}

/*General*/
.cover{	
 background: url(../../uploads/images/bg-header.png) top center repeat-x;
 height: auto;
}
#container{
	width: 980px;
	margin: auto;
	background: url(../../uploads/images/bg-logo.png) top right no-repeat;
	padding: 0 100px;
}
#header{ height: 170px; position: relative; }
#header .logo{ position: absolute; top: 25px; left: 0; width: 230px; display: block;  height: 170px;}

#nav{ position: absolute; bottom: 20px; right: 0}
#banner{ background: url(../uploads/images/bg-banner.jpg) top center repeat-x; padding-bottom: 23px; border-top: 1px solid #898989; padding-top: 20px}
#banner img{ border: 1px solid #898989}
#body{ clear: both}
#content-home{}
#content{ padding: 0 0 20px 0; overflow: auto;}
#content .col1{ width: 48%;/* background: url(../../uploads/images/line-break.png) top right repeat-y; */float: left;margin-right: 2%}
#content .col2{ width: 48%; float: left}
#content .home-left{ width: 65%; float: left; padding-right: 5px;}
#content .home-right{ width: 30%; float: right;/* background: url(../../image/line-break.png) top left repeat-y;  padding-left: 5%;*/ }

#content img{ border: 1px solid #c5c5c5}
#footer{ 
	padding: 15px 20px 15px 15px;
	line-height: 16px;
	height: 50px; 
	clear: both;
	background: #000 url(../../uploads/images/footer.jpg) bottom left repeat-x;
	border-top: 1px solid #fff
}
.footer-inside{ width: 980px; margin: auto}
#footer h3, #footer, #footer a{ font-size: 11px; color: #fff;}
#footer li{ border-right: 1px solid  #fff;}
#footer table{ width: 100%;}
#footer a{ text-decoration: none;}
#footer a:hover,#footer a.menuactive{ color: #edbc0d}

#footerTxt, #footerTxt a{ color: #707070}
#footerNav{ text-align: center}
/*Multi Colums*/
#content ul.services li{ text-transform: normal}
.float-left{ float: left; margin-right: 20px; margin-bottom: 20px}
.float-right{ float: right; margin-left: 20px; margin-bottom: 20px}


/* Stylesheet: theme : theme Modified On 2013-09-25 16:11:56 */
	/*menu*/
	#primary-nav, #primary-nav * {
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
	#primary-nav {
		line-height: 1;
	}
	#primary-nav ul {
		position: absolute;
		top: -999em;
	}
	#primary-nav ul li {
		width: 100%;
	}
	#primary-nav li:hover {
		visibility: inherit;
	}
	#primary-nav li {
		float: left;
		position: relative;
	}
	#primary-nav a {
		display: block;
		position: relative;
	}
	#primary-nav li:hover ul{
		left: 0;
		top: 13px;
		z-index: 99;
	}
	ul#primary-nav li:hover li ul{
		top: -999em;
	}
	
	ul#primary-nav li li:hover li ul{
		top: -999em;
	}
	#primary-nav {
		float: right;
	}
	/* sub menu width */
	#primary-nav ul { 
		width: 200px;
	}
	ul#primary-nav li li:hover ul{
		left: 200px;
		top: 0;
	}
	ul#primary-nav li li li:hover ul, ul#primary-nav li li li.sfHover ul {
		left: 200px;
		top: 0;
	}
	/*style*/
	#menuwrapper{ height: 13px;}
	#primary-nav li{ border-right: 1px solid #898989}
	#primary-nav a {
		color: #fff;
		font-size: 14px;
		text-align:left;
		padding: 0 10px;
		text-decoration: none;
		line-height: 13px;
	}
	#primary-nav a:hover, #primary-nav a.menuactive{ color: #fff200}
	#primary-nav ul{  padding-top: 20px}
	#primary-nav li li{ background: #333; border: 0}
	#primary-nav li li a{ 
		font-size: 12px; 
		padding: 10px; 
		line-height: 12px;
		text-transform: none;
		color: #fff
	}
	#primary-nav li li a:hover{}
	#primary-nav li a:hover, #primary-nav li li a:hover	
		{-webkit-transition: all 0.15s ease-in 0s;
		-moz-transition:    all 0.15s ease-in 0s;
		-o-transition:      all 0.15s ease-in 0s;
		-ms-transition:     all 0.15s ease-in 0s;
		transition:         all 0.15s ease-in 0s;
	 
	
	}
	
	/********************
	Footer Links
	*********************/
	
	/* hack for Internet Explorer */
	* html div#menu_horiz {
	   /* hide ie/mac \*/
	   height: 1%;
	   /* end hide */
	}
	
	/* 
	background-color for the entire menu row, 
	covering 100% of the width and text center-aligned 
	*/
	div#menu_horiz {
	  /* background color for the entire menu row */
		width: 100%;
		line-height: 100%;
		margin: 0;
	}
	
	/* 
	the menu ul box has top and left border, 
	right border is provided by the li elements 
	*/
	div#menu_horiz ul {}
	
	
	/* menu list items */
	div#menu_horiz li {
		display: inline;
		list-style: none;
		padding-right: 5px;
		margin-right: 5px;
	
	}
	
	/* the links, that is each list item */
	div#menu_horiz a {
		text-decoration: none; /* no underline for links */
	}
	
	/* hover state for links */
	div#menu_horiz li a:hover { text-decoration: underline}
	div#menu_horiz a.activeparent:hover {text-decoration: underline}
	
	/* active parent, that is the first-level parent of a child page that is the current page */
	div#menu_horiz li.activeparent a {
		text-decoration: underline;
	}
	
	div#menu_horiz h3 {/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
		float: left;
		text-decoration: underline;/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
	}
	
	/* Footer */
/* Stylesheet: theme : menu Modified On 2013-09-25 16:10:46 */
