/** General */
body {
	background:url(/static/cssimages/bg_cloud.jpg) repeat-x top center #f5f6fa;
}
#pageHeader {
	height:60px;
	vertical-align:bottom;
}
#leaf {
	background:transparent url(/static/cssimages/bg_leaf_top.png) top center no-repeat;
}
#leafMain {
	background:transparent url(/static/cssimages/bg_leaf.gif) center repeat-y;
}
#pageContent {
	padding-top:20px;
}
#leafEnd {
	height:10px;
	background:transparant url(/static/cssimages/bg_leaf_bottom.gif) bottom center no-repeat;
}
/** Header */
#topSearch {
	text-align:right;
}
#topSearch .search-box {
	padding:0;
}
#opsSarch #CAT_Search {
	font-size:x-small;
}
#topSearch #CAT_Submit {
}
/** Menu Top */
#topMenu {
	padding:0;
	text-align:right;
}
#topMenu ul {
	margin:0;
	padding:0;
}
#topMenu li {
	float:right;
	list-style:none;
}
#topMenu a {
	text-decoration:none;
	font-size:1.2em;
	display:block;
	padding:3px 0 3px 20px;
	font-weight:bold;
}
/** Menu Side */
#sideMenu {
	margin:20px 0 30px 0;
	background:url(/static/cssimages/bg_sub_column.gif) repeat-x;
	border-top:1px solid #d0d0cf;
	padding:10px;
}
#sideMenu ul {
	margin:0;
	padding:0;
}
#sideMenu li {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
#sideMenu a {
	text-decoration:none;
	font-size:1.2em;
	padding-left:1em;
	display:block;
}
#sideMenu ul li:first-child {
	font-weight:bold;
}
#sideMenu ul li ul li a {
	font-size:100%;
	padding-left:3em;
	font-weight:normal;
}
#sideMenu li.selected {
	border:solid 1px #d0d0cf;
}

/** Help Menu */
#helpMenu {
	margin:0 0 0 -6px;
	padding:0;
}
#helpMenu ul {
	margin: 0 0 5px 0;
	padding:0;
	list-style:none;
}
#helpMenu li {
	margin:0;
	padding: 0 0 0 1em;
	list-style:none;
	font-weight:normal;
}
#helpMenu a {
	font-size:1.1em;
	text-decoration:none;
	display:block;
}
#helpMenu li.selected {
	background-color:#CCC;
}

/** Normal Content */
.aMain { /* 630 total */
	float:left;
	margin: 0 20px 0 10px;
	width:600px;
}
.aSide { /* 320 total */
	float:left;
	padding: 0 10px 0 18px;
	width:290px;
	border-left:solid 2px #eee;
}
/** Help Content */
.hMenu { /* 320 total */
	float:left;
	padding: 0 10px 0 18px;
	width:290px;
	border-right:solid 2px #eee;
}
.hMain { /* 630 total */
	float:left;
	margin: 0 20px 0 10px;
	width:600px;
}

/** Footer */
#pageFooter {
	color:#666;
	font-size:11px;
	margin-top:10px;
	border-top:1px solid #d0d0c4;
	padding-top:10px;
	background:url(/static/cssimages/bg_gradient_footer.gif) repeat-x top;
}
#pageFooter a {
	text-decoration:none;
}
#pageFooter .aSide {
	text-align:right;
}


/** Page Content */
.thumb {
	margin-right:10px;
	float:left;
}

.intro-text {
	font-size:1.3;
	font-weight:550;
	line-height:150%;
}

.listSquare {
	list-style:square;
	padding-left:2;
}
.listPlus {
	list-style-image:url(/static/cssimages/tick.png);
	padding-left:2;
}

h1 a, h2 a, h3 a, h4 a , h5 a {
	text-decoration:none;
}

/** Quotes */
#quote {
	background:url(/static/cssimages/quote.gif) no-repeat;
	padding-top:5px;
}
#quote p:first-child {
	text-indent:30px;
}

/** Forms */
fieldset.form {
	margin:0 0 10px 160;
}
.form label {
    display:block;
    text-align:right;
    float:left;
    width:140px;
}
.form input, .form textarea, .form img, .formtext, .form select {
    display:block;
    margin-left:160px;
}
.form textarea {
    width:290px;
}
.form input[type=radio], .form input[type=checkbox] {
    display:inline;
    margin:0;
}
.form label.checkLabel {
	display:inline;
	float:none;
	width:auto;
	vertical-align:bottom;
}
input.button {
	background: #007aab;
	color: #fff;
	font-weight:bold;
}
input.button:hover {
	background: #003f6b;
}
.req {
	color:red;
}

.formSide {
	padding-left: 1;
}
.secure-login h3, .newsletter-form h3 {
	padding: 6px 1 6px 1;
}
.formSide input {
	margin:0 0 6px 0;
}

/** Home Page */
#slideshow {
	margin-bottom:20px;
	height:270px;
}
#news {
	margin-top:30px;
}

/* 2 columns */
.two-column {
	float:left;
	width:598px;
	margin:20px 0 0 0;
}
.two-column .col-one, .two-column .col-two {
	width:250px;
	background:url(/static/cssimages/bg_sub_column.gif) repeat-x;
	padding:20px;
	border-top:1px solid #d0d0cf;
}
.two-column .col-one {
	float:left;
}
.two-column .col-two {
	float:right;
}

/** Forum, Search Results */
.fullPage,
.forum-container, 
.forum-posts-container,
.search-result {
	padding: 0 10px 0 10px;
}



/*************************************************************

.two-column .styled-list li {
	background:url(/images/arrow_right.gif) no-repeat left 0.4;
	padding-left:17px;
	margin:0 0 7px 0;
}

.editions {
	background:url(/images/sub_column_bg.gif) repeat-x;
	padding:10px;
	margin:20px 0 30px 0;
	border-top:1px solid #d0d0cf;
}
*/