/* General Formatting ------------------------------------------------*/
body {
	background: url(../../images/body_bg.jpg) repeat-x #5F3434 fixed;
	font: normal 100%/1.4 Arial, Helvetica, sans-serif;
}
a {
	color: #4C5999;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
/* Container ---------------------------------------------------------*/
#container {
	margin: 10px auto;
	width: 770px;
}
/* Header ------------------------------------------------------------*/
#header {
	position: relative;
	background: url(../../images/header_bg.jpg) no-repeat;
	width: 760px;
	height: 140px;
	margin: 0 auto;
}
#logo a {
	display: block;
	width: 352px;
	height: 140px;
	background: url(../../images/logo.gif) no-repeat center;
	text-indent: -9999px;
	outline: none;
	margin-left: 20px;
}
#slideshow {
	position: absolute;
	right: 15px;
	bottom: 10px;
	border: 3px solid #603434;
	height: 62px;
}
#slideshow h4 {
	background-color: #603434;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
/* NavBar ------------------------------------------------------------*/
#navbar {
	background: url(../../images/navbar_bg.gif) repeat-x;
	height: 35px;
	width: 756px;
	margin: 0 auto;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
#navbar-heading {
	float: left;
	background: url(../../images/navbar_heading.jpg) no-repeat;
	width: 304px;
	height: 30px;
	color: #332F1D;
	font-size: 13pt;
	padding-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}
#nav li { float: left; }
#nav a {
	float: left;
	height: 27px;
	color: #FAFAFA;
	text-decoration: none;
	padding-top: 8px;
	text-align: center;
	font-size: 11pt;
}
#home #nav .home, #study #nav .study, #faq #nav .faq, #sitemap #nav .sitemap, #nav a:hover { background: url(../../images/navbar_over.gif) repeat-x; }
#nav .home, #nav .blog, #nav .faq { width: 70px; }
#nav .study { width: 140px; }
#nav .sitemap { width: 80px; }
/* Main ---------------------------------------------------------*/
#main {
	display: inline;
	float: left;
	background-color: #FFF9E6;
	margin: 0 5px;
	padding: 0 20px;
	width: 716px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
/* Content ------------------------------------------------------*/
#content {
	float: left;
	color: #2E1919;
	font: normal 80%/1.4 Arial, Helvetica, sans-serif;
	width: 420px;
}
#content p, #content ul { margin-bottom: 1em; }
#content h3 {
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 0;
}
#content ul {
	margin-left: 40px;
	list-style: disc;
}
/* Page Headings ------------------------------------------------*/
#content h2 {
	text-indent: -9999px;
	width: 420px;
	height: 40px;
	margin-top: 20px;
}
h2.home { background: url(../../images/heading_home.gif) no-repeat left bottom; }
h2.gluer { background: url(../../images/heading_gluer.gif) no-repeat left bottom; }
h2.boxstyles { background: url(../../images/heading_boxstyles.gif) no-repeat left bottom; }
h2.contact { background: url(../../images/heading_contact.gif) no-repeat left bottom; }
h2.abm { background: url(../../images/heading_abm.gif) no-repeat left bottom; }
h2.rje { background: url(../../images/heading_rje.gif) no-repeat left bottom; }
h2.ezbox { background: url(../../images/heading_ezbox.gif) no-repeat left bottom; }
h2.study { background: url(../../images/heading_study.gif) no-repeat left bottom; }
h2.faq { background: url(../../images/heading_faq.gif) no-repeat left bottom; }
h2.sitemap { background: url(../../images/heading_sitemap.gif) no-repeat left bottom; }
/* SideBar------------------------------------------------------*/
#sidebar {
	float: left;
	border-left: 3px dashed #603434;
	width: 250px;
	margin-left: 20px;
	margin-top: 50px;
	padding-left: 20px;
	font: normal 80%/1.4 Arial, Helvetica, sans-serif;
	color: #2E1919;
}
#sidebar h3 {
	font-size: 10pt;
	color: #fff;
	background-color: #603434;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
#sidebar p, #sidebar ul { margin-bottom: 1em; }
#sidebar ul {
	margin-left: 20px;
	list-style: disc;
}
/* Footer ------------------------------------------------------*/
#footer {
	display: inline;
	clear: both;
	float: left;
	background: url(../../images/footer_bg.gif) no-repeat left bottom;
	margin: 0 5px;
	width: 720px;
	padding: 5px 20px;
}
#footer-nav { padding-top: 50px; }
#footer-nav li { display: inline; }
#footer-nav a {
	font-size: 9pt;
	padding: 0 3px;
	color: #2A2824;
}
#footer-logo {
	float: right;
	background: url(../../images/psc_logo.jpg) no-repeat;
	width: 116px;
	height: 76px;
}
/* Tables -------------------------------------------------------*/
table { width: 100%; }
th, td {
	border: 1px solid #999;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 14px;
	vertical-align: top;
}
caption {
	font-weight: bold;
	padding: 0 0 5px;
	font-size: 13pt;
}
th {
	text-align: left;
	background: #603434;
	color: #FFF9E6;
	font-weight: bold;
	text-align: center;
}
/* CJCopyright --------------------------------------------------*/
#cjcopyright {
	clear: both;
	margin: 0 auto;
	width: 770px;
	text-align: center;
	padding-top: 10px;
}
#cjcopyright p, #cjcopyright a {
	color: #fff;
	font-size: 9pt;
	margin-bottom: .5em;
}
/* Misc Styles --------------------------------------------------*/
.margintop { margin-top: 20px; }
.imgborder { border: 2px solid #492424; }
.center { text-align: center; }
address {
	text-align: center;
	margin-bottom: 1em;
}
.floatleft { float: left; }
.floatright {
	float: right;
	padding-left: 20px;
}
.boxlinks ul { margin-left: 0 !important; }
.boxlinks li {
	float: left;
	list-style: none;
}
.boxlinks a {
	display: block;
	padding: 2px 5px;
	background-color: #5F3434;
	border: 1px solid #C9B995;
	color: #efefef;
	margin: 0 2px;
	text-decoration: none;
}
.clear {
	clear: both;
	padding-top: 1em;
}
.note {
	font-size: 9pt;
	font-style: italic;
}
.box {
	border: 1px solid #603434;
	padding: 5px;
}
.dotbtmborder {
	border-bottom: 3px dashed #603434;
	padding-bottom: 15px;
}
.numlist { list-style: decimal; }
.question { font-size: 12pt; }
.fullwidth { width: 710px !important; }
.underline { text-decoration: underline; }
