/* Start of CMSMS style sheet 'theme' */
@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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #111b22;
}

a, img{ border: 0;}
a{ cursor: pointer; text-decoration: none; text-decoration: underline; color: #000}

p{ 
	margin: 15px 0;
	line-height:150%;
}

h1,h2{ color: #41ad49; font-weight: normal; text-transform: uppercase}

h1{ font-size: 20px; margin: 15px 0; line-height: 150%;}
h2{ font-size: 18px; margin: 15px 0;}
h3{ font-size: 16px;  margin: 10px 0; }
h4{ font-size: 14px; font-weight: normal;  margin: 10px 0;}
h5{}
h6{}

/*General*/
#header, #content, #body, #footer, #cover, #content{ height: 100%; overflow: hidden}
#header{ height: 151px; background: url(uploads/images/header.jpg) top left no-repeat}
#nav{}
#banner{clear: both; height: 251px; background: url(uploads/images/banner.jpg) top center no-repeat}
#banner img{}

#container{
	margin: auto;
	width: 981px;
	background: #fff;
	padding: 10px;
}
#body{ padding: 0px 50px 20px 50px}
#content{ }
#content ul{ list-style-type: disc; padding-left: 20px;}
#content ul li{ margin: 5px 0px 5px 0px; }

#content ol{ padding-left: 25px;}
#content ol li{ margin: 5px 0px 5px 0px; }

.inside{ width: 981px; margin: auto}

#footer{ 
	padding: 12px 20px;
	line-height: 20px;
	background: #191d22;
}
#footer h3, #footer, #footer a{ font-size: 11px; color: #40ae49;}
#footer li{ border-right: 1px solid #40ae49;}
#footer table{ width: 100%;}
#footer a{ text-decoration: none;}
#menu_horiz a.menuactive{ color: #d88d2a}
/*Common*/
.header-info{ padding-top: 85px; padding-left: 480px; color: #d88d2a; font-size: 26px; font-weight: bold }
.banner-info{ text-align: center; font-family:"Century Gothic", arial; font-size: 20px; color: #d88d2a; text-transform: uppercase; padding: 10px 50px 20px 50px; font-weight: bold}
/* End of 'theme' */

