/*
	CompanyName (Screen Styles)
	Created: 10/06/08, 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);
@import url(shadowbox.css);


/*
	** Base HTML Elements
*/
body
{
	margin: 0;
	padding: 0;
	
	background-color: #484a34;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align: center;
}

p
{
	margin: 5px 0 10px;
	font-size: 1.4em;
	color: #a8a692;
	
	line-height: 135%;
}

sup
{
	font-size: 2.4em !important;
}

ul
{
	margin: 5px 0 10px;
	padding: 0;
	list-style: none;
	
	font-size: 1.4em;
	color: #a8a692;
	
	
}
ul li
{
	margin: 0;
	padding: 0 0 0 20px;
	
	background-image: url(../images/bullet-sm.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;

}


/*
	** Link Styling
*/
a:link, a:visited
{
	color: #d19149;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: 0;
}


/*
	** Heading Styling
*/
h1, h2, h3, h4, h5, h6
{
	margin: 0px 0 10px;
	
	color: #d19149;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .5px;
}
h1
{	
	font-size: 2em;
}
h2
{
	font-size: 1.8em;
}
h3, h4, h5, h6
{
	font-size: 1.6em;
}

/*
	** 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;
}
.sir
{
	letter-spacing: -1000px;
	text-indent: -999px;
}

.box
{
}

.grey
{
	color: #5e5e5e;
}