@charset "ISO-8859-1";
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:100%;
	width:100%;
	background-image: url(../images/bgd_lrg.jpg);
	background-repeat: no-repeat;
}
a:link, a:visited{
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 1px;
padding-left: 0pt;
font-weight: bold;
text-decoration: none;
color: #40608c;
}
a:hover{
color: #2d405b;
text-decoration: underline;
}

#bgd_hq {
	background-image: url(../images/bgd_content.jpg);
	background-repeat: no-repeat;
	height: 720px;
	width: 1280px;
	position: absolute;
	top:0px;
	left:0px;
	text-align:left;
}
#content{
	border: 1px solid #CCCCCC;
	padding:10px;
	margin:20px 3px 3px 65px;
	width:575px;
	min-height:600px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color:#FFFFFF;
}
p{
	color: #424242;
}
	
h1,h2,h3,h4,h5,h6{
font-weight:normal;
	color: #333333;
}
	
	h3{
	margin: 0 0 8px 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #BA3B3E;
	}

#bgd_hq #content img.floatRight{
	float: right;
	padding:10px;
}


/* navigation
---------------------------------------------------------- */

#nav {
	margin-top:112px;
	padding: 0px 0px 0px 0px;	
	width:100%;
	background-color:#333333;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;

	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 0px 9px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	}
#nav li a:hover {
	color: #333;
	background-image:url(../../images/BGD_input_grad_grey_white.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}
#nav li a.active {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-image:url(../images/BGD_input_grad_grey_white.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}

/* home page navigation
---------------------------------------------------------- */
#bgd_hq #content ul#workflow_list li {
	list-style-image: url(../../images/bulletPlus.png);
	list-style-position: outside;
	color: #333333;
	margin-bottom: 1.5em;
}
#bgd_hq #content em {
	font-size: x-small;
	vertical-align: super;
}
#bgd_hq #content .casting_rates th {
	text-transform: capitalize;
	color: #333333;
	font-family: "Trebuchet MS", "Helvetica CY", Arial;
	font-variant: small-caps;
	font-size: 1.1em;
	text-align: left;
}
#bgd_hq #content .casting_rates td {
	color: #BA3B3E;
	font-weight: bold;
	font-size: 1.1em;
}
#bgd_hq #content #casting_studio {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 2px solid #000000;
}
#bgd_hq #content ul.client_list li {
	list-style-image: url(../../images/coffeeBullet.png);
	color: #666666;
}

