
@import url("/css/portfolio.css");

/* common across site styles */
body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

a {
	color:#003399;
	text-decoration: underline;
}

a:hover {
	color:#990000;
	text-decoration: none;
}

/*a:visited {
	color:#003399;
	text-decoration:underline;
}*/

input, textarea, select {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	margin-bottom: 3px;
}

input[type="button"] {
	font-weight: bold;
}

input[type="button"]:hover {
	background-color: #482e02;
	color: #FFFFFF;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 815px;
}

#header {
	float: left;
	width: 815px;
}

#header-logo {
	float: left;
	width: 577px;
}

#header-signup {
	background-image:url(/images/hdr-signup-bkgd.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 215px;
	padding: 5px 20px 5px 5px;
	text-align: right;
	width: 213px;
}

#bkgd-top {
	background-image: url(/images/bkgd-top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 815px;
}

#navigation {
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 20px 0px 0 8px;
	width: 158px;
}


#content-tile {
	background-image: url(/images/bkgd-tile.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position: top;	
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 815px;
}

#content-top {
	background-image: url(/images/bkgd-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 815px;
}

#content-bottom {
	background-image: url(/images/bkgd-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 815px;
}

#content {
	float: left;
	margin: 0;
	padding: 40px 30px 30px 20px;
	width: 584px;
	min-height:300px;
}

.halfColumn {
	float: left;
	padding: 0 5px 0 0;
	text-align: center;
	width: 49%;
}

#footer {
	background-image: url(/images/footer-bkgd.jpg);
	background-repeat: no-repeat;
	color:#666666;
	float: left;
	height: 46px;
	padding: 0 0px 0 0px;
	width: 815px;
}

#footer a {
	color:#996600;
	text-decoration: none;
}

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

#copyright {
	float: left;
	font-size: 11px;
	line-height: 12px;
	padding: 12px 0 0 8px;
	text-align: left;
	width: 407px;
}

#designers {
	float: left;
	padding: 13px 20px 0 0;
	text-align:right;
	font-size: 9px;
	width: 380px;
}

/* SIGNUP FORM */
#theSignupFormBoxBkgd {
	/* background-image: url(/images/bkgd-signup-box.png); */
	float:left;
	padding: 5px 0px 0px 0px;
	width: 211px;
	margin-top:45px;
}

#signupFormBox {
	width:164px;
	text-align: left;
	color:#000033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	padding: 0 21px 0 26px;
	margin-top:70px;
}	

#signupFormBox form {
	text-align: right;
}

#signupFormBox p {
	margin: 0 0 4px 0;
}

#signupFormBox img {
	margin: 4px 0 4px 0;
}

#successMessage {
	background:#00CC00;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding: 5px 15px 5px 15px;
	text-align:center;
}

#errorMessage {
	background:#FF0000;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
	text-align:center;
}
/* //////////////// END SIGNUP FORM //////////////// */


/* IMAGE STYLES */


/* //////////////// END IMAGE STYLES //////////////// */

/* TEXT SYLES */

h1 {
	color:#990000;
	font-weight: bold; 
	text-transform: uppercase; 
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 1.87em; 
	margin: 0 15px 0 0; 
	letter-spacing: -.05em;
}

h2 { 
	color: #4e4a4e; 
	font-weight: bold; 
	font-size: 1.2em; 
	margin: 15px 0 0 0; 
}

hr { 
	background: none; 
	background-color: none; 
	border: none; 
	border-bottom: 1px solid #990000;
	height: 1px; 
	padding: 6px 0px 0px 0px;
	clear:both;
}


.insetBox {
	background:#CACAFF;
	width:500px;
	padding:5px 10px 5px 10px;
	margin-left:30px;
}

.insetBox p {
	text-align:justify;
	font-size:12px;
}



.clientQuote {
	margin-left:30px;
	text-indent:25px;
	background: url(/images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	border-left:#CCCCCC;
	border-width:1px;
}

.clientQuote p {
	display:inline;
	margin: 0;
	padding-right: 24px;
	background: url(/images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;

}

.clientQuoteCredit {
	padding-left:50px;
	font-weight:bold;
}

.col1-150px {
	float:left;
	clear:both;
	width:145px;
	padding:0px 5px 0px 0px;
}

.col2-434px {
	float:left;
	width:434px;
}

.floatBoxRight {
	float:right;
	width:160px;
	text-align:right;
	padding: 10px 0px 20px 10px;
}



.floatBoxRight p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

.imgFloatRight {
	float:right;
	text-align:right;
	padding: 10px 0px 20px 10px;
}


.imgCenteredBorder {
	float:left;
	border:  #CCCCCC 0.5px;
	padding: 3px;
	margin:auto;
}

.imgLeftBorder {
	border: #CCCCCC 0.5px;
	padding: 3px;
	float:left;
	clear:both;
	text-align:center;
}

.imgLeftNoBorder {
	border:none;
	padding: 3px;
	float:left;
	clear:both;
}

.imgPaddedBorder {
	border: solid 1px #333333;
	padding: 3px 3px 3px 3px;
}

.thinBorderedBox {
    border-style:solid;
    border-color:#999999;
    border-width:1px;
	float:left;
	padding: 5px 5px 5px 10px;
}

.txtBoldRed {
	font-weight:bold;
	color:#990000;
}

.txtHugeRed {
	font-weight:bold;
	color:#990000;
	font-size:27px;
	padding:0px;
}

.txtHugeBlackEm {
	font-weight:bold;
	color:#000000;
	font-size: 27px;
	font-style:oblique;
	padding:0px;
}

.txtEmDarkGrey {
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	letter-spacing: -.05em;
}

.txtCenteredBold {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-.05em;
	text-align:center;
}

#mainMovieHolder {
	margin: 5px auto 5px auto;
	padding: 0;
	text-align: center;
	width: 584px;
}

.teamTitle {
	width:584px;
	text-align:left;
	background-color:#003366;
	display:block;
	color:#FFFFFF;
	font-weight: bold; 
	text-transform:uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 1.97em; 
	margin: 0 0px 5px 0; 
	padding: 10px 0px 0px 4px;
	letter-spacing: -.05em;
	clear:both;
}

.bioReturnMenu {
	width:594px;
	text-align:right;
	background-color:#FFFFFF;
	display:block;
	color:#990000;
	font-weight: bold; 
	font-family: "Arial", Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	margin: 0 0px 15px 0; 
	padding: 0px 0px 0px 0px;
}



.bioReturnMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.bioReturnMenu ul li {
	width:100px;
	margin-left: 0;
	padding: 3px 5px;
	list-style: none;
	display: inline;
	}

.bioReturnMenu li a {
	color:#990000;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
}

.bioReturnMenu li a:hover {
	color:#FFFFFF;
	background:#990000;
	text-decoration:none;
}		
		

/* TEAM BIO STYLES */

.teamBio {
	width:auto;
	float:left;
	border-top:thin #CCCCCC;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-style:solid;
	background:none;
}

.teamPhoto {
	float:left;
	width:150px;
	text-align:center;
}

.teamPhoto img {
	border-width: 1px;
	border-color:#CCCCCC;
	padding: 0px 0px 0px 0px;
}

.teamPhotoCaption {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	margin-top:0px;
	padding-top:0px;
	text-align:center;
}

.teamBio H1 {
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-weight:bold;
	font-size:1.4em;
	font-weight: bold; 
	text-transform:none; 
	margin: 0 0px 0 0; 
	letter-spacing: -.05em;
	clear:both;
}

.teamBio h2 { 
	color: #4e4a4e; 
	font-weight: bold; 
	font-size: 1.0em; 
	margin: 0px 0 0 0; 
}

.bioQuote {
	margin-left:10px;
	text-indent:15px;
	border-left:#CCCCCC;
	border-width:1px;
	font-style:oblique;
}


.bioDescription {
	float:left;
	width:424px;
	padding:0px 0px 0px 10px;
}

.demoReelBox {
	float:left;
	background-image:url(/images/team/demo-reel-bg.jpg);
	background-repeat:repeat-y;
	width:412px;
	padding: 2px 0px 2px 10px;
    border-style:solid;
    border-color:#666666;
    border-width:1px;
	vertical-align:bottom;
}

.demoReelText {
	float:left;
	padding-top:15px;
	width:300px;
	color:#993300;
	font-weight:bold;
}

.demoReelLink {
	float:left;
	width:112px;
	text-align:right;
	left: 144px;
	top: 7px;
}

.demoReelLink img {
	border: none;
}

.demoReelLink img a {
	border-style:none;
}



/* //////////////// END TEAM BIO STYLES //////////////// */

/* TEAM STYLES */

.teamBox {
	background:none;
	float:left;
	width:190px;
	padding-top: 10px;
	margin-right:2px;
}

.teamBoxImage {
	text-align:center;
	padding-left: 45px;
	padding-right: 45px;
}

.teamBoxTitle {
	float:left;
	background:none;
	width:190px;
	text-align:center;
	display:block;
}

.teamBoxTitle a {
	display:block;
	width:190px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
	
.teamBoxTitle a:hover {
	display:block;
	width: 190px;
	color:#FFFFFF;
	background:#990000;
	text-decoration:none;
}
	

/* //////////////// END TEAM BIO STYLES //////////////// */



/* PACKAGE STYLES */

.packageRow {
	float:left;
	width:140px;
	padding-right:6px;
}

.packageRow hr { 
	background: none; 
	background-color: none; 
	border: none; 
	border-bottom: 1px solid #990000;
	height: 1px; 
	padding: 6px 0px 0px 0px;
	clear:both;
}

.packageRow img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.packageRow ul {
	margin-left: 15px;
	padding-left: 0;
	padding-top: 0px;
	margin-top:0px;
	} 

.packageRow ul li {
	margin-left: 0;
	padding: 0px 0px;
	}


/* //////////////// END PACKAGE STYLES //////////////// */
