/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	background-color:#035089 ;
	font:normal 13px "ff-meta-web-pro", trebuchet MS, arial, sans-serif;
}
ol, ul {
	list-style: none;
}
p, ul li, ol li { line-height:18px;}
b, strong { font-weight:bold; }
i { font-style:italic}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables */
 table th { text-align:left; padding:12px 8px 5px; font-size:13px; font-weight:bold; }
 table td { padding:12px 8px 5px; font:normal 12px Arial, Helvetica, sans-serif; border:solid 1px #ccc;}


#container { margin:0 auto; width:820px;  color:#184173; }


/* HEADER
----------------------------------------
*/
header { padding:10px 0;}
header .primary { float:left; width:230px;}
header .primary ul li {border-bottom:solid 1px #046897;}
header .primary ul li a { color:#fff; font-size:14px; border-bottom:solid 1px #073d59; display:block; padding:5px 15px;}
header .primary ul li a:hover { color:#f7b918; }
header .corporate { float:right; width:390px; }
header .corporate .logo { display:block; width:200px; margin-left:240px; margin-top:20px}
header .corporate .logo span {display:none;}
header .corporate nav { float:right;  padding-top:15px;}
header .corporate nav ul li { display:block; float:left; color:#fff; padding:10px 0 0 30px}
header .corporate nav ul li a { color:#fff;}
header .corporate nav ul li a:hover {color:#f7b918; }

/* HOME PAGE
----------------------------------------
*/
#slider { background:#fff; position:relative; }
#slider article { padding:10px;}
#slider article .push { float:left; width:305px; padding:10px}
#slider article .push > a { color:#ED1650;}
#slider article h2 { text-transform:uppercase; font-weight:bold; font-size:28px; color:#184173; line-height:1; margin-bottom:20px;}
#slider article h2 a { color:#184173; }
#slider article ul { list-style:circle; margin-left:20px;}
#slider figure {float:left; margin-right:10px;}

.bx-next, .bx-prev { background-image:url(../img/bx_buttons.gif); background-repeat:no-repeat; position:absolute; color:#fff; width:27px; height:54px; text-indent:-9000px}
.bx-prev { left:-40px; top:120px; background-position:0 0; display:block;  }
.bx-next { right:-40px; top:120px; background-position:-27px 0; display:block;}

/* PAGE
----------------------------------------
*/
#page { background:#fff; position:relative; }
#page article { padding:10px;}
#page article h2 { text-transform:uppercase; font-weight:bold; font-size:28px; color:#184173; line-height:1; margin:10px 0 20px;}
#page article p { margin-bottom:8px;}
#page article ul { list-style:circle; margin-left:20px;margin-bottom:8px;}
#page article a, #page a {color:#ED1650;}

#page .images { float:left; width:460px; margin-right:20px;}
#page .text { float:left; width:320px; height:298px; overflow: auto; }
#page nav.sub_nav ul {list-style:none; }


/* FORM
----------------------------------------
*/
#contact_form input[type="text"] { width:280px; margin-bottom:15px; font:normal 13px "ff-meta-web-pro", trebuchet MS, arial, sans-serif; line-height:18px;}
#contact_form textarea { width:280px; height:200px; margin-bottom:15px; font:normal 13px "ff-meta-web-pro", trebuchet MS, arial, sans-serif; line-height:18px;}
#contact_form input[type="submit"] { width:100px; background:#ED1651; padding:3px 8px; color:#fff; border:none;}

/* FOOTER
----------------------------------------
*/
footer { background:url(../img/footer.jpg) bottom center no-repeat; height:457px; color:#fff;}
footer div { width:800px; margin:20px auto ;}

/* GENERIC CLASSES
----------------------------------------
*/
.clearfix:after {	visibility: hidden;	display: block;	font-size: 0; content: " ";	clear: both; height: 0;	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.big_text { font-size:28px; font-weight:bold; }











































