/* Parallel Media Group CSS Document */
body {
	background-color: #FFFFFF;
	margin: 10px;
	text-align: center;
}
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 723px;
	margin: 0px auto;
	text-align: left;
}
#top {
	height: 45px;
}
#logo {
	float: left;
	padding-left: 5px;
}
#news-ticker {
	float: right;
	overflow: hidden;
	background-image: url(../images/underline-news.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 8px;
	padding-right: 0;
	margin: 15px 6px 0 0;
	width: 353px;
	height: 20px;
	font-size: 75%;
	text-align: left;
}
#news-header {
	float: left;
}
#flash-ticker {
	float: left;
	width: 300px;
	height: 19px;
	margin: -4px 0 0 5px;
	padding: 0;
}
.underline-news {
}
#nav-bg {
	clear: both;
	position: relative;
	z-index: 3;
	background-image: url(../images/bg-top-nav.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 13px 11px 0px 11px;
	width: 701px;
	height: 40px;
}
#sub-nav-bg {
	background-image: url(../images/bg-sub-nav.jpg);
	background-repeat: no-repeat;
	padding: 0;
	width: 701px;
	height: 27px;
}

/* 
=============================
Navigation and drop down menu
=============================
*/
#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

/* set withs of top nav items to display correctly in contribute */
#nav li.topnav1 {
	width: 95px;
}
#nav li.topnav2 {
	width: 98px;
}
#nav li.topnav3 {
	width: 119px;
}

#nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	left: -999em; /* fix for Opera */
}
#nav li#shownav ul, #nav li:hover ul, #nav li.sfhover ul {
	margin: 0;
	padding: 0;
	left: auto; /* bring back after fix for Opera */
}

#nav li ul#sub-about {
	width: 195px;
	margin: 0 0 0 -95px;
	padding: 0;
}
#nav li ul#sub-sport {
	width: 120px;
	margin: 0;
	padding: 0;
}
#nav li ul#sub-company {
	width: 251px;
	margin: 0 0 0 -130px;
	padding: 0;
}
.subpic {
}

/* Used in conjuction with style in mainimage sections css files */
#main-image {
	background-repeat: no-repeat;
	width: 701px;
	height: 291px;
}

#content-bg {
	position: absolute;
	top: 108px;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 11px 0 11px;
	width: 701px;
}
#content-main {
	padding: 10px;
}
#bottom {
	clear: both;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 -11px;
	width: 723px;
	height: 49px;
}
#flash-slideshow {
	width: 701px;
	height: 292px;
}
#flash-brands-home {
	width: 701px;
	text-align: center;
}

#flash-milestones {
	padding: 0;
	width: 300px;
	height: 180px;
}
#footer {
	background-color: #FFFFFF;
	font-size: 9px;
	width: 723px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 -11px;
	text-align: center;
}


/* Splits main content into 2 columns */
#content-left {
	float: left;
	padding: 15px;
	width: 300px;
}
#content-right {
	float: left;
	padding: 15px 15px 15px 21px;
	width: 335px;
}

/* Controls content that aligns horizontally */
.horizontal-align {
	clear: both;
}
.block-left {
	float: left;
	padding: 5px 25px 15px 15px;
	width: 290px;
	text-align: right;
}
.block-right {
	float: left;
	padding: 0 15px 15px 21px;
	width: 335px;
}
.gallery .block-left {
	text-align: left;
}
.gallery .block-right {
	padding: 5px 15px 15px 21px;
}

#content-right ul {
	margin-left: 0;
	padding-left: 16px;
}
p, #content-right ul, #content-left ul {
	font-size: 75%;
	margin-top: 11px;
	line-height: 140%;
}
ul.non-bullet {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list-pdf {
	list-style: none;
	margin: 0;
	padding: 3px 0 10px 0;
}
ul.list-pdf li {
	background-image: url(../images/link-bg-pdf.gif);
	background-repeat: no-repeat;
	padding: 16px 62px 0 0;
	width: 233px;
	height: 45px;
	text-align: right;
	font-size: 95%;
}
p.first {
	font-size: 85%;
}

.underline {
	background-image: url(../images/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1.underline {
	padding-top: 20px;
	margin: 0;
	vertical-align: top;
	padding-bottom: 7px;
}
/* fix for aligning on IE */
* html h1.underline {
	padding-bottom: 0;
	margin-bottom: 7px;
}

#content-left h1.underline {
	margin-right: 10px;
}

h2.underline {
	margin: -10px 10px 0 0;
	padding: 0 0 7px 0;
}

h3 {
	margin-top: 11px;
	color: #663399;
	font-size: 85%;
	font-weight: normal;
	line-height: 140%;
}
p.separator {
	background-image: url(../images/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
}
.contact-row {
	clear: both;
}
.contact-col p {
	margin: 0 0 10px 0;
}
.corp-info-col, .contact-col {
	float: left;
	width: 149px;
	padding-right: 15px;
}
.block-right p, .corp-info-col p {
	margin-top: 0;
}
.gallery-text p {
	font-size: 70%;
	line-height: normal;
	margin-top: 10px;
}
.block-right .gallery-text {
	margin-right: 44px;
}
.align-right {
}
.align-top {
	vertical-align: top;
}
.header-right {
	float: right;
	padding: 20px 7px 0 0;
}
.date-right {
	float: right;
	padding: 36px 0 0 0;
	color: #663399;
	font-size: 95%;
	font-weight: bold;
}
.lozenge {
	float: right;
	background-image: url(../images/loz-grey-middle.gif);
	background-repeat: repeat-y;
	width: 216px;
}
.loz-top {
	background-image: url(../images/loz-grey-top.gif);
	background-repeat: no-repeat;
	width: 216px;
	height: 20px;
}
.loz-bot {
	background-image: url(../images/loz-grey-bottom.gif);
	background-repeat: no-repeat;
	width: 216px;
	height: 20px;
}
.lozenge p {
	margin: 0 25px 0 25px;
	color: #FFFFFF;
	font-size: 110%;
}

em {
	color: #663399;
	font-style: normal;
}

a {
	color: #45B5B5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.form-menu {
	padding: 5px 10px 0 0;
	text-align: right;
}
form {
	margin: 0;
	padding: 0;
	font-size: 75%;
}
select {
	width: 120px;
}

