body{
	padding: 0; 
	margin: 0;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.icon {
	text-align: right;
	margin: 0 0 16px 0;
}


h1{font-size: 24px; font-weight: bold; color: #8B0000;}
h2{font-size: 18px; font-weight: bold; color: #333;}
h3{font-size: 14px; font-weight: bold; color: Gray;}
h4{font-size: 12px; font-weight: bold; color: #8B0000;}
h5{
	font-size: 16px;
	font-weight: bold;
	color: #8b0000;
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	padding: 7px 6px 4px 42px;
}
h6{
	font-size: 14px; 
	font-weight: bold; 
	color: Gray;
	background-image: url(../images/stars.gif);
	background-repeat: no-repeat;
	padding: 2px 6px 3px 42px;
}

a{color: #8B0000; text-decoration: underline; font-weight: bold;}
a:link {color: #8B0000; text-decoration: underline;}
a:visited {color: #00b3b3;}
a:hover {text-decoration: underline; color: #00b3b3;}
a:active {color: #00b3b3;}

#doculinks a{color: #333; text-decoration: none; font-weight: bold;}
#doculinks a:link {color: #333; text-decoration: none;}
#doculinks a:visited {color: #666;}
#doculinks a:hover {text-decoration: underline; color: #c00;}
#doculinks a:active {color: #333;}

a img{border: 0px;}

h2 a{color: #8B0000;}


#header {
	background: url(../images/header-back.png) repeat-x 0% 0%;
	height: 110px;
}


img#logo {
	position: absolute;
	margin-left: 15px;
	top: 0px;
	z-index: 3;
}

.icon {
	float: right;
	position: relative;
	font-size: 0.85em;
}

/* PRIMARY NAVIGATION */

#main_nav_float {
	position: relative;
	float:right;
	top: 44px;
	right: 2px;
	z-index: 4;
}

ul#primarynav {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul#primarynav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#primarynav li {/* all list items */
	_width: 0px;
	display:inline;
	float:left;
	list-style-type: none;
	padding: 0px;
	margin: 0px 1px 0px 1px;
	background: url(../images/header-tab1.png) no-repeat 0% 0%;
	position: relative;
}

ul#primarynav li a {
	display: block;
	list-style-type: none;
	padding: 4px 8px 0px 8px;
	margin: 0px;
	height: 20px;
	background: url(../images/header-tab2.png) no-repeat 100% 0px;
	white-space: nowrap;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

ul#primarynav li a:hover {color: #4ED3D3;}

/* ul#primarynav li:hover {
  background-image: url(../images/header-tab1.png);
  background-position: 0% -24px; 
}

ul#primarynav li:hover a {
  background-image: url(../images/header-tab2.png);
  background-position: 100% -24px;
}*/

ul#primarynav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#primarynav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	right:-3px;
	margin:0;
	padding:0;
}


ul#primarynav li:hover ul, ul#primarynav li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#primarynav ul li a {
	display:block;
	background:none;
	background-color: #ccc;
	width:240px;
	color: #8B0000;
	border:2px solid #fff;
}

ul#primarynav ul li a:hover{
	background-color:#e5e5e5;
	color:#333;
	border:2px solid #333;
}

hr{
	width: 75%;
	text-align: center;
	color: Gray;
}

/* SIDE NAVIGATION */

#sidenav{
	display:block;
	position: relative;
	width:213px;
	float:left;
	margin:115px 0 0 15px;
/* This nex line is for IE/Win only! */
	_margin-left:7px;
}
#sidenav img{display: block; padding:0; border: 0;}

#sidenav ul{
	list-style: none;
	background-repeat: no-repeat;
	position: relative;
	padding: 0; margin: 0;
}

#sidenav li a{
	background-image: url(../images/nav.gif);
	background-color:#dedbdb;
	background-repeat: no-repeat;
	display:block;
	width:199px;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: none;
	padding: 4px 4px 4px 10px;
	text-decoration: none;
	color: #8B0000;
	font-size: 11px;
}


#sidenav li a:hover{
	background-image: url(../images/nav2.gif);
	background-color:#f0eaea;
	background-repeat: no-repeat;
	display:block;
	width:199px;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: none;
	padding: 4px 4px 4px 10px;
	text-decoration: none;
	color: #333;
	font-size: 11px;
}


#content{
	background-color: #fff;
	border: 2px solid #ccc;
	position: relative; /* peekaboo ie bug */
	margin: 15px 15px 15px 250px;
	padding: 12px;
	line-height: 18px;
}



#footer{
	font-size: 9px;
	text-align: center;
	margin-top: 50px;
}

.feature_area1 {
	background-color: #ccc;
	margin: 15px;
	padding: 15px;
	line-height: 16px;
}

.feature_area2 {
	background-color: #EDEDED;
	border: 4px dashed #000;
	border-left-style: ridge; 
	border-right-style: ridge; 
	margin: 25px 30px 15px 30px;
	padding: 15px;
	line-height: 16px;
}

.feature_area3 {
	background-color: #8B0000;
	margin: 15px;
	padding: 15px;
	line-height: 16px;
	color: White;
	font-weight: bold;
}


.feature_area3 a{color: #fff; text-decoration: underline; font-weight: bold;}
.feature_area3 a:link {color: #fff; text-decoration: underline;}
.feature_area3 a:visited {color: #ccc; text-decoration: underline;}
.feature_area3 a:hover {text-decoration: underline; color: #ccc;}
.feature_area3 a:active {color: #fff; text-decoration: underline;}


.picture{
	margin: 20px;
	padding: 4px;
	border: 1px solid #ccc;
}


/* Calendar Area */

.calendar{
	font-size: 9px;
	font-weight: bold;
	color: Black;
	line-height: 10px;
}

.calendar_birthday{
	font-size: 9px;
	font-weight: bold;
	color: #8B0000;
	line-height: 12px;

}

.calendar_anniversary{
	font-size: 9px;
	font-weight: bold;
	color: #00B3B3;
	line-height: 12px;

}

.calendar_header{
	font-size: 11px;
	font-weight: bold;
	color: Black;
	
}

.directory table{
	width: 85%;
	font-size: 11px;
	padding: 10px;
	margin: 15px 0 15px 0;
	color: Gray;
	border-top: 1px solid #dcdcdc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #dcdcdc;
}

.directory td{
	border: solid;
	border-color: #dcdcdc;
	border-width: 1px;
	padding: 3px 6px 3px 8px;
}

.directory th{text-align: left;}
.directory td strong{padding: 0 8px 0 0;}

.property1{vertical-align: top;}
.property1 h3{font-size: 14px; font-weight: bold; color: Gray; padding: 0 0 0 4px;}

#basicform{
	background-color:#fff;
	border:1px solid #999;
	padding:5px;
}

#basicform input, #basicform textarea{
	border:1px solid #666; padding:5px;
}

#basicform th{
	text-align:left;
	background-color:#ccc;
	padding-top:5px;
	border-top:5px solid #8b0000;
}

#basicform th.col{
	text-align:left;
	background-color:#ccc;
	padding:5px;
	border:1px solid #666;
}

#basicform td{
	vertical-align:top;
	padding:5px;
	border-bottom:2px solid #eee;
}

#basicform td.featurerow {
	background-color:#ccc;
}

#basicform td.featurerow p{
	padding:5px 10px 10px 40px;
}
