/*
	CompanyName (Screen Styles)
	Created: CreatedDate, Next Digital
	
	# This stylesheet contains
	    - Base HTML Elements
	    - Link Styling
	    - Heading Styling
	    - Utility Styles
*/

/*
	** Imported stylesheets
*/
@import url(form.css);
@import url(structure.css);
@import url(components.css);
@import url(navigation-hover.css);


/*
	** Base HTML Elements
*/
body
{
	margin: 0;
	padding: 0 0 30px;
	
	background-color: #000;
	color: #606060;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 66%;
	text-align: center;
}

p
{
	margin: 5px 0 20px;
	
	line-height: 185%;
}

sup
{
	font-size: 60% !important;
}

ul
{
	margin: 5px 0 10px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	margin: 0 0 5px;
	padding: 0 0 0 23px;
	
	background-image: url(../images/arrow-orange-white.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
#underConstruction .content .main-column li,
#underConstruction .content .right-column li
{
	line-height: 185%;
}


/*
	** Link Styling
*/
a:link, a:visited
{
	color: #F58316;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0;
}


/*
	** Heading Styling
*/
h1, h2, h3, h4, h5, h6
{
	margin: 5px 0 10px;
	
	color: #111;
	font-size: 130%;
	letter-spacing: .5px;
}
h1
{	
	margin: 0 0 5px;
	color: #000;
	font-size: 190%;
	font-weight: normal;
}
	h1.orange
	{
		color: #FF6F00;
	}
	.jsEnabled h1
	{
		margin: 0;
	}
h2
{
	margin: 10px 0 8px;
	font-size: 120%;
	color: #F58316;
}
h3
{
	font-size: 100%;
	color: #F58316;
	margin-bottom: 0;
}
h4, h5, h6
{
	font-size: 100%;
}

dl
{
	margin: 10px 0 10px;
}
dl dt
{
	float: left;
	color: #F58316;
}
dl dd
{
	margin: 0 0 5px;
	padding: 0 0 0 50px;
}
dl a:link,
dl a:visited
{
	color: #7A7A7A;
	text-decoration: none;
}
dl a:hover
{
	text-decoration: underline;
}

/*
	** Utility Styles
*/
.offleft,
.sir h2,
.sir h3
{
	position: absolute;
	left: -8000px;
	width: 4000px;
}
hr 
{
	clear: both;
	visibility: hidden;
	height: 16px !important;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.group
{
	margin: 15px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
	img.right
	{
		margin: 8px 0 10px 12px;
	}
	img.left
	{
		margin: 8px 12px 10px 0;
	}
.sir
{
	letter-spacing: -1000px;
	text-indent: -999px;
}

.box
{
}

.grey
{
	color: #7A7A7A;
}

.orange
{
	color: #F67C1E;
}

.hide
{
	display: none;
}