body {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #646054;
}

/* generic */
/* oooooooooooooooooooooooooooooo */

.divider_01 {
	background-image : url(../images/decor/dot_horz.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	padding-bottom:3px;
}

/* layers */
/* oooooooooooooooooooooooooooooo */

#morrison_header{
	text-align:right;
	margin-top:5px;
}

#morrison_header .form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #646054;
}

#morrison_header .btn{
	margin-bottom:1px;
}

/* oooooooooooooooooooooooooooooo */

#morrison_nav {
	padding-top:25px;
	padding-left:26px;
	
}

#morrison_nav .nav_link{
	display:block;
	width:135px;
}

#morrison_nav a{
	font-size:11px;
	color: #646054;
	
	display:block;
	text-decoration:none;
	
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
	
	background-image : url(../images/decor/dot_horz.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}

#morrison_nav a:hover {
	color: #B44220;
	background-color:#FFF0AB;
}

/* oooooooooooooooooooooooooooooo */

#morrison_graphic {

}

/* oooooooooooooooooooooooooooooo */

#morrison_column_01 {
	background-image : url(../images/decor/dot_vert.gif);
	background-position : right;
	background-repeat : repeat-y;
	background-color: #F1F0EC;
}

#morrison_column_01 p {
	margin-left:25px;
	color: #827A57;
	font-size:11px;
	line-height:16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right:25px;
}

#morrison_column_01 a{
	font-size:9px;
	color: #646054;
	text-decoration:none;
	font-weight:bolder
}

#morrison_column_01 a:hover{
	color: #AF3410;
}

/* main content */
/* oooooooooooooooooooooooooooooo */


#morrison_column_02 .content p {
	margin-left:200px;
}

#morrison_column_02 .content h1 {
	margin-left:200px;
}

#morrison_column_02 .content h2 {
	margin-left:200px;
}

#morrison_column_02 .content ul {
	margin-left:200px;
}

#morrison_column_02 .content ol {
	margin-left:200px;
}

#top_right {
	position:absolute;
	top:7px;
	right:7px;
	padding:2px;
}

.content p {
	margin-left:35px;
	margin-right:35px;
	color: #646054;
	font-size:13px;
	line-height:19px;
	font-family : "MS Serif", "New York", serif;
}

.content ul,ol {
	margin-left:35px;
	
	color: #646054;
	font-size:13px;
	line-height:16px;
	font-family : "MS Serif", "New York", serif;
}

.content li {
	margin-left:25px;
	margin-right:45px;
	line-height:20px;
}

.content h1 {
	color : #AF3410;
	font-family : Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-left:35px;
	margin-right:15px;
	margin-top:40px;	
}

.content h2 {
	margin-left: 35px;
	margin-right: 35px;
	color: #AF3410;
	font-size: 13px;
	line-height: 19px;
	font-family: "MS Serif", "New York", serif;
	border-bottom: 1px solid #DBD8C9;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.content h3 {
	margin-left:35px;
	margin-right:35px;
	color: #646054;
	font-size:17px;
	line-height:19px;
	font-family : "MS Serif", "New York", serif;
}

.content em {
	font-weight:normal;
	font-size:11px;

}

.content a{
	color: #B44220;
	padding:2px;
}

.content a:hover{
	color: #B44220;
	background-color:#FFF0AB;
}

.content .highlight_1 {
	/*background-color: #F1F0EC;*/
	margin-right: 15px;
	margin-top: -17px;
	padding: 10px;
	border-top: 1px solid #DBD8C9;
}

/* sub nav stuff */

.content #sub_nav_buttons {
	position:absolute;
	right:5px;
	top:0px;
}

.content #sub_nav_menu{
	position:absolute;
	left:203px;
	top:1px;
}

.content .sub_nav_divider {	
	padding:2px;
}

.content .sub_nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #646054;
}

.content .sub_nav .form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #646054;
}

.content .sub_nav a:hover {
	background-color:#FFFFFF;
}

.content .sub_nav_02 {
	background-color:#FFF0AB;
}

/* sub columns */

.content .sub_column_lists {
	position:relative;
	width: 460px;
	top:0px;
	float:right;
	margin-left:-130px;
}

.content .sub_column_lists p{
	margin-top:0px;
}

/* footer */
/* oooooooooooooooooooooooooooooo */

#morrison_footer {
	padding:5px;
	background-image : url(../images/decor/bg_c.gif);
	border-top:1px solid #646054;
	border-bottom: 5px solid #646054;
	color: #646054;
	text-align:right;
}

#morrison_footer a {
	font-size:11px;
	color: #646054;
	background: #DBD8C9;
	margin-left:5px;
	text-decoration:none;
}

#morrison_footer a:hover{
	background: #FFF0AB;
}

