/* Copyright 2010, Canadair-Regional-Jet.com. All Rights Reserved. */

html, body {
	height:100%;
	min-height:100%;
	text-align:center;
	background:#30546B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin-top:0;
	margin-bottom: -1.2em;
		}

		h1 { 
			font-size: 16px;
			font-weight: bold;
			} 

		h2 { 
			font-size: 14px;
			font-weight: bold; 
			}

		.main_text {
			text-align: left;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			}
			
		a:link {
			color:#000000;
			text-decoration: none;
			}
		a:visited {
			color:#000000;
			text-decoration: none;
			}
		a:hover {
			color:#000000;
			text-decoration: underline;	
			}
		a:active {
			color:#000000;
			text-decoration: none;
			}
				
	#container {
	    background:#fff url(images/site/bg3.gif);
		width:800px;
	    margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
	
	#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		}

	#contentheader {
		background-image: url(images/site/canadair-regional-jet.jpg);
		background-repeat: no-repeat;
		background-position: right;
		height:473px;
		width:760px;
		}

	#page_title_bar {
		position:relative;
		float:left;
		width:750px;
		height:130px;
		padding: 5px;
		}
		
	#content_wide {
		float:left;
		width:450px;
		padding:20px 5px 5px 5px;
		text-align: left;
		}
		
	#logo {
	position:relative;
	float:right;
	width:277px;
	height:160px;
		}
		
	#prefooter {
  		clear:both;
		text-align:center;
		padding: 30px 0 5px 0;
		}

	#contentfooter {
		text-align:center;
		padding:5px;
		background: #5B6D71;
  		height: 20px;
		}

		.small {
			color: #fff;
			font-size: 10px;
			font-weight:bold;
			line-height: 2em;
			}
			
		.form_header {
			text-align: left;
			font-weight: bold;
			font-size: 12px;
			}
			
		.form_small {
			color: #000000;
			font-size: 9px;
			}
			
		#nav {
  			list-style: none;
  			margin: 0;
  			padding:  0;
			}
			
		#nav li {
  			border-bottom: 1px solid #CCC;
  			padding: 0.4em 0 0.2em 0;
  			font-size:  90%;
			}
			
		#nav li a:link, #nav li a:visited {
  			text-decoration: none;
  			color: #000000;
  			font-weight: normal;
			}
			
		#box_header {
			position:relative;
			float:right;
			margin-right: 30px;
			width:200px;
			text-align: center;
			height: 15px;
			padding: 5px;
			border: solid;
			border-width: thin;
			border-color: #CCCCCC;
			background-color: #CCCCCC;
			}
			
		#box {
			float:right;
			margin-right: 30px;
			height:80px;
			width:200px;
			text-align: left;
			padding: 10px 5px 5px 5px;
			border: solid;
			border-width: thin;
			border-color: #CCCCCC;
			background-color: #EAEAEA;
			}
		
		#btn {
			text-align: right;
			}
			
		 .form_button {
			margin-left: 140px;
			color: #000000;
			font-size: 9px;
			 }