/* Main body
-------------------------------------------------------------- */
html {
	background: #94a3ca url('/images/background.png') center no-repeat fixed;
}
body {
	min-height: 100%;
	width: auto;
	font-size: .8em;
	font-family: verdana, helvetica, arial;
	position: absolute;
	padding-top: 1em;
	left: 50%;
	margin-left: -470px;
	width: 940px;
}

/* Common
-------------------------------------------------------------- */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin: .5em 0em;
}
li {
	margin-left: 1.5em;
	list-style-type: square;
}

/* Headers
-------------------------------------------------------------- */
h1 {
	color: #1f3e90;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
h2 {
	color: #1f3e90;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .8em;
}
h3 {
	color: #1f3e90;
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .3em;
}
h4 {
	font-style: italic;
	color: #1f3e90;
	font-size: 1.05em;
	margin-top: .5em;
}


/* Links
-------------------------------------------------------------- */
a,
a:link,
a:hover,
a:active,
a:visited {
	color: #1f3e90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Helpers
-------------------------------------------------------------- */
.float-clear {
	clear: both;
}

/* Main logo
-------------------------------------------------------------- */
.main-logo {
	float: left;
	margin-top: -.5em;
	margin-left: 1em;
}

/* Sponsors
-------------------------------------------------------------- */
.sponsors {
	margin: -.25em 0em 1.25em 18em;
	height: 53px;
}
.sponsors table {
	width: 55.5em;
}
.sponsors img {
	border: 1px solid #66666; 
}
.sponsor-1 {
	text-align: left;
}
.sponsor-2 {
	text-align: center;
}
.sponsor-3 {
	text-align: right;
}


/* Menu
-------------------------------------------------------------- */
.menu {
	margin: 0em -1em 1em 17em;
	height: 5em;
}

.menu-left,
.menu-content,
.menu-right {
	float: left;
	height: 100%;
}
.menu-left {
	background: transparent url('/images/menu/left.png') 0 0 no-repeat;
	width: 25px;
}
.menu-right {
	background: transparent url('/images/menu/right.png') 0 0 no-repeat;
	width: 25px;
}

.menu-content {
	background-image: url('/images/menu/bg.png');
	background-repeat: repeat-x;
	height: 2.5em;
	padding: 1.05em 0em;
}

.menu-content li {
	display: inline;
	list-style: none;
	padding: 0em .75em;
	color: #1f3e90;
	font-size: 1.4em;
	text-align: center;
	margin-left: 0em;
}

.menu a,
.menu a:link,
.menu a:hover,
.menu a:visited,
.menu a:active {
	color: #1f3e90;
	text-decoration: none;
}


/* Submenu
-------------------------------------------------------------- */
.submenu {
	position: absolute;
	visibility: hidden;
	z-index: 4;
}
.submenu-top-left,
.submenu-top,
.submenu-top-right,
.submenu-bottom-left,
.submenu-bottom,
.submenu-bottom-right {
	height: 20px;
	font-size: 1px;
}
.submenu-top-left {
	background: transparent url('/images/menu/sub/top-left.png') bottom no-repeat;
}
.submenu-top {
	background: transparent url('/images/menu/sub/top.png') bottom repeat-x;
}
.submenu-top-right {
	background: transparent url('/images/menu/sub/top-right.png') bottom no-repeat;
}
.submenu-right {
	background: transparent url('/images/menu/sub/right.png') repeat-y;
}
.submenu-bottom {
	background: transparent url('/images/menu/sub/bottom.png') top repeat-x;
}
.submenu-left {
	background: transparent url('/images/menu/sub/left.png') repeat-y;
}
.submenu-content {
	background: #5671ab;
	color: #ffffff;
	text-align: center;
}

.submenu-content div {
	margin-top: -7px;
}

.submenu-content ul {
	margin-top: 10px;
}
.submenu-content li {
	font-size: 12px;
	display: block;
}
.submenu-content a,
.submenu-content a:hover,
.submenu-content a:visited,
.submenu-content a:active,
.submenu-content a:link {
	color: #ffffff
}



/* Content
-------------------------------------------------------------- */
.content-container {
	margin-top: -.5em;
	min-height: 100%;
}
.content-top {
	background: transparent url('/images/content/top.png') no-repeat;
	height: 20px;
	width: 940px;
}
.content {
	min-height: 100%;
	background: transparent url('/images/content/background.png') repeat-y;
	width: 894px;
	padding: 0em 1.8em;
	position: absolute;
	z-index: 2;
}

.content img {
	border: 1px solid #666666;
}

/* Tables
-------------------------------------------------------------- */

.content th,
.content td {
	padding-right: .5em;
}
.content th {
	font-weight: bold;
	color: #1f3e90;
}

/* Footer
-------------------------------------------------------------- */
.content-footer {
	border-top: 1px solid #999;
	bottom: 2px;
	padding-top: 2px;
	font-size: .8em;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin: 8em -.6em 0em -.6em;
	padding: .5em .6em;
}
.content-footer a,
.content-footer a:hover,
.content-footer a:active,
.content-footer a:visited,
.content-footer a:link {
	color: #999;
}


/* Sidebar
-------------------------------------------------------------- */
.sidebar,
.sidebar-catcher {
	position: absolute;
	width: 20px;
	top: 200px;
	right: 3px;
}
.sidebar {
	overflow: hidden;
	z-index: 3;
}
.sidebar-catcher {
	width: 30px;
	right: -3px;
	z-index: 4;
}
.sidebar-top,
.sidebar-bottom {
	height: 20px;
}
.sidebar-top {
	background: transparent url('/images/sidebar/top.png') left;
}
.sidebar-bottom {
	background: transparent url('/images/sidebar/bottom.png') left;
}
.sidebar-content {
	width: 160px;
	background: transparent url('/images/sidebar/background.png') left repeat-y;
	padding: 0px 20px;
	color: #999999;
}
.sidebar-content li {
	list-style-type: none;
}
.sidebar-content h2 {
	color: #ce5d08;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 0em;
}
.sidebar-content h2:first-child {
	padding-top: 0em;
}

.sidebar-content p {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-bototm: .5em;
}

.sidebar-content a,
.sidebar-content a:link,
.sidebar-content a:active,
.sidebar-content a:visited,
.sidebar-content a:hover {
	color: #1f3e90;
	text-decoration: none;
}
.sidebar-content a:hover {
	text-decoration: underline;	
}

/* Item
-------------------------------------------------------------- */
div.item {
	margin: 0em -.6em;
	padding: 1.8em .6em;
	border-bottom: 3px solid #ce5d08;
}

/* Breadcrumb
-------------------------------------------------------------- */

.breadcrumb {
	border-bottom: 3px solid #ce5d08;
	margin: 0em -.6em;
	padding: 0em .6em 1em;
}

.breadcrumb a {
	font-weight: bold;
}

/* Pager
-------------------------------------------------------------- */

.pager.bottom {
	margin-top: 2em;
}

.pager.top {
	float: right;
	margin-top: -2.5em;
}

.pager.top .first,
.pager.top .previous {
	padding-right: 2em;
}
.pager.top .next,
.pager.top .last {
	
}

.pager.bottom .first,
.pager.bottom .previous {
	float: left;
}
.pager.bottom .next,
.pager.bottom .last {
	float: right;
}

.pager a img {
	border: none;
}

/* Twitter
-------------------------------------------------------------- */
.twitter .tweet {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #c4c4c4;
}

.twitter .footer {
	margin-top: .4em;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
}

#timeline a {
	color: #999999;
}

.twitter .template {
	display: none;
}
