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

body, div, p, ul, li, table, td, tr, th {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #707073;
	background:url(../images/gray-site-background.jpg) center top no-repeat;
}

#header {
	width:941px;
	height:142px;
	margin: 90px auto 0 auto;
	padding: 0;
}

/* Begin Nav Styles */
#nav {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 941px;
	background: #fff url(../images/navbgtile.gif) repeat-x;
}
#nav ul li {
	font-size: 0.75em;
	color: #FFF;
	margin-left: 5em;
	list-style: none;
	display: block;
	height: 30px;
	font-weight: bold;
	float: left;
}

#nav ul li a {
	color: #c8c8c8;
	text-decoration: none;
	padding-right: 20px;
	vertical-align: baseline;
	height: 23px;
	display: block;
}
#nav ul li a:hover {
	display: block;
	color: #FFF;
	background: url(../images/nav-over.gif) top right no-repeat;
}

.about { /* set width for About Link */
	width: 3.19em;
	}
.services { /* set width for Services Link */
	width: 4.3em;
	}
.work { /* set width for Work Link */
	width: 2.5em;
	}
.entertainment { /* set width for Entertainment Link */
	width: 7.52em;
	}
.contact { /* set width for Contact Link */
	width: 5.7em;
	}
.about, .services, .work, .entertainment, .contact { /* Controls height of each link and ensures that text is vertically centered while rollover image is the full height of the box */
padding-top: 9px;
}

.about { /* Moves over all list items links in nav from let to be centered in gray bar */
	margin-left: 90px; 
	}


/* Begin Subnav */

#nav ul li .entsub { /* Subnav for Entertainment */
	visibility: hidden;
	position: absolute;
	margin-top: -10px;
	background: #707073;
	font-size: 1.2em;
}


#nav ul li .entsub li a {
	color: #a6a8aa;
	border: none;
	padding: 0;
	height: 30px;
	margin: 6px 6px 0 6px;
}

#nav ul li .entsub li a:hover {
	color: #fff;
	background: none;
}
/* End Subnav */

.leftend { /* Round gray corner images */
	float: left;
	margin-left: 0px;
	margin-right: 16px;
	width: 16px;
	background: #fff url(../images/nav-leftend) no-repeat right;
	display: block;
}
.rightend { /* Round gray corner images */
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	width: 16px;
	background: #fff url(../images/nav-rightend) no-repeat left;
	display: block;
}
/* End Nav Styles */


#content {
	background: url(../images/leftendphotocol.gif) no-repeat;
	width: 941px;
	height: 363px;
	margin: 0 auto;
	clear: both;
}
#copyArea {
	background: url(../images/contentwindowbg.gif) no-repeat;
	margin: 0px;
	float: right;
	height: 362px;
	width: 573px;
}

#content img {
	display: block;
	float: right;
	clear: left;
	margin-left: 48px;
	background-color: #df8d2f;
}
#content #mainCopy {
	width: 420px;
	margin: 20px auto auto 90px;
	overflow: auto;
	height: 300px;
}
#contactBlock {
	margin: 0;
	background: url(../images/contactblockbg.gif) no-repeat;
	width: 320px;
	height: 122px;
	float: right;
}

#content #copyArea #mainCopy .contactBtn {
	margin: 0;
	width: 190px;
	height: 69px;
	display: block;
	background: url(../images/Contactbtn-Rollover.gif) bottom no-repeat;
}
#content #copyArea #mainCopy a.contactBtn:hover {
	background: url(../images/Contactbtn-Rollover.gif) top no-repeat;
}
#content #contactBlock h2 {
	display: block;
	margin-top: 18px;
	margin-left: 36px;
	margin-right: 36px;
	margin-bottom: 4px;
}


/* Begin Universal Styles */
h1 {
	font-size: 1.2em;
	color: #000;
	}
h2 { 
	font-size: .88em; 
	}
h3 {
	font-size: 0.75em;
	color: #df8d24;
	}
	
.dashbull {
	list-style: url(../images/dashforbullet.gif); }
	
.hide { display: none; }

.clear { clear: both; }

.center { text-align: center; }

.margtop100 {	
	margin-top: 100px; }
	
#content #contactBlock .margtop5	{
	margin-top: 6px; }

#content #contactBlock .margtop24	{
	margin-top: 24px;
}
/* End Universal Styles */



#content #copyArea #mainCopy p,
#content #copyArea #mainCopy ul { /* Controls Copy inside right copy area */
	margin-bottom: 0.8em;
	font-size: 0.75em;
	line-height: 1.35em;
	margin-top: 0px;
}

#content #copyArea #mainCopy ul li { /* adds left margin to li's in main copy area */
 margin-left: 1em;
}

#content #contactBlock h2 a { /* Controls Links in Contact Block on lower left side */
	color: #707073;
	text-decoration: none;
	text-align: center;
}

#content #contactBlock p a { /* Set Uppercase and Orange color for Text Links in contact block area */
	text-transform: uppercase;
	color: #df8d2f;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}


#content #contactBlock h2 a:hover {
	text-decoration: underline;
}
.footer {
	font-size: 0.7em;
	color: #000;
	margin: 4em auto 2em;
	text-align: center;
}

h3 + ul { 
	margin-top: 0; margin-bottom: 0;
	}
#content #copyArea #mainCopy p a { /* Set Uppercase and Orange color for Text Links in copy area */
	font-size: .67em;
	text-transform: uppercase;
	color: #df8d2f;
	text-decoration: none;
}


#content #copyArea #mainCopy p a:hover {
	text-decoration: underline;
}

#content #copyArea #mainCopy #worklinks { display: block;
 }
 
 #content #copyArea #mainCopy #worklinks img { 
 	border: 0; margin: 0; padding: 0; }

#content #copyArea #mainCopy #worklinks ul {
        list-style-type: none;
} 

#content #copyArea #mainCopy #worklinks li {
        margin: 0; clear: both; border-bottom: 1px dotted #ccc;
}

#content #copyArea #mainCopy #worklinks li a { 
        color: #707073;
		display: block;
        padding: 5px;
        text-decoration: none;
		height: 50px;
}

 * html #content #copyArea #mainCopy #worklinks li a {  /* make hover effect work in IE */
	width: 400px;
}

#content #copyArea #mainCopy #worklinks li a:hover {
		background: url(../images/worklinksbg.gif);
		display: block;
		color:#333;
}

#content #copyArea #mainCopy #worklinks a em { 
        color: #df8d24;
        text-transform: uppercase;
		display: block;
		font-style: normal;
		font-size: 90%
}

.wl-bordertop { border-top: 1px dotted #ccc; }

.widfix { font-size: 85%; letter-spacing: 0; }

#content #copyArea #mainCopy .emaillink { font-size: 100%; display: block; padding-left: 25px; background: url(../images/email-icon.gif) no-repeat left 1px; }
#content #contactBlock p {
	font-size: 0.72em;
	display: block;
	margin-right: 1em;
	margin-left: 2em;
	line-height: 1.2em;
	margin-top: 0em;
}
#content #contactBlock img { /* For Orange Rules inside Contact Block */
	margin: 0px auto;
	clear: both;
	float: none;
}

#content #copyArea #mainCopy .contentlink { /* For Links inside content areas */
	color: #707073;
	text-decoration: underline; 
	font-size: 100%; 
	text-transform: none;
	}

.orangearrows { /* For arrows in contact box */
	color: #df8d2f;

/* Begin Styles for 8Ball page */
}#container {
	display: block;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 75px;
	margin-left: auto;
	padding: 1em;
	background:url(../8ball/images/trans-white.png);
}
#container a { color: #df8d24; }
.expandable {
	margin-bottom: 1em; }
	
	#container p {
	font-size: 70%;
	margin-top: 1em;
}
body.eightballbg {
	background: #ccc url(../8ball/images/corner_ball.gif) top left no-repeat;
}
.contactBtn {
	margin: 0;
	width: 190px;
	height: 69px;
	display: block;
	background: url(../images/Contactbtn-Rollover.png) bottom no-repeat;
}
a.contactBtn:hover {
	background: url(../images/Contactbtn-Rollover.png) top no-repeat;
}

/* End 8Ball Styles */

