/* Table of Contents:

	CSS Reset
	Typography
		- Links
		- Headers
		- Text
		- Lists
	Layout
		- Header
		- Home
		- Menu
		- Center Column
		- Left Column
		- Right Column
		- Footer
	Joomla

*/

/* CSS Reset
--------------------------------------------------------------------------------------- */
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, font, 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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
--------------------------------------------------------------------------------------- */

/* Links */
a:link {
	color:#384958;
	}
a:visited {
	color:#777;
	}
a:hover, a:active {
	color:#900;
	}

/* Headers */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	}
h1 {
	font-size:2em;
	}
h2 {
	font-size:1.7em; 
	margin:15px 0 15px 0; 
	clear:both;
	}
.contentheading h2 {
	background:url(../images/content_bg.png) 0 0 no-repeat;
	font-size:25px;
	letter-spacing:-1px;
	line-height:normal;
	margin:0;
	padding:0.2em 0 0.5em;
	}
h3 {
	font-size:1.4em;
	}
h4 {
	font-size:1.1em;
	margin:10px 0 0px 0;
	}
h5, h6 {
	font-size:1em;
	}
.contentheading, .componentheading {
	border-bottom:1px solid #A2B9CF;
	}
.componentheading {
	font-size:1.7em; 
	margin:0 0 15px;
	padding:0.2em 0 0.5em;
	}
	
.headingborder {
	border-top:1px solid #fff;
	padding:0 0 20px;
	}

/* Text */
p {
	line-height:150%;
	margin:0 0 1em;
	}
pre {
	background:#fff;
	border:1px dashed #ccc;
	font-size:1.2em;
	height:auto;
	overflow:auto;
	padding:10px; 
	width:90%;
	}
code {font-size:1.2em;
	background:white;
	padding:0.3em;
	border:1px dashed #ccc;
	}
hr {
	visibility:hidden; 
	clear:both;
	}
pre, blockquote, ul, ol, dl, address {
	margin:10px 0;
	}
dd, blockquote {
	margin-left: 1em;
	}
form label {
	cursor:pointer;
	}
input, select, textarea {
	font-size:1em;
	}
dt {
	font-weight:bold;
	}
.small {
	font-size:0.8em;
	}
.createdate, .modifydate {
	color:#a2b9cf;
	}

/* Lists */
ul, ol {
	margin:10px 0;
	padding:0 0 0 1.5em;
	}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	}

/* Images */
img.img389 {
	background:#fff url(../images/imgshadow-389.png) left bottom no-repeat;
	padding:4px 5px 9px 6px;
	margin-top:10px;
	}
img.img318 {
	background:#fff url(../images/imgshadow-318.png) left bottom no-repeat;
	padding:4px 5px 9px;
	}
img.img242 {
	background:#fff url(../images/imgshadow-242.png) left bottom no-repeat;
	padding:4px 5px 9px 5px;
	}
img.img134 {
	background:#fff url(../images/imgshadow-134.png) left bottom no-repeat;
	padding:4px 5px 9px 6px;
	}
img.imgflex {
	background:#fff url(../images/imgshadow-flex.png) right bottom no-repeat;
	padding:4px 6px 9px 5px;
	}

/* Layout
--------------------------------------------------------------------------------------- */
body {
	background:#202A33 url(../images/body_bg.png) 0 -46px repeat-x;
	color:#384958;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:150%;
	}
#pc_page {
	margin:0 auto;
	position:relative;
	width:970px;
	}
table.contentpane, table.contentpaneopen {
	width: 100%;
	}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	}

/* Menus */
ul.menu {
	width:227px;
	}
ul.menu li {
	display:inline;
	width:100%;
	}
ul.menu a, ul.menu a:hover {
	background:url(../images/modules_bg.png) -1167px 0 no-repeat;
	color:#374759;
	display:block;
	font-weight:bold;
	margin:0 0 .5em 0;
	padding:3px 0 4px 25px;
	text-decoration:none;
	width:202px;
	}
ul.menu li.active a, #pc_right ul.menu a:hover{
	background:url(../images/modules_bg.png) -1394px 0 no-repeat;
	color:#fff;
	}
ul.menu ul {
	list-style:none;
	margin:.5em 0;
	padding:0;
	}
ul.menu li.parent ul a {
	background:transparent;
	color:#374759;
	font-size:0.9em;
	}
ul.menu li.parent ul a:hover{
	text-decoration:underline;
	}
#pc_right ul.menu {
	margin:0 0 0 -11px;
	padding:0 0 7px 0;
	}
#pc_right ul.menu li {
	display:block;
	padding-left:11px;
	position:relative;
	}
#pc_right ul.menu li.active {
	background:url(../images/arrows.png) 0 -24px no-repeat;
	}
#pc_right ul.menu a {
	font-weight:normal;
	text-decoration:underline;
	}

/* Content */
#content {
	background:#fff;
	float:right;
	font-size:1.2em;
	margin:0 0 50px;
	overflow:hidden;
	padding:0 0 4px;
	width:696px;
	}
.breadcrumbs {
	background:url(../images/breadcrumbs_bg.jpg) 0 0 no-repeat;
	color:#fff;
	display:block;
	height:22px;
	margin:-1px 3px 0;
	padding:5px 6px 0 30px;
	}
.breadcrumbs a, .breadcrumbs a:visited {
	color:#fff;
	float:left;
	text-decoration:none;
	}
.breadcrumbs a:hover {
	text-decoration:underline;
	}
.breadcrumbs .separator {
	background:url(../images/arrows.png) 0 0 no-repeat;
	display:block;
	height:5px;
	margin:6px;
	text-indent:-999em;
	width:5px;
	}
.breadcrumbs span {
	float:left;
	}
#columns {
	background:#eff8ff url(../images/content_bg.png) 0 -36px repeat-x;
	border:1px solid #a2b9cf;
	float:left;
	margin:4px 4px 0;
	padding:10px;
	width:666px;
	}
* html #columns, * html #columns .left {
	display:inline;
	}
#columns .left, #columns .right {
	float:left;
	width:318px;
	}
#columns .left {
	margin:0 15px 0 10px;
	}
#pc_bottom {
	background:#dae8f4 url(../images/home_bg.png) -1352px 100% no-repeat;
	margin:0 5px;
	width:656px;
	}
#pc_bottom .content {
	background:url(../images/home_bg.png) -696px 0 no-repeat;
	padding:10px;
	width:636px;
	}
#pc_bottom .column {
	float:left;
	margin:0 10px;
	width:192px;
	}
* html #pc_bottom .column {
	display:inline;
	}

/* Center Column */
#pc_center {
	border-right:1px solid #A2B9CF;
	float:left;
	padding:0 23px 0 10px;
	width:386px;
	}
.nocolumns #pc_center {
	border:0;
	padding:0 10px;
	width:646px;
	}

/* Right Column */
#pc_right {
	border-left:1px solid #EFF8FF;
	float:left;
	padding-left:10px;
	width:235px;
	}
.nocolumns #pc_right {
	border:0;
	display:none;
	}

/* Left Column */
#logo {
	margin:0 0 10px;
	}
#pc_left {
	float:left;
	color:#202A33;
	font-size:1.2em;
	margin:0 0 50px;
	overflow:hidden;
	width:245px;
	}
#sidebar {
	background:#fff url(../images/modules_bg.png) 0 0 no-repeat;
	margin:0 1px;
	width:243px;
	}
#sidebar .content {
	background:url(../images/modules_bg.png) -243px 100% no-repeat;
	padding:9px 8px 30px;
	}

/* Footer */
#footer {
	background:url(../images/body_bg.png) 0 0 repeat-x;
	clear:both;
	color:#a6aaad;
	font-size:1.1em;
	height:31px;
	padding:15px 0 0;
	text-align:center;
	}

/* Modules
--------------------------------------------------------------------------------------- */

#pc_left .module, #pc_left .module_box {
	border-bottom:1px dotted #374759;
	margin:0 0 10px;
	padding:2px 0 8px;
	width:227px;
	}
#pc_left .module_box div {
	background:url(../images/modules_bg.png) -713px 0 repeat-y;
	width:227px;
	}
#pc_left .module_box div div {
	background:url(../images/modules_bg.png) -940px 100% no-repeat;
	width:227px;
	}
#pc_left .module_box div div div {
	background:url(../images/modules_bg.png) -486px 0 no-repeat;
	padding:10px 14px;
	width:199px;
	}
#pc_left .module_box div div div div {
	background:transparent;
	padding:0;
	}
#pc_left h3 {
margin:0 0 10px;
}

#pc_right .moduletable {
	margin:0 0 15px;
	}
.moduletable h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.3em;
	text-transform:uppercase;
	}
.search_box {
	height:22px;
	}
input.inputbox_box {
	border:0 none;
	float:left;
	font-size:10px;
	margin:0 0 2px;
	padding:4px 5px;
	width:156px;
	}
input.button_box {
	background:transparent url(../images/magnifyingglass.png) 0 0 no-repeat;
	border:0;
	float:right;
	height:23px;
	text-indent:-999em;
	width:20px;
	}
#columns .moduletable {
	margin:0 0 20px;
	}
#columns .heading {
	border-bottom:1px solid #fff;
	margin:0 0 10px;
	}
#columns h3 {
	color:#86a4bf;
	border-bottom:1px solid #c6d6e4;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0 0 5px;
	text-transform:uppercase;
	}
#pc_bottom .moduletable {
	margin:0 0 10px;
	}
#pc_bottom .heading {
	border:0;
	height:35px;
	margin:0;
	}
#pc_bottom h3 {
	border:0;
	padding:5px 0 15px;
	}

/* Joomla
--------------------------------------------------------------------------------------- */

/* Unpublished */
.system-unpublished {
	background:#e8edf1;
	border-top:4px solid #c4d3df;
	border-bottom:4px solid #c4d3df;
	}

/* System Messages */
#system-message {
	margin-bottom:10px;
	padding:0;
	}
#system-message dt {
	font-weight:bold;
	}
#system-message dd {
	margin:0;
	font-weight:bold;
	text-indent:30px;
	}
#system-message dd ul {
	color:#0055BB;
	margin-bottom:10px;
	list-style:none;
	padding:10px;
	border-top:3px solid #84A7DB;
	border-bottom:3px solid #84A7DB;
	}

/* System Standard Messages */
#system-message dt.message {
	display:none;
	}

/* System Error Messages */
#system-message dt.error {
	display:none;
	}
#system-message dd.error ul {
	color:#c00;
	background-color:#E6C0C0;
	border-top:3px solid #DE7A7B;
	border-bottom:3px solid #DE7A7B;
	}

/* System Notice Messages */
#system-message dt.notice {
	display:none;
	}
#system-message dd.notice ul {
	color:#c00;
	background:#EFE7B8;
	border-top:3px solid #F0DC7E;
	border-bottom:3px solid #F0DC7E;
	}

/* Debug */
#system-debug {
	color:#ccc;
	background-color:#fff;
	padding:10px;
	margin:10px;
	}
#system-debug div {
	font-size:11px;
	}