/* YELLOW #EED065 */
/* GREEN #37A15F */
/* RED #9D2029 */
/* GREY #666666 */


* {
	margin: 0;
	padding: 0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: normal;
/*	color: #666666; */
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #DDDAD3;
}

#pageWrapper {
	width: 924px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}



#header {
	
}

#headerLeft {
	position: relative;
	width: 462px;
	height: 179px;
	float:left;	
}

#headerRight {
	width: 462px;
	height: 179px;
	float:right;
	text-align:right;
	position: relative;	
}


#image {
	background-color: #37A15F;
	padding-bottom: 20px;

}



#homeboxesWrapper {
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 2px solid #EED065;
	border-bottom: 2px solid #EED065;
	background-image: url(../images/homeboxesbgrnd.gif);
	background-repeat: repeat-y;
	width: 924px;
}

#homeboxesLeft {
	width: 689px;
	float:left;
}


#homeboxesRightBackground {
	background-image: url(../images/free-training.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	width: 924px;
}

#homeboxesRight {
	width: 207px;
	float:right;
	padding: 14px;
}

#homeboxesRightPicText {
	width: 208px;
	position:absolute;
	bottom: 14px;
	right:14px;
	color: #9D2029;
}

#homeboxesRightPicText span {
	background-image: url(../images/semi_trans_white.png);
}

#homebox1 {
	border-bottom: 2px solid #EED065;
	width: 380px;
	margin-right:  2px;
	float:left;
	padding-left: 47px;
	padding-right: 30px;
}

#homebox1 div.left {
	width: 280px;
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

#homebox1 div.right {
	width: 90px;
	float: right;
}

#homebox2 {
	height: 140px;
	width: 200px;
	margin-right:  2px;
	float:right;
	padding: 14px;
	background-image:url(../images/bloke_tapemeasure.gif);
	background-repeat: no-repeat;
	background-position: 120px 45px;
}

#homebox1, #homebox2, #homebox3 {
	padding-top: 14px;
	padding-bottom: 14px;
}

#homebox3 {
	width: 380px;
	margin-right:  2px;
	float:left;
	padding-left: 47px;
	padding-right: 30px;
}

#homebox3 p.left {
	float: left;
	width: 250px;
	margin-left: 0;
	margin-bottom: 0.4em;
}

#homebox3 p.right {
	float: left;
	width: 100px;
	margin-bottom: 0.4em;
}


#homebox4 {
	width: 200px;
	margin-right:  2px;
	float:right;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#homebox4 img {
	display: block;
	padding-bottom: 5px;
}




#footer {
	background-color: #EED065;
	margin-bottom: 20px;
	padding: 10px 47px 10px 47px;
	min-height: 20px;
	clear: both;
}





/* ******************** LINK STYLES ************************ */


a {
 text-decoration: none;
 font-weight:bold;
}

a:visited {
    color: #37A15F;
	}

a:link {
    color: #37A15F;
	}
	
a:active {
    color: #37A15F;
	}	
	
a:hover {
    color: #9D2029;
	}
	
	
.linkRedBox	{
	background-color: #9D2029;
	padding: 3px 7px;
	text-decoration:underline;
	border: solid 1px #990000;
	background-image: url(../images/red_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 1.2em;
	font-weight:bold;
	display:inline-block;
}

a.linkRedBox:visited, a.linkRedBox:link, a.linkRedBox:active {
	color:#FFF;
}

a.linkRedBox:hover {
	color:#CCC;
}

.linkGreyUnderline {
	font-weight:bold;
	text-decoration:underline;
}

a.linkGreyUnderline:visited, a.linkGreyUnderline:link, a.linkGreyUnderline:active {
	color: #666;
}

a.linkGreyUnderline:hover {
	color: #ccc;
}


.linkRedUnderline {
	font-weight:bold;
	text-decoration:underline;
}

a.linkRedUnderline:visited, a.linkRedUnderline:link, a.linkRedUnderline:active {
	color: #9D2029;
}

a.linkRedUnderline:hover {
	color: #ccc;
}

.linkGreenUnderline {
	font-weight:bold;
	text-decoration:underline;
}

a.linkGreenUnderline:visited, a.linkGreenUnderline:link, a.linkGreenUnderline:active {
	color: #37A15F;
}

a.linkGreenUnderline:hover {
	color: #ccc;
}



.linkGreen {
	font-weight:bold;
}

a.linkGreen:visited, a.linkGreen:link, a.linkGreen:active {
	color: #37A15F;
}

a.linkGreen:hover {
	color: #9D2029;
}




.linkRed {
	font-weight:bold;
	text-decoration:none;
}

a.linkRed:visited, a.linkRed:link, a.linkRed:active {
	color: #9D2029;
}

a.linkRed:hover {
	color: #ccc;
}



.linkGreyNotBold {
	font-weight:normal;
	text-decoration:none;
}

a.linkGreyNotBold:visited, a.linkGreyNotBold:link, a.linkGreyNotBold:active {
	color: #666;
}

a.linkGreyNotBold:hover {
	color: #ccc;
}


.linkGrey {
	font-weight:bold;
	text-decoration:none;
}

a.linkGrey:visited, a.linkGrey:link, a.linkGrey:active {
	color: #666;
}

a.linkGrey:hover {
	color: #ccc;
}


.linkWhite {
	font-weight:bold;
	text-decoration:none;
}

a.linkWhite:visited, a.linkWhite:link, a.linkWhite:active {
	color: #FFF;
}

a.linkWhite:hover {
	color: #999;
}


/* ******************** SEARCH BOX ************************ */

#searchBox {
	position: absolute;
	right: 32px;
	top: 56px;
}


#searchBox #submitButton {
	background-color: #9D2029;
	padding: 0 3px;
	color: #FFFFFF;
    text-decoration:underline;
	border: solid 1px #990000;
	background-image: url(../images/red_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	cursor:pointer;
	vertical-align:middle;
	padding-top: 1px;
}

#searchBox #textbox {
	/* height: 20px; */
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding: 2px;
	vertical-align:middle;
}


/* ******************** TEXT STYLES ************************ */

#main h1 {
	color: #9D2029;
	font-size: 1.42em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#main h1.textRed {
	color: #9D2029;
}

#main h1.textGreen {
	color: #37A15F;
}

#main h1.textGrey {
	color: #4c4c4c;
}

#main h2 {
	color: #9D2029;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#main h2.textRed {
	color: #9D2029;
}

#main h2.textGreen {
	color: #37A15F;
}

#main h2.textGrey {
	color: #4c4c4c;
}

#main h3 {
	color: #9D2029;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#main h3.textRed {
	color: #9D2029;
}

#main h3.textGreen {
	color: #37A15F;
}

#main h3.textGrey {
	color: #343434;
}

.textGreen {
	color: #37A15F;
}

.textRed {
	color: #9D2029;
}

.textGrey {
	color: #333333;	
}
.textSmall {
	font-size: 0.91em;
}

#strapline h1 {
	text-indent: -9000px;
	background-image: url(../images/strapline.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 262px;
	display: block;
	position:absolute;
	bottom: 0;
	left: 170px;
}

#contactDetails {
	font-size: 1.16em;
	position:absolute;
	bottom: 0;
	right:32px;
	bottom: 41px;
	text-align: left;
	color: #666666;
}

p, h1, h2, h3 {
	margin-bottom: 0.4em;
}




/* ******************** MISC ************************ */


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
	height: 0px;
}

.clearLeft {
	clear: left;
	height: 0px;
}

.clearRight {
	clear: right;
	height: 0px;
}

li {
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}

img {
	border:none;
	}

.block {
	display:block;
}

.textAlignRight {
	text-align:right;
}

/* ******************** NAV ************************ */


#navWrapper {
	background-color: #FFF;
	padding-top: 2px;
	border-top: 2px solid #EED065;
	border-bottom: 6px solid #9D2029;
}

#nav {
	margin-left: 31px;
}

#nav ul, #nav li {     
	padding: 0;     
	margin: 0;     
	list-style: none; 
} 


/* nav styles */

#nav a {     
	display: block;
	cursor:pointer;
} 

#nav li {     
	float: left;     
	/* width: 10em; */
	width: auto;

}

#nav li a {
	padding: 3px;
	width: 109px;
	background-color: #69726A;
	border: solid 1px #666666;
	background-image: url(../images/grey_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 7px;
}

#nav li a:visited, #nav li a:link, #nav li a:active {
	color: #ffffff;
}

#nav li a:hover {
	color: #ffffff;
	background-color: #9D2029;
	background-image: url(../images/red_gradient.gif);
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #9D2029;
	border-left: 1px solid #990000;
}

/* subnav styles */


#nav li ul {     
	position: absolute;     
	width: 10em;     
	left: -999em; 
} 

#nav li:hover ul, #nav li.sfhover ul {     
	left: auto; 
}

#nav li ul li {     
	width: 10em;
}

#nav li ul li a {     
	background-image: none;
}


.underline {
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 1px;
	width: 100%;
	display: block;
}



body#sectionHome li#navTab1 a {
	color: #ffffff;
	background-color: #9D2029;
	background-image: url(../images/red_gradient.gif);
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #9D2029;
	border-left: 1px solid #990000;
}


body#sectionMembersarea li#navTab4 a {
	color: #ffffff;
	background-color: #9D2029;
	background-image: url(../images/red_gradient.gif);
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #9D2029;
	border-left: 1px solid #990000;
}

body#sectionHome li.navTabHighlighted a {
	color: #ffffff;
	background-color: #9D2029;
	background-image: url(../images/red_gradient.gif);
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #9D2029;
	border-left: 1px solid #990000;
}


/* left column and subnav */

#main .left {
	float: left;
	margin-left: 31px;
	width: 200px;
} 

#main .leftSubNav {
	float: left;
	margin-left: 31px;
	width: 200px;
}

#main .leftSubNav ul {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

#main .leftSubNav li {
	margin-left: 0;
	border-top: 1px solid #cccccc;
	list-style-type:none;
}

#main .leftSubNav li a {
	display: block;
	padding: 3px;
	padding-right: 10px;
}

#main .leftSubNav li a:visited,
#main .leftSubNav li a:link,
#main .leftSubNav li a:active {
	color: #9D2029;
	background-image: url(../images/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right; 
}

#main .leftSubNav li a:hover {
	color: #666666;
	background-image: url(../images/subnav_arrow_x.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#main .leftSubNav li a.selected {
	background-image: url(../images/subnav_arrow_x.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#main .leftSubNav ul li ul {
	margin: 0px;
	margin-left: 15px;
	border-bottom: none;
}

#main .leftSubNav ul li ul li a:visited,
#main .leftSubNav ul li ul li a:link,
#main .leftSubNav ul li ul li a:active {
	color: #666666;
}


/* content box */

#main .content {
	float: right;
	width: 693px;
}

#main .wide {
	width: 900px;
	padding-left: 10px;
	padding-right: 10px;
}


.topBorder645 {
	background-image: url(../images/dvdr_645.gif);
	background-repeat: no-repeat;
	background-position: 33px top;
	width: 645px;
}


#main .content .header {
	margin-top: 15px;
	margin-bottom: 15px;
}

#main .content .headerLeft {
	float: left;
	margin-left: 33px;
	width: 320px;
	margin-right: 8px;
	font-size: 22px;
	color: #9D2029;
}

#main .content .headerRight {
	float: right;
	width: 300px;
	margin-right: 32px;
	text-align:right;
}


/* account info */

#main .content .accountInfo {
	float: left;
	margin-left: 33px;
	width: 430px;
	margin-right: 10px;
}

.accountInfo h2 {
	padding-bottom: 4px;
	border-bottom: 1px solid #EED065;  
	margin-bottom: 10px;
}


.accountInfo .col1 {
	width: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.accountInfo .col2 {
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.accountInfo .col3 {
	width: 290px;
	float: right;
	margin-bottom: 10px;
}


/* right subnav box */

#main .content .rightSubNav {
	float: right;
	width: 205px;
	margin-right: 15px;
	margin-top: 1.75em;
}


#main .content .rightSubNav ul {
	margin-top: 15px;
	border-top: 1px solid #cccccc;
}

#main .content .rightSubNav li {
	margin-left: 0;
    border-bottom: 1px solid #cccccc;
	list-style-type:none;
}

#main .content .rightSubNav li a {
	display: block;
	padding: 3px;
}

#main .content .rightSubNav li a:visited,
#main .content .rightSubNav li a:link,
#main .content .rightSubNav li a:active {
	color: #9D2029;
	background-image: url(../images/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right; 
}

#main .content .rightSubNav li a:hover {
	color: #666666;
	background-image: url(../images/subnav_arrow_x.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* phone box */

#phoneBoxBgrnd {
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	min-height: 111px;
	margin-bottom: 10px;
}

#phoneBox {
	border: solid 1px #cccccc;
	padding: 10px;
	text-align:right;
}

/* recommend a friend */

#recommendFriend {
	background-image: url(../images/bgrnd_recommend_friend.gif);
	background-repeat: no-repeat;
	border: solid 1px #cccccc;
	padding: 10px;
	text-align:right;
	margin-bottom: 10px;
	background-position: left bottom;
}

/* news feed */

#newsFeed {
	float: left;
	margin-top: 10px;
	margin-left: 33px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 408px;
	border-left: solid 1px #EED065;
	border-right: solid 1px #EED065;
	padding: 10px;
}

#newsFeed ul {
	margin-top: 15px;
	border-top: 1px solid #cccccc;
	margin-bottom: 15px;
}

#newsFeed ul li {
	margin-left: 0;
	border-bottom: 1px solid #cccccc;
	list-style-type:none;
}

#newsFeed .col1 {
	width: 214px;
	float:left;
	padding: 3px;
}

#newsFeed .col2 {
	width: 142px;
	float:left;
	padding: 3px;
}

#newsFeed .col3 {
	width: 34px;
	float:right;
	text-align:right;
	padding: 3px;
}

/* right box */

#main .content .right {
	float: right;
	width: 205px;
	margin-right: 15px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}



#main .resourceCentre {
	float: right;
	width: 613px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 33px;
	padding-left: 15px;
	padding-right: 17px;
}


.thumbPadding {
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
}

a:hover .thumbPadding, a:hover .thumbPaddingEnd {
	background-image:url(../images/resource_thmb_bgrnd.gif);
	background-repeat:no-repeat;
}

.thumbPaddingEnd {
	padding: 1px;
	padding-bottom: 6px;
}


.arrows {
	margin-bottom: 20px;
}

.arrowBack {
	width: 50%;
	float: left;
}

.arrowForward {
	width: 50%;
	float: right;
	text-align:right;
}


/* resource nav styles */

.resourceCentre {
	background-image:url(../images/resource_tabs_line.gif);
	background-repeat:no-repeat;
	background-position: 0em 1.92em;
}

.resourceCentre .image .row {
	margin-bottom: 8px;
	/*border: 1px solid #0f0;*/
}

.resourceCentre .image .col1 {
	float:left;
	padding: 4px;
	padding-top: 8px;
	width: 138px;
	/*border: 1px solid #0f0;*/
}
.resourceCentre .image .col1 img {
	border: 1px dashed #ddd;
	padding: 4px;
}
.resourceCentre .image .col2 {
	float:left;
	width: 108px;
	padding: 2px;
	padding-top: 8px;
	/*border: 1px solid #0f0;*/
}
.resourceCentre .image .col3 {
	float:left;
	width: 96px;
	padding: 2px;
	padding-top: 8px;
	/*border: 1px solid #0f0;*/
}
.resourceCentre .image .col4 {
	float:left;
	width: 108px;
	padding: 2px;
	padding-top: 8px;
	/*border: 1px solid #0f0;*/
}
.resourceCentre .image .col5 {
	float:left;
	width: 128px;
	padding: 2px;
	padding-top: 8px;
	/*border: 1px solid #0f0;*/
}

#resourceNavWrapper {
	margin-bottom: 10px;
}

#resourceNav ul, #resourceNav li {     
	padding: 0;     
	margin: 0;     
	list-style: none; 
} 

#resourceNav a {     
	display: block;
} 

#resourceNav li {     
	float: left;     
	/* width: 10em; */
	width: auto;

}

#resourceNav li a {
	width: 88px;
	padding: 0.25em 3px 0.25em 3px;
	background-color: #FFF;
	border: solid 1px #666;
	margin-right: 7px;
}

#resourceNav li a:visited, #resourceNav li a:link, #resourceNav li a:active {
	color: #666;
}

#resourceNav li a:hover, #resourceNav li a.selected {
	color: #ffffff;
	background-color: #69726A;
	border: solid 1px #666666;
	background-image: url(../images/grey_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#resourceNav li.endTab a {
	margin-right: 0;
	}


#resourceNav .underline {
	background-image: url(../images/underline_grey.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 1px;
	width: 100%;
	display: block;
}

#resourceNav li a:hover .underline, #resourceNav li a.selected .underline {
	background-image: url(../images/underline.gif);
}


/* sign up pages styles */

#main_forms_wrap {
	margin: 10px 32px;
}
#main_forms_wrap h1 {
	color: #9D2029;
	font-size: 1.5em;
}
#main_forms_wrap h2 {
	color: #9D2029;
	width: 1em;
	padding: 10px 0 0;
	font-size: 1.4em;
}

#main_forms_wrap h3 {
	font-size: 1.1em;
	display: block;
	padding: 5px 0 0;
}
#main_forms_wrap h4 {
	color: #9D2029;
}
#main_forms_wrap h5 {
	font-size: 1em;
	color: #9D2029;
	padding: 20px 0;
	font-weight: lighter;
	display: block;
}

#sign_up_wrap {
}
#sign_up_left {
	float: left;
	width: 50%;
}
#sign_up_right {
	float: left;
	width: 49%;
}
#sign_up_form {
}
ul.form_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.form_ul li {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
	display: block;
}
ul.form_ul li ul {
}
ul.form_ul li ul li {
	float: left;
	padding: 0;
	margin: 0;
}
ul.form_ul li ul li input {
	margin: 0;
	padding: 0;
	width: 60px;
}
ul.form_ul .pay_left {
	width: 100px;
	padding: 0 0 0 215px;
}

ul.form_ul li.error {
	color: #9D2029;
	padding-left: 100px;
	font-size: 0.9em;
}



ul.form_ul   li  .required {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding: 0 10px 0 0;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
ul.form_ul  .text_input {
	width: 180px;
	height: 18px;
	background: #fff!important;
	border: 1px solid #ccc;
}
ul.form_ul  .select {
	width: 180px;
	border: 1px solid #ccc;
}
ul.form_ul .select optgroup option {
	padding-left: 20px;
}
ul.form_ul .optional {
	display: block;
	float: left;
	width: 255px;
	padding: 0 0 0 100px;
}
ul.form_ul .tick_box {



}
.middle_text {
	width: 350px;
	margin: 40px auto;
}
.middle_text p {
	padding: 10px 0 5px;
}
#payment_cheque_wrap {
	width: 600px;
	margin: 40px auto;
}

.required_text {
	color: #9D2029;
}

/* forum pages styles */


.forum {
	margin-left: 33px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.forum .category {
	width: 645px;
	padding: 7px 0 7px 0;
	border-top: solid 2px #EED065;
}

.forum .category .col1 {
	width: 240px;
	margin-right: 10px;
	margin-bottom: 7px;
	font-size: 1.54em;
	font-weight:normal;
	float: left;
}

.forum .category .col1 a {
	font-weight:normal;
}

.forum .category .col2 {
	width: 165px;
	margin-right: 40px;
	float: left;
	color: #37A15F;
	font-weight:bold;
	font-size: 0.91em;
	margin-bottom: 7px;
	margin-top: 4px;
}

.forum .category .col3 {
	width: 110px;
	float: left;
	color: #37A15F;
	font-weight:bold;
	font-size: 0.91em;
	margin-bottom: 7px;
	margin-top: 4px;
}

.forum .category .col4 {
	width: 80px;
	float: right;
	color: #37A15F;
	font-weight:bold;
	font-size: 0.91em;
	margin-bottom: 7px;
	margin-top: 4px;
}

.forum .category .col2_1 {
	width: 415px;
	margin-right: 40px;
	float: left;
	color:#000000;
}

.forum .category .col2_2 {
	width: 110px;
	float: left;
	color:#000000;
}

.forum .category .col2_3 {
	width: 80px;
	float: right;
	color:#000000;
}


.asteriskRed {
	color: #9D2029;
	position: relative;
	bottom: 10px;
	font-size: 3em;
}


/* news feed */


.boxBorderTop {
	margin-right: 15px;
	margin-left: 33px;
	padding: 10px 0 10px 0;
	border-top: solid 2px #EED065;
	width: 645px;
}

.borderLeft {
	border-left: solid 1px #EED065;
	padding: 0 10px 0 10px;
}



#listPosts {
	width: 625px;
	margin-bottom: 20px;
}

#listPosts .listItem {
	padding: 1px 0;
	color: #37A15F;
	font-weight:bold;
} 

#listPosts .old {
	padding: 1px 0;
	color: #999999;
	font-weight:bold;
}

#listPosts .col1 {
	padding: 0 5px 0 40px;
	width: 245px;
	float: left;
	background-image: url(../images/asterisk_sml_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#listPosts .old.col1 {
	background-image: url(../images/asterisk_sml_grey.gif);
}

#listPosts .col2 {
	padding: 0 5px 0 0;
	width: 120px;
	float: left;
}

#listPosts .col3 {
	padding: 0 5px 0 0;
	width: 135px;
	float: left;
}

#listPosts .col4 {
	width: 70px;
	float: right;
}


.boxText {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 33px;
	margin-bottom: 10px;
	width: 625px;
}


/* 2 col content */

.twoCol {
	width: 576px;
}

.leftCol {
	width: 283px;
	float:left;
}

.leftColBigMargin {
	width: 185px;
	float:left;
	margin-left: 100px;
}

.rightCol {
	width: 281px;
	float:right;
}


.dividerTop{
	border-top: 2px solid #EED065;
	padding-top: 7px;
}

.dividerBottom {
	padding-bottom: 10px;
	border-bottom: 2px solid #EED065;
	margin-bottom: 10px;
}

.dividerTopBottom {
	border-top: 2px solid #EED065;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom: 2px solid #EED065;
	margin-bottom: 10px;
}


/* messaging page */

#messaging .selectMenu {
	width: 283px;
	border: solid 1px #b3b3b3;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #BBBBBB;
	scrollbar-highlight-color: #BBBBBB;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-track-color: #D6D6D6;
}

#messaging .selectMenu optgroup option {
	padding-left: 20px;
}


#messaging .textField254 {
	padding: 3px;
	width: 244px;
	border: solid 1px #b3b3b3;
}

#messaging .dividerBottomSmall {
	padding-bottom: 3px;
	border-bottom: 1px solid #EED065;
	margin-bottom: 3px;
}

#messaging .paddingTop7Left98 {
	padding: 7px 0 0 98px;
}


.messageList {
	width: 625px;
}

.messageListItem {
	width: 625px;
	border-top: 2px solid #EED065;
	padding-top: 7px;
	padding-bottom: 7px;
}

.messageList .messageListItem .col1 {
	width: 265px;
	float: left;
	padding-right: 5px;
}

.messageList .messageListItem .col2 {
	width: 85px;
	float: left;
	padding-right: 5px;
}

.messageList .messageListItem .col3 {
	width: 120px;
	float: left;
	padding-right: 5px;
}

.messageList .messageListItem .col4 {
	width: 120px;
	float: left;
}

.messageListFooter {
	padding-top: 20px;
	border-top: 2px solid #EED065;
}

.messageListFooter .col1 {
	width: 310px;
	float: left;
}

.messageListFooter .col2 {
	width: 310px;
	float: right;
	text-align:right;
}


/* compose message page */

#composeMessage {

}

#composeMessage .col1 {
	width: 95px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

#composeMessage .col2 {
	width: 515px;
	float: right;
}

#composeMessage .textField {
	padding: 3px;
	background-color: #ebebeb;
	width: 507px;
	margin-bottom: 10px;
}

#composeMessage .textField2 {
	padding: 3px;
	background-color: #ebebeb;
	border: solid 1px #b3b3b3;
	width: 216px;
	margin-bottom: 10px;
}

#composeMessage .attachCol1 {
/*		width: 115px; */
	margin-right: 7px;
	float:left;
}

#composeMessage .attachCol2 {
/*		width: 224px; */
	margin-right: 7px;
	float:left;
}

#composeMessage .attachCol3 {
/*		width: 75px; */
	margin-right: 7px;
	float:left;
}

#composeMessage .attachCol4 {
/*		width: 70px; */
	float:left;
}

#composeMessage .sendCol1 {
	width: 330px;
	float: left;
}

#composeMessage .sendCol2 {
	width: 185px;
	float: right;
	
}

/* ******************** FORM FIELDS ************************ */

/* .textField {
	padding: 3px;
	border: solid 1px #b3b3b3;
} */

.textField {
	padding: 3px;
	background-color: #ebebeb;
	border: solid 1px #b3b3b3;
}

textarea.textField {
	font-family: Arial, Helvetica, sans-serif;
}



.buttonRedBlock {
	background-color: #9D2029;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	border: none;
	cursor: pointer;
	overflow: visible;
}

.buttonRedBlockArrow {
	background-color: #9D2029;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 30px 2px 20px;
	text-align: left;
	border: none;
	cursor: pointer;
	background-image: url(../images/arrow_bttn_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.buttonRedBlock185 {
	background-color: #9D2029;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 20px 2px 20px;
	width: 185px;
	text-align: left;
	border: none;
	cursor: pointer;
	background-image: url(../images/arrow_bttn_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.buttonRedBlock185 a {
	color: #fff;
}

.buttonGreyBlock {
	background-color: #BDBDBD;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	border: none;
	overflow: visible;
	cursor: pointer;
}

.verticalAlign {
	vertical-align:middle;
}


/* ******************** PAGE NUMBERS ************************ */

.pageNumbers {
	font-size: 1.27em;
	float: right;
	margin-top: 2px;
}

.pageNumbers a {
	font-weight:normal;
	padding-left: 5px;
}

.pageNumbers a:hover {
	color: #9D2029;
	font-weight:bold;
}

.pageNumbers a.selected {
	color: #9D2029;
	font-weight:bold;
	text-decoration:underline;
}

/* ******************** FORUM LIST POSTS PAGE ************************ */


#listPostsFooter .buttonRedBlock185 {
	float: right;
}

#listPostsFooter .pageNumbers {
	float: left;
	padding-top: 2px;
}

#listPostsFooter {
	margin-top: 10px;
	border-top: 2px solid #EED065;
	border-bottom: 2px solid #EED065;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	width: 625px;
}


.headerBack {
	margin-top: -10px;
	margin-left: 33px;
	margin-right: 15px;
	width: 625px;
}

/* ******************** FORUM POSTS ************************ */

#forumPosts {
	width: 625px;
}

.forumPost {
	padding: 15px 15px 15px 25px;
	background-image: url(../images/asterisk_sml_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	width: 585px;
}

#forumPosts .forumPost .col1 {
	width: 455px;
	float: left;
}

#forumPosts .grey {
	background-color:#F1F1F1;
}

#forumPosts .old {
	background-image: url(../images/asterisk_sml_grey.gif);
}

#forumPosts .forumPost .col2 {
	width: 120px;
	float: right;
}

/* ******************** POLL SECTION ************************ */

.pollQuestion {
	margin-bottom: 10px;
	padding-left: 2px;
}

.pollQuestion h2 {
	display: inline;
}

.pollQuestion .textField {
	width: 516px;
}

.pollAnswers {

}

.pollAnswers .col1 {
	width: 310px;
	text-align: right;
	float: left;
}

.pollAnswers .col1 div {
	margin-bottom: 10px;
}


.pollAnswers .col2 {
	width: 310px;
	text-align: right;
	float: right;
}

.pollAnswers .col2 div {
	margin-bottom: 10px;
}

.pollAnswers .textField {
	width: 200px;
}

.pollDates {

}

.pollDates h2 {
	display: inline;
}

.pollDates .textField {
}

.pollDates .col1 {
	width: 310px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

.pollDates .col2 {
	width: 310px;
	text-align: right;
	float: right;
	margin-bottom: 10px;
}

.pollDates .buttonRedBlockArrow {
	width: 165px;
}


.pollOptions {
	border-top: 2px solid #EED065;
	padding-top: 7px;
	border-bottom: 2px solid #EED065;
	margin-bottom: 10px;
}

.pollOptions div {
	margin-bottom: 10px;
}

.pollList {
	width: 625px;
}

.pollListItem {
	width: 625px;
	border-top: 2px solid #EED065;
	padding-top: 7px;
	padding-bottom: 7px;
}

.pollList .pollListItem .col1 {
	width: 265px;
	float: left;
	padding-right: 5px;
}

.pollList .pollListItem .col2 {
	width: 85px;
	float: left;
	padding-right: 5px;
}

.pollList .pollListItem .col3 {
	width: 90px;
	float: left;
	padding-right: 5px;
}

.pollList .pollListItem .col4 {
	width: 60px;
	float: left;
}
.pollList .pollListItem .col5 {
	width: 95px;
	float: right;
	text-align:right;
}

.pollListFooter {
	padding-top: 20px;
	border-top: 2px solid #EED065;
}

.pollListFooter .col1 {
	width: 310px;
	float: left;
}

.pollListFooter .col2 {
	width: 310px;
	float: right;
	text-align:right;
}



.pollResult {
	width: 625px;
}

.pollResultItem {
	width: 625px;
	border-top: 2px solid #EED065;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/poll_bgrnd.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.pollResult .pollResultItem .col1 {
	width: 370px;
	float: left;
	padding-right: 5px;
}

.pollResult .pollResultItem .col2 {
	width: 40px;
	float: left;
	padding-right: 5px;
	text-align:right;
}

.pollResult .pollResultItem .col3 {
	width: 200px;
	float: right;
}

.pollResultFooter {
	width: 625px;	
	padding-top: 20px;
	border-top: 2px solid #EED065;
}

.pollResultFooter .col1 {
	width: 310px;
	float: left;
}

.pollResultFooter .col1 .pollAdded {
	width: 150px;
	float: left;
}

.pollResultFooter .col1 .pollEnded {
	width: 150px;
	float: right;
}

.pollResultFooter .col2 {
	width: 310px;
	float: right;
	text-align:right;
}

.expired {
	font-style: italic;
	color: #666;
}

/* ******************** NEWS SECTION ************************ */

.newsSummary {
	border-bottom: 2px solid #EED065;
}

.newsSummaryItem {
	width: 625px;
	border-top: 2px solid #EED065;
	padding-top: 7px;
	padding-bottom: 10px;
}

.newsSummaryItem h2  {
	margin-bottom: 0;
}

.newsSummaryItem .pic {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.newsSummaryItem .text {
	width: 500px;
	float:left;
}

.newsFooter .pageNumbers {
	float: none;
	text-align:center;
	padding-top:20px;
}

.newsArticle {
	width: 625px;
	padding-bottom: 7px;
	border-bottom: 2px solid #EED065;
	margin-bottom: 20px;
}

.newsArticle .pic {
	width:96px;
	float:right;
}

.newsArticle .text {
	width:435px;
	float:left;
}

/* ******************** TRAINING SECTION ************************ */

.trainingSummary {
	border-bottom: 2px solid #EED065;
}

.trainingSummaryItem {
	width: 625px;
	border-top: 2px solid #EED065;
	padding-top: 7px;
	padding-bottom: 10px;
}

.trainingSummaryItem h2  {
	margin-bottom: 0;
}

.trainingSummaryItem .pic {
	width: 100px;
	float:left;
	margin-right: 10px;
}

.trainingSummaryItem .text {
	width: 500px;
	float:left;
}

.trainingFooter .pageNumbers {
	float: none;
	text-align:center;
	padding-top:20px;
}

.trainingCourse {
	width: 625px;
	padding-bottom: 7px;
	border-bottom: 2px solid #EED065;
	margin-bottom: 5px;
}

.trainingCourse .pic {
	width:100px;
	float:right;
}

.trainingCourse .text {
	width:500px;
	float:left;
}


/* Active Elements */
#errors ul {
	margin:3px 5px;
	background-color: #A6232B;
	color: #FFFFFF;
	display: block;
	padding: 5px 0px;
}
#errors ul li {
	list-style-type: none;
	font-weight: bold;
}

#warnings ul {
	margin: 3px 5px;
	background-color: #EED065;
	color: #000000;
	display: block;
	padding: 5px 0px;
}
#warnings ul li {
	list-style-type: none;
	font-weight: bold;
}

#loggedInBox {
	position:absolute;
	bottom: 0;
	right:32px;
	bottom: 11px;
	text-align: left;
}

.recipientList {
	display: none; 
	border: 1px dashed #37A15F;
	padding: 4px;
}

.paginationControl {
	display: inline;
}

#messaging .upload .col1 {
	width: 128px;
	float: left;
	margin: 4px;
}
#messaging .upload .col2 {
	float: left;
	margin: 4px;
}


/* ******************** EVENTS SECTION ************************ */


.events {
	width: 625px;
	margin-bottom: 20px;
}

.events .calendarBox {
	width:180px;
	float:right;
}

.events .listBox {
	width:435px;
	float:left;
}

.events .listBox h3 {
	font-size: 1em;
}

.events .listBox h4 {
	font-size: 1.18em;
}

.calendarBox #calendar {
	width: 100%;
	background-image: url(../images/calendar_bgrnd.jpg);
	background-repeat: repeat-x;
}

.calendarBox #calendar caption {
	padding-bottom: 3px;
}

.calendarBox #calendar td {
	text-align:center;
}

.calendarBox #calendar .today {
    color:#9D2029;
	font-weight:bold;
	background-color: #EED065;
}


.events .eventBoxRight {
	width:180px;
	float:right;
}

.events .eventBox {
	width:435px;
	float:left;
	padding-bottom: 10px;
	border-bottom: 2px solid #EED065;
}

.events .eventBox h3 {
	font-size: 1em;
}


#addEvent {

}

#addEvent .col1 {
	width: 140px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

#addEvent .col2 {
	width: 470px;
	float: right;
}

#addEvent .textField {
	padding: 3px;
	background-color: #ebebeb;
	width: 470px;
	margin-bottom: 10px;
}

#addEvent .eventDate {
	padding: 3px;
	background-color: #ebebeb;
	margin-bottom: 10px;
}


.clickable {
	cursor: pointer;
}
.clickable:hover {
	color: #37A15F !important;
}

.col_title {
	float: left;
	width: 160px;
	color: #9D2029;
	line-height: 20px;
	font-weight: bold;
}

.col_title_small {
	float: left;
	width: 100px;
	color: #9D2029;
	line-height: 20px;
	font-weight: bold;
}

.col_input {
	float: left;
	width: 450px;
	min-height: 20px;
}

span.error {
	color: #9D2029;
	font-size: 0.9em;
}
span.col_title_pad {
	padding-left: 160px;
}

.space {
	height: 5px;
}


.userListItem .col1 {
	float: left;
	width: 130px;
}
.userListItem .col2 {
	float: left;
	width: 100px;
}
.userListItem .col3 {
	float: left;
	width: 120px;
}
.userListItem .col4 {
	float: left;
	width: 90px;
}
.userListItem .col5 {
	float: left;
	width: 90px;
}
.userListItem .col6 {
	float: left;
	width: 90px;
}

.userListItem .heading {
	color: #9D2029;
	font-weight: bold;
}

.userListItem strong {
	color: #37A15F;
}

.userListItem .search {
	color: #9D2029;
	font-weight: bold;
}

.userView .col1 {
	float: left;
	width: 90px;
}

.userView .col2 {
	float: left;
}

.userView .heading {
	color: #9D2029;
	font-weight: bold;
}