@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #082B68;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.cts_imagefloatright {
	float: right;
}
.cts_navigationpadding {
	padding-right: 5px;
	padding-left: 5px;
}
.cts_textrotatorsubhead {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 5px 0px 2px 0px;
	font-weight: bold;
}
.cts_textrainingtoday {
	font-size: 36px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0px 0px 10px 10px;
	font-weight: normal;
	font: Verdana;
	letter-spacing: -1px;
}
.cts_feelocation {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #004B8C;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.cts_feelocation2 {
	font-size: 12px;
	line-height: 14px;
	color: #004B8C;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 20px;
}
.cts_textcoursename {
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.cts_textcourselevel_introintermedadvanced {
	font-size: 14px;
	line-height: 14px;
	color: #355996;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.cts_textpaneltextindent {
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 0px 7px 0px 10px;
	line-height: 13px;
}
.cts_textpanelcourselist {
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 0px 7px 0px 10px;
	line-height: 11px;
	font-size: 10px;
}
.cts_textpromobox_heading {
	font-family: "Arial Narrow";
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.cts_textpromobox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-transform: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
.cts_textpromobox_text a {
	color: #21499B;
}
.cts_textpromobox_text a:hover {
	color: #FFFFFF;
}
.cts_textpromobox_text a:visited {
	color: #21499B;
}
.cts_textnavigationtop {
	font-family: "Arial Narrow";
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-weight: none;
	text-align: center;
	padding: 7px 0px 0px 0px;
}
.cts_textnavigationtop a {
	font-family: "Arial Narrow";
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: none;
	text-align: center;
	text-decoration: none;
}
.cts_textnavigationtop a:hover {
	font-family: "Arial Narrow";
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: none;
	text-align: center;
	text-decoration: underline;
}
.cts_textnavigationtop a:visited {
	font-family: "Arial Narrow";
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: none;
	text-align: center;
}
.cts_textnavigationbottom {
	font-family: "Arial Narrow";
	font-size: 13px;
	line-height: 12px;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-weight: none;
	text-align: center;
	padding: 7px 0px 0px 0px;
}
.cts_textnavigationbottom a {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-weight: none;
	text-align: center;
	text-decoration: none;
}
.cts_textnavigationbottom a:hover {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-weight: none;
	text-align: center;
	text-decoration: underline;
}
.cts_textnavigationbottom a:visited {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-weight: none;
	text-align: center;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
	position: relative;
}
.oneColFixCtr   #headercontainer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
	background-image: url(images/backgrounds/headergeneral.jpg);
	height: 140px;
	text-align: left;
}
.oneColFixCtr #navigation {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
	height: 28px;
	background-image: url(images/backgrounds/navigationbackground.jpg);
}
.oneColFixCtr #mainbodycontainer {
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
	background-repeat: no-repeat;
	background-color: #355996;
	float: left;
	min-height: 465px;
	height: auto;
}
.oneColFixCtr  #maincontentcontainer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	margin-left: 50px;
	float: left;
	margin-top: 155px;
	text-align: left;
	margin-bottom: 25px;
	clear: both;
	height: auto;
}
.oneColFixCtr  #section1 {
	padding: 15px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 228px;
	height: auto;
	margin-left: 8px;
	float: left;
	margin-top: 20px;
	text-align: left;
}
.oneColFixCtr  #section2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 162px;
	height: 450px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;
	text-align: left;
	background-color: #004B8C;
	color: ffffff;
}
.oneColFixCtr #section3 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 162px;
	height: 450px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;
	text-align: left;
	background-color: #CB6500;
}
.oneColFixCtr #section4 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 162px;
	height: 450px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;
	text-align: left;
	background-color: #00887D;
}
.oneColFixCtr #section5 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 162px;
	height: 450px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;
	text-align: left;
	background-color: #60407F;
}
.oneColFixCtr     #promoboxholder {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
	background-image: url(images/backgrounds/gradientgray.jpg);
	float: left;
	background-repeat: no-repeat;
	background-color: #D8D9DA;
	min-height: 160px;
}
.oneColFixCtr    #promobox1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 175px;
	margin-left: 13px;
	float: left;
	margin-top: 10px;
	text-align: left;
	color: #FFFFFF;
	min-height: 125px;
}
.oneColFixCtr #promobox1_inner {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 155px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	min-height: 95px;
}
.oneColFixCtr #promobox2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 175px;
	height: 125px;
	margin-left: 13px;
	float: left;
	margin-top: 10px;
	text-align: left;
	color: #FFFFFF;
}
.oneColFixCtr #promobox2_inner {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 155px;
	height: 95px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.oneColFixCtr #promobox3 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 175px;
	height: 125px;
	margin-left: 13px;
	float: left;
	margin-top: 10px;
	text-align: left;
	color: #FFFFFF;
}
.oneColFixCtr #promobox3_inner {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 155px;
	height: 95px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.oneColFixCtr #promobox4 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 175px;
	height: 125px;
	margin-left: 13px;
	float: left;
	margin-top: 10px;
	text-align: left;
	color: #FFFFFF;
}
.oneColFixCtr #promobox4_inner {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 155px;
	height: 95px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.oneColFixCtr #promobox5 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 175px;
	height: 125px;
	margin-left: 13px;
	float: left;
	margin-top: 10px;
	text-align: left;
	color: #FFFFFF;
}
.oneColFixCtr #promobox5_inner {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 155px;
	height: 95px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.oneColFixCtr #footercontainer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
	height: 72px;
	background-image: url(images/backgrounds/footerbackground.jpg);
	float: left;
	background-repeat: no-repeat;
}
.roundedcorner {
	border: 1px solid #cccccc;
}
#courseofferingsidebar  {
	padding: 70px 75px 20px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 150px;
	height: 270px;
	margin-left: 30px;
	float: left;
	margin-top: 280px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/backgrounds/howtoblurb.png);
	background-repeat: no-repeat;
}
.oneColFixCtr #promocontainer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 400px;
	margin-left: 75px;
	float: left;
	margin-top: 50px;
	text-align: left;
	margin-bottom: 15px;
	height: auto;
	clear: both;
}
.cts_textpanelcourselist a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.cts_promocontainertext {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: auto;
}
.cts_promocontainertext a {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%}
.clearfix {display: block;}
.oneColFixCtr #contactuscol1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	margin-left: 75px;
	float: left;
	margin-top: 100px;
	text-align: left;
	margin-bottom: 15px;
	height: auto;
	clear: both;
}
.oneColFixCtr #contactuscol2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	margin-left: 30px;
	float: left;
	margin-top: 100px;
	text-align: left;
	margin-bottom: 15px;
	height: auto;
}
.cts_promocontainertext a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.cts_promocontainertextname    {
	font-size: 18px;
	color: #FFFFFF;
	font: Arial Narrow;
	margin-bottom: -13px;
	margin-top: 0px;
}
.floatright {
	float: right;
	margin-top: -15px;
}
.floatrightgatlin {
	float: right;
	margin-top: 0px;
	margin-right: 25px;
}
.summer {
	list-style-image: url(images/icons/summersunicon.png);
	list-style-position: inside;
}
	
.cts_customizeboxheading {
	font-size: 28px;
	line-height: 24px;
	color: #FFFFFF;
	margin: -30px 0px 0px -20px;
	font-weight: normal;
	letter-spacing: -1px;
	font: Arial Narrow;
}
.cts_boldquestion {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
}
#promocontainer h1 {
	margin-top: 15px;
	margin-bottom: 3px;
	padding: 0;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
#promocontainer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#promocontainer  h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#promocontainer  h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#promocontainer p, #promocontainer li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#promocontainer ol {
	color: #FFFFFF;
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 5px 0px;
}
