body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

html {
	overflow: scroll;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	color: #ccc;
	background: #000; 
}
/* Defaults */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, serif;
	font-weight: lighter;
	
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 32px;
	color: #aaa;
	margin-top: 24px;
	color: #000;
}
h3 {
	font-size: 32px;
	margin-top:  20px;
	margin-right: -4px;
	padding: 0;
	color: #000;
}
h4 {
	font-size: 14px; font-weight: bold; color: #777;
	margin-bottom: 7px;
	margin-top: 6px;
}
h5 {
	font-size: 120%;
}
a {
	color: #2F5DBD;
	text-decoration: none;
}
a:hover {
	color: #6688d0;
	font-weight: normal;
	text-decoration: none;
}
p {
	font-size: 100%;
}
.clear {
	clear: both;
}
.clear2 {
	clear: left;
}
.hr-line {
	border-bottom: 1px dashed #ccc;
	background: none;
	color: #fff;
}
a img {
	border: none;
}


/* Site Blocks */
.c {
	padding: 0 0;
	margin-left: 18px;
	width: 482px;
	background-color: #000;
	}
.news {
	margin-bottom: 15px;
	}
.v { 
	margin-left: 18px;
}
.c a {
}
.m {
	margin: 7px 0 14px 20px;
	}
.c p {
	margin: 4px 11px 10px 11px;
	line-height: 16px;
	color: #aaa;
}
.c img {
	margin: 4px 11px 0 11px;
	line-height: 16px;
	color: #666;
}
.c ul {
	color: #666; 
	margin-left: 30px; 
	margin-bottom: 5px;
	list-style-type: square;"
}
.c ul li {
	padding-bottom: 6px;
}
.v p, .m p{
	margin-bottom: 10px;
	line-height: 16px;
	color: #2f5dbd;
}
.v p strong, .m p strong {
	margin-bottom: 10px;
	line-height: 16px;
	color: #666;
}

.movie img {
	border: 1px solid #777;
	}
#header {
	width: 660px;
	margin-left: 8px;
	/* border-bottom: 2px solid #2f5dbd; */
	background-color: #000;
	}
#header h1 {
	display: none; 
	}
#header img {
	margin: 20px 0 10px 100px;
	}
#background {
	background-color: #000;
	margin-left: 12px;
	padding-bottom: 20px;	
	width: 800px;
	}
#left-column {
	float: right;
	width: 510px;
	margin-top: 0px;
	margin-left: 50px;
	}
#right-column {
	float: right;
	width: 240px;
	margin: 40px 0 0 0;
	text-align: right;
	}
.news-pic {
	float: left;
	margin: 0 6px 0 0;
	border: 1px solid #999;
	}

/* Menus */
#right-column ul {
	list-style-type: none;
	margin: 0; padding: 0;
	}
#right-column ul li {
	padding: 2px 0;
	font-size: 14px;
	}
#right-column ul li.last {
	padding-top: 9px;
	height: 16px;

	}
#right-column ul li a {
	color: #777;
	}
#right-column ul li a em{
	color: #2F5DBD;
	font-style:normal;
	}
#right-column ul li a em strong{
	color: #2F5DBD;
	font-style:normal;
	}
#right-column ul li a strong {
	color: #777;
	}
#right-column ul li a strong:hover {
	color: #aaa;
	}
#right-column ul li a:hover {
	color: #aaa;
	}
#right-column p {
	font-size: 12px;
	color: #666;
	}
/* Footer */
#footer-line {
	margin: 25px 0 0 8px;
	border-top: 2px solid #2f5dbd;
	width: 900px;
	float: left;
	} 
#copyright {
	display: none;
	}

/* Movies */
.movie {
	float: left;
		margin-right: 10px;
	}
.movie p {
	width: 230px;
	font-size: 11px;
	}
	
	
	
	
/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
#contactform {
	width:500px;
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:10px 0;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	background:#222;
	border:1px dotted #444;
}
* html #contactform fieldset {
	position:relative;
	margin:10px 0 30px 0;
	padding:20px 0;
}
* html #contactform legend {
	position:absolute;
	top:-1.2em;
	left:0;
}
#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width:260px;
	font:normal 11px/18px Verdana,Tahoma;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #ddd;
}

#contactform form .required {
}

form br {
	clear:left;
}

#contactform input.required {
	background:#f5f5f5 url('images/required.gif') 98% 50% no-repeat;
}
#contactform input.required {
	background:#f5f5f5 url('images/required.gif') 98% 50% no-repeat;
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				font-size:100%;
				color:#000;
				padding:10px;
				width:90%;
				margin: 0 auto;
				margin-bottom:20px;
				text-align:left
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
				padding:2px 40px;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;

			}
.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 90%;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	}


.testimonials {
	text-align: right;
	float: right;
	width: 200px;
}