@charset "UTF-8";
/* 
	CSS Document for Risk Advisors Inc.
	Copyright (c) 2007 Neuro-Designs.
	All rights reserved.
	
*/

html, body {
	background: #ecefda url("images/bg_main.png") repeat-x top;
	margin: 0px;
	padding: 0px;
	font: 10px/18px helvetica, arial, sans-serif;
	color: #555;
	}
	
#container {
	width: 890px;
	min-height: 400px;
	margin: 0px auto;
	background: url("images/bg_contents.png") repeat-y;
	font-size: 1.1em;
	}
	
	#container .placement {
		width: 890px;
		background: url("images/bg_header.png") no-repeat;
		min-height: 400px;
		}
		
	
	#header {
		width: 830px;
		overflow: hidden;
		padding: 67px 0px 10px 0px;
		border-bottom: 1px solid #ccc;
		margin: 0px auto;
		}
		
		#header .left {
			width: 220px;
			float: left;
			padding-left: 15px;
			}
			
			#header .left img {
				border: 0px;
				}
				
		#header .right {
			width: 580px;
			float: right;
			padding-right: 15px;
			text-align: right;
			}
			
			#header .right ul {
				padding: 0px;
				margin: 0px;
				list-style-type: none;
				}
				
				#header .right ul li {
					display: inline;
					color: #ccc;
					font-size: 14px;
					text-transform: lowercase;
					}
					
					#header .right ul li a:link, #header .right ul li a:visited {
						color: #a90e30;
						text-decoration: none;
						font-weight: normal;
						}
						
						#header .right ul li a:hover {
							color: #333;
							}


#title {
	width: 800px;	
	margin: 0px auto;
	background: #f6f8ed;
	padding: 10px 15px;
	}
	
	#title h2 {
		margin: 0px;
		font-size: 2em;
		}

#contents {
	width: 800px;
	min-height: 300px;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.1em;
	}

	#contents #column {
		width: 590px;
		float: left;
		overflow: hidden;
		}
		
		#contents #column .col1 {
			width: 287px;
			float: left;
			padding: 10px 0px;
			}
			
		#contents #column .col2 {
			width: 287px;
			float: right;
			padding: 10px 0px;
			}
		
	#contents #sidebar {
		width: 195px;
		float: right;
		}
		
		#contents #sidebar .sbmodule {
			background: #f4f6e9;
			padding: 10px 10px;
			font-size: 0.95em;
			margin-bottom: 15px;
			}
			
			#contents #sidebar .sbmodule ul {
				padding: 0px;
				margin: 0px;
				list-style-type: none;
				}

			#contents #sidebar .sbmodule ul.news li {
				padding: 5px 0px;
				margin: 0px;
				list-style-type: none;
				border-bottom: 1px solid #ecefda;
				}



	#footer {
		width: 830px;
		overflow: hidden;
		padding: 7px 0px 15px 0px;
		border-top: 1px solid #ccc;
		margin: 0px auto;
		}
		
		#footer .left {
			width: 600px;
			float: left;
			padding-left: 15px;
			}
			
			#footer .left ul {
				padding: 0px;
				margin: 0px;
				list-style-type: none;
				}
				
				#footer .left ul li {
					display: inline;
					color: #ccc;
					font-size: 11px;
					text-transform: lowercase;
					}
					
		#footer .right {
			width: 200px;
			float: right;
			text-align: right;
			padding-right: 15px;
			}
					
		#footer a:link, #footer a:visited {
			color: #999;
			text-decoration: none;
			font-weight: normal;
			}
						
			#footer a:hover {
				color: #333;
				}

	#copyright {
		background: url("images/footer_bottom.png") no-repeat bottom;
		width: 800px;
		margin: 0px auto;
		color: #bbb;
		font-size: 9px;
		padding: 0px 45px 30px 45px;
		margin-bottom: 20px;
		}
		
		#copyright a:link, #copyright a:visited {
			color: #bbb;
			text-decoration: none;
			font-weight: bold;
			}
			
			#copyright a:hover {
				color: #666;
				}
				
				
				
h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	}
	
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #a90e30;
	text-transform: lowercase;
	}
	
h2.title {
	font-size: 2em;
	font-weight: normal;
	}

h3.subtitle {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 1.4em;
	color: #a90e30;
	}
	
h3.news_title {
	margin: 0px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #a90e30;
	}
	
h4.news_date {
	font-style: italic;
	font-weight: normal;
	}
	
a:link, a:visited {
	color: #a90e30;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
		color: #333;
		}
		
#column ul {
	padding: 0px;
	list-style-type: none;
	width: 80%;
	margin-bottom: 15px;
	margin-left: 0px;
	}
	
	#column ul li {
		background: #f6f8ed;
		margin-bottom: 3px;
		padding: 5px 10px;
		border-bottom: 1px solid #ecefda;
		}
		
	#column ul p {
		margin: 0px;
		}
		
		#column ul ul {
			margin: 10px 0px 15px 0px;
			width: 90%;
			}
			
			#column ul ul li {
				background: #fff;
				}
				
.service {
	width: 570px;
	background: #fafafa;
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #ecefda;
	margin-bottom: 5px;
	}
	
	.service h3 {
		margin: 0px;
		font-size: 1.2em;
		}
		
	.service p {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 1em;
		line-height: 18px;
		}
		
		.service #slide1, .service #slide2, .service #slide3, .service #slide4 {
			margin-top: 0px;
			padding-left: 17px;
			}
			
			
.td_left {
	text-align: right;
	padding-right: 5px;
	display: table-cell;
	vertical-align: top;
	padding-top: 6px;
	}
	

.td_right .default_text {
	border: 1px solid #ccc;
	background: #f6f8ed;
	padding: 6px;
	font: 10px/18px helvetica, arial, sans-serif;
	font-size: 1.1em;
	}
	

.inst_row {
	width: 390px;
	overflow: hidden;
	background: #f6f8ed;
	margin-bottom: 2px;
	border-bottom: 1px solid #ecefda;
	}
	
	.inst_left {
		width: 100px;
		float: left;
		font-weight: bold;
		padding: 10px;
		}
		
	.inst_right {
		width: 250px;
		float: left;
		padding: 10px;
		background: #eaeaea;
		}
		
.bio {
	background: #f6f8ed;
	padding: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ecefda;
	}
	
	.bio p {
		margin-top: 10px;
		}
		
.expand {
	font-weight: normal;
	color: #666;
	padding-right: 4px;
	}

.news_module {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}