/* Universal Selectors 
----------------------------------------------------------------------------- */
html {
	min-height: 100%;
	height: auto;
    background: #264914;
}

body {
    min-width: 960px;
	height: 100%;
    color: #333;
    background: #264914;
}

a:link, a:visited {
	color: #45799a;
	text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

.hidden{
	display: none;
}

a{
	outline: none;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
#wrapper {
    width: 1024px;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
}


#sidebar {
	width: 200px;
	float: left;
}

#content {
	width: 1024px;
}

#footer {
	clear: both;
	text-align: right;
}

.clr {
	clear: both;
	line-height: 0;
	height: 0;
}


/* Lists
----------------------------------------------------------------------------- */
#navigation {
	list-style: none;
}

#navigation li {
	list-style: none;
	float: left;
	font-size: 1.5em;
	text-transform: lowercase;
}


/* Links
----------------------------------------------------------------------------- */
#navigation li a:link, #navigation li a:visited {
	display: block;
	float: left;
	background: url(../images/bullet_navigation.png) no-repeat right 10px;
	color: #8c9399;
	text-decoration: none;
	padding: 0 16px 0 11px;
}

#navigation li.first a:link, #navigation li.first a:visited {
	padding-left: 0;
}

#navigation li.last a:link, #navigation li.last a:visited {
	background: none;
	padding-right: 0;
}

#navigation li a:hover, #navigation li a:active {
	text-decoration: underline;
}


/* Typography
----------------------------------------------------------------------------- */
h1 {
	font-size: 2.5em;
	color: #8c9399;
}

h2 {
	font-size: 1.4em;
}

h3 {
}

p {
}

	#content p {
		line-height: 1.6em;
	}


/* Images
----------------------------------------------------------------------------- */


/* Form Elements
----------------------------------------------------------------------------- */


/* Tables
----------------------------------------------------------------------------- */
