/* GLOBAL STYLES */

body {
	margin: 0px;
	font-family: verdana, arial, helvetica;
    background-color: #151030;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-color: #151030;
	
}

#wrapper a,
#wrapper a:visited,
#wrapper a:active,
#wrapper a img {
	outline: 0 none !important;
}

#header {
	width: 100%;
	height: 39px;
	background-color: #4A455B;
    overflow: hidden;
}

#header img {
	float: left;
}

#header #nav {
	float: right;
}

#header h1 {
    display: none;
}

#title-graphic {
    display: block;
    background: url(../images/headers/head_topleft.jpg) no-repeat 0 0;
    height: 39px;
    width: 470px;
    text-indent: -9999px;
    float: left;
}

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

.spacer {
	height: 30%;
	min-height: 25px;
}

#footer {
	width: 100%;
	height: 39px;
	background-color: #4A455B;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	position: fixed;
	bottom: 0;
}

#footer p {
	
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #151030;
	text-decoration: none;
}





/* MENU */

#nav {
    overflow: hidden;
    height: auto;
}

#nav ul{
    margin: 0;
    padding: 0;
    font: 12px Verdana;
    list-style-type: none;
}

#nav li {
    display: block;
    margin: 0;
    float: left;
    background: #4A455B;
}

#nav li a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 12px 10px 12px 10px;
    border-right: 2px #151030 solid; /*right divider between tabs*/
    color: white;
    background: #4A455B; /*background of tabs (default state)*/
}

/* left border on first tab */
#nav ul li:first-child {
    border-left: 2px #151030 solid;
}

#nav li a:visited{
    color: white;
}

#nav li a:hover, #nav li.selected a{
background-color: #151030; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #FFFFFF;
}

/* END MENU */

/* for portfolio and other pages with links at the bottom */
#text-nav {
    color: white;
    display: block;
    height: auto;
    width: 240px;
    overflow: hidden;
    margin: 0 auto 100px;
}

#text-nav a, #text-nav a:visited {
    font-size: 12px;
    color: white;
    text-decoration: none;
}

#text-nav a:hover {
    color: white;
}
