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

/*--------------  Global  ----------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.5 "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color:#3D3D3D;
	background:url(../images/RedRain_BG.jpg) no-repeat top right;
}

a img {
	border: 0;
}


	/*-------  floating and clearing  ---------*/
	.floatR {
		float: right;
	}
	
	.floatL {
		float:left;
	}
	.clearB {
		clear: both;
	}

	/*------margins  --------------*/
	.marginB_20 {
		margin-bottom: 20px; 
	}
	.marginT_20 {
		margin-top: 20px;
	}
	.marginL_20 {
		margin-left: 20px;
	}
	.marginR_20 {
		margin-right: 20px;
	}
	
	.marginB_15 {
		margin-bottom: 15px; 
	}
	.marginT_15 {
		margin-top: 15px;
	}
	.marginL_15 {
		margin-left: 15px;
	}
	.marginR_15 {
		margin-right: 15px;
	}
	
	.marginB_10 {
		margin-bottom: 10px; 
	}
	.marginT_10 {
		margin-top: 10px;
	}
	.marginL_10 {
		margin-left: 10px;
	}
	.marginR_10 {
		margin-right: 10px;
	}
	
	.marginB_5 {
		margin-bottom: 5px; 
	}
	.marginT_5 {
		margin-top: 5px;
	}
	.marginL_5 {
		margin-left: 5px;
	}
	.marginR_5 {
		margin-right: 5px;
	}
	
/*---------------  typography  ------------------*/


	/*-------- headings -----------*/
	h1 {
		font-size:;
		color:#;
	}
	
		#intro h1 {
			font-size: 15px;
			font-weight: normal;
			line-height: 1.6;
			color:#3D3D3D;
		}
		#home h1 {
			font-size: 22px;
			font-weight: normal;
			line-height: 1.6;
			color: #666;
		}
	h2 {
		font-size:15px;
		color:#d22028;
		font-weight: normal;
/*		margin-top: 15px;
*/		margin-bottom:5px;
		
	}
	
	h3 {
		font-size:;
		color:#;
	}
	
	.back_to_top {
		font-size:11px;
		color: #7f1919;

	}
	
	/*-------- paragraphs -----------*/
	
	p {
		margin-bottom: 10px;
		
	}
	
	#R_col p {
		margin-bottom: 0px;
		text-align: right;
	}
	
	#R_col p.leftAl {
		margin-bottom: 5px;
		text-align: left;
	}
	
	#R_col ul {
		margin-bottom: 5px;
	}
	
	
	/*-------- lists -----------*/
	
	ul.textindent {
		position: relative;
		left: 12px;
/*		list-style:disc;
*/		margin-bottom: 10px;
		width: 363px; /* to keep the text aligned below the bullets, we need to move the list to the right; to prevent it to spill out of the div, we have to set the width again (2col width - 12px = 363px) */
	}

	#R_col ul.textindent {
		position: relative;
		left: 12px;
		margin-right: 20px;
		list-style:disc;
		width: 158px;  /* to keep the text aligned below the bullets, we need to move the list to the right; to prevent it to spill out of the div, we have to set the width again > #R_col width - 12px - right margin
		> 180px - 12px -20px = 158px */
	}
		#R_col p, #R_col ul {
		margin-right: 20px;
	}

	ul {
		margin:0;
		padding:0;
		list-style-type: none;
	}
	
	ul.redlist, ul.redlist_T, ul.brdxlist {
		margin:0;
		padding:0;
		list-style-type: none;
	}
		ul.redlist li {
			background: url(../images/bullet.png) no-repeat 0 50%;
			padding-left:12px;
			
		}
		ul.brdxlist li {  /*list with bordeaux bullets*/
			background: url(../images/bullet_B.png) no-repeat 0 50%;
			padding-left:12px;
			
		}
		
		ul.redlist_T li {
			background: url(../images/bullet.png) no-repeat 0 5px;
			padding-left:12px;
			
		}
	
	/*-------- colors -----------*/
	
	.red {
		color: #d22028;
	}
	
	.bordeaux {
		color: #7f1919;
	}
	
	
	/*-------- links -----------*/
	
	a:link, a:visited {
		color:#3D3D3D;
		text-decoration:none;
	}
	
	a:hover, a:active {
		color:#d22028;
		text-decoration:none;
	}
	
	.here {
		color: #d22028;
	}
	
	.link_sm {
		font-size: 9px;
		color:#999;
		line-height:1.3;
		cursor: pointer;
	} 
	
	/*-------- testimonials -----------*/
	
	
	.testimonial p {
		font-size:13px;
		color:#7f1919;
		font-style:italic;
		padding-bottom: 10px;
		margin-right: 20px;
	}
	/*-------- 2nd level nav -----------*/
				ul.secondlevel {
				font-size: 12px;
				text-align: right;
				list-style: none;
				line-height: 1.6; 
				text-transform: capitalize;
			}
			ul.secondlevel li a:link,  ul.secondlevel li a:visited {
				color: #3D3D3D;
				text-decoration:underline;
			}
		
			ul.secondlevel li a:hover,  ul.secondlevel li a:active {
				color: #7f1919;
				text-decoration:underline;
			}
	
/*---------------  structure  ------------------*/
#wrapper {
	margin: 0 auto;
	width: 800px;
	background:url(../images/wrapperBG.png) repeat-y;
	border-bottom:thin solid #999;
	border-left: thin solid #999;
	border-right: thin solid #999;
}
	#top {
		padding: 20px;
		width: 95%;
		height: 195px;
		
	}
	
		#menu {
			margin-top: 15px;
		}
			#menu ul {
				font-size: 12px;
				line-height:1.5;
/*				font-weight: bold;
*/				text-align: right;
				list-style: none;
				text-transform: capitalize;
			}
			#menu ul li a:link,  #menu ul li a:visited {
				color: #3D3D3D;
				text-decoration:none;
			}
		
			#menu ul li a:hover,  #menu ul li a:active {
				color: #d22028;
				text-decoration:none;
			}
	#fixed_height {
		height: 280px;
		clear:both;
/*		border: thin solid orange;
*/
	}
		#main {
			width: 570px;
			height: auto;
			margin: 10px 0 0 20px;
			float: left;
			display: inline; /* to fix a bug in IE6 which otherwise doubles the margin on the left hand side */
			
		}
		
		#main.home { width:568px;
		
		}
		
		#R_col {
			width: 180px;
			float: right;
			margin-top: 10px;

		}
		
/*		#R_col p, #R_col ul li {
			font-size:11px;
		}
*/			
		
			#intro {
			}
		
		
	#footer_wrap {
		width: 760px;
		margin-left: 20px;
		height: 120px;
}
		#footer .img {
			margin-bottom:0;
			padding-bottom:0;
		}
		
		.inqbase a:link, .inqbase a:visited {
			color:#999;
			text-decoration: underline;
		}
		.inqbase a:hover, .inqbase a:active {
			color:#666;
			text-decoration:underline;
		}

			#footer p, #footer ul li {
				font-size: 10px;
				padding-top: 5px;
			}
			#footer ul li{
				display: inline;
				float: left;
				list-style: none;
				text-transform:capitalize;
			}
			
			#footer .hl {
				clear:both;
				border-bottom: solid thin #ccc; 
				padding-top: 10px;
				height:1px;
			}
		
	
	#created_by_inqbase {
		margin: 0 auto;
		margin-top: 10px;
		padding-bottom:10px;
		width: 150px;
		position: relative;
		left: -305px;
	}
		#created_by_inqbase p {
			font-size: 10px;
			float: left;
			color:#6F6F6F;
			
		}
	
	
	

	/*------  column layout  --------------*/

	.one_col {
		width: 180px;
	}
	.two_col {
		width: 375px;
	}
	.three_col {
		width: px;
	}

	/*------  horizontal lines  --------------*/
	
	.hl {
		border-bottom: dotted thin #999;
		width: 100%;
		margin-bottom: 10px;
	}
		.hl_back {
			border-bottom: dotted thin #999;
			width: 100%;
			margin-bottom: 5px;
		}
	
	.hl_brdx {
		border-bottom: dotted thin #7f1919;
		width: 100%;
		margin-bottom: 10px;
	}

	/*------  v cards  --------------*/
	
	.vcard {
		float:right;
	}
	
		.vcard img {
			margin-right:5px;
			float:left;
			border:0;
		}
		
		.vcard p {
			float:left;
			margin-top:8px;
			font-size:9px; 
			color:#999; 
			line-height:1.2;
		}
	



	/*------  address  --------------*/
	
	address {
		font-style:normal;
	}
	
	.form p {
		font-size: 10px;
	}

	

