@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre, tt, code, kbd, samp, var {
  font-family: "Courier New", Courier, monospace;
}

html {
  height: 100%;
  overflow-y: scroll;
}

/* this is to prevent border from showing around fieldsets and images (i.e., images inside anchors)
 */
fieldset, img {
  border: 0;
}


/* to prevent a gap from showing below images in some browsers 
 */
img {vertical-align: bottom;}

/* Styling of list items
 * This styles sheet contains a class to apply on lists to reset list-type and margin on LIs
 */
ol li {list-style-type: decimal;}
ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}

/* color is to make that element stands out (see color set via body)
 * padding is used so Internet Explorer does not cut-off descenders in letters like p, g, etc.)
 */
legend {
  color: #000;
  padding-bottom: .5em; 
}

th, strong, dt, b {
  font-weight: bold;
}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #444;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	line-height: 1;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

#main_content ul, #main_content ol {
	margin-left: 20px;
	}

th, strong, dt, b {
  font-weight: bold;
}

ins {
  text-decoration: none;
  border-bottom: 3px double #333;
}

del {text-decoration: line-through;} 

abbr, 
acronym {
  border-bottom: 1px dotted #333;
  font-variant: normal;
} 


/* Frame _______________________ */
	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	}
	
.mod_1,
.mod_2,
.mod_2_3,
.mod_3,
.mod_4 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 30px;
	}
	
	
.mod_1 {
width: 900px;
}

.mod_2 {
width: 435px;
} 

.mod_2_3:first-child {
	width: 559px;
	border-right: 1px dotted #e5e5e5;
	padding-right: 30px 
}
	
.mod_3 {
	width: 280px;
}

.mod_4 {
	width: 202px;
}

#header {
		/* height: 110px;
	margin: 0 10px; */
	overflow: hidden;
	padding: 20px 0;
	}

#logo {
	 float: left; 
	}
	
#stamp {
	 float: right;
	 padding-top: 5px;
	}
	
#logo a {
	display: block;
	}

#logo img {
	margin-right: 20px;
 }


#main_nav {
	height: 70px;
	overflow: hidden;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	}

#main_nav li {
	float: left;
	list-style: none;
	line-height: normal;
	padding-top: 10px;
	width: 190px;
	} 
	
#main_nav li a {
	display: block;
	padding: 20px 40px 15px 20px; 
	}
		
#main_nav li:first-child a {
	border-left: none;
	}
	
#content {
	padding: 50px 40px;
	}
	
#home #promo {
	margin: -50px -40px 0;
	width: 980px;
	overflow: hidden;
	padding: 40px 0 20px;
	}

#home #promo #intro {
	float: left;
	margin-left: 40px;
	width: 680px;
	padding-bottom: 20px
	}
	
#home #promo #intro h1 {
    background: url(../img/content/header_promo_home.png) no-repeat;
		height: 55px;
		width: 262px;
		text-indent: -5000px;
}
	
#home #promo h2 {
	font-size: 15px;
	margin-bottom: 10px;
	}	
	
#home #promo #btn_list {
	float: right;
	}
	


/* #sidebar .mod_3 {
	margin-right: 0;
	} */
	
.mod_box {
	padding: 20px;
	}

#sidebar .mod_box h3 {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding-left: 10px;
	}
	
#footer p {
	margin: 0;
	}


#footer {
	padding: 20px 0;
	clear: left;
	}
	

/* PAGE SPECIFIC */

#home #promo {
	margin: -50px -40px 0;
	width: 980px;
	overflow: hidden;
	padding: 40px 0 20px;
	}

#home #promo #intro {
	float: left;
	margin-left: 40px;
	width: 640px;
	padding-bottom: 20px
	}
	
#home #promo #intro h1 {
    background: url(../img/content/header_promo_home.png) no-repeat;
		height: 55px;
		width: 262px;
		text-indent: -5000px;
}
	
#home #promo h2 {
	font-size: 15px;
	margin-bottom: 10px;
	}	
	
	
#home #promo #btn_list  {
	margin-right: 40px;
	}	
	
#home #promo #btn_list li:first-child {
	margin-bottom: 30px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 30px;
	}
	
#home #promo_alt {

	min-height: 230px;
	margin: 0 -40px 40px;
	background: #ffffff url(../img/content/mobile_promo.jpg) no-repeat;

	}
	
#home #promo_alt div {
	margin-left: 400px;
	padding-top: 170px;
	float: left; 
	}
	
#home #promo_alt ul {
	float: right;
	width: 200px; 
	margin-top: 50px;
	margin-right: 40px;
	font-size: 16px;
	
	}
	
#home #promo_alt li {
	margin-bottom: 16px;
	list-style: none;
	background: url(../img/structure/bullet_teal.png) no-repeat 0 10px;
	padding-left: 16px;
	}
	
#home #promo_alt a {
	background: #787878; /* Old browsers */
	background: -moz-linear-gradient(top, #787878 0%, #828282 100%) no-repeat; /* FF3.6+ */
	background: -o-linear-gradient(top, #787878 0%,#828282 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #787878 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(top, #787878 0%,#828282 100%); /* W3C */
	background: -webkit-linear-gradient(top, #787878 0%,#828282 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: linear-gradient(#787878, #828282); /*PIE*/
	behavior: url(res/js/PIE.htc);
	/* border-radius: 4px; */
	border: 1px solid #E30029;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #ebebeb;
	line-height: 1;
	padding: 6px 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	}
	
#home #promo_alt a:hover {
	background: #484848; /* Old browsers */
	background: -moz-linear-gradient(top, #484848 0%, #6f6f6f 100%) no-repeat; /* FF3.6+ */
	background: -o-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* IE10+ */
	background: linear-gradient(top, #484848 0%,#6f6f6f 100%); /* W3C */
	background: -webkit-linear-gradient(top, #484848 0%,#6f6f6f 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: linear-gradient(#484848, #6f6f6f); /*PIE*/
	behavior: url(res/js/PIE.htc);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	}
	
#learn_more {
	background: url(../img/content/learn_more.png) no-repeat;
	overflow: hidden;
	}	
	
#learn_more .mod_4 {
	width: 172px;
	border-left: 1px solid #b7b7b7;
	padding-left: 50px
	}	
	
#learn_more .mod_4:first-child {
	margin-left: 139px;
	}	
	
.modules .mod_2:first-child, .modules .mod_3:first-child, .modules .mod_4:first-child, .modules .mod_2_3:first-child {
	margin-left: 0;
	}
	
#learn_more h3 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1;
	}
	
#learn_more p {
	margin-bottom: 5px;
	font-size: 12px;
	}

#contact_us .modules .mod_2_3 {
	margin-left: 30px;
	}

	
#lm1 {
	background: url(../img/structure/icn_info.png) no-repeat 10px 0; 
	}
	
#lm2 {
	background: url(../img/structure/icn_gears.png) no-repeat 10px 0; 
	}
	
#lm3 {
	background: url(../img/structure/icn_users.png) no-repeat 10px 0; 
	}

#register table {
	border: 1px solid #e5e5e5;
	}
	
#register td {
	padding: 10px;
	}

	
#mobile_training img {	
	padding: 30px 0;
	}
