/* FONT STYLING */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/bebasneue-webfont.eot'); 
    src: url('/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bebasneue-webfont.woff') format('woff'),
         url('/fonts/bebasneue-webfont.ttf') format('truetype'),
         url('/fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

 /* LAYOUT STYLES */
body {
	margin:0; 
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-image:url('/images/logobackground2.png');
	background-repeat:repeat-x;
	background-size:100%;
}
::selection{
 background:#4F2854;
 color:#fff;
}
a {
	color:#4F2854;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	background:#4F2854;
	text-decoration:none;
}
h1, h2, h3 {
	margin:1.5em 0 .5em 0;
	padding:0;
	font-family:BebasNeueRegular,Arial,sans-serif;
}

h1{
	font-size:40px;
}
h2{
	font-size:30px;
}
h3{
	font-size:20px;
}
p {
	margin:.4em 0 0em .4em;
	padding:0;
}
.fixed{
	margin:0 auto;
	width:800px;
	text-align:left;
}
#navigation {
	display:inline;
	float:left;
	width:100%;
	height:27px;
	border-bottom:2px solid #77BA37;
}
/* Header styles */
#titlebar{
	
	background-position: 0px 9px;
	background-size:100% 100%;
}
#header {
	clear:both;
	float:left;
	width:100%;
	position:fixed;
	display:block;
	z-index:1;
	background-image:url('/images/maintitle.png'); 
}
#header {
	border-bottom:1px solid #d8d8d8;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul li a span {
	display:block;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-top:-4px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
		/* right column background colour */
	display:block;
	height:auto;
}
.threecol .colmid {
	right:50%;			/* width of the right column */
}
.threecol .colleft {
	right:0%;			/* width of the middle column */
	/* left column background colour */
	background-repeat:repeat;
	width:100%;
}
.threecol .colleft h2{
	color:white;
	color: #4F2854;
	text-shadow: 0px 0.9px 0.4px #D6A6D9;
	letter-spacing:-2px;
}
.threecol .col1 {
	width:50%;			/* width of center column content (column width minus padding on either side) */
	left:74%;			/* 100% plus left padding of center column */
	/* border-radius:50px; */
	background-repeat:repeat-x;
	background-size:0.9%;
}
.threecol .col2 {
	width:22%;			/* Width of left column content (column width minus padding on either side) */
	left:1%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:24%;			/* Width of right column content (column width minus padding on either side) */
	left:53%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}


/* Footer styles */
html, body {height:100%;}
#contentwrap{
	min-height:100%;
	margin-bottom:-2em;
	position:relative;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	position:fixed;
	background:#fff;
	text-align:left;
	bottom:0;
	z-index:10;
}
#footer > *{
	position:relative;
}
#separator{
	position:relative; 
}
#clock {
	display:inline-block;
	float:right;
	width:auto;
	padding: 3px 10px;
}
#servertime{
	float:right;
}

/* List for email styling */
ul.list{
	list-style-type:circle;
	margin-left:3em;
}
ol.steps{
}
div#macpcbox{
	width:100%;
	height:320px;
	display:block;
}
div.macpccontent{
	margin:0;
	width:50%;
	display:block;
}
.emailtitle{
	color: #4F2854;
	text-shadow: 0px 0.9px 0.4px #D6A6D9;
}
