/*defaults*/
body 	{
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:80%;
	background-position: 0 0;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(../images/tartan_d5beca093d88a0fe9c1ed6795c272e24.png);
}
p		{
	margin:0;
	padding:0 0 15px 0;
}
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#FF0000; text-decoration:none;}


/*structural elements*/
#container	{
	text-align:center;
	width:820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#holder		{
	width:100%;
	padding:20px 20px 5px 20px;
	text-align:left;
	background-color: #FFFFFF;
}
#logo		{
	border-bottom:1px solid #DADADA;
	background-image: url(../images/celtic-logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#header		{
	height:200px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#content	{
	float:left;
	width:100%;
	line-height:160%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:140%; font-weight:normal; line-height:110%; margin:0; padding:0 0 20px 0; }
#logo h1		{
	font-weight:normal;
	font-size:170%;
	margin:0;
	padding:0;
	color:#000000;
}

.chromestyle{
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	float: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #333333;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	font-size: 10pt;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	float: left;
	width: 102px;
	background-color: #F2F4D1;
	font-weight: normal;
	padding: 7px;
}

.chromestyle ul li a:hover{
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #E9C73E;
	color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #F2F4D1;
	width: 98px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #000000;
}


.dropmenudiv a{
	width: 100%;
	display: block; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #E9C73E;
	color: #FFFFFF;
}
.dropmenudiv a:after {
	color: #000000;
}
.dropmenudiv a:visited {
	color: #000000;
}





#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
