/* Global Styles */

body {
	background: #8c8473 url(/images/site/body-bg.png) repeat-x left top;
	font-family: "Century Gothic";
}

#container {
	background: transparent url(/images/site/container-bg.png) no-repeat left 80px;
	width: 791px;
	padding-bottom: 40px;
	margin: 0 0 0 40px;
	position: relative;
}
#branding { position: relative; height: 101px; }
#branding a {
	position: absolute;
	left: 0;
	top: 28px;
	height: 36px;
	width: 207px;
	text-indent: -9999px;
	background: transparent url(/images/site/branding-bg.png) no-repeat left top;
}

#siteinfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 756px;
	height: 20px;
	padding-right: 35px;
	padding-top: 20px;
	text-align: right;
	background: transparent url(/images/site/siteinfo-bg.png) no-repeat 401px top;
}
#postit {
	position: absolute;
	left: 40px;
	top: 70px;
	width: 251px;
	height: 195px;
	background: transparent url(/images/site/postit.png) no-repeat left top;
	text-indent: -9999px;
}

#picturebox {
	position: absolute;
	left: 40px;
	top: 93px;
}

/* Navigation */

#navmain {
	position: absolute;
	left: 110px;
	top: 239px;
	width: 297px;
	height: 359px;
	background: transparent url(/images/site/navmain-bg.png) no-repeat left top;
}

#navmain ul {
	position: absolute;
	text-indent: -9999px;
}

#navmain li.active { position: absolute; height: 37px; width: 50px; }
#navmain li#navhome.active { left: 33px; top: 42px; background: transparent url(/images/site/navmain-home-active-bg.png) no-repeat left top; }
#navmain li#navabout_besa.active { left: 43px; top: 73px; background: transparent url(/images/site/navmain-about-active-bg.png) no-repeat left top; }
#navmain li#navconferences.active { left: 30px; top: 109px; background: transparent url(/images/site/navmain-conferences-active-bg.png) no-repeat left top; }
#navmain li#navnews.active { left: 37px; top: 147px; background: transparent url(/images/site/navmain-news-active-bg.png) no-repeat left top; }
#navmain li#navmembers.active { left: 229px; top: 202px; height: 33px; background: transparent url(/images/site/navmain-members-active-bg.png) no-repeat left top; }
#navmain li#navjournal.active { left: 205px; top: 242px	; height: 33px; background: transparent url(/images/site/navmain-journal-active-bg.png) no-repeat left top; }
#navmain li#navcontact_us.active { left: 246px; top: 249px; height: 33px; background: transparent url(/images/site/navmain-contact-active-bg.png) no-repeat left top; }

#navmain ul { z-index: 10; }
#navmain img { position: relative; z-index: 20; }

#navsupp {
	position: absolute;
	right: 0;
	top: 35px;
	background: transparent url(/images/site/nav-supp-bg.png) no-repeat left top;
	width: 344px;
	height: 33px;
	padding-left: 30px;
}

#navsupp h4 { display: none; }

#navsupp li { 
	float: left; 
	margin-top: 16px;
}
#navsupp a { 
	display: block;
	line-height: 18px;
	padding: 0 5px;
	color: #fff; 
	font-family: Arial;
	white-space: nowrap;
}

#navarts {
	position: absolute;
	right: -144px;
	top: 120px;
	width: 144px;
	background: transparent url(/images/site/navarts-bg.gif) no-repeat left bottom;
	padding: 5px 10px 30px;
}
#navarts h4 {
	font-size: 15px;
	line-height: 1.4;
}
#navarts ul { list-style: disc; margin-left: 14px; margin-bottom: 10px; }
#navarts li,
#navarts p {
	line-height: 1.3;
	font-size: 1.1em;
}
#navarts p { margin-bottom: 0.5em; }
#navarts li.active a { font-weight: bold; }

/* Content Area */

#content {
	background: transparent url(/images/site/content-bg.png) repeat-y left bottom;
	overflow: auto;
	color: #655247;
	margin-top: 10px;
	margin-right: 17px;
	margin-left: 401px;
	width: 395px;
}

#content-main {
	min-height: 459px;
	margin: 20px 0 0 20px;
	width: 315px;
}

#content-main h1 { line-height: 1.3; font-size: 1.8em; font-weight: normal; margin-bottom: 0.5em; }
#content-main h2 { line-height: 1.3; font-size: 1.5em; font-weight: normal; }
#content-main h3 { line-height: 1.3; font-size: 1.4em; font-weight: normal; }
#content-main h4 { line-height: 1.3; font-size: 1.3em; font-weight: bold; }
#content-main h5 { line-height: 1.3; font-size: 1.2em; font-weight: bold; }

#content-main p,
#content-main ul,
#content-main ol {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 1em;
}

#content-main blockquote { padding-left: 15px; }

#content-main ul,
#content-main ol {
	margin-left: 15px;
	list-style: disc;
}

#content-main ul ul,
#content-main ul ol,
#content-main ol ol,
#content-main ol ul { font-size: 1.0em; }

#content-main a {
	font-weight: bold;
}

#content-main img { float: left; margin-right: 15px; }

/* Form Styles */

form h2 { margin: 0.5em 0 0.5em; }

label { float: left; font-size: 1.1em; line-height: 1.7; margin-right: 10px; width: 140px; }
.reqd label { font-weight: bold; }
.checkbox label { width: auto; }
#navarts label { width: 50px; }

.text,
.select,
.textarea,
.button,
.checkbox {
	overflow: auto;
	padding-bottom: 5px;
}

.text input,
.select select,
.textarea textarea {
	font-size: 1.1em;
	line-height: 1.3;
	padding: 2px 4px;
	font-family: Tahoma;
	width: 154px;
	border: 1px dotted #000;
	border-bottom-style: solid;
	float: left;
}
.select select {
	padding: 2px 2px 2px 1px;
	width: 164px;
}
.checkbox input { float: left; margin-right: 10px; }

#navarts .text input { width: 73px; }

.button input {
	float: right;
	border: 1px solid #000;
	background: #fff;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1px;
	cursor: pointer;
}

#forgottenpassword {
	clear: right;
	float: right;
	font-size: 1em;
	padding-top: 5px;
}

#frmManageIPs p { margin: 10px 0 ; }
#frmManageIPs label { width: 47px ; margin-right: 0; }
#frmManageIPs input.txt { float: left ; width: 75px ; margin-right: 5px ; font-size: 9px ; position: relative ; top: 1px ; }

/* Page Specific: Journal Pages */

#latestjournal { border-top: 1px solid #8c8473; padding-top: 10px; }

#journal #content-main h2 { font-size: 1.2em; margin-bottom: 0.5em; }
#journal #content-main img { padding-bottom: 15px; }

.journalitem { clear: left; padding-top: 10px; border-top: 1px solid #8c8473; }

.infoblock { background: transparent url(/images/site/author.png) no-repeat left 3px; }
.infoblock a.expandswitcher { display: block; background: transparent url(/images/site/showhide.png) no-repeat left 2px; margin-left: -15px; padding-left: 15px; }
.infoblock a.pdf { display: block; background: transparent url(/images/site/download.png) no-repeat left 3px; margin-left: -15px; padding-left: 15px; }

/* Picture Gallery */
body#picturegallery #content-main { padding-left: 5px; }
body#picturegallery .picture { float: left ; width: 150px ; margin: 0 0 5px 3px ; font-size: 0.833em; line-height: 1.1 ; font-weight: normal; color: #787878; text-align: center; }
body#picturegallery .picture img { border: none ; }
body#picturegallery .picture p { padding: 5px 10px ; }

/* Misc Styles */

.error {
	background: #fee;
	color: #f00;
	border: 1px solid #f00;
	padding: 5px;
	margin-bottom: 1em;
}