@charset "utf-8";

/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/* html */
body {
	text-align: center;
	font: 90% "Lucida Grande",verdana,arial,helvetica,sans-serif;
	background: #F0F0F2;
	color: #282828;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #C12727;
	color: #123052;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #275390;
}

p {
	padding-bottom: 15px;
	line-height: 1.4em;
}

address {
	font-style: italic;
	padding-left: 15px;
}

small {
	color: #888;
	font: 0.8em;
}

strong {
	font-weight: bold;
}

/* #container */
#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
} 

/* #contact */
#contact {}

/* #header */
#header {
	border-top: 3px solid #08213C;
	background-color: #123052;
	height: 90px;
}

.logo {
	margin: 17px 0 0 30px;
}

/* #nav */
#nav {
	background: #34609D;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 30px;
	width: 740px;
}

#nav li {
	float: left;
	font
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	*font-size:.12px;
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited {
	background: #34609D;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:normal;
}

#nav a:hover, #nav a:active {
	background: #275390;
	color: #fff;
	padding-bottom: 10px;
}   


/* #photo & .photo(n) */
#photo {
	border-top: 2px solid #123052;
	border-bottom: 2px solid #a5a5a5;
	background-color: #C5D2E4;
	height: 220px;
}

.photo-home { background-image: url(images/production-home.jpg); }
.photo-services { background-image: url(images/production-services.jpg); }
.photo-agents { background-image: url(images/production-agents.jpg); }
.photo-ground { background-image: url(images/production-ground.jpg); }
.photo-contact { background-image: url(images/production-contact.jpg); }

/* #content */
#content {
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 1.1em;
}



/* .primary */
.primary {
	float:left;
	width:55%;
	*width: 50%;	
	margin-left: 30px;
	*margin-left: 20px;
}


.primary a:link, .primary a:visited {
	text-decoration: none;
	color: #C12727;
	border-bottom: 1px dotted #C12727;
}

.primary a:active, .primary a:hover {
	color: maroon;
	border-bottom: 1px dotted maroon;
	background: #eee;
}

.primary ul {
	list-style: none;
	padding-left: 10px;
	padding-bottom: 10px;
}

.primary ul li {
	background: url(images/bullet.gif) no-repeat 0 4px;
	padding-left: 17px;
	padding-bottom: 5px;
}

.primary ul li.email { 
	background: url(images/email.gif) no-repeat 0 4px; 
	padding-top: 3px;
	padding-left: 26px;
	padding-bottom: 7px;
}

.primary ul li.telephone { 
	background: url(images/telephone.gif) no-repeat 0 4px; 
	padding-top: 3px;
	padding-left: 26px;
	padding-bottom: 7px;
}

.primary ul li.fax { 
	background: url(images/fax.gif) no-repeat 0 4px; 
	padding-top: 3px;
	padding-left: 26px;
	padding-bottom: 7px;
}

/* .secondary */
.secondary {
	float:right;
	width:30%;
	margin-right: 30px;
	padding-top: 40px;
}

.secondary img {
	border: 5px solid #ddd;
	margin-right: 5px;
	margin-bottom: 10px;
}

.secondary th, .secondary td {
	vertical-align: top;
	text-align: left;
	font-size: 0.8em;
}

.secondary td {
	padding-top: 15px;
	color: #888;
}


/* .information */
.information {
	margin: 10px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #e1f0f9;
	border: 2px solid #7093b4;
}
.information p {
	font-size: .8em;
	margin: 0;
	padding: 0;
}



/* #footer */
#footer {
	background: #E2E2E2;
	color: #666;
	padding: 20px 30px;
	font-size: 0.8em;
	margin-bottom: 30px;
}

#footer p {
	padding: 0;
}

