@charset "utf-8";
/* CSS Document */

body 	{
		background-color: #a2a2a2;
		margin: 0px;
		background-image: url(../images/tile_right.png);
		background-repeat: repeat-x;
		font-family: Helvetica, sans-serif;
		color: #333;
		}
#container	{
		background-image: url(../images/tile4.png);
		background-repeat: repeat-y;
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		}
#container2	{
		width: 958px;
		margin-left: 26px;
		}
#header	{
		margin-top: 0px;
		width: 958px;
		height: 190px;
		position: relative;
		z-index: 10;
		}
#content {
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
		z-index: 1;
		}
#left	{
		padding-left: 25px;
		width: 570px;
		float: left;
		}
#divider {
		width: 5px;
		margin-left: 25px;
		margin-top: 25px;
		float: left;
		}
#right	{
		width: 264px;
		float: right;
		margin-right: 25px;
		margin-top: 88px;
		}	
#footer	{
		padding-left: 0px;
		padding-top: 15px;
		padding-bottom: 2px;
		clear: both;
		}
		
/* Classes */

.floatleft	{
		float: left;
		margin: 5px;
		border-style: solid;
		border-color: black;
		border-width: 1px;
		}
.floatleft2	{
		float: left;
		margin: 5px;
		border-style: solid;
		border-color: black;
		border-width: 0px;
		text-align: center;
		position: relative;
		top: -10px;
		}
.floatright	{
		float: right;
		margin: 5px;
		border-style: solid;
		border-color: black;
		border-width: 1px;
		}
.imglinks	{
		margin: 5px;
		border-style: solid;
		border-color: black;
		border-width: 1px;
		}
h2		{
		font-weight: normal;
		}
h3		{
		font-size: 14px;
		}
.video	{
		font-weight:normal;
		font-size: 14px;
		}
p		{
		font-size: 14px;
		}
td		{
		font-size: 12px;
		}
li		{
		font-size: 12px;
		}
ol		{
		font-size: 20px;
		}
.clientswhite	{
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		}
.smalltext	{
		font-size: 12px;
		}
.stafftitles	{
		font-size: 14px;
		}
.center	{
		text-align: center;
		}
a {
		color: #5084ca;
		}
a:hover {
		color: #333333;
		}

/* client list styles */

.entertainment {
}
.music {
}
.sports {
}
.historical {
}
.orgs {
}

/* trademarks styles */

.boldtextwhite {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 12px;
}
.articletextbold { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: bold; 
		color: #000000 ;
		}		
.grnborder {
		border-top: 1px solid #A0CBC8;
		border-right: 1px solid #A0CBC8;
		border-bottom: 1px solid #A0CBC8;
		border-left: 1px solid #A0CBC8;
		}
.indextext {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
		}
.indexbold {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		}
.captionbold {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		}
.caption {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		}
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 200px;
		padding-right: 6px;
		text-align: right;
		font-size: 12px;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		font-size: 12px;
		}
legend	{
		color: #000000;
		}
