/* http://jsfiddle.net/YBrkB/ */

html
{
	height: 100%;
}

body
{
	background-color:#f4f4f4;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
	height: 100%;
}

#main-container
{ 
	min-height: 100%;
	/*overflow:auto;*/
}


/***** HEADER *****/
#wrap-header
{
background-color:#ffffff;
height:50px;
top:0;
padding-top:20px;
}

#header 
{	
	width:970px;
    position:relative;
    margin:0 auto;	
}

#logo
{
	width:200px;
	font-size:24px;
}

#header ul, p
{
	position: absolute;
	right: 0;
	bottom: 4px;
	margin:15px 350px 0 0;
}

#header ul li, #footer ul li
{
  list-style: none;
  display: inline;
  font-size: 12px;
  padding:0 10px 0 10px;  
  font-weight:normal; 
}

#header ul li a, #footer ul li a, #social a, .more a, .blink a, .newstitle a
{
	text-decoration:none;
	color:#000000;
}

#header p
{
	
	font-size: 14px;
	margin: 0;
}

.select
{
	border-bottom:solid #0076a3;
}
#contact a:hover
{
text-decoration:underline;
}
#header ul li a:hover
{
	border-bottom:solid #0076a3;
}
#blink ul li a:hover, .blink a:hover
{
color:#0076a3;
}

/*****CONTENT*****/

#content
{
	background-color:#f4f4f4;
	border-top: solid 1px #ebebeb;
	padding-bottom: 75px;
}

#teaser
{
	margin:auto;
	background:url(images/teaser3.png) no-repeat right;
	width:970px;
	height:350px;
	margin-top:30px;
}

#articles
{
	height:350px;
	width:250px;
	background-color:#ebebeb;
}
.more
{
	padding:0;
	font-size:11px;
	text-decoration:underline;
}

#enclose
{
	width:220px;
	margin:auto;
}

.news
{
	margin:15px 0 0;
	border-top:dashed 1px #000000;
	width:220px;
}

#articles h5,h6
{
	padding-top:15px;
	font-size:12px;
	color:#252525;
}

.title, .details, h6
{
	
	width:220px;
	position:inherit;
	font-size:11px;
	font-weight:bold;
	color:#555555;

}

.title a, #contact a
{
	position:relative;
	text-decoration:none;
	color:#555555;

}

.details
{
	font-size:11px;
	font-weight:normal;
	margin:3px 0 0 0;
}

#about, #contact, .aboutus, .newstitle, #disclaimer, #articleslist
{
	width:970px;
	margin:auto;
}

#contact
{
	padding-bottom:30px;
}
.aboutus, .contactus, .newsdetails
{
	
	font-size: 12px;
	position:relative;
	line-height: 1.5em;
	text-align:justify;
	width:970px;
	
}
#wrap-footer
{
background-color:#000;

}
#footer
{
	background-color: #000000;
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	margin-left:auto;
	margin-right:auto;
	height: 75px;	
	width:970px;

}
.blink, .blink a
{
	color:#ffffff;
}

#footer ul
{ 
	position:absolute;
	padding:0;

}

#footer ul li
{

padding: 0px 15px 0px 0px;

}

#blink ul li a
{

	color:#ffffff;
	font-size: 11px;
}
/*
#social
{
	width: 100px;
	float:right;
	margin:18px 530px 0px 0px;;
}

*/
.blink
{
	font-weight:normal;
	margin:0px 0px 35px 0px;
	font-size:11px;
}

.newstitle a
{
	
	font-weight:normal;
	color:#36F;

}
.newstitle h5
{
	padding:0;
	margin-top:10px;
	margin-bottom:0px;

}
.newsdetails
{
	line-height: 1.5em;
	font-size:12px;
	position:relative;
	
}
#newslist
{
	
	padding:0px 0 50px;
}