.clear
{
	clear: both;
	width: 600px;
}

a
{
	color: #143d70;
	outline: none;
	text-decoration: none;
	border: 0;
}

a:link, a:visited
{
	color: #143d70;
	border: 0px;
}

a:hover, a:active
{
	color: #143d70;
}


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #143d70;
	margin:0; 
	padding:0; 
	height:100%
}


p {

}

h1 {
	color: #143d70;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial;
	clear: both;
	text-align: center;
}



h3 {
	font-size: 17px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
}

.blue
{	
	color: #143d70;
}


.red
{
	color: red;
}

#wrapper
{
	height: 100%;
	background: white;
	margin: 0 auto;
	width: 970px;
	padding: 5px;
	border-left: 2px solid black;	
	border-right: 2px solid black;
}

#header
{
	width: 100%;
	height: 115px;
	clear: both;
}

#logo
{
	height: 115px;
	width: 254px;
	float: left;
}

#tag
{
	float: left;
	height: 150px;
	width: 360px;
	padding: 0px;
}

#launch
{
	float: right;
	margin-right: 50px;
}

#leftcolumn
{ 
	width: 180px;
	float: left;
	margin-bottom: 20px;
	padding-top: 10px;
}

#content
{
	padding-top: 10px;
	width: 570px;
	float: left;
	padding-bottom: 10px;
	margin-left: 20px;
}

#content ul
{
	padding-left: 20px;
}

#content ul li
{
	line-height: 1.6em;
}

#content #movie
{
	padding-top: 10px;
	width: 520px;
}

#content #left
{
	padding-top: 80px;
	width: 160px;
	padding-right: 10px;
	float: left;
}

#content #right
{
	padding-top: 10px;
	width: 400px;
	float: left;
}


#navigation
{
	float: left;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cddaca;
	margin-bottom: 10px;
	padding-left: 20px;
}

#navigation ul {
	padding-left: 0px;
	height: 18px;
	bottom: 10px;
	padding-bottom: 5px;
}
 
#navigation ul li 
{
	font-size: 20px;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navigation ul li:hover
{

}

#navigation ul a
{
	text-decoration: none;
}



#sub_navigation
{
	float: left;
	width: 570px;
	position:relative;
	background: #f7f7f7;
	margin-bottom: 5px;
}

#sub_navigation ul
{
	padding: 0px;
}

.sub_selected
{
	color: #143d70;
	font-weight: bold;
}

#sub_navigation ul li 
{
	padding-left: 20px;
	font-size: 14px;
	display: inline;
	list-style-type: none;
}

#rightcolumn 
{ 
	width: 180px;
	float: right;
	margin-bottom: 20px;
	padding-top: 10px;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.heading
{
	background-color:#EFEFEF; 
	color: #143d70;
}


.box
{
	border-width: 1px;
	border-style: dotted;
	border-color: #143d70;
	
}

#faq
{
	font-size: 15px;
	line-height: 1.5em;	
}

#faq p
{
	line-height: 1.3em;	
	padding: 10px;
	border-left: 2px solid #143d70;
	margin-left:5px;
	margin-bottom: 10px;
}


/* FORM */
#contact
{
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}


#form
{
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 590px;
}

#form input
{
	display: block;
	width: 300px;
	height: 1.7em;
	float: left;
	margin-bottom: 10px;
	border: solid 1px #C8C8C8;
}

#form .error
{
	font-size: 12px;
	float: left;
	text-align: right;
	margin-left: 260px;
}
	
#form label
{
	display: block;
	float: left;
	text-align: right;
	width: 240px;
	padding-right: 20px;
}

#form br 
{
	clear: left;
}

#form textarea
{
	width: 300px;
	height: 150px;
	border: solid 1px #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#form input.inputbutton
{ 
	margin-Left: 260px;
	color:black; 
	background-color:#EFEFEF; 
	border: solid 1px #C8C8C8;
}

.error
{
	color:red;
	font-size:12px;
}

#address
{
	width: 250px;
	float:  left;
	text-align: left;
}

#phone
{
	padding-left: 60px;
	width: 240px;
	float:  left;
}

#footer {
	width: 100%;
	clear: both;
	color: #333;
	margin-top: 10px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cddaca;
	height: 50px;
}

#footer #copy {
	margin-top: 13px;
	float: left;
}

#footer #links {
	text-align: center;
	margin-top: 13px;
	float: right;
}

#flash-movie
{
	padding-top: 20px;
}