/* style for the body tag; takes care of any text not inside a block element.
   We must style all block elements seperately as styles don't inherit through
   block elements */
BODY {
	color: rgb(102,51,0);
	font-size: .7em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 35x;
	margin-left: 1%;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	background: url(../images/page_master_background.jpg);
	background-position: top center;
}

/* block element styles */
TABLE, DIV, P, INPUT, TEXTAREA, SELECT {
	color: rgb(102,51,0);
	font-size: 9pt;
	line-height: 11pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */
textarea {
	width: 99%;
}

/* remove border from linked images */
A IMG {
	border: 0px;
}

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 1.3em;
	text-align:center;
}
h2, .pn-title {
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
}

/* anchor styles 
Note 1: Only add attributes to contextual (e.g. a.pn-title) styles that override the general style
Note 2: When all anchors are to be styled the same don't create specific styles 
for :visited etc.
*/
A {
	color: rgb(0,0,150);
	text-decoration: none;
	background: none;
}

/* form and control styles */
.input {
	border: 1px solid #000000;
	font-size: 10px;
}

/* PostNuke specific classes */
.pn-menu {
	text-align:center;
}

/* news styles */
.newssummary1 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.newssummary2 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:0px solid #000;
	border-right:1px solid #000;
}
.newswrapper {
	margin-bottom: 5px;
}

/* block styles */
.sideblock {
	width: 140px;
	padding-left:5px;
	padding-right:5px;
	border-left:0px solid #000; 
	border-bottom:0px solid #000;
	border-top:0px solid #000;
	border-right:0px solid #000;
}
.centerblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

#themelogo {
}

#themesearch {
	float:right;
	padding:20px;
}
#themefooter {
	text-align:center;
	font-size: 0.8em;
}
#header {
	border: 1px solid #cecea5;
}

/* styles to create table-less layout */
#wrapper {
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
  margin: auto;
	width: 750px;
}

#container {
	float: left;
	width: 750px;
	background: url(../images/page-background2.gif) ;
	background-repeat: no-repeat;
	min-height: 465px;
	height: auto;
}

#content {
	width: 750px;
}

#left {
	float: left;
  width: 214px;
  padding: 15px 0px 25px 90px;
}

#main {
	float: left;
	width: 352px;
	padding: 15px 0px 75px 35px;
}

#admin-panel-wrapper {
	padding-top:5px;
  margin: auto;
	width: 975px;
}
#admin-panel-container {
	float: left;
	width: 975px;
}

#admin-panel-left {
	float: left;
  width: 214px;
  padding: 40px 0px 0px 10px;
}

#admin-panel-content {
	width: 975px;
}

#admin-panel {
	float: left;
	width: 751px;
	padding: 0 0 0 0;
}

#admin-panel-header {
  width: 975px;
  text-align: center;
  padding: 0 0 1em 0;
  margin: auto;
  font-size: 1.5em;
}

/* utility clearer class */
.clearing {
	height: 0px;
	clear: both;
}

/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

/* defaut styling for lists */
ul { 
	margin-left:1em;
	padding-left:0em;
	text-indent:0em;
/*	list-style-type: none; */
}

.page-top {
  height: 385px;
  min-height: 385px;
  height:auto !important;
}

.page-bottom {
  height: 40px;
  min-height: 40px;
  height:auto !important;
  padding-bottom: 15px;
}

.page-footer a:link, .page-footer a:hover, .page-footer a:visited, .page-footer a:active {
  width: 352px;
  height: 25px;
  color: rgb(250,250,250);
  font-weight: bold;
  text-align: center;
}


