/* CSS Document */
/*  Here we got some styles that are consistent throughout the website, some are redundent but they'll be cleaned up later. */

body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-position:center; background-position:top; background-color: #000000; background-repeat: no-repeat; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
img { outline:none; border-style:none;}
a { outline: none; color: #5d6ba5; text-decoration:none;} 
a:hover {color: #c1c6d9;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

.style1 {color: #535e88; font-weight:bold;}
.style2 {color: #535e88; font-weight:bold; font-size:14px;}
.style3 {font-size:12px; text-align:left; margin-left:0px; margin-right:40px;}
.style4 {font-size: 16px; font-weight: bold; text-align:right; margin-right:42px;}
.style5 {color: #535e88; font-weight:bold; font-size:16px;}
.style_subheader { font-size: 18px; font-weight: bold; color: #c1c6d9;}
.style_subheader2 { font-size: 14px; font-weight: bold; color: #c1c6d9;}
.style_marginpadding {padding-left: 40px; padding-right: 40px; font-size: 12px;}
.style_marginpadding2 {padding-left: 65px; padding-right: 65px; font-size: 12px;}
.style_seperatepadding {padding-left: 40px;padding-right: 40px; padding-top: 10px; padding-bottom: 10px; font-size: 12px;}
.style_cellpadding {padding-top: 10px; padding-bottom:30px; padding-left: 40px; padding-right: 40px; font-size: 12px;}
.style_cellpadding2 {padding-top: 10px; padding-bottom:40px; padding-left: 10px; padding-right: 10px; font-size: 12px;}
.style_cellpadding_fv {padding-top: 10px; padding-bottom:40px; padding-left: 10px; padding-right: 10px; font-size: 12px;}
.style_font_bold {font-size: 16px; color: #535e88; font-weight: bold;}
.news_date {font-size: 14px; font-wieght: bold; text-align:right; margin-right:40px; color: #5d6ba5}
.news_title {font-size:18px; text-align:left; margin-right:40px; font-weight:bold;}
.news_user {font-size: 12px; text-align:right; margin-right:40px; margin-bottom:40px; font-weight:normal; color: #2d334b}
.staff_img_protocal {padding-top: 1px; width: 103px; height: 141px;}
.staff_img_protocal2 {width: 103px; height: 141px;}
.staff_bg_protocal {background-repeat:no-repeat; background-position:center; background-position:top}
.center_proj_flash {padding-top: 38px; }
.splash_bg_protocal {background-repeat:no-repeat; background-position:center; background-position:top background-color: #010206;}
.trailermargin {padding-top: 150px; padding-bottom: 150px;}

.rewrite {color: #FFFF00;}

.info_box {
	width:100%; 
	position:absolute-bottom;
	 
	text-align:center;
	margin-top: 14px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height: 23px;
	text-align:left;	
}

/*
Embed Movie Player (Quicktime)
******************************

<object width="160" height="144"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="Example.mov">
<param name="autoplay" value="true">
<param name="controller" value="false">

<embed src="sample.mov" width="160" height="144"
autoplay="true" controller="false"
pluginspage="http://www.apple.com/quicktime/download/">
</embed>

</object>*/