/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/*an empty style always required for sites using iCreate*/
}

.blue {
	color:#003290;
}

.blackborder {
	border: 1px solid #333333;
}

/* Still required for client to see.  Referenced in base.css */
.bottomborder
{
}

.connectwithus{
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.greenarrow {
    background: url(/images/arrow_green.gif) no-repeat 3px 5px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 5px;
	display: block;
}

.greenbackground {
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    background-color: #e1eed9;
}

.headinghome {
	display: block;
	color: #003290;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 0px 0px 5px 0px !important;
	margin: 0px 0px 10px 0px !important;
}

.heading {
	color: #003290;
	font-size: 1.3em;
	font-weight: bold;
}

.nameheading {
    font-weight: bold;
    padding: 2px 0px 3px 5px;
    margin-left: 0px;
    vertical-align: middle;
    color: #313131;
}

.picleftalign {
    padding: 3px 7px 4px 13px;
	float: left;
}

.picrightalign {
	padding: 3px 13px 4px 7px;
	float: right;
}

.rightcolumnheading {
	color: #003290;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #e5eaf4;
	padding: 0px 0px 5px 0px;	
	margin:10px 0px 10px 0px;
	border-collapse: collapse;
}

.rightcolumnimage
{
	margin: 10px 0px 10px 0px;
}

.smallheading {
	color: #003290;
	font-size: 1.2em;
	font-weight: bold;
}

.sponsorsimages {
    float:left;
    
}

.staffcontent {
    padding: 0px 17px 0px 13px;
}

.staffheading {
    background: url(/images/arrow_green_down.gif) no-repeat 0px 0px;
	padding: 3px 0px 3px 13px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
    background-color: #e1eed9;
}

.subheading
{
	color: #434343;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.tableheading
{
	background-color: #e1eed9;
}

.tableheading_grey 
{
	text-align: center;
	background-color: #A1A1A1;
	font-weight: bold;
}

.tableheading_selected 
{
	text-align: center;
	background-color: #FFFFFF;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	font-weight: bold;
}

.tablerow_underline
{
	border-bottom: 1px solid #A1A1A1;
}

/*

	Not seen by client
	
*/

#footercopyright span {
    padding: 0px 8px 0px 8px;
}

#topnav span {
    padding: 0px 9px 0px 9px;
}

.StaffInfo {
    padding-right: 30px;
}

.staffName {
    font-weight: bold;
    color: #313131;  
}

.staffPosition {
    font-weight: normal;
}

.nolistStyle {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}