/*-----------------------------------------------------------------------------
Xplode Light  Web Site
-----------------------------------------------------------------------------*/

@import url(navigation.css);

/* =General
-----------------------------------------------------------------------------*/
*				{ margin: 0; padding: 0;}
hr				{ display:none; }
.align-top		{ vertical-align:top; }
.align-right	{ text-align:right; }
.align-left		{ text-align:left; }
.align-center	{ text-align:center; }
.float-left		{ float:left; margin-right: 18px; }
.float-right	{ float:right; margin-left: 18px; }
.clearall		{ clear:both; }
.clear-left		{ clear:left; }
.clear-right	{ clear:right; }
br.clearall		{ clear:both; height:0em; line-height:0em; font-size: 0px;}
img				{ border: 0px;}
acronym 		{ border-bottom: 1px dotted black;}
.hide			{ display: none; }
.error			{ color: #ff0000;}
.small			{ font-size: 0.9em;}
.no-pad			{ padding: 0 !important;}
.pad-left		{ padding-left: 15px !important;}
.pad-right		{ padding-right: 15px !important;}
.no-border		{ border: none !important;}
.access-key		{ display: none;}

/* =Typography
-----------------------------------------------------------------------------*/
html, body{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	color: #474747;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	margin: 0;
	padding: 1px 0 16px;
}

a:link		{color: #7b8898; text-decoration: underline; }
a:visited	{color: #7b8898; text-decoration: none; }
a:hover		{color: #bfd632; text-decoration: underline; }
a:active	{color: #000000; text-decoration: none; }

.logo{
	margin:35px 0 0 0; 
	float:left;
	text-indent:-9999em;
	width:236px;
	height:60px;
	display: block;
	float: left;
}
/* =Headings
-----------------------------------------------------------------------------*/

body.no-title h1.title{display: none;}

h1, h2, h3, h4, h5, h6{
	line-height: normal;
	padding:  1px 0;
	margin-bottom: 16px;
}
h1{
	color: #7b8898;
	font-size: 3em;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active	{color: #7b8898; text-decoration: none;}

h2{
	color: #7b8898;
	font-size: 1.7em;
}
h2 a:link, h2 a:visited,
h2 a:hover, h2 a:active	{color: #7b8898; text-decoration: none;}

h3{
	color: #7b8898;
	font-size: 1.3em;
}
h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active	{color: #7b8898; text-decoration: none;}

h4{
	color: #bfd632;
	font-size: 1.3em;
}
h4 a:link, h4 a:visited,
h4 a:hover, h4 a:active	{color: #bfd632; text-decoration: none;}

h5{
	color: #7b8898;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 8px;
}
h5 a:link, h3 a:visited,
h5 a:hover, h5 a:active	{color: #7b8898; text-decoration: none;}

h6{
	color: #7b8898;
	font-size: 1em;
}
h6 a:link, h6 a:visited,
h6 a:hover, h6 a:active	{color: #7b8898; text-decoration: none;}



/* =Main container boxes
-----------------------------------------------------------------------------*/
.header{
	width: 740px;
	min-height: 125px;
	margin: 0 auto;
}
* html .header{
	height: 125px;
}
.container{
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
.content{
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0;
	position: relative;
}
.footer{
	color: #b7bcc2;
	background: #fff;
	border-top: #ebebeb 1px solid;
	padding: 20px 0;
	margin-top: 15px;
	line-height: 1.6em;
}

/* =Wide -----------------*/
body.wide .header{
	width: 870px;
	padding: 0 35px;
	border-left: 1px solid #edeff1;
	border-right: 1px solid #edeff1;
}
body.wide .container{
	width: 942px;
}
body.wide .content{
	border-left: 1px solid #edeff1;
	border-right: 1px solid #edeff1;
}
body.wide .footer{
	clear: both;
	margin-top: 15px;
}
/* =Content 
-----------------------------------------------------------------------------*/
.banner-content{
	width: 560px;
	float: right;
	overflow: hidden;
	position: relative;
}
.primary-content{
	width: 510px;
	padding: 0 0 10px 50px;
	float: right;
	position: relative;
}
.secondary-content{
	width: 180px;
	padding: 0 0 10px 0;
	float: left;
	position: relative;
}
.primary-content-right{
	width: 170px;
	padding: 20px 0 15px 20px;
	float: right;
	position: relative;
}
.primary-content-left {
	width: 430px;
	padding-right: 18px;	
	position: relative;
	float: left;
}


/* Lists ------------------------------------*/
.primary-content ul, .primary-content ol{
	margin-left: 0px;
	margin-bottom: 18px;
}
.primary-content ul ul, .primary-content ol ol{
	margin-bottom: 0;
}
.primary-content ul li, .primary-content ol li{
	margin-left: 0px;
	padding: 0 0 14px 25px;
}
.primary-content ul ul li, .primary-content ol ol li{
	padding: 0 0 5px 20px;
}
.primary-content ul{
	list-style-type: none;
}
.primary-content ul li{
	background: url(../images/mark.gif) no-repeat 0 4px;
}

/* =Wide -----------------*/
body.wide .primary-content{
	border-left: 1px solid #edeff1;
	width: 655px;
	padding: 15px 20px 10px;
}
body.wide.three .primary-content{
	background: url(../images/right-column-border.gif) no-repeat 485px top;
}
body.wide .secondary-content{
	width: 214px;
	padding: 15px;
}
body.wide .banner-content{
	border-left: 1px solid #edeff1;
	width: 695px;
}
/* =Contact
-----------------------------------------------------------------------------*/
.contact{
	display: block;
	width: 400px;
	padding: 30px 0 0;
	float: right;
}
.contact p{
	color: #bfd632;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	padding: 0;
}
.contact p.number{
	color: #7b8898;
	font-size: 2.6em;
}

/* =Downloads 
-----------------------------------------------------------------------------*/
a:link.download,
a:hover.download,
a:visited.download,
a.download { 
	position:relative; 
	display:block; 
	background-color:#bfd632; 
	padding: 10px;
	margin-bottom: 20px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	}
a.download img { position:absolute; top:-9px; right: 7px;}


/* =Breadcrumbs 
-----------------------------------------------------------------------------*/
.breadcrumbs {
	background: #f9f9f9;
	font-size: 0.9em;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs a:visited{
	text-decoration: underline;
}
.breadcrumbs a:hover{
	color: #7b8898;	
	text-decoration: none;
}
.breadcrumbs span{
	color: #7b8898;	
	padding: 0 5px;
}

/* =News
-----------------------------------------------------------------------------*/
.pager {
	font-size: 0.9em;
}

/* =News
-----------------------------------------------------------------------------*/
.news-item{
	padding: 18px 0;
	border-top: 1px solid #e2e2e2;
}
.news-item p{
	padding: 0;
}
.news-item .news-image{
	padding-left: 20px;
	float: right;
}
.news-item .news-title{
	color: #7b8898;
}
.news-item .news-title a, .news-item .news-title a:visited{
	font-weight: bold;
	text-decoration: underline;
}
.news-search-box{
	padding: 10px 0 35px;
	line-height: 22px;
	position: relative;
}
.news-search-box input{
	width: 205px;
	margin: 0;
}
.news-search-box a:link, .news-search-box a:visited, .news-search-box a:hover{
	color: #fff;
	text-decoration: none;
	background: #7b8898;
	width: 205px;
	padding: 4px 10px;
	position: relative;
}
/* ---------------------------------- */
.fsearch {
	padding-bottom: 15px;
}
.fsearch fieldset{
	border: 1px solid #d0d0d0;
	padding: 10px;
}
/* ---------------------------------- */

.news-details-image{
	padding: 0 0 10px 10px;
	float: right;
}
.news-details-date{
	color: #7b8898;
	padding: 0;
}
a.prev-btn{
	float: left;
}
a.next-btn{
	float: right;
}

/* =Services
-----------------------------------------------------------------------------*/
.services-item{
	padding: 18px 0;
	border-top: 1px solid #e2e2e2;
}
.services-item p{
	padding: 0;
}
.services-item .services-image{
	padding-left: 20px;
	float: right;
}
.services-item .services-title{
	color: #7b8898;
}
.services-item .services-title a, .services-item .services-title a:visited{
	font-weight: bold;
	text-decoration: underline;
}
.services-details-image{
	padding: 0 0 10px 10px;
	float: right;
}
.services-details-date{
	color: #7b8898;
	padding: 0 0 6px 0;
}
a.back-services { float:right;}

/* =Team
-----------------------------------------------------------------------------*/

.team-item{
	padding: 18px 0;
	border-top: 1px solid #e2e2e2;
}
.team-item p{
	padding: 0;
}
.team-item .team-image{
	padding-left: 20px;
	float: right;
}
.team-item .team-title{
	color: #7b8898;
	padding-bottom: 30px;
}
.team-item .team-title a, .team-item .team-title a:visited{
	font-weight: bold;
	text-decoration: underline;
}
.team-details-image{
	padding: 0 0 10px 10px;
	float: right;
}
.team-details-summary{
	color: #828282;
	font-weight: bold;
}
a.back {
	position: absolute;
	right: 0;
	top: 63px;
}



/* =Sign up
-----------------------------------------------------------------------------*/
.sign-up{
	background: #f4f4f4;
	font-size: 1.1em;
	padding: 10px;
	position: relative;
}
.sign-up p{
	padding-bottom: 8px;
}
.sign-up strong{
	color: #7b8898;
	font-size: 1.1em;
	font-family: Helvetica, Arial, Sans-Serif;
	display: block;
}
.sign-up input.subscribe-text{
	color: #c7c8ca;
	width: 110px;
}
body.wide .sign-up input.subscribe-text{
	float: left;
	width: 145px;
	position: relative;
}
.sign-up input.subscribe-button{
	color: #fff;
	background: #7b8898;
	border: none;
	text-align: center;
	width: 30px;
	height: 22px;
	padding: 1px 5px 4px;
	cursor: pointer;
	float: right;
	position: relative;
}

/* =FAQ 
-----------------------------------------------------------------------------*/
p.faq-ask{
	font-size: 0.9em;
	text-align: right;
	padding-top: 5px;
	}
.faq .question{
	background: #f4f4f4;
	padding: 7px 15px;
	margin-bottom: 2px;
	cursor: pointer;
	}
.faq .question strong{
	color: #7b8898;
	}
.faq .question.selected{
	color: #fff;
	background: #7b8898;
	}
.faq .question.selected strong{
	color: #fff;
	}
.faq .answer p{
	padding: 10px 10px 14px;
	}

/* =Course Search
-----------------------------------------------------------------------------*/
.course-search{
	background: #F4F4F4 none repeat scroll 0%;
	padding: 10px;
	margin-bottom: 20px;
	}
.course-search select{
	width: 160px;
	margin-bottom: 10px;
	}
body.wide .course-search select{
	width: 194px;
	}
.course-search .submit{
	margin: 0;
	float: right;
	}
.course-search strong{
	color: #7b8898;
	font-size: 1.1em;
	font-family: Helvetica, Arial, Sans-Serif;
	display: block;
}
.course-search p{
	padding-bottom: 7px;
}

/* =Course navigation
-----------------------------------------------------------------------------*/
.content .course-navigation{
	background: #f6f6f6;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 20px;
}
.content .course-navigation ul{
	display: block;
	list-style-type: none;
	margin: 0;
}
.content .course-navigation ul li{
	background: none;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
.content .course-navigation ul li a span,
.content .course-navigation ul li a:visited  span
{
	text-decoration: underline;
}
.content .course-navigation ul li a:hover span,
.content .course-navigation ul li.current a span, 
.content .course-navigation ul li.current a:visited span
{
	color: #fff;
	background: #7B8898;
	text-decoration: none;
}
.content .course-navigation ul li span {
	color: #7b8898;
	border-left: 1px solid #e2e2e2;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	height: 1%;
	padding: 3px 10px;
	display: block;
	float: left;
	cursor: pointer;
}
.content .course-navigation ul li.first span {
	border-left: none;
}

/* =Course list
-----------------------------------------------------------------------------*/
.course-list table td{
	padding: 5px 10px;
}
.course-list table th{
	padding: 5px 10px;
	color: #7b8898;
	text-align: left;
}
.course-list table tr.letter{
	color: #7b8898;
	background-color: #f6f6f6;
}
a:link.request-info-btn,
a:visited.request-info-btn,
a:hover.request-info-btn
{
	color: #fff;
	background: #7b8898;
	text-align: center;
	padding: 4px 7px;
	text-decoration: none;
}


/* =Footer
-----------------------------------------------------------------------------*/

.footer p{
	padding-bottom: 5px;
}

.footer a, .footer a:visited{
	color: #b7bcc2 !important;
	text-decoration: underline;
	cursor: pointer;
}
.footer a:hover{
	color: #b7bcc2 !important;
	text-decoration: none;
}
.footer a.develop {
	background: url(/assets/x/50062) no-repeat scroll 0% 50%;
	display: block;
	width: 87px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999em;
	float: right;
}

/* =Tables
-------------------------------------------------------------------------*/


/* =Forms
-------------------------------------------------------------------------*/
input, select, textarea {
	color: #2d2d2d;
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	border: 1px solid #d0d0d0;
}
input, textarea {
	padding: 3px 5px;
}
textarea {
	overflow: auto;
}
fieldset {
	border: none;
}	
fieldset .text{
	width: 230px;
	margin-bottom: 17px;
}	
fieldset label{
	width: 140px;
	margin-bottom: 17px;
	display: block;
	float: left;
}	
fieldset span.error{
	padding-left: 150px;
	display: block;
}	
fieldset label span.error,
fieldset p span.error
{
	padding-left: 0;
	display: inline;
}	
fieldset .submit{
	color: #fff;
	background: #7b8898;
	border: none;
	text-align: center;
	height: 23px;
	margin-left: 140px;
	padding: 1px 5px 5px;
	cursor: pointer;
}
fieldset br{
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0px;
}
.w200 {width:200px;}

.small-button {
	padding:0 2px;
	cursor:pointer;
	}	

