/* Quickie Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica;
	font-size:13px;
}

a:link { color:#FFF; text-decoration:none; }
a:visited { color:#FFF; text-decoration:none; }
a:active { color:#FFF; text-decoration:none; }
a:hover { color:#FFF; text-decoration:none; }

p a:link { color:#7FB44D; text-decoration:underline; }
p a:visited { color:#7FB44D; text-decoration:underline; }
p a:active { color:#7FB44D; text-decoration:underline; }
p a:hover { color:#000; text-decoration:underline; }

#container #content ul { list-style-type:none; text-align:right; margin:0 40px 20px 0; line-height:30px; }

#container #content ul li a:link { color:#000; text-decoration: underline; display:inline; }
#container #content ul li a:visited { color:#000; } 
#container #content ul li a:active { color:#000; }
#container #content ul li a:hover { color:#7FB44D; }

.square1 { height:15px; width:15px; display:block; background-color:#000000; margin:5px -20px 0 0; float:right; }
.square2 { height:15px; width:15px; display:block; background-color:#3F3F3F; margin:5px -20px 0 0; float:right; }
.square3 { height:15px; width:15px; display:block; background-color:#004487; margin:5px -20px 0 0; float:right; }
.square4 { height:15px; width:15px; display:block; background-color:#7FB54E; margin:5px -20px 0 0; float:right; }
.square5 { height:15px; width:15px; display:block; background-color:#000000; margin:5px -20px 0 0; float:right; }
.square6 { height:15px; width:15px; display:block; background-color:#3F3F3F; margin:5px -20px 0 0; float:right; }

#container #content img { margin:20px 20px 80px 20px; right:0px; }
#logo { margin:20px 20px -60px 80px; right:0px; }
#container #content a img { margin:20px 5px 80px 10px; }

#container #content p { margin:5px 0; }

/* Minimum height on body helps preventDefault */
body {
	min-height: 316px;
	background-color:#E7EC9C;
}
/* Set our fixed elements above everything else */
#header, footer {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 115px;
	background: url("/assets/images/common/bg.jpg") repeat-x center top;
	margin-bottom:40px;
	z-index: 200;
}

/* Header */
#header h1 {
	color: #fff;
	font-size: 15px;
	text-align: right;
	line-height: 15px;
	background: url(/assets/images/headlines/index_headline.gif) top left no-repeat;
	width:100%;
	height:115px;
}

#header h1 a { font-size:inherit; }

#header img { 
	height:81px;
	width:49px;
	float:right;
	margin-top:-50px;
	margin-right:15px;
}

#header h2 {
	font-size:15px;
	color:#000;
	margin:10px; 0 0 10px;
	line-height:14px;
	}

/* Footer */
#footer {
	position: absolute;
	top: 275px;
	height: 142px;
	width:26%;
	background-position: left bottom;
	background: url("/assets/images/common/building.jpg") no-repeat left bottom;
}
/* Reposition on scroll */
body.scrolled #footer {
	top: 307px;
}
/* Reposition on orientation change */
body[orient="landscape"] #footer {
	top: 220px;
}
/* Reposition on scroll */
body.scrolled[orient="landscape"] #footer {
	top: 159px;
}
/* Container */
#container {
	height: 324px;
	margin-top:60px;
	}
/* Reposition on scroll */
body.scrolled #container {
	height: 263px;
}
/* Reposition on orientation change */
body[orient="landscape"] #container {
	height: 176px;
}
/* Reposition on scroll */
body.scrolled[orient="landscape"] #container {
	height: 115px;
}
/* Content */
#content {
	position: relative;
	width:74%;
	left:26%;
}

.green { color:#7FB44D; font-size:inherit; }


/*  winterSpecial */
#border {
	border:#000 18px solid;
	position:relative;
}
#title {
	float:left;
}
#logo {
	float:right;
	width:100px;
}
.clear {
	clear:both;
}
#ribbon {
	z-index:10;
	margin-top:-30px;
}















