/* Default CSS Document */


															/** BODY ELEMENTS **/
body {
		color: #333;
		background-color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		margin: 0;
		padding: 0;
		}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1.5em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1.5em;
}
caption {
	font-weight: bold;
	text-align: left;
	line-height: 2em;
}

ul, ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1.5em;
	}
.faq ul, .faq ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1.5em;
	margin-left: 10px;
	padding-left: 0px;
}
	
.faq li {
	font-style: italic;
	font-weight: bold;
	color: #555;
	padding-bottom: 0px;
	background-image: url(../images/bg_q.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 2em;
}
.faq li li {
	font-weight: normal;
	padding-bottom: 1em;
	list-style-type: none;
	color: #333333;
	font-style: normal;
	background-image: url(../images/bg_a.gif);
	background-repeat: no-repeat;
	margin-top: .3em;
}


a:link {
	font-weight: bold;
	text-decoration: none;
	color: #4B85A4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4B85A4;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #266D9B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #266D9B;
	}

a:hover, a:active {
	color: #1B4969;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B85A4;

	}






															/** MAIN CONTAINERS **/
div#container {
	position: relative;
	
	}
	div#header {
	height: 97px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
		
		}
		div#header-in {
			
			}
	div#content {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
		
		}
		div#center {
	margin: 0 0 0 200px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	background-image: url(../images/bg_film_reel2.png);
	background-repeat: no-repeat;
	background-position: 95% 100px;
			}
			div#center-in {
				
				}
		div.column {
	width: 200px;
	float: left;
			}
			div#left {
				float: left;
				}
				div.column-in {
					
					}
	div#footer {
	clear: both;
	background-color: #448EB5;
	padding-left: 215px;
	padding-top: 5px;
	padding-bottom: 5px;
		}
		div#footer-in {
			
			}






															/** SUB CONTAINERS **/






															/** LISTS **/


															/** NAV LISTS **/
/** TOP MENU **/															

#navcontainer
{
	margin: 0px 0 0 0px;
	height: 20px;
	padding-top: 77px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	background: url(../images/bg_navtab.gif) no-repeat;
	width: 110px;
	height: 20px;
	border-top: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	border-right: 0px none;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.8px;
}

#navcontainer ul li a:hover
{
color: #4B85A4;
background: url(../images/navtab_hover.gif) no-repeat;
}

#navcontainer a:active
{
background: url(../images/navtab_hover.gif) no-repeat;
color: #4B85A4;
}

#navcontainer li#active a
{
background: url(../images/navtab_hover.gif) no-repeat;
color: #4B85A4;
}

/** SIDE MENU **/

#navside
{
	width: 180px;
	padding: 20px 0px 0px;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	position: relative;
}

#navside ul
{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#navside li
{
margin: 0;
}

#navside li a
{
	display: block;
	color: #4B85A4;
	text-decoration: none;
	width: 170px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B85A4;
	margin-left: 10px;
	font-weight: bold;
}

#navside li a:hover
{
	color: #1B4969;
}

#navside li li
{
border-bottom: 0;
margin: 0;
}

#navside li li a
{
	width: 160px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 20px;
	font-weight: normal;
}

/** CENTER MENU **/	
#navcenter
{
	margin: 0px 0 0 0px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
}

#navcenter ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcenter ul li
{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}

#navcenter ul li a
{
	width: 90px;
	height: 22px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	border-bottom-style: none;
}

#navcenter ul li a:hover
{
color: #1B4969;
}

#navcenter a:active
{
color: #1B4969;
}

#navcenter li#active a
{
color: #1B4969;
}
div#navcenter img {
	float: right;
}

/** BOX NAV **/

.navbox
{
	margin: 0px 0 0 0px;
	height: 22px;
	font-size: 10px;
}



															/** TYPOGRAPHY **/
.x {
	display: none;
	}
div#uhoh {
	width: 400px;
	margin: 100px auto;
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
	}
	div.unauthorized-401, div.forbidden-403,
	div.notfound-404, div.internalerror-500 {
		color: #333;
		background-color: #ffc;
		border: 1px solid #ff0;
		}
	div.unauthorized-401 a, div.forbidden-403 a,
	div.notfound-404 a, div.internalerror-500 a {
		color: #00f;
		background-color: #ffc;
		}
.left {
	float: left;
}
.right {
	float: right;
}

div#pagetitle {
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	height: 26px;
	}

div.frontbox, div.frontbox_right {
	padding: 0px;
	width: 270px;
	border: 2px solid #E6F3F9;
	margin-top: 20px;
	text-align: center;
	float: left;
}
div.frontbox .title, div.frontbox_right .title{
	background-color: #E6F3F9;
	font-weight: bold;
}
div.frontbox p, div.frontbox_right p{
	padding-right: 5px;
	padding-left: 5px;
}
div.frontbox_right {
	margin-left: 350px;
	float: none;
	clear: none;
}
.importanttext {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

div.cleardiv {
	margin: 0px;
	padding: 0px;
	clear: both;
}
div.photoblock {

}

div.photoblock img {
	margin: 0px;
	padding: 5px;
	vertical-align: text-top;
}
table.pricing {
	margin: 0px 0px 1.5em;
	padding: 0px;
	border: 2px solid #C5E1ED;
}
table.pricing td, table.pricing th{
	margin: 0px;
	padding: 3px;
	border: 1px solid #E6F3F9;
	text-align: left;
}
table.pricing th {
	background-color: #C5E1ED;
	border: 1px solid #C5E1ED;
}

div.sizedtextbox {
	width: 80%;
}
div.servicesbox {
	padding: 0px;
}
div.servicesbox h4 {
	letter-spacing: .12em;
	word-spacing: .12em;
	margin: 0px;
	padding: 0px;
}
.addtopspace {
	padding-top: 1.5em;
}
.rednoticealert {
	color: #FFFFFF;
	background-color: #CC0000;
	font-size: 10px;
}
