@CHARSET "UTF-8";

/*******************************************************************************/
/**************                   GENERAL AREA                  ****************/
/*******************************************************************************/

*{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	color:#666666;
}

html, body {
	height: 100%;
}

body {
	margin:0px;
	background-color: #dfdfdf;
}

a {
	text-decoration:none;
}

a:hover {
	color:#000000;
}

input.text, textarea, select {
width:200px;
}

h1{
	font-size: 16px;
}

/* utility class to hide things for the style-aware users */
.throwup{		
	position:absolute;
	top:-5000px;
	left:-5000px;
}

/*******************************************************************************/
/**************             MAIN BUILDING BLOCKS                ****************/
/*******************************************************************************/

div#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/layout/page_background.gif");
	background-position: right;
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto;
	_height:100%;
	position: relative;
}

div#header{
	background-image: url("/images/layout/header_background.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 260px;
	margin-bottom: -150px;
}

div#homelink{
	position: absolute;
	width: 95px;
	height: 27px;
	top: 49px;
	left: 145px;
}

div#homelink a{
	height: 100%;
	width: 100%;
	display: block;
}
	

div#main{
	padding-bottom: 100px;
}

div#leftarea{
	float: left;
	width: 300px;
}

/* == Contentarea == */
div#contentarea{
	position: relative;
	margin-left: 300px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 600px;
	min-height: 400px;
	_height: 400px;
}

/* == Footer == */
div#footer{
	position: absolute;
	_position: relative; /*stupid fix for ie 6.0*/
	height: 60px;
	bottom: 0px;
	margin-bottom: 50px;
}

div#footer img#logo{
	margin-left: 820px;
	border: none; 
}

div#footer div#footertext{
	width: 100%;
	text-align: center;
}

/* == error messages == */
div#error li {
	color: red;
}



/*******************************************************************************/
/**************               BACKGROUNDER AREA                 ****************/
/*******************************************************************************/

div#contentarea a{
	color: #000000;
	text-decoration: none;
}

div#contentarea a:hover{
	color: 	#ff99cc;
}

div#contentarea h1{
	color: #696969;
	font-weight: normal;
	font-size: 300%;
	font-family: Eurostyle, Arial,Helvetica,Verdana,Sans-Serif;
	/*line-height: .8em;*/

}

div#contentarea h2{
	color: #691d33;
	font-weight: bold;
	font-size: 300%;
	font-family: Eurostyle, Arial,Helvetica,Verdana,Sans-Serif;
	line-height: .8em;
	margin: 0;
}

div#contentarea h3{
	color: #111111;
	font-weight: normal;
	font-size: 300%;
	font-family: Eurostyle, Arial,Helvetica,Verdana,Sans-Serif;
	line-height: .8em;
	margin-bottom: .5em;
}


div#contentarea h4{
	color: #f20445;		
	font-size: 130%;
	font-weight: normal;
}

div#contentarea h5{
	color: #691d33;		
	font-size: 140%;
	font-weight: normal;
	line-height: 2em;
}

div#contentarea li{
	margin-top: .8em;
	margin-bottom: .8em;
}

div#bgrfunctions{
	position: absolute;
	bottom: 0px;
	text-align:right;
	right:30px;
}

div#bgrfunctions img{
	position:relative;
	top:3px;
}

p.bigger{
	font-size: 330%;
}

p.big{
	font-size: 250%;
}

p.halfbig{
	font-size: 130%; 
}

p.pink{
	color: #d2256f;
}

p.green{
	color: #5da738;
}

p.blue{
	color: #3db5e5;
}

p.yellow{
	color: #fbb833;
}

p.red{
	color: #ff2c47;
}

p.turquoise{
	color: #09859c;	
}

p.darkgreen{
	color: #454a11;
}

p.bold{
	font-weight: bold;
}

p.indent{
	margin-left: 2em;
}

p.nomargin{
	margin-top: 0; 
	margin-bottom: 0;
	line-height: .8em;
}


/*******************************************************************************/
/**************                EXTERNAL WARNING                 ****************/
/*******************************************************************************/

div#external-warning-box .title {
	color: #000000;
}

div#external-warning-box div.top{
	padding-top: 10px;
	position: relative;
	top: 10px;
}

/*******************************************************************************/
/**************                FAQ Component                    ****************/
/*******************************************************************************/

div#faqlist a {
	font-size: 18px;
	color: #583942;
}

ol.faq_list {
	list-style-image: url('/images/faq/pink_arrow.gif');
	list-style-type: circle;
}

div.faq_list_link {
	font-weight: bold;
}

div.faq_detail_question {
	
}

div.faq_backtotop {
	text-align: right;
}

div.faq_detail_answer {
	margin-left: 20px;
}
