.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* CSS Document */
/**************************************************/	
/* LAYOUT CLASSES */
/**************************************************/	

html, body {
	height: 100%;
}
body {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
	background-color: #607BB5;
	background-image: url(img/design/bss-bg.jpg);
	background-repeat: repeat-x; 
	background-position: top;
	background-attachment: fixed;
}

#container_page {
	position: relative;
	z-index: 3;
	margin: 0 auto;
	width: 800px;
	min-width: 800px;
	text-align: left;
}
#container_content {
	position: relative;
	z-index: 5;
	width: 796px;
	background-color: #6680B8;
	border-right: solid 2px white;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	margin-bottom: 30px;
}
#wrapper_header {
	position: relative;
	z-index: 20;
	height: 140px;
	width: 792px;
	text-align: right;
	background-image: url(img/design/bg_header.jpg);
	background-repeat: repeat;
	background-color: #D9DDE9;
	border-left: solid 2px #607BB5;
	border-right: solid 2px #607BB5;
}
#wrapper_logo {
	position: absolute;
	z-index: 2;
	left: -80px;
	top: -2px;
	width: 292px;
	height: 127px;
}
#wrapper_menu {
	position: relative;
	float: right;
	z-index: 1;
	width: 560px;
	height: 30px;
	top: 24px;
	text-align: left;
	border: solid 0px red;
}

#wrapper_submenu {
	position: relative;
	top: 0px;
	float: right;
	clear: both;
	margin-right: 46px;
	margin-top: 10px;
	text-align: left;
	border: solid 0px red;
}

#wrapper_content {
	position: relative;
	width: 764px;
	padding: 12px 12px 12px 12px;
	border: solid 4px #607BB5;
	text-align: left;
	z-index: 10;
	background-color: white /* #607BB5*/;
	border-bottom: dotted 1px #98A8C3;
}
#wrapper_body
{
	position: relative;
	text-align: left;
	background-color: white; /*#607BB5;*/
}

#wrapper_footer {
	position: relative;
	z-index: 12;
	clear: both;
	padding-top: 10px;
	background-color: #6680B8;
	text-align: center;
}

/**************************************************/	
/* SPLASH CONTENT CLASSES */
/**************************************************/	
.HomeContainer {
	width: 750px;
	position: relative;
}
	
.HomeLeft {
	position: relative;
	float: left; 
	margin-top: 35px;
	width: 450px; 
	border: solid 0px red;
	text-align: center;
}
.HomeRight {
	position: relative;
	margin-top: 40px;
	float: right; 
	width: 250px;
	border: solid 0px green;
}

#flashcontent {
	border: solid 1px white;
	width: 400px;
}

/**************************************************/	
/* CHILD CONTENT CLASSES */
/**************************************************/	
div.Column1
{
	float: left;
	width: 360px;
	padding-right: 20px;
	margin-right: 20px;
	padding-left: 10px;
	text-align: left;
	border-right: dotted 1px #98A8C3;
	padding-bottom: 40px;
}
div.Column1 .image_right
{
	float: right;
	margin: 0px -10px 6px 6px;
	border: solid 1px #98A8C3;
}
div.Column1 .image_left
{
	float: left;
	margin: 0px 10px 6px -10px;
	border: solid 1px #98A8C3;
}

div.Column2
{
	float: left;
	width: 340px;
	overflow: visible;
	text-align: left;
	padding-bottom: 40px;
	padding-left: 6px;
}

div.Column2 .image_left
{
	float: left;
	margin: 0 0 6px -15px;
	border: solid 1px #98A8C3;
}

div.Column2 .image_right
{
	float: right;
	position: relative;
	display: block;
	margin: 10px -40px 6px 6px;
	border: solid 1px #98A8C3;
}

.image_normal
{
	border: solid 1px #98A8C3;
}	

	
	
/*****************************************************/
/* PRINT ELEMENTS */
/*****************************************************/
#logo_print { display: none;}
