/*MORI Research Style Sheet 2005
by Dan Moriarty Design */

/*HTML tags*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-serif;
	font-size: 24px;
	color:#339;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing:-1px;
	color:#000;
	font-weight: 400;
	}

h3 {
	font-size: 16px;
	color: #339;
}

dt {
	font-weight:normal;
	font-size:13px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	width:400px;
	padding:2px;
	margin-bottom:4px;
	border-bottom:1px solid #ccc;
}

dd {
	margin-left: 0px;
	padding-left: 34px;
	margin-bottom:20px;

}

a:link{

	color:#000099;
}

a:visited{

	color:#000066;
}

a:hover{

	color:#0000CC;
}

ul {
	list-style-type:square;
}

/*holder tags*/

#rightbox {
	padding:10px;
	border: 1px dotted #339;
	line-height:110%;
	margin-left:10px;

}

#top {
	background: url(../images_template/banner.jpg) repeat-y;
}

#content {
	margin-right:20px;
}

#articles {
	padding: 10px;
	font-size:11px;
	color:#333333;
	background-color:#CCCCCC;
	border: 1px dotted #000;
	margin: 30px 0 30px 0;
	width:450px;
	line-height:110%;

}

#footer {
	background-color:#333;
	background-image:url(../images_template/grid.gif);
	width:100%;
	padding:30px;
	border-bottom:1px solid #000;
}

/* OTHER TAGS */


#articles h3 {
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-serif;
	border-bottom: 1px solid #333;
	color:#333;
	font-size:16px;
	margin:0;
}

#articles dt {
	background:url(../images_misc/doc_icon.gif) no-repeat 0px 50%;
	padding-left:20px;
	
}


.oclients {
	padding:10px;
	line-height:120%;
	margin:0;
	list-style-type:circle;
}


.pclients {
	padding:10px;
	margin:0;
	list-style-type:circle;
}


#footer p {
	color:#fff;
	font-size:90%;
	text-align:center;
}

#footer a {
	color:#99CCFF;
}

#subdef {
	margin-top:10px;
}

#subdef dt {
	font-weight:normal;
	font-size:12px;
	color:#000066;
	margin-bottom:4px;
	padding-left:30px;
	letter-spacing:0;
	background-color:#fff;
	border:0;
}


#subdef dd {
	margin-left: 0px;
	padding-left: 30px;
	margin-bottom:20px;
	
}

.author {
	background-color:#000066;
	color:#fff;
}

#client_table td {
	text-align:center;
}