/*--------------------------------------------------*/
/* Stylesheet Document
/* CSS Coded by Salwa
/* http://www.blogriffic.com 
/*---------------------------------------------------*/


body {
	margin: 5px;
	padding: 5px;
	color: #000;
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 80%;
	
}

p {
margin-top: 10px;
margin-bottom: 4px;
} 

h1 {
	color: #000066;
	font-weight: bold;
	font-size: 16pt;

}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 14pt;
}

#wrapper { width: 975px;
height: 100%; }

/* --- Header --- */

#header {
	margin-top: 20px;
	height: 133px;
}

#logo { float:left }

#navbar {
	background-image:url(../images/header.jpg);
	width:658px;
	float: right;
	height: 133px;
}

/* --- Content --- */

#con-top {
	background-image: url(../images/content/con-top.jpg);
	height: 47px;
}

#content-frame {
	background-color: #FFF;
	background-image: url(../images/content/con-b.jpg);
	background-repeat: repeat-y;
	height:1500px;

	
}

#content {
	float: right;
	position: relative;
	right: 7px;
	bottom: 35px;
}



.info-box {
	background-image: url(../images/info-box.gif);
	height: 252px;
	width: 608px;
	float: right;
	position: relative;
	z-index: 5;
	right: 15px;
	top: -40px;
	
}

.info-box img {
	float:left;
	margin-right: 20px;
	position: relative;
	left: 20px;
	top: 40px;
}

.info-box-txt {
	float:left;
	position: relative;
	left: 10px;
	top: 20px;
	color: #FF8B00;
	font-weight: bold;
	font-size: 24px;
	right: 10px;
}

.info-box-form {
	float:left;
	position: absolute;
	left: 278px;
	top: 126px;
	color: #000000;
	font-size: 24px;
	width: 315px;
	height: 46px;
}

.info-box-formbox {
font-size: 48px;
}

.info-box a.button_check {
	float: right;
	position: absolute;
	top: 180px;
	left: 300px;
	margin-right: 50px;
}

.text-area {
	width: 575px;
	float:left;
	position: relative;
	z-index: 5;
	top: auto;
	left: 35px;
	right: 5px;
	
}

.main-text{
font-size: 12pt;
float:left;

}

a.button_check {
	/*text-decoration: none;
	background-image: url(../images/get-rates.gif);
	height: 62px;
	width: 254px; 
	display: block;
	background-repeat: no-repeat;
	position: relative;
	left: 4px;*/
}

.clear { clear:both }

/* --- Sidebar --- */


#sidebar {
	float: left;
	width: 333px;
	position: relative;
	left: 20px;
	bottom: 35px;
}

#sidebar .s-top, #sidebar .s-content, #sidebar .s-bottom {
	background-image: url(../images/sidebar_int.gif);
	margin: 0px;
	padding: 0px;
}

#sidebar .s-top {
	background-position: left top;
	height: 50px;
}

#sidebar .s-content {
	background-repeat: repeat-y;
	background-position: right top;
	height: 500px;
	
}

#sidebar .s-banner {
margin-top: 0px;


}

#sidebar .s-text {
	left: 0px;
		position: relative;
	
}

#sidebar .s-bottom {
	background-position: left bottom;
	height: 50px;
}

/* --- Footer --- */

#footer {
	padding: 0px;
	height: 171px;
	margin-bottom: 20px;
	background-image: url(../images/content/footer.jpg);
	background-repeat: no-repeat;
	
}
#footer-text {
	padding: 0px;
	position: relative;
	height: 171px;
	margin-bottom: 10px;
	top: 20px;

	
}