/* FRENCHPASS.CSS */

/* Global Reset */

* {
	margin: 0;
	padding: 0;
}

/* Typography */

body {
	background: #98A026;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

h1, h2, h3, h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

h2 {
	font-size: 2em;
	margin-bottom: .75em;
}

ol, ul, p {
	margin-bottom: 1.5em;
}

ol, ul {
	padding-left: 2em;
}

a {
	color: #03C;
	text-decoration: underline;
}

a:hover, a:active, a:hover {
	text-decoration: none;
}

a img, img.left, img.right {
	border: 1px solid #CCC;
	background: #F0F0F0;
	padding: 4px;
}

a:hover img, a:active img, a:focus img {
	border-color: #03C;
}

address {
	font-style: normal;
}

/* Container */

.containerwrap {
	background: #FFF;
	width: 960px;
	margin: auto;
	text-align: left;
}

#container {
	padding: 0 10px;
}

/* Header */

.headerwrap {
	background: #333 url(../images/corner-bl.gif) no-repeat 0 100%;
	color: #FFF;
}

#header {
	background: url(../images/corner-br.gif) no-repeat 100% 100%;
	padding: 10px 20px 0;
}

#header h1 {
	margin-bottom: 15px;
}

#header h1 a {
	font-size: 2em;
	line-height: 1em;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

#header h1 a:hover, #header h1 a:active, #header h1 a:focus {
	text-decoration: underline;
}

#header h1 em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 1.25em;
}

#header h1 span {
	position: absolute;
	left: -9999px;
}

#nav {
	font-size: 1.4em;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin-right: 5px;
}

#nav a {
	display: block;
	border: 1px solid #666;
	background: #000;
	border-bottom: 0;
	color: #FFF;
	text-decoration: none;
	padding: 4px 8px;
}

#nav a:hover, #nav a:active, #nav a:focus {
	border-color: #FFF;
	text-decoration: underline;
}

#nav .current a {
	border-color: #FFF;
	background: #FFF;
	color: #000;
}

/* Content */

#content {
	font-size: 1.4em;
	padding: 10px 0;
}

#content h2 {
	border-bottom: 1px solid #333;
	padding: 0 20px;
	margin-bottom: 20px;
}

.section {
	padding: 0 20px;
}

.header {
	display: block;
	padding: 9px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.small {
	font-size: .5em;
}


/* Footer */

.footerwrap {
	background: #333 url(../images/corner-tl.gif) no-repeat 0 0;
	color: #FFF;
}

#footer {
	background: url(../images/corner-tr.gif) no-repeat 100% 0;
	padding: 10px 20px;
}

#footer p {
	margin-bottom: 0;
}

#footer a {
	color: #FFF;
}

#footer #top {
	float: right;
}

/* Form */

fieldset {
	border: 1px solid #CCC;
	padding: 9px 9px 0;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	padding: 0 5px;
	color: #333;
}

form br {
	clear: left;
}

.leftcol {
	width: 12.5em;
	background: #F0F0F0;
	padding: 0 .25em;
	border-left: 2px solid #CCC;
	margin-right: .5em;
}

.middlecol {
	float: left;
	margin-bottom: .75em;
}

form label, .details {
	float: left;
	margin: 0 .25em .75em 0;
}

.inputbox, select, textarea, .button {
	float: left;
	margin: 0 .75em .75em 0;
	border: 1px solid #CCC;
	padding: 2px;
}

.button {
	float: none;
	background: #F0F0F0;
}

.button:hover, .button:focus {
	border-color: #000;
	background: #CCC;
}

.checkbox {
	float: left;
	margin: .25em .75em .5em 0;
}

.inputbox:hover, .inputbox:focus,
select:hover, select:focus,
textarea:hover, textarea:focus {
	border-color: #333;
}

.details {
	font-size: .85em;
}

/* Clearfix */

/* Float Clearing for IE6 */
* html #nav,
* html .middlecol,
* html .section
{
	height: 1%;
	overflow: visible;
}

/* Float Clearing for IE7 */
*+html #nav,
*+html .middlecol,
*+html .section
{
	min-height: 1%;
}

/* Float Clearing for Everyone Else */
#nav:after,
.middlecol:after,
.section:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Firefox Scrollbar Hack */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* TinyMCE Editor */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 14px;
}

/* TinyMCE Image Alignment */

.left {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
iframe {height:300px;
	width:300px;
	float: left;
	margin-right: 20px;
}