
/*
	STYLE INFO
*/


/* @group Basics incl. Meyer's Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: helvetica, arial, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: #333;
	background: #fff;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p
{
	color: #333;
	font-size: 0.8em;
}

p.gap
{
	color: #333;
	font-size: 0.8em;
	padding-top: 10px;
}


ul
{
	color: #333;
	margin-top: 20px;
}



/*
	headings
*/

h1
{
	color: #333;
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

h2
{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
}

h3
{
	font-size: 0.7em;
	color: #666;
}

strong
{
	font-weight: bold;
}



/*
	Links
*/

a:link, a:active
{
	font-family: helvetica, arial, sans-serif;
	color: #08a4de;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #666;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}

/* @end */

/* @group Basic Structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	background-color: #;
}


#header
{
	width: 100%;
	height: 215px;
	background-color: #333;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #999;
}

#header-internal
{
	position: relative;
	width: 960px;
	padding: 0 0 0 10px;
	margin: 0 auto 0 auto;
}

div#logo
{
	position: absolute;
	top: 65px;
	left: 10px;
	width: 160px;
	height: 136px;
	margin: 0;
	padding: 0;
}


/* Logout */

div#logout
{
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
}

div#promo
{
  	width: 960px;
  	height: 200px;
  	background-color: #999;
}



/* Columns */

div#left-column
{
 	width: 220px;
 	float: left;
 	padding: 0 20px 0 10px;
	margin: 0 0 0 0;
}

div#middle-content-column
{
 	width: 460px;
 	float: left;
}

div#right-column
{
 	width: 220px;
 	float: left;
 	padding: 0 10px 0 20px;
	margin: 0 0 0 0;
}




/* Encompasses breadcrumbs */

#content-wrapper
{
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 0;
	min-height: 300px;
}


/* No breadcrumbs eg "About" */

#content-wrapper-pages
{
	width: 960px;
	margin: 70px auto 0 auto;
	padding: 0 0 0 0;
	min-height: 300px;
}


/* Back to Latest News */

span#back-to-news
{
	display: block;
	padding: 0 0 0 0;
	margin: 10px 0 20px 0;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 0.65em;
	border-bottom: 1px solid #333;
}

span#tag-all
{
	float:right;
	background-color: #fff;
	text-transform: uppercase;
}



/* @end */

/* @group Footer */

/* Footer */

#footer
{
	width: 940px;
	height: 60px;
	padding: 0 0 0 0;
	margin: 50px auto 0 auto;
	background-color: #fff;
	text-align: left;
	border-top: 10px solid #666666;
}


#footer p
{
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #999;
}

/* @end */

/* @group Standard Defs */

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* @end */



