@import 'content.css';
@import 'form.css';

.inside_left
{
	padding : 0 8px 0 0;
	text-align : justify;
}
.inside
{
	padding : 0 8px;
}
.clear 
{
	clear : both;
}
a img, img
{
	border : none;
}
a.txn_link
{
	text-decoration : none;
	display : block;
/*	color : #33A;*/
	padding-bottom : 5px;
}
a.txn_link:hover
{
	color : #090;
}


html, body {
	/* Required */
	height : 100%;
	margin : 0;
	padding : 0;
	text-align : center;
}

body
{
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

div#page
{
	position : relative;
	width : 758px;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	text-align : center;
	font-size : 12px;
	z-index : 3;
	background-image : url(../images/content_bg.gif);
	background-repeat : repeat-y;
}

div#content_wrapper
{
	position : relative;
	left : -2px; /* to compensate for right side shadow */
	width : 740px;
	padding-bottom : 76px;
	padding-top : 236px;
	text-align : left;
	margin : 0 auto;
	z-index : 10;
}

div#content_wrapper:after {
	clear : both;
	content : ".";
	display : block;
	font : 1px/0px serif;
	height : 0;
	visibility : hidden;
}


div#footer
{
	position : relative;
	width : 100%;
	height : 66px;
	margin-top : -66px;
	font-size : 11px;
	text-align : center;
	background-color : #FFF;
	z-index : 4;
}
div#footer_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	background : url(../images/footer.png) no-repeat;
}
div#footer ul
{
	list-style : none;
	margin : 0;
	padding : 0;
}
div#footer ul li
{
	display : inline;
	padding : 0 5px;
}
div#footer ul li a
{
	text-decoration : none;
	color : #0C7389;
}
div#footer ul li a:hover
{
	text-decoration : underline;
}


/*
div#footer_nav
{
	position : absolute;
	top : 30px;
	color : #555;
	text-align : center;
	width : 100%;
}
*/
div#footer a
{
	padding : 0 5px;
}

div#footer_left
{
	position : absolute;
	top : 15px;
	left : 5px;
	width : 750px;
	text-align : left;
	line-height : 20px;
	color : #555;
	z-index : 2;
}
div#footer_left a.signature
{
	color : #BBB;
	float: right;
}
div#footer_left a.signature:hover
{
	text-decoration : none;
	color : #555;
}

div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 207px;
	text-align : center;
	z-index : 4;
}
div#header_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	background : url(../images/header_bg.gif) repeat-x 2px 0;	
	z-index : 3;
}
div#header_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%;
	background : url(../images/header_bg.gif) repeat-x;
	z-index : 2;
}
div#header_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
	background : url(../images/public_header_right.gif) no-repeat 179px 0;
	z-index : 4;
}
div#logo
{
	position : absolute;
	top : 5px;
	left : 100px;
	z-index : 20;
}
img#ssi_logo
{
	position : absolute;
	top : 80px;
	left : 80px;
	z-index : 2;
}
img#logo_accredited
{
	position : absolute;
	top : 80px;
	left : 290px;
	z-index : 2;
}
img#logo_eco
{
	position : absolute;
	top : 90px;
	left : 10px;
	/*left : 375px;*/
	z-index : 2;
}
div#header_img_left
{
	position : absolute;
	top : 0;
	left : 0;
	z-index : 10;
}
img#header_img_right
{
	position : absolute;
	top : 0;
	left : 179px;
	z-index : 1;
}


div#nav
{
	position : absolute;
	top : 187px;
	left : 0;
	width : 100%;
	height : 45px;
	text-align : center;
/*	background : #FFF;  */
	z-index : 5;
}
div#nav_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	background : #FFF;
	z-index : 1;
}
div#content_top{
	position : absolute;
	left : 0;
	bottom : -1px;
	width : 100%;
	height : 12px;
	z-index : 1;
}




/* ruthsarian column layout stuff */

/* standard 2 col - narrow left, wide right */
div.outer_container_2a
{
	margin-left : 180px;
}
div.inner_container_2a
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2a, div.left_column_2a
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2a
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
div.left_column_2a
{
	float: left;
	margin: 0 1px 0 -180px;
	width: 180px;
	z-index: 4;
}


/*  2 col - wide left, narrow right */
div.outer_container_2b
{
	margin-right : 240px;
}
div.inner_container_2b
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2b, div.left_column_2b
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2b
{
	float: right;
	margin: 0 -240px 0 1px;
	width: 240px;
	z-index: 4;
}
div.left_column_2b
{
	float: left;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 3;
}

/*  2 col - equal left and right */
div.outer_container_2c
{
	margin-right : 370px;
}
div.inner_container_2c
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2c, div.left_column_2c
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2c
{
	float: right;
	margin: 0 -370px 0 1px;
	width: 365px;
	z-index: 5;
}
div.left_column_2c
{
	float: left;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 4;
}

/*  2 col - equal left and right - for slightly narrower content (approx 700px) */
div.outer_container_2d
{
	margin-right : 350px;
}
div.inner_container_2d
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2d, div.left_column_2d
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2d
{
	float: right;
	margin: 0 -350px 0 1px;
	width: 345px;
	z-index: 5;
}
div.left_column_2d
{
	float: left;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 4;
}


/*  3 col - narrow left and right */
div.outer_container_3a
{
	margin-left : 180px;
	margin-right : 180px;
	position : relative;
}
div.inner_container_3a
{
	width: 100%;
	z-index: 1;	
	position : relative;

	/* use this when column borders are required */
	/*
	border-style : solid ;
	border-color : #000;
	border-width : 0 1px;
	margin : 0 -1px;
	*/
}
div.inner_wrap_3a
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}

div.right_column_3a, div.left_column_3a,div.middle_column_3a,div.inner_wrap_3a
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.middle_column_3a
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 3;
}

div.right_column_3a
{
	float: right;
	margin: 0 -180px 0 1px;
	width: 180px;
	z-index: 5;
}
div.left_column_3a
{
	float: left;
	margin: 0 1px 0 -180px;
	width: 180px;
	z-index: 4;
}


/*  3 col - all columns equal */
div.outer_container_3b
{
	margin-left : 240px;
	margin-right : 240px;
	position : relative;
}
div.inner_container_3b
{
	width: 100%;
	z-index: 1;	
	position : relative;

	/* use this when column borders are required */
	/*
	border-style : solid ;
	border-color : #000;
	border-width : 0 1px;
	margin : 0 -1px;
	*/
}
div.inner_wrap_3b
{
	float: left;
	margin: 0 -1px 0 0px;
	width: 100%;
	z-index: 3;
}

div.right_column_3b, div.left_column_3b,div.middle_column_3b,div.inner_wrap_3b
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.middle_column_3b
{
	float: right;
	margin: 0 0 0 1px ;
	width: 100%;
	z-index: 3;
}
div.middle_column_3b .inside
{
	padding-left : 10px;
	padding-right : 10px;
}
div.right_column_3b
{
	float: right;
	margin: 0 -240px 0 1px;
	width: 240px;
	z-index: 5;
}
div.left_column_3b
{
	float: left;
	margin: 0 1px 0 -240px;
	width: 240px;
	z-index: 4;
}












