/* Layout Elements */

body {
	background-color:#ededed;
}

#main {
	width:100%;
	display: table;
	clear: both;
	background-image: url(../images/bgFooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#mainBg {
	background-color:#fff;
	width:100%;
	min-width:984px;
	display: table;
	clear: both;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: 450px 32px;
}

#rand1 #mainBg {
	background-image: url(../images/header1.jpg);
}

#rand2 #mainBg {
	background-image: url(../images/header2.jpg);
}

#rand3 #mainBg {
	background-image: url(../images/header3.jpg);
}

#rand4 #mainBg {
	background-image: url(../images/header4.jpg);
}

#rand5 #mainBg {
	background-image: url(../images/header5.jpg);
}

#rand6 #mainBg {
	background-image: url(../images/header6.jpg);
}

#rand7 #mainBg {
	background-image: url(../images/header7.jpg);
}

#rand8 #mainBg {
	background-image: url(../images/header8.jpg);
}

#rand9 #mainBg {
	background-image: url(../images/header9.jpg);
}

#rand10 #mainBg {
	background-image: url(../images/header10.jpg);
}


#leftColumn {
	width: 205px;
}

#rightColumn {
}


#breadcrumbtrail {
	position:absolute;
	height: 19px;
	background-image: none;
	margin-top: 50px;
	padding-right: 17px;
	max-width:350px;
}

#breadcrumbtrail ul {
	display: table-cell;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #737373;

}

#breadcrumbtrail li {
	display:inline;
	background-image: url(../images/bgtAA.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 16px;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#breadcrumbtrail li.thisone {
	display:block;
	clear: both;
	background-image: none;
	white-space: nowrap;
	margin-top: 4px;
	color: #999;
}

#breadcrumbtrail li.thisonenews {
	display:block;
	clear: both;
	background-image: none;
	margin-top: 4px;
	color: #999;
}

#breadcrumbtrail li.endof {
	background-image: none;
	color: #999;
}

#breadcrumbtrail a {
	display:inline;
	font-weight: bold;
	color: #007fc5;
	text-decoration: none;
}

#breadcrumbtrail a:hover {
	text-decoration: underline;
}

#breadcrumbtrail bctAA {
	background-color:#e31837;
}

#breadcrumbtrail bctBB {
	background-color:#e31837;
}




#header {
	height: 206px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0abfaa;
}

#header #tle {
	height: 206px;
	width:300px;
	display:table-cell;
	vertical-align: bottom;
	white-space:normal;
}

#content {
	width:730px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-image: url(../images/bgContent.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:300px;
	padding-top: 12px;
}


#footBorder {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;	/*
	background-image: url(../images/bgFooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:120px;
	background-color:#fff;
	width:100%;
	clear: both;
	*/
	
}

#footer {
	padding-top: 16px;
	padding-left: 50px;
	margin-bottom: 85px;
}

#header h1 {
	font-weight: normal;
	color: #ba0f28;
	margin:0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 2em;
	line-height: 1.1em;	
}

#content img.listimg {
	float:left;
	clear:right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content h2 {
	color:#00a684;
	font-size: 1.7em;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#content h2 a {
	color:#00a684;
	text-decoration:none;
}

#content h2 a:hover {
	text-decoration:underline;
}

#content h3 {
	color:#ba0f28;
	font-size: 1.5em;
	font-weight:normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h4 {
	color:#007fc5;
	font-size: 1.3em;
	font-weight:bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#content h3 a {
	color:#ba0f28;
}


#content p {
	font-size:1.2em;
	padding-right: 9%;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 0px;
	line-height: 1.4em;
	color: #434343;
}

#courses #content p {
	padding-right: 15%;

}

#content p a {
	color: #434343;
}

#content ul p {
	color: #828282;
}


  #content hr {
	  line-height: 1px;
	  color: #0abfaa;
	  background-color: #0abfaa;
	  height: 1px;
	  border-top-style: none;
	  border-right-style: none;
	  border-bottom-style: none;
	  border-left-style: none;
	  padding: 0px;
	  margin-top: 4px;
	  margin-right: 8%;
	  margin-bottom: 0px;
	  margin-left: 0px;
  }

#content a {
	color: #434343;
}

#content a:hover {
	color: #000000;
}




#content p a.button {
	background-image: url(../images/bctC.gif);
	background-color: #007fc5;
	background-repeat: no-repeat;
	background-position: right center;
	display: table;
	height: 18px;
	padding-right: 15px;
	text-decoration: none;
	color:#FFF;
	padding-top: 1px;
	padding-left: 5px;
}

#content p a.buttonmain {
	background-image: url(../images/bctD.gif);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right center;
	display: table;
	height: 18px;
	padding-right: 15px;
	text-decoration: none;
	color:#FFF;
	padding-top: 1px;
	padding-left: 5px;
}

#content p a:hover.button {
	background-image: url(../images/bctD.gif);
	background-color: #000000;
}



#content ul {
	margin: auto;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 20px;
	display: inline-block;
}

#content li {
	margin: 0px;
	color:#207eb1;
	font-size:1.2em;
	list-style-type: none;
	background-image: url(../images/bulletContent.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 5px;
	padding-left: 12px;
}

#content li a {
	color:#207eb1;
}

#content table {
	margin-top: 12px;
	margin-bottom: 12px;
}

#content th {
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background-color: #007fc5;
	font-size:1.1em;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#content td {
	font-size:1.2em;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	vertical-align: top;
}





#content form {
}

#content .row {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	padding: 3px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AABEC6;
}

#content .row label {
	clear: right;
	float: left;
	width: 120px;
	font-size: 1.1em;
	font-weight: bold;
	color: #006ca7;
	padding-right: 4px;
	padding-top: 4px;
}

#content fieldset {
	padding: 0px;
	margin: 0px;
	border-style: none;
}

#content .row .fields {
	float: left;
	width: 380px;
	clear: right;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 1.1em;
	margin-bottom: 1px;
	display: block;
	padding-bottom: 2px;
}

#content .row input.med {
	width: px;
}

#content .row input {
	width: 350px;
	font-size: 1.1em;
	background-color: #ffffff;
	border: none;
	padding: 2px;
}

#content .row textarea {
	width: 350px;
	background-color: #ffffff;
	border: none;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 200px;
}

#content .row select {
	width: 356px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px;
	border: none;
}

#content .row .button {
	background-image: url(../images/bctC.gif);
	background-color: #007fc5;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 18px;
	padding-right: 15px;
	text-decoration: none;
	color:#fff;
	padding-top: 1px;
	padding-left: 9px;
	width:auto;
}



#content .tile {
	width: 120px;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: inline;
	float: left;
	overflow: auto;
	border: 3px solid #e31937;
	padding: 0px;
	height: 120px;
}

#content .tile h3 {
	margin: 0px;
	padding: 0px;
	color:#FFF;
	min-height:36px;
}

#content .tile h3 a {
	text-decoration:none;
	background-image: url(../images/h3bg.png);	
	color:#FFF;
	display: block;
	margin: 0px;
	padding: 4px;
	min-height:36px;
}

#content .tile h3 a:hover {
	text-decoration:none;
	color:#FFF;
	display: block;
	margin: 0px;
	padding: 4px;
	min-height:36px;
	background-image: none;
	background-color:#e31936;
}

	


#col1 {
	padding-left:12px;
}



#col1fixed {
	clear:right;
	float: left;
	width: 420px;
}

#col2 {
	clear:right;
	float: left;
	width:291px;
	padding-right: 16px;
	padding-left: 0px;
}

#col2 p {
	padding-bottom: 10px;
	font-style: italic;
	color: #999;
	padding-left: 10px;
	padding-top: 2px;
}

#col2 img {
	padding-top: 6px;
	clear:both;
}

#colLong {
	padding-left: 25px;
	width:704px;
}

#colLong h2 {
	padding-right: 12%;
}

#colLong img {
	clear: left;
	float: right;
	padding-bottom: 10px;
	padding-left: 15%;
}

#colLong hr {
	clear: both;
	line-height: 1px;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	font-size: 1px;
	color: #FFF;
	background-color: #FFF;
}

#colLong ul li .sub {
	color: #999;
	font-size:0.8em;
}

#imagearea {
}

.rgtbox {
	float: left;
	clear: both;
	background-image: url(../images/bgModule.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
	width: 262px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #e4233f;
	min-height:60px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #FFF;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
}

.rgtboxhidden {
	display:none;
}

#content .rgtbox p {
	font-size:1.1em;
	padding-right: 5%;
	color: #444444;
	padding-left: 10px;
}

#content .rgtbox ul {
	padding-left: 0px;
	padding-right: 1%;
	margin: 0px;
}

#content .rgtbox li {
	font-size:1.1em;
	color: #616161;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
}

#content .rgtbox h4 {
	color:#ba0f28;
	font-size:1.2em;
	text-transform: uppercase;
	margin:0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

#content .rgtbox h5 {
	font-size:1.1em;
	color:#006ca7;
}

#content .rgtbox li h5 {
	font-size:1.1em;
	color:#006ca7;
	margin:0px;
	padding:0px;
}
