/* 
LGN Temp Site StyleSheet
by: Andrew Prestidge
prestidgeandrew@gmail.com
*/

*
{
	margin: 0;
	padding: 0;
}

html, body 
{
	background: URL('../images/background.png') #212931 repeat-x;
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: 11px;
	color: #CBC8C8
}

img
{
	border: 0px;
}

a, a:visited, a:active
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #CCCCCC;
}

#container
{
	width: 100%;
	height: 100%;
}

#main
{
	background: URL('../images/bgImage.png') no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px 0;
}

#nav
{
	background: URL('../images/nav.png') repeat-x;
	width: 100%;
	height: 41px;
}

#nav ul
{
	width: auto;
	height: 41px;
}

#nav ul li
{
	float: left;
	list-style: none;
}

#home
{
	background: URL('../images/buttons/home.png') no-repeat;
	width: 58px;
	height: 41px;
}

#news
{
	background: URL('../images/buttons/news.png') no-repeat;
	width: 56px;
	height: 41px;
}

#about
{
	background: URL('../images/buttons/about.png') no-repeat;
	width: 60px;
	height: 41px;
}

#partners
{
	background: URL('../images/buttons/partners.png') no-repeat;
	width: 84px;
	height: 41px;
}

#media
{
	background: URL('../images/buttons/media.png') no-repeat;
	width: 60px;
	height: 41px;
}

#jobs
{
	background: URL('../images/buttons/jobs.png') no-repeat;
	width: 60px;
	height: 41px;
}

#contact
{
	background: URL('../images/buttons/contact.png') no-repeat;
	width: 74px;
	height: 41px;
}

#home:hover
{
	background: URL('../images/buttons/rollovers/homeOver.png') no-repeat;
	width: 58px;
	height: 41px;
	cursor: pointer;
}

#news:hover
{
	background: URL('../images/buttons/rollovers/newsOver.png') no-repeat;
	width: 56px;
	height: 41px;
	cursor: pointer;
}

#about:hover
{
	background: URL('../images/buttons/rollovers/aboutOver.png') no-repeat;
	width: 60px;
	height: 41px;
	cursor: pointer;
}

#partners:hover
{
	background: URL('../images/buttons/rollovers/partnersOver.png') no-repeat;
	width: 84px;
	height: 41px;
	cursor: pointer;
}

#media:hover
{
	background: URL('../images/buttons/rollovers/mediaOver.png') no-repeat;
	width: 60px;
	height: 41px;
	cursor: pointer;
}

#jobs:hover
{
	background: URL('../images/buttons/rollovers/jobsOver.png') no-repeat;
	width: 60px;
	height: 41px;
	cursor: pointer;
}

#contact:hover
{
	background: URL('../images/buttons/rollovers/contactOver.png') no-repeat;
	width: 74px;
	height: 41px;
	cursor: pointer;
}

#nav ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#content
{
	width: 500px;
	min-height: 700px;
	height: auto !important;
	height: 100%;
	margin: 0 0 20px 0;
}

#headerContainer
{
	padding: 19px 0 13px 19px;
}

#header
{
	background: URL('../images/logo-trans.png') no-repeat;
	width: 316px;
	height: 60px;
}

#boxContainer
{
	height: auto;
	padding: 0 0 0 14px;
}

#boxTop
{
	background: URL('../images/contentTop.png') no-repeat;
	width: 430px;
	height: 7px;
}

#boxCenter
{
	background: URL('../images/content.png') repeat-y;
	width: 430px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
}

#text
{
	padding: 2px 0 15px 7px;
	width: 410px;
}

#boxBottom
{
	background: URL('../images/contentBottom.png') no-repeat;
	width: 430px;
	height: 7px;
}

#push
{
	height: 37px;
}

#footer
{
	background: URL('../images/footer.png') repeat-x;
	height: 37px;
	width: 100%;
}

#footerContainer
{
	padding: 0 0 0 13px;
}

#footerLogo
{
	float: left;
	background: URL('../images/footerLogo.png') no-repeat;
	width: 49px;
	height: 37px;
	padding: 0 6px 0 0;
}

#footerText
{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 0 0 0;
}