@charset "UTF-8";
/* CSS Document */

BODY {
line-height:1.6; 
font-size:75%;

font-family:Myriad Pro, Tahoma, Arial;
font-family:"Myriad Pro", Tahoma, Verdana, Arial;
color:#333;
background-color:#999999;
padding:0px;


}

P {
line-height:1.5em;
margin-top:0px;
margin-bottom:1em;
}

TD {
	line-height:1.6; 
}

#master_container {
	margin-left:5%;
	margin-right:5%;
	margin-top:25px;
}

#layout_topshadow {
	background-image:url(/images/layout/bbt.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
}

#layout_bottomshadow {
	background-image:url(/images/layout/bbb.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
	
}

#layout_centrecontainer {
/* contains the shadows left and right and the main body */
}

#layout_centrecontainer_topslice {
	background-image:url(../images/layout/sophiabanner.png);
	background-position:left;
	background-repeat:no-repeat;
	height:87px;
	background-color:#dcdcdc;
	width:100%;
}

#layout_leftmenu {
	background-color:#3ca;
	width:176px;
	background-image:url(/images/layout/manu-vert-bg.png);
	background-repeat:repeat-x;
	min-height:450px;
	vertical-align:top
}

#layout_content {
vertical-align:top;
padding:0px;
margin:0px;
background-repeat:no-repeat;
background-position:top right;
}

/*___________________________________________*/
#layout_singlecolumn {
	vertical-align:top;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	background-position:top right;
}

	#contentpadder {
		padding:15px;
		background-image:url(/images/home-bg.jpg);
		background-repeat:no-repeat;
		background-position:0px 15px;
	}
/*___________________________________________*/
#layout_2column_left {
	padding:15px;
	background-image:url(/images/home-bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 15px;
	vertical-align:top;
}

#layout_2column_right {
	vertical-align:top;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:90px;
	padding-right:15px;
	text-align:right;
}
/*___________________________________________*/

#layout_leftshadow {
	background-image:url(/images/layout/bml.png);
	background-repeat:repeat-y;
	width:10px;
}



#layout_mainbody {
	background-color:#FFFFFF;
}

#layout_rightshadow {
	background-image:url(/images/layout/bmr.png);
	background-repeat:repeat-y;
	width:10px;
}

/*#layout_pageicon {
	float:right;
	position:absolute;
	margin-right:10px;
	margin-left:500px;
}*/





/*#bbtl {
float:left;
height:10px;
width:50px;
background-image:url(/images/layout/bbtl.png);

}

#bbt {
float:left;
height:10px;
width:100%;

}

#bbtr {
float:right;
height:10px;
width:50px;
background-image:url(/images/layout/bbtr.png);

}
*/

h1 {
font-size:16pt;
background:url(/images/layout/h1_underline.png);
background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:4px;
margin-bottom:0.3em;
margin-top:10px;
color:#E82427;
font-style:normal;
font-weight:lighter;


}

h2 {
font-size:13pt;
padding:0px;
margin-top:5px;
margin-bottom:0.2em;
color:#E82427;
font-style:normal;
font-weight:lighter;


}

a {color:#E82427;text-decoration:none;}

a:hover {text-decoration:underline;}

.rightfloat {
float:right;
margin-top:0px;
margin-left:10px;
margin-bottom:10px;

}

.leftfloat {
float:left;
margin-top:0px;
margin-left:0px;
margin-bottom:10px;
margin-right:10px;

}

ol {
margin:0px;
margin-bottom:1em;
padding:0px;
margin-left:10px;
}

ol li {
margin-left:15px;
padding-left:5px;
background:url(/images/layout/h1_underline.png);
background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:5px;
margin-bottom:5px;

}

ul {
padding-left:0px;

}

ul li {
list-style:none;
background-image:url(/images/ribbon.png);
background-repeat:no-repeat;
padding-left:40px;
min-height:28px;

}

hr {
padding:0px;
margin:0px;
background:none;
background-image:none;
color:#FFFFFF;
border:none;
border-bottom:#ccc 1px solid;
margin-top:3px;
margin-bottom:9px;
}

form {

}

fieldset {

width:270px;
background-image:url(/images/home-bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	padding-left:10px;
}

fieldset legend {
margin-top:40px;
color:#E82427;
font-style:normal;
font-weight:lighter;
font-size:13pt;
}

.contactform {
margin-left:3px;
}

.errormessage {
color:#FF0000;
font-weight:bold;
}

.contactform tr td {
padding-top:3px;
}

