/* CityDesk default style sheet */

body
{
    font: 11px/16px verdana, tahoma, arial, sans-serif;
    background-color: #e8ffe8;
    color: #666600;
}

h1 {
	font: italic 32px georgia, 'times new roman', sans-serif;
	margin: 0px;
}
h2 {
	font: 24px georgia, 'times new roman', sans-serif;
	margin: 0px;
}
h3 {
	font: 20px georgia, 'times new roman', sans-serif;
	margin: 0px;
}
h4 {
	font: 16px georgia, 'times new roman', sans-serif;
	margin: 0px;
}
h5 {
	font: italic normal 11px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

p {
    font-size: medium;
}

/*Structural elements */
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#masthead{
	position: relative;
	top: 0px;
	width:860px;
	background-color: #666600;
	color: #ccffcc;
	height: 190px;
	margin: 20px;
	overflow: visible;
}

#pageNav{
	float: left;
	width:860px;
	padding: 0px;
	font: small Verdana,sans-serif;
	position: relative;
	border: 1px solid #666600;
	margin: 20px;
}

#content{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	border-left-color: #ccd2d2;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/************** pageName styles ****************/

#pageName{
	position: relative;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 10px;
	width: 860px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#pageName h2{
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
}

/* text effects */
em.title {
	text-decoration: underline;
}
A:link {
	color: #009900;
}
A:active {
	color: #00ff00;
}
A:visited {
	color: #006600;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

#outline
{
    margin-left: 40px;
    margin-top: 40px;
}

div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 10px;
	background: url(../sdmenu/bottom.gif) no-repeat  right bottom;
	margin-left: 10px;
	position: static;
	color: #fff;
	float: left;
	border: medium solid #666600;
}
div.sdmenu div {
	background: url(../sdmenu/title.gif) repeat-x;
	overflow: visible;
	position: relative;
}
div.sdmenu div:first-child {
	background: url(../sdmenu/title.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #ffffff;
	background: url(../sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a:current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(../sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
.irishtable {
	width: 99%;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
}

************** feature styles *****************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}


*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	position: static;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
