/*** HTML DOM ***/
body {
	margin: 0;
	background: #000;
	color: #aaa;
	font-family: sans-serif;
}

a {
	color: #444499;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/*** elements ***/
#parent {
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
}

#header {
	border-bottom: 1px #111126 solid;
}

#footer {
	background: #111126;
	min-height: 56px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 75%;
}

#siplogo {
	margin: 3px;
	float: right;
}

#contentwrap {
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 4em;
}

/*** menu ***/
#menu {
	border-bottom: 1px #111126 solid;
	background: #22224c;
	height: 2em;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	height: 2em;
}
#menu li {
	display: inline;
	background: #22224c;
	float: left;
	text-align: left;
	border-bottom: 1px #111126 solid;
	height: 2em;
	padding-left: 1em;
	padding-right: 1em;
}

#menu li:hover {
	display: block;
	background: #444499;
	border-bottom-color: #22224c;
}

#menu a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	height: 2em;
}
#menu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .current_page_item {
	border-bottom-color:#0099CC;
}

#menu .current_page_item a:hover {
	color: #FFFFFF;
}

/*** LOGO ***/
#banner {
	background: url("/images/gradient1.png") repeat-x #111126;
	height: 120px;
}

#bannertext {
	text-align: center;
	color: #fff;
	padding-top: 1.25em;
}

#bannertext h1 {
	color: #fff;
	font-size: 200%;
	margin: 0.25em;
}

#bannertext a {
	color: #fff;
	text-decoration: underline;
}

.box {
	color: #fff;
	margin: 1em;
	padding: 0.5em;
	text-align: justify;
}

.box h1 {
	padding: 0;
	margin: 0;
	border-bottom: 1px #22224c solid;
}

.column {
	display: table-cell;
	color: #fff;
	width: 33%;
	min-height: 350px;
	padding: 0.5em;
}

.column h1 {
	font-size: 125%;
	border-bottom: 1px #22224c solid;
}

.spacer {
	display: table-cell;
	min-width: 3em;
}

.column h1, .column h2 {
	padding: 0;
	margin: 0;
}

.column table tr td h2 {
	padding-right: 0.25em;
}

#columnwrap {
	display: table-row;
}

