/*--------------------- TechXpress Inc. ---------------------*/
/*--- Site Specific Layout and Style ---*/
body {
	background-color: #FDF1F1;
	font-size: 11px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/rideau_main_sml-arrow_42.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin: 2px;
	
}
h3 {
	
}
h4 {
	
}
a:link, a:visited {
	color: #370707;
	text-decoration: none;	
}
a:hover {
	color: #ffffff;	
	text-decoration: underline;
}
#container {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	margin-top: 0px;
}
#header, #upr_nav_bar, #upr_nav_bar_hr {
	margin: 0px;
	padding: 0px;
}
#header {
}

#main{
	color: #444;
}
#lft_col {
	color: #EAD6D9;
}
#content{
/* --This is the gradient background, uncomment and remove the two lines below to use--
	background-image: url(images/rv_content_background.jpg);
	background-repeat: repeat-x;
*/	
	background-image: url(images/rv_main_background.jpg);
	background-repeat: no-repeat;
	height: 649px;
	width: 673px;
}
#main_content {
	background-image: url(images/main_bg_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}
#doc_content {
	font-size: 11px;
	background-image: url(images/sub_main_bg_08.jpg); background-repeat: no-repeat;
}
#footer {
	color: #EAD6D9;
	background-image: url(images/rideau_footer_bkgrnd_72.jpg);
	height: 141px;
	padding: 20px 10px 10px 150px;
	text-align: center;
	background-repeat: no-repeat;
}
#tagline{
	color: #94615F;
	top: -70px;
	position: relative;	
}


.txt_padding {
	margin: 4px 10px 4px 8px;
}
.bold_text {
	font-weight: bold;
    color:white;
}
.center {
	text-align: center;
}
.larger_text {
	font-size: 14px;
}
