body {
    font-family: georgia;
}
#shell {
    width: 955px;
    margin: 0 auto;
    margin-bottom: 5em;
}
#header {
    height: 3em;
}
#sidebar {
    clear: both;
    float: left;
    width: 250px;
}
#content-shell {
    margin: 0 0 0 300px;
    padding: 0 5px;
    padding-top: 0em;
}

#content-shell ol,ul {
    margin-left: .5em;
}

#default-page-title {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

#page-title {
    font-size: 1.1em;
    color: #888;
    text-transform: none;
}

#content {
    padding-top: 0;
    margin-top: 0;
}

#zd-content2 {
    width: 250px;
    float: right;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}

#zd-nav {
    font-size: .9em;
    line-height: 2em;
    margin: 0 0 0 30px;
    padding: 0;
}
#zd-nav li {
    margin: 0 0 0 0px;
    padding: 0 0 0 5px;
}
#zd-nav a, #alt-nav-shell a {
    color: #000;
    text-decoration: none;
}
#zd-nav a:hover, #alt-nav-shell a:hover {
    text-decoration: underline;
}
#zd-nav .level-0 {
    text-transform: uppercase;
}
#zd-nav .level-1 {
    text-transform: none;
    line-height: 1.6em;
}
.zd-nav {
    margin-left: .4em;
}
.zd-sub-nav {
    margin-left: -1.5em;
    /* Pretty much for firefox and not ie */
}

#zd-nav .level-1 a {
    color: #555;
}

#zd-nav li.proposal, #zd-nav li.proposal a {
    background: #ddffd8;
    color: #074;
}

#logo {
    margin: 0 0 15px 15px;
}


#zd-alt-nav-shell{
	float:right;

}

#zd-alt-nav{
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 2px;
	z-index: 1000;
	background: url(../images/bg_splash_top_nav.gif) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;

}
#zd-alt-nav li,#zd-alt-nav li a{
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration:none;
}
#zd-alt-nav li{
	padding-right: 4px;
}
#zd-alt-nav li{
	background: url(../images/bg_top_link_divider.gif) no-repeat 100% 50% ;

}
#zd-alt-nav li.last{
	background: none;

}
#zd-alt-nav li a{
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0 8px;
}

h1 {
    font-size: 1.4em;
    float: left;
    margin: 1em 0;
}
#alt-nav-shell {
   float: right;
   margin: 1em 0 2em 0;
}

.zd-template li .title {
    font-weight: bold;
}
.zd-template.slide-body .body {
    margin-left: 1em;
}
.zd-template .author {
    margin-top: 1em;
}


/*Tooltip and Pointer CSS*/
.zd-tooltip {
    font-size: .75em;
	padding: .8em;
	width: 14em;
	border-width: 2px !important;
	position: absolute;
	/* content bg color -- added */
	background: #f8f8f8;
	/* content border color -- added */
    border: 2px solid #ddd;
	text-align: left;
}
.zd-tooltip .zd-tooltip-pointer-down, .zd-tooltip .zd-tooltip-pointer-down-inner {
	position: absolute; 
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.zd-tooltip .zd-tooltip-pointer-down {	
	border-left: 7px solid transparent; 
	border-right: 7px solid transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 50%;
	margin-left: -7px;
	/* arrow border color */
    border-top: 14px solid #ddd;
}
.zd-tooltip .zd-tooltip-pointer-down-inner {
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	/* arrow content bg color -- modified color*/
    border-top: 10px solid #f8f8f8;
	bottom:	auto;
	top: -14px;
	left: -5px;
}
.zd-tooltip ul, .zd-tooltip li {
    margin: 0;
    padding: 0;
}
.zd-tooltip li {
    margin: 0 0 5px 15px;
}

ul.calendar-list {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.calendar-list .datetime .date {
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 3px;
    background: #eee;
}
.calendar-list .datetime .time, .calendar-list .span-date {
    display: block;
    margin: 0 0 0 10px;
}
.calendar-list .event-details {
    margin: 0 0 10px 10px;
}
.calendar-list li {
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #ccc;
}

.error, .label-problem, .problem {
    color: red;
}

/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/

#footer {
	height:120px;
}

#footer p {
	text-align:center;
	line-height:34px;
	font-size:.7em;
	color:#8f8f8f;
	font-family:verdana;
}

#footer p a {
	color:#8f8f8f;
	text-decoration: none;
}
.testimonial-slideshow {
    position: relative;
    border: 1px solid #ccc;
    min-height: 200px;
}
.testimonial-slideshow li.testimonial {
    list-style-type: none;
}

a.new, b.new, span.new {
    background: #ffc;
}