/*-----------------------------------------------------------------------------
Surge Solutions Screen Stylesheet

version:  1.1
date:     25/09/2009
author:   Tariq Aziz

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

*
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;	
	margin:0;
	padding:0;	
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
{
	clear:both;
}


/* Set up the document
-----------------------------------------------------------------------------*/



@font-face {
    font-family:ProximaNova;
    src: url(fonts/ProximaNova.ttf);    
}

@font-face {
    font-family:GothamNarrow;
    src: url(fonts/GothamNarrow-Bold.ttf);    
}

body
{	
	font-family:ProximaNova, 'EB Garamond', 'Times New Roman', Arial, Verdana, sans-serif;
	font-size:85%;	
	color:#454545;
	/*border-top:5px solid #000;
	border-bottom:5px solid #000;	*/
}

/* Typography
-----------------------------------------------------------------------------*/

h1, h2, h3
{				
	margin-bottom:20px;	
}

h1
{	
	font-size:1.4em;
	color:#000;
	text-transform:uppercase;
}

h2, h3
{	
	font-size:1em;
}

ul
{
	list-style:none;
}	

#ctl00_textPL_pagecontent ul
{
	list-style:disc;
	padding-left:15px;
}

#ctl00_textPL_pagecontent ol
{
	list-style:decimal;
	padding-left:15px;
}
td
{
	text-align:left;
	vertical-align:top;
}

img
{
	border:0;
}

a 
{	
	color:#000;
	text-decoration:none;	
}

a:hover 
{		
	text-decoration:none;
}

/* always Show vertical scrollbar
-----------------------------------------------------------------------------*/

html { height:100%; margin-bottom:1px; }