/*html, body {
	height: 100%;
}*/

html {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	line-height: 1.50em;
	color: #000000;
	background-color: #FFFFFF;
	/*height: 100%;*/
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 150%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #000000; }
h2 { font-size: 130%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #000000; }
h3 { font-size: 110%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #000000; }
h4 { font-size: 100%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #000000; }
hr { width: 100%; border: 0; color: #DCDCDC; background-color: #DCDCDC; height: 1px; margin-top: 15px; margin-bottom: 15px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: none; outline: none; color: #003399; }
a:hover { text-decoration: underline; outline: none; color: #003399; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }


/* content formatting containers ******************************************** */
#outer_container {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

#top_container {
	position: relative;
	margin: 10px 0 10px 0;
}

#top_menu_container {
	position: relative;
	border: 1px dashed #000000;
	top: 15px;
}

#main_container {
	position: relative;
	/*background-color: #EFEFEF;*/
	background-image:url('/site/bris/images/static/main_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	/*background-color: #FCFCFC;*/
	background-color: #FEFEFE;
}

#main_inner_container {
	width: 930px;
	position: relative;
	margin: 0 auto;
}

#content_container {
	position: relative;
	width: 100%;
	margin-top: 30px;

}

#default01 {
	position: relative;
	float: left;
	width: 555px;
	left: 15px;
}

#default02 {
	position: relative;
	float: right;
	width: 285px;
	right: 15px;
}

#default02 h1 {
	color: #888888;
	font-style: italic;
}









/* top menu */
#top_menu {
	width: 905px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	line-height: 35px;
	padding:0;
	margin: 0 0 0 10px;
	white-space:nowrap;
	list-style-type:none;
}

#top_menu li { display:inline; }

#top_menu li a {
	color: #000000;
	text-transform: uppercase;
	font-size: 100%;
	text-decoration: none;
	margin-left: 0.2em;
	margin-right: 4.0em;
	padding: 1px;
	outline: none;
}

#top_menu li a:hover {
	color: #003399;
	text-decoration: none;
	outline: none;
}

#top_menu li a.current {
	color: #003399;
	text-decoration: none;
	outline: none;
}



/* sub menu */
#sub_menu {
	width: 905px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 35px;
	padding:0;
	margin: 0 0 0 10px;
	white-space:nowrap;
	list-style-type:none;
	border-top: 1px dashed #000000;
}

#sub_menu li { display:inline; }

#sub_menu li a {
	color: #000000;
	text-transform: uppercase;
	font-size: 100%;
	text-decoration: none;
	margin-left: 0.2em;
	margin-right: 4.0em;
	padding: 1px;
	outline: none;
}

#sub_menu li a:hover {
	color: #003399;
	text-decoration: none;
	outline: none;
}

#sub_menu li a.current {
	color: #003399;
	text-decoration: none;
	outline: none;
}
















/* left navigation */
#left_menu {
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #003399;
	margin-bottom: 20px;
}

#left_menu li {
	list-style: none;
}

#left_menu ul li {
}

#left_menu ul li.last {
	border-bottom: hidden;
}

/* level 1 */
#left_menu a {
	color: #003399;
	text-decoration: none;
	outline: none;
	font-style: italic;

}

/* all levels */
#left_menu li a.current {
	color: #003399;
	text-decoration: none;
}

#left_menu li a.current:hover {
	color: #003399;
	text-decoration: underline;
	background-color: transparent;
}

#left_menu li a:hover {
	color: #003399;
	text-decoration: underline;
	background-color: transparent;
}


.flag {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#contact_form {
	width: 350px;
	margin-bottom: 25px;
}

.form_pair {
	margin-bottom: 10px;
}


.form_label {
	position: relative;
	float: left;
	width: 85px;
	line-height: 23px;
}

.form_item {
	position: relative;
	float: left;
	width: 150px;
}

.form_item_narrow {
	position: relative;
	float: right;
	width: 175px;
}

div.missing, span.missing {
	color: #FF0000;
}

#footer {
	font-size: 75%;
	position: relative;
	color: #cccccc;
	margin-bottom: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #9a9a9a;
	text-decoration: none;
}
