/* DEFAULT CSS */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
}

a img {
	border: none;
}

div#layout {
	width: auto;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
}

div#header {
	height: 95px;
	background: #333333;
	color: #FFFFFF;
}

div#content {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-top: 1px;
}

div#footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #666666;
	border-top: 1px solid #999999;
}

div#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#footer li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

div#footer a {
	text-decoration: none;
	color: #666666;
	background: inherit;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer p {
	float: left;
	clear: both;
	margin-top: 0px;
	margin-left: 3px;
	padding: 0px;
	color: #999999;
}

span.nobr {
	white-space: nowrap;
}
/* Shock Media */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: inherit;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: inherit;
}

h3 {
	margin: 15px 0px;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: inherit;
}

h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: inherit;
}

p {
	margin: 12px 0px;
	line-height: 170%;
	color: #333333;
	background: transparent;
}

hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}

table {
	border: 1px solid #CCCCCC;
}

table th {
	color: #000000;
	background: #FFCC00;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-bottom-style: dashed;
}

table td {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom-style: dashed;
}

div#header {
	position: relative;
	width: 100%;
	height: 106px;
	background-image: url(../images/header_bg.gif);
	background-color: #FFFFFF;
}

div#header div#mainLogo {
	width: 199px;
	height: 85px;
}

div#content {
	margin-top: 0px;
	padding-top: 0px;
}
/*
div#content a {
	color: #000000;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFCC00;
}
*/
div#content a:hover {
	color: #666666;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #FFCC00;
}
div#content a img {
	position: relative;
	top: 1px;
	border: 0px;
	vertical-align: bottom;
}
div#content ul {
	margin: 0px;
	padding-left: 22px;
}
div#content ul li {
	list-style-image: url(../images/bullet_tickyellow.gif);
	line-height: 150%;
	margin-bottom: 5px;
}
div#footer {
	margin: 0px;
	border: none;
	color: #333333;
	background: url(../images/home_line.gif) right 10px no-repeat;
	padding-top: 5px;
}
div#footer a {
	color: #333333;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
div#footer a:hover {
	color: #000000;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px solid #FFCC00;
}
div#footer a#shockmedia {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
div#footer ul {
	float: right;
	clear: both;
	margin: 10px 0px 0px;
	padding: 0px;
}
div#footer ul li {
	float: left;
	clear: none;
	margin-left: 3px;
	list-style: none;
	line-height: 139%;
}
div#footer ul.tick li {
	padding-left: 16px;
	margin-left: 15px;
	background: url(../images/tick.gif) left center no-repeat;
}
div#footer p {
	float: none;
	clear: both;
	margin: 0px;
	padding: 3px 0px 10px;
	text-align: right;
}
div#footer span.sep {
	color: #FFCC00;
}

