/* begin Page */
@font-face {
	font-family:'Aovel Sans';
	src: url('../Aovel Sans/ASansBlack.ttf');
}
/* Generated with Artisteer version 2.2.0.17376, file checksum is B71F45F6. */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#art-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 925px;
	min-width:35px;
	min-height:35px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 3px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 34px;
	height: 34px;
	background-image: url('../images/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 17px, 17px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('../images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 17px;
	
	bottom: 17px;
	width: 34px;
	background-image: url('../images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 17px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 17px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	height:auto;
	bottom: 17px;
	background-image: url('../images/Sheet-c.png');
}


.art-Sheet
{
	margin-top: -3px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:925px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 100%;
	height: 135px;
}


div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 919px;
	height: 125px;
	background-image: url('../images/Header.png');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 210px;
	top:40px;
	width:500px;
	color:#FFF;
}


.art-Logo-text
{
	display: block;
	text-align: left;
	color:#FFF;
}

.art-Logo-text, .art-Logo-text a
{
	font-family: 'Aovel Sans';
	font-size: 40px;
	font-style: normal;
	font-weight:bold;
	text-align:center;
	width:530px;
	padding:0;
	margin:0;
	line-height:10px;
	left:60px;
	color: #FFF !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	margin-top:-25px;
}
.art-menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	-webkit-transition: color 1s ease-in;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:#FFF;
}

.art-menu li:hover
{
	 -webkit-transition: color 1s ease-in;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	z-index: 5000;
	color:#093;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url("../images/spacer.gif");
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 12px 6px 0px 6px;
}

.art-nav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('../images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 919px;
	clip: rect(auto, auto, auto, 919px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('../images/MenuItem.png');
}

.art-menu a .l
{
	font-family: 'Aovel Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.art-menu a .r
{
	font-family: 'Aovel Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.art-menu a .t 
{
	font-family: 'Aovel Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	font-family: 'Aovel Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-29px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-29px;
}
.art-menu a:hover .t
{
	color: #9fcf3c;
}

.art-menu li:hover a .t
{
	color: #9fcf3c;
}

.art-menu li:hover>a .t
{
	color: #FFFFFF;
	margin-bottom:-6px;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -54px;
}

.art-menu a.active .t
{
	color: #000000;
}


/* end MenuItem */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 1px;
	width: 960px;
	height:100%;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:7px auto;
	min-width:15px;
	min-height:15px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../images/Block-s.png');
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-Block-tc, .art-Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/Block-h.png');
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/Block-v.png');
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FFFFFF;
}




/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #ffffff;
	font-family: 'Aovel Sans';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:6px;
}

.art-BlockHeader .r
{ 
	width:647px;
	right:0;
	clip: rect(auto, auto, auto, 913px);
}

.art-Block1
{
	position:relative;
	z-index:0;
	margin:7px auto;
	min-width:15px;
	min-height:15px;
	height:200px;
	width:647px;
	top:71px;
}
.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url(../images/Header.png) ;
	padding:0 4px 0 6px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 0 0 0px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}



.art-BlockContent-body
{
	color:#666F62;
	font-family: 'Aovel Sans';
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.art-BlockContent-body a:link
{
	color: #776B3C;
	font-family: 'Aovel Sans';
	text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #919A8D;
	font-family: 'Aovel Sans';
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #CDA71D;
	font-family: 'Aovel Sans';
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #282B26;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: 'Aovel Sans';
	font-size: 12px;
	text-decoration: none;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 11px;
	height:600px;	
}

.art-Post-body3
{
	position: relative;
	z-index:1;
	padding: 11px;
	height:300px;	
}

.art-Post-body4
{
	position: relative;
	z-index:1;
	padding: 11px;
	height:750px;	
}

.art-Post-body2
{
	position: relative;
	z-index:1;
	padding: 11px;
	height:450px;	
}

.art-Post-body1
{
	position: relative;
	z-index:1;
	padding: 11px;
	height:1110px;	
}

.Newst_left
{
width:400px; float:left;padding:10px;
}

.Newst_right
{
width:437px; float:right;padding:10px;
}
.Newst_left1
{
width:400px; float:left;padding:10px; background-color:#F2F2F2;
}
.Newst_right1
{
width:437px; float:right;padding:10px; background-color:#F2F2F2;
}


.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../images/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-Post-tc, .art-Post-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/Post-h.png');
}

.art-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.art-Post-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FFFFFF;
}


.art-Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	border: solid 1px #B7A971;
	margin: 1em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #4E7128;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: 'Aovel Sans';
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #3E443C;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
	font-family: 'Aovel Sans';
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #3E443C;
}

.art-PostHeaderIcon-wrapper img
{
	border:none;
	vertical-align: middle;
	margin:0;
	
}
/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
  font-family: 'Aovel Sans';
  text-decoration: none;
  text-align: left;
  color: #665C33;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
  font-family: 'Aovel Sans';
  text-decoration: none;
  text-align: left;
  color: #4E7128;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
  font-family: 'Aovel Sans';
  text-decoration: none;
  text-align: left;
  color: #4E7128;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: 'Aovel Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #52594F;
}
/*content text css*/
.art-PostContent
{
  font-family: 'Aovel Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #52594F;
  height:auto;
}

.art-PostContent p {
	font-family:'Aovel Sans';
	font-size:14px;
	color:#1A1A1A;
	line-height:18px;
	text-align:justify;
	margin:0 auto;
	padding: 0 10px;
	position:relative;
	top:5px;
}
.art-PostContent p a {
	text-decoration:none;
	color:#C00;
}
.art-PostContent h1 {
	font-family:'Aovel Sans';
	font-size:20px;
	color:#4d7628;
	text-align:justify;
	font-weight:bolder;
	position:relative;
	left:2px;
}
.art-PostContent span {
	font-family:'Aovel Sans';
	font-size:15px;
	color:#4D7628;
	text-align:justify;
	font-weight:bolder;
	left:2px;
}
.art-PostContent ul li {
	line-height:20px;
	list-style:none;
	list-style-image:none outside url(../images/arrow.png);
}
.art-PostContent2
{
  font-family: 'Aovel Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #52594F;
  height:auto;
}

.art-PostContent2 p {
	font-family:'Aovel Sans';
	font-size:14px;
	color:#1A1A1A;
	line-height:18px;
	text-align:justify;
	margin:0 auto;
	padding: 0 5px;
	position:relative;
	top:-60px;
}
#submit {
	margin-top:-45px;
	float:right;
	margin-right:100px;
	background-color:#a3d53e;
	color:#FFF;
	font-size:16px;
	padding:10px;
	padding-top:6px;
	padding-bottom:6px;
	border-radius:6px;
	
}
.art-PostContent2 p a {
	text-decoration:none;
	color:#C00;
}
.art-PostContent2 h1 {
	font-family:'Aovel Sans';
	font-size:20px;
	color:#4d7628;
	text-align:justify;
	font-weight:bolder;
	position:relative;
	left:2px;
}
.art-PostContent2 span {
	font-family:'Aovel Sans';
	font-size:15px;
	color:#4D7628;
	text-align:justify;
	font-weight:bolder;
	left:2px;
}
.art-PostContent2 ul li {
	line-height:20px;
	list-style:none;
	list-style-image:none outside url(../images/arrow.png);
}

/*content text css*/

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: 'Aovel Sans';
  color: #FFFFFF;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: 'Aovel Sans';
  text-decoration: underline;
  color: #FFFFFF;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: 'Aovel Sans';
  text-decoration: underline;
  color: #FFF;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: 'Aovel Sans';
  text-decoration: none;
  color: #ffffff;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: 'Aovel Sans';
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: 'Aovel Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: 'Aovel Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #9C8D4F;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: 'Aovel Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666F62;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: 'Aovel Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666F62;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: 'Aovel Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666F62;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #3E443C;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: 'Aovel Sans';
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.art-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li 
{
	background-image: url('../images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#070807;
	font-family: 'Aovel Sans';
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #D4CCAA; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#94C72A;
	background-image:url('../images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:#9fcf3c;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper .art-button:hover
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:#afed2e;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 34px;
	font-family: 'Aovel Sans';
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
	font-family: 'Aovel Sans';
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin:5px;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #50410B !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('../images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:17px;
}

.art-button-wrapper .r
{
	width:423px;
	right:0;
	clip: rect(auto, auto, auto, 406px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width:100%;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 50px;
	text-align: center;
}

.art-Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 919px;
	height: 176px;
	bottom:0;
	left:0;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('/../images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}




.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#18150C;
	font-family: 'Aovel Sans';
	font-size: 11px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #665C33;
	font-family: 'Aovel Sans';
}



.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #866D13;
	font-family: 'Aovel Sans';
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	color:#B3911A;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#887A44;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 689px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 918px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 229px;
}
/* end LayoutCell */


/*  Our css codes */
#orgreenLogo{
	margin-left:10px;
	padding-top:1px;
}
/*#facebookicon{
position:relative
top:100px;
}*/

#topWrapper_innerRight {
    float: right;
    position: relative;
    right: 25px;
    top: 20px;
    width:100px;
	padding:5px;
	}
	
#findus_icon img {
    left: 13px;
    padding-right: 5px;
    position: relative;
    top: 10px;
}
#findus_icon
{
height:37px;
width: 86px;
}
#findus_on {
    color: #000000;
    font-family: 'Aovel Sans';
    font-size: 12px;
    font-weight: bolder;
    margin-left: -2px;
    padding: 3px;
}
#footer{
height: 176px;

width:919px;
position: relative;
}
#footerWrapper {
background-image:url("../images/footer.png");
width:100%;
position:relative;
	
}
#footer_menu{
}
#footer_menu_list{
	border-right:1px solid #CCC;
	border-right-style:dashed;
    float: left;
	padding:0 0 0 20px;
    position: relative;
    top: -5px;
    width: 270px;
	color:#FFF;
}
#footerWrapper_inner{
    height: 270px;
    margin: 0 auto;
    width: 1004px;
}
#footer_cnt_left{
    float: left;
    height: 1;79px
    left: 10px;
    position: relative;
    top:-4px;
    width:590px;
}

#footer_cnt_right{
    float: right;
    height: 162px;
    padding: 5px;
    position: relative;
    right: 46px;
    top: 5px;
    width: 325px;
}
#footer_menu ul {
    color: #FFF;
    height: 20px;
    left: 2px;
    position: relative;
}
#footer_menu ul li {
    float: left;
    font-family: 'Aovel Sans';
    font-size: 15px;
    font-weight: bolder;
    line-height: 20px;
    list-style: none outside none;
    width: 280px;
}

#footer_menu_list ul li {
    color: #000000;
    font-family: 'Aovel Sans';
    font-size: 14px;
    font-weight: normal;
    left: -15px;
    list-style: none outside url("../images/arrow.png");
    position: relative;
    top: 5px;
}
#footer_menu_list ul li:last-child {
}
#copyright {
	color: #FFFFFF;
	float: left;
	font-family: 'Aovel Sans';
	font-size: 15px;
	height: 20px;
	left:20px;
	position: absolute;
	text-align: left;
	top: 200px;
	padding:30px;
	padding-bottom:0px;
}
#footer_cnt_right h2 {
    color:#FFF;
    font-family: 'Aovel Sans';
    font-size: 14px;
    font-weight: normal;
    left: 10px;
    position: relative;
    top: 20px;
}
#footer_cnt_right h1 {
	margin:0 auto;
	font-family:'Aovel Sans';
	font-size:14px;
	color:#FFF;
	}
strong {
    font-family: 'Aovel Sans';
    font-size: 14px;
}
.art-BlockContent-body1{
	position: relative;
	z-index:1;
	padding: 8px;
	color:#666F62;
	font-family: 'Aovel Sans';
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
}

#footer_cnt_right span {
	font-family: 'Aovel Sans';
	font-size: 12px;
	color: #ffffff;
	position: relative;
	top: 10px;
	left: 10px;
	line-height: 20px;
}
/*Css for Banner slider*/
#bannerWrapper {
	height:220px;
	/*background-image:url(../images/bannerbg.png);*/
	background-repeat:repeat-x;
	position: relative;
    top: -12px;	
	
}
#bannerWrapper_inner {
	width:925px;
	margin:0 auto;
	height:220px;
	border:0px dashed #FFF;
}
.theme-default #slider {
    margin:0px auto 0 auto;
    width:925px; /* Make sure your images are the same size */
    height:220px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}
/*for aboutus page*/
.art-contentLayout .art-content-abt
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 924px;
}
/*for products page*/
.art-contentLayout .art-content-prod
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 924px;
}
/*for clients page*/
.art-contentLayout .art-content-client
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 924px;
}
/*for contactus page*/
.art-contentLayout .art-content-contact
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 924px;
}
#height_clear {
	height:20px;
	clear:both;
}

#prductbtn
{
	float:right;
	height:28px;
	width:121px;
	padding:2px;
	border-radius:9px;
	background:#9fcf3c;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	vertical-align:bottom;	
	padding-top:9px;
	 -webkit-transition: color 1s ease-in;	
	 -webkit-transition-duration: .5s, .5s;
 -webkit-transition-timing-function: linear, ease-in;

	
}
#prductbtn:hover
{
	float:right;
	height:28px;
	width:121px;
	padding:2px;
	border-radius:9px;
	background:#5b820b;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	vertical-align:bottom;	
	padding-top:9px;
 -webkit-transition: color .5s ease-in;	-webkit-transition-duration: .5s, .5s;
 -webkit-transition-timing-function: linear, ease-in;
}

#prductbtn a
{
	color:#FFF;
	text-decoration:none;
}

#prductbtn a:hover
{
	text-decoration:underline;
}


#content_contact_left {
	border:1px dashed #C00;
	height:200px;
	width:500px;
	position:relative;
	float:left;
	margin-left:10px;
}
#content_contact_left {
	border:0px dashed #C00;
	height:auto;
	width:400px;
	position:relative;
	float:left;
	margin-left:10px;
}

#content_right_img {
	width:350px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}
#content_contact_left table {
	font-family:'Aovel Sans';
	font-size:14px;
	line-height:20px;
	color:#161616;
}
.contactus_header {
	font-family:'Aovel Sans';
	font-size:15px;
	line-height:20px;
	color:#F47A00;
	font-weight:bolder;
}

/*Client page images*/
#client_image {
	width:100px;
	height:100px;
	position:relative;
	/*float:left;*/
	}
#content_clients_right {
	border:0px dashed #C00;
	height:345px;
	width:375px;
	position:relative;
	float:right;
	margin-right:10px;
}
#content_clients_left {
	border:1px dashed #C00;
	height:200px;
	width:500px;
	position:relative;
	float:left;
	margin-left:10px;
}
#height_clear2 {
	height:10px;
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#4088b8;
    clear: both;
}

h1 {
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

a {
    color: #4088b8;
}




/* End of our css codes */
