/*//////////////////////////////////////////////////////////////////////////////reset.css
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
//////////////////////////////////////////////////////////////////////////////////////*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-decoration:none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*/////////////////////////////////////////////////////////////////test.css////////////////////////////////////////////////////////////////*/
/*body { font: 13px/1.6 Verdana, Geneva, sans-serif;}*/
body { font: 13px/1.6 Helvetica, Arial, FreeSans, sans-serif;}
h1, h2, h3, h4, h5, h6 , p	, ol, ul{ color:#7c5f0d; }
h1, h2	{ margin-bottom:18px; }
h1 	{ font-size: 30px; }
h2 	{ font-size: 20px; }
h3 	{ font-size: 18px; }
h4 	{ font-size: 17px; }
h5 	{ font-size: 16px; }
h6 	{ font-size: 14px; }
p	{ text-align: justify; margin-bottom:0; }
a	{ color:#ba901c; }
a:hover 	{ color:#a16a03; }
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section 	{ display: block; }
.click-link	{ font-weight:normal;	font-size:9px; }
.email	{ font-weight:bold; }

/*///////////////////////////////////////////////////////////////structure.css//////////////////////////////////////////////////////////////*/
/***********************************GENERAL STRUCTURE****************************/
body	{
	min-width:960px;
}
ol	{
	list-style:decimal inside;
	margin-bottom:15px;
}

/*************************************HEADER AND FOOTER*************************************/
#header, #footer	{
	position:relative;
}
#footer	{
	background:url('../images/footer-bg.jpg');
	clear:both;
	padding-top:5px;
	height:25px
}
#footer > p	{
	font-weight:bold;
	margin-left:20px;
}
#header > ul	{
	background:#faf3e1 url('../images/header-menu-bg.jpg');
	padding:7px 0 6px;
}
#bestviewed	{
position:absolute;
right:15px;top:8px
}
#footer > ul 	{
	position:absolute;
	right:50px;
	top:5px;
}
#header > ul > li, #footer > ul > li 	{
	display:inline;
}
#header > ul > li > a	, #footer > ul > li > a	{
	color:#ba901c;
	font-weight:bold;
	margin-left:-4px;
	padding:10px 12px 8px;
}
#header > ul > li > a.imp-link	{
	background: #e5d19c;
	color:#fefdf9;
}
#header > ul > li > a:hover	{
	background:#e5d19c;
}
#header > input{
	position:absolute;
	right:100px;
	top:6px;
}

#header > #logo-container	{
	border-bottom:2px solid #DBBF76;
	position:relative;
	height:147px;
}
#header > #logo-container #logo	{
	display:block;
	margin:auto;
	position:relative;
	top:28px;
}
#header > #logo-container > #par-left	{
	float:left;
}
#header > #logo-container > #par-right	{
	float:right;
}
#header > #did-you-know	{
	border-bottom:2px solid #DBBF76;
	padding:4px 5px 4px 20px;
}
#header span#dyk-head	{
	font-weight: bold;
}
/*************************************SIDEBAR************************************/
#sidebar	{
	float:left;
	width:200px;
}
#sidebar > h5	{
	font-weight:bold;
	margin:0 0 8px 24px;
}
#sidebar > .separator	{
	margin:10px 0 2px 0;
}
#sidebar > .topmost-separator	{
	margin:15px 0 2px 0;
}
ul.nav-menu	{
	margin:0 0 0 12px;
}
ul.nav-menu  > li	{
	padding:0 0 6px 0;
}
ul.nav-menu > li > a	{
	font-weight:bold;
	padding:10px 12px 8px;
}
/**************************************CONTENT***********************************/
#content	{
	border-left:1px solid #DBBF76;
	margin-left:200px;
	min-height: 600px;
	padding:15px 30px 15px 30px;
}
#content > h1, #content > h2	{
	border-bottom:1px solid #DBBF76;
}
#content table	{
	margin-bottom:15px;
	max-width:1024px;
	width:80%;
}
#content td.first-col	{
	position:relative;
	width:38%;
}
#content td.first-col img	{
	border: 2px solid #EBD18A;
	position:relative;
	bottom:100px;
}
#content td h6	{
	font-weight:bold;
	margin-bottom:11px;
}
#content p.bottom-margin	{
	margin-bottom: 22px;
}
.fb_iframe_widget	{
	width: 185px;
}
#foraccuse td	{
	border: 1px solid #EBD18A;
	padding: 5px;
	background-color: #fefef9;
}
p.text
{
color:#7c5f0d; 
margin-top:5px;
margin-bottom:5px;
}
p.textbold
{
color:#7c5f0d; 
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
}
.ui-tabs .ui-tabs-hide { display: none !important; }
/*for tabs*/
div.tabcontent
{
margin-top:20px;
}
ul.sub1
{
 margin-left:15px;
}