@import '../type.css';
*, td
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	font-family : 'Verdana', Sans-Serif;
	font-size : 80%;
	color : #333;
	text-align : center;
	background : url('Images/BodyBackground.png') bottom repeat-x;
}

#container-1
{
	background : url('Images/Container1Background.png') bottom repeat-y;
}

#container-2
{
	background : url('Images/Container2Background.png') bottom no-repeat;
}

#container-3
{
	background : url('Images/Container3Background.png') top repeat-x;
}

#container-4
{
	background : url('Images/Container4Background.png') top no-repeat;
}

#container-5
{
	width : 768px;
	margin : auto;
	text-align : left;
}

#header ul, #mainmenu ul, #footer ul
{
    margin : 0px;
}

#header
{
	background : url('Images/Header.png') 250px 35px no-repeat;
	height : 125px;
	position : relative;
}

#header h1 span
{
	display : none;
}

#header h1
{
	width : 194px;
	height : 42px;
	position : absolute;
	top : 20px;
	left : 20px;
	background : url('Images/Logo.png') no-repeat;
}

#header #headermenu
{
	position : absolute;
	right : 20px;
	text-align : right;
	top : 100px;
	font-size : 10px;
}
#header #headermenu a
{
    color : #333;
}

#header #headermenu li
{
	display : inline;
	margin : 0px;
	margin-left : 10px;
}

#mainmenu
{
	text-align : center;
	line-height : 25px;
	margin : 0px;
}

#mainmenu li
{
	display : inline;
	margin : 0px;
	margin-left : 10px;
	margin-right : 10px;
	position : relative;
}

#mainmenu li a
{
    color : #fff;
    display : inline-block;
    font-family : 'Georgia', Serif;
}

#mainmenu li ul
{
    position : absolute;
    left : -10px;
    top : 20px;
    *top : 25px;
    background : #D4D1BB;
    text-align : left;
    text-indent : 10px;
}

#mainmenu li li a
{
    display : block;
    width : 160px;
    color : #333;
    font-size : 10px;
    font-family : 'Verdana', Sans-Serif;
}
#mainmenu li li a:hover
{
    color : #76B843;
    background : #E9E8D0;
}

#mainmenu .close ul
{
    display : none;
}

#main
{
	margin : 10px;
	background : url('Images/MainBackground.png') 610px 0px repeat-y;
}

#sidemenu
{
    float : left;
    width : 125px;
}

#sidemenu h2
{
    margin-top : 35px;
    font-size : 12px;
    font-weight : bold;
    color : #555;
    margin-bottom : 5px;
    
}

#sidemenu li, #sidemenu ul
{
    margin : 0px;
    padding : 0px;
    line-height : 1.4em;
    list-style : none;
    text-indent : 0px;
    border : 0px;
}

#sidemenu a
{
    color : #333;
    font-size : 10px;
}

#sidemenu a:hover
{
    color : #8BC15E;
}

#sidebar
{
	float : right;
	width : 125px;
	font-size : 10px;
	min-height : 600px;
}

#sidebar #news
{
    height : 68px;
    background  : url('Images/News.png') center no-repeat;
    margin-top : 0px;
}

#sidebar #news span
{
    display : none;
}

#sidebar h3, #sidebar h3 a
{
    color : #6eb43f;
}

#feature
{
	width : 160px;
	float : left;
	margin-left : 0px;
	background  : url('Images/Feature.png') left top repeat-y;
	color : #fff;
	font-family : 'Verdana', Sans-Serif;
	font-style : italic;
	height : 163px;
	padding : 10px;
	padding-left : 20px;
	padding-right : 20px;
	overflow : hidden;
}

#featureimage
{
    float : left;
    height : 183px;
    width : 400px;
}

#content
{
	margin-right : 153px;
	margin-left : 100px;
	margin-bottom : -60px;
	clear : left;
	padding-top : 25px;
}

#clear
{
    clear : both;
    height : 68px;
    background : url('Images/Community.png') 622px 0px no-repeat;
}

#footer #footermenu
{
	text-align : right;
	height : 25px;
	line-height : 25px;
	margin-bottom : -25px;
}

#footer #footermenu li
{
    margin : 0px;
	display : inline;
	margin-right : 10px;
}

#footer #abc
{
	text-align : left;
	height : 25px;
	line-height : 25px;
	margin-left : 10px;
}

#footer a, #footer
{
    color : #fff;
    font-size : 10px;
}

#nix
{
	display:block;
	height :2px;
	width:2px;
	float:left;
	margin-top:-2px;
	overflow:hidden;
}

#nix:hover
{
	width:16px;
	height:16px;
	margin-top : -16px;
}

#pluto
{
	display:none;
}