﻿
/* Ancher  */

a.smallLink{
	text-decoration:none;
}

a.smallLink:hover{
	color:#17242e;	
}

a.EditLink{
	color:#fff;
}

a.EditLink:hover{
	color:#fff;
}

/* Framework */


	div#framework div#showcase{
		position:relative;
		height:1176px;
	}
	
	div#framework div#showcase div#center{
		position:absolute;
		top:0px;
		left:7px;
		width:980px;
		height:1176px;
		background-image:url('images/showcasebackground.jpg');
		background-repeat:no-repeat;
		background-position:center;
	}
	
		/* Member Area*/
		div#framework div#showcase div#center div#memberarea{
			height:38px;
			width:980px;
			text-align:right;
			z-index:9999;
		}
		/* Menu */
		div#framework div#showcase div#center div#menus{
			height:18px;
			width:770px;
			position:absolute;
			top:141px;
			left:30px;
			z-index:9999;
		}		
		/* Header Area*/
		div#framework div#showcase div#center div#header{
			height:115px;
			left:0px;
			background-image:url('images/headerbackground.png');
			background-repeat:no-repeat;
			background-position:50% top;
			border-top:6px #000 solid;
		}
		
		/* Showcase overlap */
		div#framework div#showcase div#center div#overlap{
			width:980px;
			height:364px;
			position:relative;
			top:0px;
			left:0px;
			background-image:url('images/showcaseoverlay.png');
			background-position:left;
			background-repeat:no-repeat;
		}
		
			/* Overlap shadow */
			div#framework div#showcase div#center div#overlap div#overlapshadow{
				width:980px;
				height:13px;
				font-size:5px;
				position:absolute;
				top:0px;
				left:0px;
				background-image:url('images/showcaseoverlayshadow.jpg');
				background-position:left;
				background-repeat:no-repeat;
			}

			/* Welcome Area */
			div#framework div#showcase div#center div#overlap div#welcome{
				width:250px;
				height:264px;
				position:absolute;
				top:54px;
				left:40px;
				overflow:hidden;
			}
			
			div#framework div#showcase div#center div#overlap div#welcome div#welcomeheading{
				width:248px;
				height:38px;
				position:relative;
				top:0px;
				left:0px;
				text-align:center;
			}
			
			div#framework div#showcase div#center div#overlap div#welcome div#welcomeheading .welcomeheadingText
			{
				font-family:Georgia;
				font-size:18px;
				letter-spacing:2px;
				color:#fff;
				}
				
			div#framework div#showcase div#center div#overlap div#welcome div#welcomeText
			{
				font-size:11px;
				font-family:Georgia;
				line-height:16px;
				color:#fff;

			}
			/* News Area */
			div#framework div#showcase div#center div#overlap div#news{
				width:250px;
				height:272px;
				position:absolute;
				top:54px;
				left:316px;
				overflow:hidden;
			}
			
			div#framework div#showcase div#center div#overlap div#news .newscontent
			{
				font-size:11px;
				font-family:Georgia;
				line-height:16px;
				height:35px;
				color:#fff;
				position:relative;
				top:0px;
				overflow:hidden;
				}

			div#framework div#showcase div#center div#overlap div#news .newslink
			{
				position:relative;
				top:0px;
				}				
			div#framework div#showcase div#center div#overlap div#news	a
			{
				font-family:Verdana;
				font-weight:bold;
				font-size:9px;
				color:#bee2e6;
				text-decoration:none;
				}
				
			div#framework div#showcase div#center div#overlap div#news	a:hover
			{
				font-family:Verdana;
				font-size:9px;
				font-weight:bold;
				color:#fff;
				text-decoration:none;
				}
				
			div#framework div#showcase div#center div#overlap div#news div#newsheading{
				width:248px;
				height:38px;
				position:relative;
				top:0px;
				left:0px;
				text-align:center;
			}
			
			div#framework div#showcase div#center div#overlap div#news div#newsheading .newsheadingText
			{
				font-family:Georgia;
				font-size:18px;
				letter-spacing:2px;
				color:#fff;				
				}

			/* Slideshow Area */
			div#framework div#showcase div#center div#overlap div#slideshow{
				width:343px;
				height:272px;
				position:absolute;
				top:54px;
				left:596px;
				overflow:hidden;
			}


		
		/* Logo  */
		div#framework div#showcase div#center div#logo{
			height:111px;
			width:174px;
			position:absolute;
			top:0px;
			left:40px;
			z-index:101;
		}
