@import url("reset.css");
/*@import url("menu.css");*/


body {
	background: #fdc377;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}	

a:link, a:visited, a:active {
	color: #fb8a32;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

blockquote {
	padding: 10px;
}

h1 {
	font-size:22px;
	color: #fb8a32;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fb8a32;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	color: #eccd7a;
	margin-bottom: 8px;
}

h4 {
	font-size: 16px;
	color: #eccd7a;
	margin-bottom: 6px;
}

h5 {
	font-size: 14px;
	color: #eccd7a;
	margin-bottom: 5px;
}

h6 {
	font-size: 13px;
}

p {
	margin-bottom: 10px;
}

#wrapperOuter {
	background: url(../images/wapper_repeat.jpg) repeat-x left top;
	width: 100%;
}

#wrapperWrap {
	background: url(../images/wapper.jpg) no-repeat center top;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#header {
	height: 175px;
	width: 1000px;
	position: relative;
}

#header .logo {
	width: 131px;
	height: 104px;
	position: absolute;
	top: 43px;
	/*left: -10px;*/
}

#header .logo a:link,
#header .logo a:active,
#header .logo a:visited {
	width: 131px;
	height: 104px;
	display: block;
	cursor: pointer;
}

#header .moduletable-wellcome {
	width: 521px;
	height: 144px;
	position: absolute;
	top: 26px;
	left: 138px;
}

#header .moduletable-join {
	width: 313px;
	height: 39px;
	position: absolute;
	top: 58px;
	right: 0px;
}

#header .moduletable {
	background: url(../images/search_bg.jpg) no-repeat left top;
	width: 279px;
	height: 40px;
	padding: 10px 15px 3px 19px; 
	position: absolute;
	top: 102px;
	right: 0px;
}

#header .moduletable .inputbox {
	width: 215px;
	font-size: 18px;
	color: #fff;
	padding: 5px 0px 0 0;
	background: none;
	border: none;
}

#header .moduletable .button {
	background: url(../images/btn_go.jpg) no-repeat left top;
	width: 55px;
	height: 33px;
	color: #593813;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 10px;
	right: 16px;
}

#header .moduletable-register {
	width: 308px;
	position: absolute;
	top: 166px;
	right: 0px;
	font-size: 14px;
	color: #533000;
}

#header .moduletable-register a {
	color: #533000;
	font-weight: bold;
}

#banner {
	width: 1000px;	
	overflow: hidden;
	background: #ff9934 url(../images/banner_bg.jpg) no-repeat left bottom;
	padding-bottom: 12px;
	height: 220px;
	z-index: 1;
}

#containerRepeat {
	background: url(../images/container_repeat.jpg) repeat-y left top;
	width: 1000px;
	margin-bottom: 15px;
}

#containerBottom {
	background: url(../images/container_bottom.jpg) no-repeat left bottom;
	width: 1000px;
	padding-bottom: 5px;
}

#container {
	width: 952px;
	background: url(../images/container_top.jpg) no-repeat left top;
	padding: 36px 18px 0 30px;
}

#contentCol {
	width: 715px;
	float: left;
	padding-bottom: 30px;
}

#content {
	min-height: 250px;
	height: auto !important;
	min-height: 250px;
}

.article_row {
	width: 715px;
	padding-bottom: 12px;
}

#content .imagewrap,
#content .article_row .imagewrap {
	width: 126px;
	float: left;
	padding: 8px 23px 0 0;
}

#content .newswrap,
#content .article_row .newswrap {
	width: 555px;
	float: right;
}

.contentheading, .componentheading {
	color:#fb8a32;
	font-size:40px;
	font-weight: bold;
	margin-bottom: 10px;
}

.small, .createdate, .modifydate {
	color: #eccd7a;
	font-size: 10px;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#content ul li, #content ol li {
	padding-bottom: 3px;
	margin-left: 5px;
}

#rightCol {
	width: 190px;
	padding-left: 15px;
	float: right;
}

#rightCol .moduletable {
	width: 190px;
	padding-bottom: 15px;
}

#rightCol .moduletable h3 {
	padding-left: 12px;
}

#rightCol .moduletable ul {
	float: right;
	padding: 15px 5px 10px 0px;	
}

#rightCol .moduletable ul li {
	float: left;
	padding: 0 0 0 5px;
}

#rightCol .moduletable-links {
	padding: 0 0 8px 2px; 	
}

#footer {
	width: 900px;
	padding: 0 50px 10px 50px;
	margin: 0 auto;
	font-size: 11px;
	color: #632200;
	text-align: center;
}

#footer ul {
	/*border-right: 1px solid #b06f35; */
	width: 484px;
	float: center;
	/*padding-right: 5px;*/
	margin-left:auto; 
	margin-right: auto;
	text-align: center;
}

#footer ul li {
	display: inline;
	font-size: 10px;
}

#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
	color: #632200;
	background: url(../images/footer_li.jpg) no-repeat left center;
	padding: 0 5px 0 10px; 
}

.validation-advice {
	padding-left: 135px;
	font-size: 10px;
	color: #ff0000;
}

.contactUs {
	padding: 10px 0;
}

.contactUs .inputWrap {
	margin-bottom:10px;
}

.contactUs .inputWrap .label {
	float:left;
	padding-right:10px;
	width:125px;
}

.contactUs .inputWrap .inputBox {
	width: 190px;	
	padding: 2px 5px;
	border: 1px solid #361a00;
}

.contactUs .inputWrap .inputBox2 {
	width: 202px;	
	padding: 2px 1px 2px 6px;
	border: 1px solid #361a00;
}

.contactUs .inputWrap .checkbox {
	margin-left: 135px; 
}

.contactUs .submit {
	background: url(../images/button.jpg) no-repeat left top;
	border: none;
	color:#000;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:21px;
	width:74px;
	margin: 6px 0 0 135px; 
	padding-bottom: 3px !important;
	padding-bottom: 0px;
}

/*register login*/
.name label#namemsg,
.user label#usernamemsg,
.email label#emailmsg,
.pass label#pwmsg,
.verify_pass label#pw2msg,
.user label,
td.paramlist_key {
	width:120px;
	float: left;
}

.name input.namemsg,
.user input.usernamemsg,
.email input.emailmsg,
.pass input.validate-password,
.verify_pass input.validate-passverify {
	float: left;
	margin-bottom: 6px;
}

.name label.nameuser,
.pass label.passpass  {
	float:left;
	width:80px;
	margin-right: 10px;
	clear: both;
}

.name .inputbox, 
.pass .inputbox,
.user .inputbox {
	background:#D0D0D0 none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	font-size:11px;
	margin-bottom:5px;
	margin-left:1px;
	padding:2px 5px 3px;
	width:133px;
}

.name input#user,
.pass input#pass {
	width: 150px;
	margin-bottom: 2px;
}

*html .name input#user,
*html .pass input#pass {
	margin-bottom: 0px;
}

.paramlist {
	width: 280px;
}

*:first-child+html .name input#user,
*:first-child+html .pass input#pass {
	margin-bottom: 0px;
}

.remember input#rem {
	margin-left: 9px;
}

*html .remember input#rem {
	margin-left: 8px;
}

*:first-child+html .remember input#rem {
	margin-left: 5px;
}

.content input.button {
	width: 54px;
	height: auto !important;
	height: 22px;
	margin-top: 5px;
}
/*register*/

/*forgot register*/
.form-validate label.hasTip {
	margin-right: 10px;
	vertical-align: middle;
}

.form-validate input.validate-email {
	margin-right: 15px;
	height: 12px;
	vertical-align: middle;
	font-size: 11px;
	width: 146px;
	padding: 2px 2px;
}

.form-validate button.validate {
	vertical-align: middle;
	height: 20px;
	font-size: 11px;
}
/*forgot register*/

/*System Messages*/
/* System Standard Messages */
#system-message { 
	margin-bottom: 20px; 
}

#system-message dd.message ul { 
	background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00;
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; 
	margin:0px; 
	padding-left: 40px; 
	text-indent:0px;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E; 
	margin:0px;
}

/* ------------- Start Joomla css -------------  */

/*  Start Pagination css   */

#content ul.pagination {
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

#content ul.pagination li {
	padding-bottom: 0;
	padding: 0;
	display:inline;
	margin: 0pt 3px;
	background-image: none;
}

#content ul.pagination li a:link,
#content ul.pagination li a:active,
#content ul.pagination li a:visited {
	color: #5575ca;
}

#content .counter {
	text-align: right;
}

/*  End Pagination css   */


#content .button {
	background: url(../images/button.jpg) no-repeat left top;
	border: none;
	color:#000;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:21px;
	width:74px;
	margin: 24px 0 0 0px; 
	padding-bottom: 3px !important;
	padding-bottom: 0px;
}


