body {
    margin: 0 auto;
    min-width: 1000px;
}
a {
    color: #091256;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
h1, h1 a {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: #091256;
	font-weight: 700;
	margin: 0;
}
h2, h2 a {
    font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	margin: 0;
}
h3, h3 a {
    font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	color: #091256;
	font-weight: 400;
	margin: 0;
}
h4, h4 a {
    font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	margin: 0;
}
h5, h5 a {
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #000000;
	font-weight: 700;
	margin: 0;
}
h6, h6 a {
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
    text-transform: uppercase;
}
p, ul, .le_form {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #171717;
    margin: 0;
}
hr {
    border: none;
    height: 1px;
    background-color: #58585a;
}
.green {
    padding: 5px 10px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/CST50/site_green_bg.png');
}
.green p, .green h1, .green h2, .green h3, .green h4, .green h5, .green h6, .green ul {
    color: #ffffff;
}
.wrapper {
	width: 100%;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/CST50/site_BG.jpg');
}

/*-------------------------HEADER START----------------------------*/

.headerwide {
	width: 100%;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/CST50/site_header_bg.png');
	border-bottom: 7px solid #2c2c2d;
}
.header {
	width: 960px;
	margin: auto;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/CST50/site_header_inside_bg.png');
	padding: 10px 0px;
    position: relative;
}
.headerleft {
	float: left;
    width: 240px;
}
.logo {
    padding: 0 10px;
}
.headermid {
    float: left;
    width: 480px;
}
.header2 {
    padding: 0 10px;
}
.headerright {
	float: right;
    width: 240px;
}
.header1 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/CST50/site_round_button.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 63px;
	width: 89px;
	padding: 44px 27px 36px 33px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: 10px;
}
.header1 p, .header1 a {
    font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
    text-transform: uppercase;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(30deg);
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MENU START------------------------------*/

.menuwide {
	width: 100%;
	background-color: #b8b8b8;
	border-top: 3px solid #ffffff;
}
.MainMenu {
	width: 960px;
	margin: auto;
	text-align: center;
}
.MainMenu ul.le_menu_level_0 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.MainMenu li {
    list-style-type: none;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	font-family: 'PT Sans', "Helvetica", sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #ffffff;
	padding: 10px 6px;
    margin: 0 5px;
	text-decoration: none;
    text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: #091256;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 1;
	display: none;
	padding: 0px;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
    display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #ffffff;
	padding: 7px 6px;
	text-decoration: none;
    text-transform: uppercase;
	background: rgba(88,88,90,0.8);
    min-width: 100px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    color: #ffffff;
    background: rgba(9,18,86,0.8);
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -42px;
	padding: 0px;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
    display: block;
    font-family: 'PT Sans', sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #ffffff;
	padding: 7px 6px;
	text-decoration: none;
    text-transform: uppercase;
	background: rgba(88,88,90,0.8);
    min-width: 100px;
}
.MainMenu li.le_menuitem_level_2 a:hover {
    color: #ffffff;
    background: rgba(9,18,86,0.8);
}

/*-------------------------MENU END--------------------------------*/


/*-------------------------CONTENT START---------------------------*/

.contentwide {
	width: 100%;
	margin: auto;
}
.content {
	margin: auto;
	width: 960px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/CST50/site_content_bg2.png');
    background-repeat: no-repeat;
    padding: 20px 0px;
}
.content1 {}
.content2 {
    float: left;
    width: 260px;
}
.content3 {
    float: left;
    width: 350px;
}
.content4 {
    float: left;
    width: 350px;
}
.content12 {
    float: left;
    width: 480px;
}
.content13 {
    float: left;
    width: 480px;
}
.content5 {
    padding: 0 10px;
}
.content6 {
    float: left;
    width: 430px;
    margin-right: 10px;
}
.content7 {
    float: left;
    width: 500px;
    margin: 0 10px;
}
.content8 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.content9 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.content10 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.content11 {
    padding: 0 10px;
}

/*-------------------------INSIDE CONTENT START-----------------------------*/

.subcontentwide {
    width: 100%;
	margin: auto;
}
.subcontent {
	margin: auto;
	width: 960px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/CST50/site_content_bg2.png');
    background-repeat: no-repeat;
    padding: 20px 0px;
}
.subcontent1 {
	padding: 0px 10px;
}
.subcontent2 {
	float: left;
	width: 460px;
	padding: 0px 10px;
}
.subcontent3 {
	float: left;
	width: 460px;
	padding: 0px 10px;
}
.subcontentleft {
	float: left;
	width: 320px;
}
.subcontent4 {
	padding: 0px 10px;
}
.subcontentright {
	float: left;
	width: 640px;
}
.subcontent5 {
	padding: 0px 10px;	
}
.subcontent6 {
	float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontent7 {
	float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontentleft2 {
	float: left;
	width: 640px;
}
.subcontent8 {
	padding: 0px 10px;
}
.subcontent9 {
	float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontent10 {
	float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontentright2 {
	float: left;
	width: 320px;
}
.subcontent11 {
	padding: 0px 10px;
}
.subcontent12 {
	padding: 0px 10px;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footerwide {
	width: 100%;
	background-color: #58585a;
    border-top: 10px solid #2c2c2d;
    border-bottom: 40px solid #091256;
}
.footer {
	width: 960px;
	margin: auto;
    padding: 10px 0px;
}
.footer p, .footer a {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
}
.footerleft {
	float: left;
	width: 480px;
}
.footer1 {}
.footerright {
	float: right;
	width: 480px;
    text-align: right;
}
.footer2 {}
.le_view_mobile {}
.le_view_mobile a {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
.le_view_mobile a:hover {
    text-decoration: underline;
}

/*-------------------------FOOTER END------------------------------*/

/*-------------------------FORM START------------------------------*/

.form-control {
    display: inline-block !important;
    width: 54%;
    height: 26px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.le_form label {
    vertical-align: top !important;
}

#form-1-control-field_5 {
    width: 35% !important;
}

#form-2-control-field_5 {
    width: 35% !important;
}

/*-------------------------FORM END------------------------------*/

/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/