/* CSS Document */


a{
text-decoration: none;
}

/*Make Background Fluid */
.fluid {
	width: 100%;
	float: left;
}

html {
/*Remove Page shift Show Vertical Scrollbar*/
overflow-y: scroll;
min-height: 100%;
}

body {
	min-width: 950px;
	min-height: 100%;
	background: #111;
}

.small      { font-size: .8em; line-height: 1.875em; }

/*--------------- Header ------------------- */

#section--header {
	background: #111;
	border-bottom: 5px solid #333;
}

#header {
	height: 130px;
	padding:0 0 10px 0;
	background: #111;
	color: #fff;
}

#header-logo{
	padding: 35px 0px 10px 0px;
}

#title{
	color: #ddd;
	font-size: 44px;
	padding: 0 10px 0 15px;
}

#sub-title{
	color: #ddd;
	font-size: 20px;
}

#header-right{
padding: 60px 0px 10px 0px;
}

#latestlink{
background: #666;
color: #eee;
padding: 5px 20px 5px 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

#latestlink-img {
position: relative;
top: 4px;
left: 5px;
}

#latestlink em{
padding-right: 5px;
border-right: 1px dotted #fff;
}

/*--------------- Nav ------------------- */

#section--nav {
	background: #9acd32;
}

#navigation {
	background: #9acd32;
}

#nav-content{
	padding: 7px 0 7px 5px;
}

#nav-link {
	color: #222;
	font-size: 1.25em;
	padding: 0 10px 0 10px;
	font-family: Arial, sans-serif; 
	font-style: normal;
	font-weight: normal;
}

.lineright {
	border-right: 1px dotted #111;
}

/*--------------- Body ------------------- */

#section--main {
	height: 100%;
	min-height: 350px;
	background: #eee;
}

#main {
	background: #eee;
}

#main-content {
	padding: 30px 15px 10px 15px;
}

/*--------------- Footer ------------------- */

#section--footer {
	background: #111;
	border-top: 5px solid #333;
}

#footer {
	min-height: 35px;
	background: #111;
}

#footer-content{
	padding: 7px 0 7px 15px;
	color: #ddd;
}

