/*
====================================================================================================
Crow's Cool Valery Lloyd-Watts stylesheet v1.1
2009.02.22
====================================================================================================
*/

BODY {	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #8f7f75;
		margin: 0px;
		}

.contentArea { background-color: #ffffff; margin: 0px 30px 30px 30px; }



/*
----------------------------------------------------------------------------------------------------
Alignment
----------------------------------------------------------------------------------------------------
*/
.globalAlign TABLE { text-align: left; }
.alignRight { float: right; }


/*
----------------------------------------------------------------------------------------------------
Links
----------------------------------------------------------------------------------------------------
*/
A { text-decoration: none }
A:link { color: #0000ff; }
A:visited { color: #0000ff; }
A:active { color: #8f7f75; }
A:hover { color: #8f7f75; }

.navbar { width: 100%; height: 28px; background-color: #8f7f75; }
.navbar A {	font-size: 13px; font-weight: bold; text-align: center; 
			display: block; height: 100%; padding: 5px 0px 5px 0px; 
			background-color: #8f7f75; }
.navbar A:link { color: #fff; }
.navbar A:visited { color: #fff; }
.navbar A:active { color: #fff; }
.navbar A:hover { color: #411; background: #6f635a; }

/*
----------------------------------------------------------------------------------------------------
Descriptions
----------------------------------------------------------------------------------------------------
*/
.description { display: none; margin: 0px 15px; width: 350px; }
.description TABLE { background-color: #dedede; font-size: 9px; }
.description P { font-size: 9px; }

/*
----------------------------------------------------------------------------------------------------
Common
----------------------------------------------------------------------------------------------------
*/
H1,H2,H3,H4,H5,H6 { font-weight: bold; text-shadow: 2px 2px 2px #ccc; }
H1 { font-size: 240%; }
H2 { font-size: 200%; }
H3 { font-size: 170%; }
H4 { font-size: 140%; }
H5 { font-size: 120%; }
H6 { font-size: 110%; }

.plain9 { font-size: 9px }
.plain10 { font-size: 10px }
.plain11 { font-size: 11px }
.plain12 { font-size: 12px }
.plain13 { font-size: 13px }
.plain14 { font-size: 14px }
.plain16 { font-size: 16px }
.plain18 { font-size: 18px }
.plain20 { font-size: 20px }
.plain24 { font-size: 24px }

.bold { font-weight: bold }
.italic { font-style: italic }


/*
----------------------------------------------------------------------------------------------------
Defined colours
----------------------------------------------------------------------------------------------------
*/
.white { color: #fff }
.black { color: #000 }
.red { color: #f00 }
.gray { color: #aaa }
.dkgray { color: #666 }
.green { color: #008000 }
/*.dkgreen { color: #033 }*/
.dkgreen { color: #144e14 }
.beige { color: #8f7f75 }


/*
----------------------------------------------------------------------------------------------------
Homepage feature box
----------------------------------------------------------------------------------------------------
*/
.featureBox { width: 370px; float: right; margin: 10px; }
.featureTable_heading { background-color: #8f7f75; }
.featureTitle {	padding: 5px 0px 5px 8px; margin: 0px;
				font-size: 14px; font-weight: bold; color: #fff;
				text-shadow: none;
				}
.feature_content { background-color: #ebebeb; }
.feature_content IMG { float: left; margin: 16px 8px 8px 8px; }
.feature_left { width: 14px; background-image: url(/shared/featureBox/featureBox_left.gif); }
.feature_right { width: 15px; background-image: url(/shared/featureBox/featureBox_right.gif); }
.feature_bottom { height: 16px; background-image: url(/shared/featureBox/featureBox_bottom.gif); }


/*
----------------------------------------------------------------------------------------------------
Homepage styles
----------------------------------------------------------------------------------------------------
*/
.home_contentSection { margin: 15px; }


/*
----------------------------------------------------------------------------------------------------
Background graphics in table cells
----------------------------------------------------------------------------------------------------
*/

.leftEdge { background-image: url(/shared/templateShadow/edge_left.gif); }
.rightEdge { background-image: url(/shared/templateShadow/edge_right.gif); }
.bottomEdge { background-image: url(/shared/templateShadow/edge_square_bottom.gif); }


/*
----------------------------------------------------------------------------------------------------
Miscellaneous
----------------------------------------------------------------------------------------------------
*/

.bottomLine { border-bottom: thin solid #aaa; }
