﻿/* Conscious Aging Institute CSS layout */

html {
}
	
body {
	font: normal 10pt Verdana, sans-serif;
	text-align: justify;
	color: #422163;
	position: relative;
	margin: 2%;
	background-color: #800000;
	border: 10px solid #ff9933;
}

#masthead {
	background-color: #960518;
	width: 100%;
	height: 120px;
	position: relative;
	left: 0;
	top: 0;
}

#logo {
      left: 0;
      width: 24%;
	height: 75px;	
	position: absolute;
	text-align:center;
	border-right: 10px solid #ff9933;
	border-bottom: 10px solid #ff9933;
}

#header {
	margin-left: 24%;
	height: 75px;
	text-align: center;
	border-bottom: 10px solid #ff9933;
}

#nav_center {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	background-color:#960518;}
#nav_center ul {
	clear: left;
	float: right;
	list-style: none;
	margin: 2px 0px 2px 0px; 
	padding: 0;
	position: relative;
	right: 50%;
	text-align: center;}
#nav_center ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;}
#nav_center ul li a {
	display: block;
	margin: 0;
	padding: 8px 6px 8px 6px;
   	font-weight: bolder;
	color: #FFFFFF;
	border-right: 1.5px solid #ff9933;
	border-left: 1.5px solid #ff9933;
	text-decoration:none;}
#nav_center ul li a:hover {
	color:#FFFFFF;
	background-color: #ff9933;}
#nav_center ul li a:active { 
	color:#FFFFFF;
	background-color: #ff9933; 
	font-weight:bolder}
#nav_center ul li a:active:hover {
	color:#FFFFFF;
	background-color: #ff9933; 
	font-weight:bolder    
}

#container {
	left: 0;
	position: relative;
	width: 100%;
	background-color:  #ffffff;
	border-top: 10px solid #ff9933;
}

#left_col {
	left: 0;
	width: 24%;
	height: 100%;
	background-color: #960518;
	position: absolute;
	text-align:center;
	padding: 30px 0 0 0;
	border-right: 10px solid #ff9933;
}

#nav_left {   
	margin: 0 auto;}	
#nav_left ol {
	list-style:none;
	margin-left: 0px; }
#nav_left ol ol {
	list-style:none;
	margin-left: 5px; }
#nav_left ol ol ol {
	list-style:none;
	margin-left: 5px; }
#nav_left li {
	padding: 0px 0px 10px 0px; }
#nav_left li li {
  	padding: 1px 0px 0px 0px; }
#nav_left li li li {
	padding: 1px 0px 1px 0px;}
#nav_left li a {
	text-decoration:none; 
	font-weight:bolder;
	color:#FFFFFF; }
#nav_left li a:hover {
	color:#FFFFFF;
	background-color: #ff9933; }
#nav_left li a:active {
	color:#FFFFFF;
	background-color: #ff9933; 
}

#left_col_text_block {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 300px;
}

#center_col {
	margin-left: 25%;
	margin-right: 25%;
	padding: 15px; 
	min-height: 500px;
}
		
#right_col {
	background-color: #960518;
	width: 24%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	border-left: 10px solid #ff9933;
	padding: 0px 0px 0px 0px;
}

#right_col_calendar {
	width: 80%; 
	position: absolute; 
	right: 8%; 
	top: 40px;
}

#right_col_text_block {
	width: 80%;
	position: absolute;
	right: 10%;
	top: 300px;
}
 
#sec_right_col {
	background-color: #ffffff;
	height: 100%;
	margin-left: 24%;
	min-height: 500px;
	padding: 15px 15px 15px 20px;
}

#footer {
	top: 0;
	left: 0;
	background-color: #960518;
	width: 100%;
	height: 50px;
	position: relative;
	padding: 15px 0 0 0;
	font-weight: bolder; 
	border-top: 10px solid #ff9933;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;}
#footer a:hover {
  	color:#FFFFFF;
	background-color: #ff9933;
	text-decoration: none;}	
#footer a:active {
	color:#FFFFFF;
	background-color: #ff9933; 
}

a:link{ 
	text-decoration: underline;  
	color: #422163;}
a:visited {
	text-decoration: underline;
	color: #422163;}
a:hover {
	text-decoration: underline;
	color: #422163;;
	background-color: #ff9933;}
a:active {
	text-decoration: underline;
	color: #422163;
}

.quoteleft-noborder {
	float: left;
	min-height: 250px;
}
.quoteright-noborder {
	float: right;
	min-height: 250px;
}

.font-white {
	color: #FFFFFF;
}

.imageleft {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #960518; 
	min-height: 100px;
}
.imageright {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #960518;
}
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;
}
.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;
}
	
h1 {
	color: #ff9933;
	text-align:center;
	font: normal 16pt Verdana;
	margin: 10px 5px 10px 5px;
}
h2 {
	color: #FFFFFF;
	text-decoration:none; 
	background-color: #ff9933;
	text-align:center;	
	font: normal 16pt Verdana;
	margin: 10px 5px 10px 5px;
}
h3 {
	color: #960518;
	text-align:center;
	font: normal 16pt Verdana;
	margin: 10px 5px 10px 5px;
}
h4 {
	color: #422163;
	text-align:center;
	font: normal 16pt Verdana;
	margin: 10px 5px 10px 5px;
}
h5 {
	color: #422163;
	text-align:center;
	font: normal 13pt Verdana;
	margin: 10px 5px 10px 5px;
}
h6 {
	color: #ff9933;
	text-align:center;
  	font: normal 13pt Verdana;
	margin: 10px 5px 10px 5px;
}

p.font_LIndigo {
	text-align: left;
	color: #422163;
}
p.font_JIndigio {
	text-align: justify;
	color: #422163;
}
p.font_CIndigio {
	text-align: Center;
	color: #422163;
}
p.font_LWhite {
	text-align: left;
	color: #FFFFFF;
}
p.font_JWhite {
	text-align: justify;
	color: #FFFFFF;
}
p.font_CWhite {
	text-align: Center;
	color: #FFFFFF;
}

li {
	font: normal normal normal Verdana;
	text-align: justify;
	color: #422163;	
}

td.content {
	font-size: 11.5pt; 
	font-weight:bold; 
}

td.content1 {
	font-size: 10pt; 
	text-align:justify;
}

ul#grouplist dl dt {
	margin-top: 2px;
}

ul#grouplist li {
	margin-top: 2px;
}


