@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
/*
MegaCorp: A responsive HTML5 website template by HTML5Templates.com
Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T

*******************************************************************************
Global
********************************************************************************/
HTML, BODY
{
	height: 100%;
}
BODY
{
	margin-top: 2em;
	margin-bottom: 4em;
	padding: 0em;
	background: #101214 url(images/main-bg.png) repeat;
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	color: #CFCFCF;
}
H1, H2, H3
{
	padding: 0 0 1em;
	font-weight: 300;
	color: #CFCFCF;
}
H3
{
	letter-spacing: -1px;
	font-size: 1.5em;
}
H2
{
	letter-spacing: -1px;
	font-size: 2em;
}
P, OL, UL
{
	margin-top: 1em;
}
P
{
	line-height: 1.75em;
}
A
{
	text-decoration: underline;
	color: #ffffff;
}
A:hover
{
	text-decoration: none;
}
/*Image Style 1*/
.image-style1
{
	display: block;
	width: 100%;
}
/*Buttons Style 1*/
.button
{
	display: inline-block;
	margin-top: 2em;
	padding: 1em 1.5em;
	background: #2B8FC4;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #FFF;
}
.button-style1
{
	display: inline-block;
	box-shadow: inset 1px 1px 1px #B5E5FF;
	text-shadow: 0px -1px #024D74;
}
/*List Style 1*/
UL.style1
{
}
UL.style1 LI
{
	padding: 0.75em 0 0.75em 0em;
	background: url(images/bullet-icon.png) no-repeat left 50%;
}
UL.style1 A
{
	display: block;
	padding-left: 1.5em;
	text-decoration: none;
	color: #ffffff;
}
UL.style1 A:hover
{
	text-decoration: underline;
}
/*List Style 2*/
UL.style2
{
	overflow: hidden;
	margin: 0em;
	padding: 0em;
	list-style: none;
}
UL.style2 LI
{
	color: #CFCFCF;
}
UL.style2 P
{
	line-height: 0.0em;
}
UL.style2 A
{
	text-decoration: none;
	color: #ffffff;
}
UL.style2 A:hover
{
	text-decoration: underline;
}
UL.style2 IMG
{
	float: left;
	margin-right: 1.5em;
	border-radius: 5px;
	width: 200px;
}
UL.style2 .first
{
	padding-top: 0;
	border-top: none;
}
/*List style 3*/
UL.style3
{
	margin: 0em;
	padding: 0em;
	list-style: none;
}
UL.style3 LI
{
	padding: 1.75em 0em 1.5em;
	border-top: 1px solid #212124;
}
UL.style3 .heading-title
{
	font-size: 1.1em;
	font-weight: bold;
	color: #CFCFCF;
}
UL.style3 .date
{
	display: inline-block;
	margin: 0em 1em 1em 0em;
	text-transform: uppercase;
	font-size: 0.8em;
	background: #2B8FC4;
	border-radius: 5px;
	border: 1px solid #165272;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
}
UL.style3 .date A
{
	display: inline-block;
	padding: 0.5em 1em;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: inset 1px 1px 1px #B5E5FF;
}
UL.style3 A
{
	text-decoration: none;
	color: #ffffff;
}
UL.style3 A:hover
{
	text-decoration: underline;
}
UL.style3 .first
{
	border-top: none;
}
/*List style 4*/
UL.style4
{
	overflow: hidden;
	margin: 0em;
	padding: 0em;
	list-style: none;
}

UL.style4 LI
{
	padding-left: 1em;
	background: url(images/list-bullet.png) no-repeat left 20%;
	color: #CFCFCF;
	margin-bottom: 4px;
}
UL.style4 A
{
  color: #ffffff;
	text-decoration: none;
}
UL.style4 A:hover
{
	text-decoration: underline;
}
UL.style4 IMG
{
	float: none;
}
UL.style4 H3
{
	padding: 0 0 0.75em;
	font-size: 1.1em;
	font-weight: 700;
	color: #B8B8B8;
}
UL.style4 .first
{
	padding-top: 0;
	border-top: none;
}
UL.style4 .code {
	border-color: #000000;
color: black;
  
        border-style:dashed; 
        border-width:1px; 
        background-color:#dddddd; 
        padding:5px; 
        margin:5px; 
        font-family:monospace;
}

/*List style 5*/
UL.style5
{
	margin-left: 4em;
}
UL.style5 LI
{
	line-height: 1.75em;
	list-style: decimal;
}
/*List Style 6*/
UL.style6
{
	overflow: hidden;
	margin: 0em;
	padding: 0em;
	list-style: none;
}
UL.style6 LI
{
	padding-left: 1em;
	background: url(images/list-bullet.png) no-repeat left 20%;
	color: #CFCFCF;
}
UL.style6 P
{
}
UL.style6 A
{
	text-decoration: none;
	color: #ffffff;
}
UL.style6 A:hover
{
	text-decoration: underline;
}
UL.style6 IMG
{
	float: left;
	margin-right: 1.5em;
	border-radius: 5px;
	width: 200px;
}
UL.style6 .first
{
	padding-top: 0;
	border-top: none;
}
/*List Style 7*/
UL.style7
{
	overflow: hidden;
	margin: 0em;
	padding: 0em;
	list-style: none;
}
UL.style7 LI
{
	color: #CFCFCF;
	font-family: "Courier New";
}
UL.style7 B
{
	color: #CFCFCF;
	font-family: "Courier New";
	font-weight: bold;
	text-decoration: underline;
}
UL.style7 P
{
	line-height: 2.2em;
}
UL.style7 A
{
	text-decoration: none;
	color: #ffffff;
	font-family: "Courier New";
}
UL.style7 A:hover
{
	text-decoration: underline;
}
UL.style7 IMG
{
	float: left;
	margin-right: 1.5em;
	border-radius: 5px;
	width: 200px;
}
UL.style7 .first
{
	padding-top: 0;
	border-top: none;
}

/*Header*/
#header-wrapper
{
	overflow: hidden;
	background: #FFFFFF url(images/header-bg.png) repeat;
}
/*Banner*/
#banner
{
	overflow: hidden;
	height: 41em;
	background: url(../images/pic01.png) no-repeat right top;
}
#banner H2
{
	padding: 3em 0 0;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-size: 3.75em;
	color: #101214;
}
#banner P
{
	padding: 0 35em 0 0;
	font-size: 1.5em;
}
/*Wrapper*/
#wrapper
{
	padding: 5em 0em 3em;
}
/*Content*/
#content
{
}
#content A IMG
{
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
	border-radius: 5px;
}
#content .main-title
{
	font-size: 3em;
}
/*Sidebar*/
#sidebar
{
}
#sidebar #box1
{
	margin-bottom: 3em;
}
#sidebar #box2 .button
{
	margin-top: 0;
}
/*Two Column Area*/
#two-column
{
	overflow: hidden;
	margin-top: 4em;
	padding: 4em 0em 0em;
	border-top: 1px solid #212124;
}
/*Featured Area*/
#featured-wrapper
{
	overflow: hidden;
	padding: 4em 0em;
	background: url(images/featured-bg.png) repeat;
}
#featured-content
{
}
#featured-content H2
{
}
#featured-content IMG
{
	float: left;
	margin: 0.85em 2em 0em 0em;
}
/*Copyright*/
#copyright
{
	overflow: hidden;
	padding: 3em 0em 6em;
	border-top: 1px solid #212124;
	text-align: center;
}
#copyright P
{
	font-size: 1em;
}
#copyright A
{
	color: #949494;
}
#copyright A:hover
{
	text-decoration: none;
}

ul { margin: 0; padding: 0; }
ul li { margin: 0; padding: 0; list-style: none; }
ul li a { color: blue; }
ul li div { display: none; }
