
/* RESET */

* {
	margin : 0;
	padding : 0;
}
form label {
	cursor : pointer;
}
fieldset {
	border : none;
}
input,select,textarea {
	font-size : 100%;
}

/* GLOBAL */

body {
	font : normal 12px/16px 'Trebuchet MS',Tahoma,Arial,Helvetica,Sans;
	text-align : center;
	color : #000;
	background : #fff;
}
h1 {
	display : none;
}
h2 {
	font-size : 32px;
	font-weight : normal;
	line-height : 32px;
	color : #015185;
}
h3 {
	font-size : 13px;
	font-weight : normal;
	color : #0072bc;
}
p {
	padding-bottom : 18px;
}
ul,ol {
	padding : 0 0 18px 28px;
}
ul li,ol li {
	padding : 4px 0;
}
a:link,a:visited {
	color : #015185;
}
a:hover,a:active,a:focus {
	color : #000;
}

/* STRUCTURE */

#header {
	width : 716px;
	text-align : right;
	padding : 15px 0 50px 0;
	margin : 0 auto;
	margin-top : 20px;
	background : url( ../img/header_bg.gif ) no-repeat top left;
}
#container {
	width : 505px;
	margin : 0 auto;
	text-align : left;
	padding : 36px 0 66px 211px;
}
#index #container {
	width : 716px;
	padding-left : 0;
}
#footer {
	width : 716px;
	text-align : left;
	margin : 0 auto;
	padding-top : 6px;
	border-top : 1px solid #eae3dc;
}

/* NAVIGATION */

#navigation {
	position : relative;
	list-style : none;
}
#navigation li {
	display : inline;
	font-size : 13px;
	padding : 0 8px 0 6px;
	border-right : 1px solid #000;
}
#navigation li:hover ul,
#navigation li.sfhover ul {
	display : block;
}
#navigation #nav_contact,
#navigation #sub_options,
#navigation #sub_video,
#navigation #sub_people,
#navigation #sub_objectives {
	border : none;
	padding-right : 0;
}
#navigation li a:link,#navigation li a:visited {
	text-decoration : none;
	color : #000;
}
#navigation li a:hover,#navigation li a:active,#navigation li a:focus,
#navigation li:hover a:link,#navigation li:hover a:visited {
	color : #015185;
}
#navigation li ul {
	display : none;
	position : absolute;
	right : 0;
	top : 14px;
	width : 100%;
	padding : 16px 0;
}
#navigation li ul li a:hover,#navigation li ul li a:active {
	color : #fff !important;
	background : #015185;
}

/* FOOTER */
#footer {
	font-size : 11px;
}
#footer ul {
	float : left;
	width : 75%;
	list-style : none;
}
#footer ul li {
	display : inline;
	padding : 0 4px 0 2px;
	border-right : 1px solid #000;
}
#footer ul li.last {
	border : none;
}
#footer p {
	float : right;
	width : 15%;
	text-align : right;
}

/* CONTACT */

#contact_form p {
	clear : left;
	padding-top : 8px;
}
#contact_form label {
	display : block;
	width : 100px;
	float : left;
}
#contact_form textarea {
	width : 250px;
	height : 150px;
}
#contact_form #submit {
	padding-left : 100px;
}
#contact_form .document_p label {
	display : inline;
	width : auto;
	float : none;
	padding-left : 10px;
}

/* MISC */

#index_photo {
	float : left;
	margin-right : 20px;
}
.image {
	text-align : center;
}
.image p {
	font-size : 10px;
}
.align_left {
	float : left;
	margin-right : 10px;
}
