@charset "UTF-8";
/* 
Design: alpha-fox.com
Author: Christopher Maio
Completed: 18 September 2008
Notice: You may not modify or use this CSS document without prior permissions from its creator.  If you wish to ask a question about this design, you may send an e-mail to cjmaio@mac.com
 */
 
/* General Page Elements */
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}

/* Navigation */
ul.navi {
	text-indent: -30%;
	list-style: none;
}

li.navi {
    text-indent: -30%;
	list-style: none;
}

/* Links */
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}

a:active {
	text-decoration: none;
	color: #000099;
}

/* Headings */
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #333366;
	
	margin-top: 0px;
    	margin-bottom: -2px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #333366;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	color: #336699;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #336699;
}

/* Special fonts */
.information-text {
	font-weight: bold;
	font-size: 16px;
	color: #336699;
}

.footer-text {
	text-align: center;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	margin: 0px;
}

/* Our general elements */

.general-table {
	width: 100%;
	border: 0px;
}

.page-bg {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
}

/* Header / Footer */
.header-bg {
	height: 50px;
	
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

.header-left {
	width: 150px;
	height: 50px;
	text-align: left;
	vertical-align: middle;
	
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
}

.header-right {
	width: 150px;
	height: 50px;
	text-align: right;
	vertical-align: middle;
	
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
}

.header-center {
	height: 50px;
	text-align: center;
	vertical-align: middle;
}

.footer {
	width: 1024px;
	border: 0px;
	margin: auto;
}

.footer-main {
	text-align: center;
	vertical-align: middle;
}

/* Tab spanning under the header */
.tab {
	width: 650px;
	border: 0px;
	margin: auto;
    	text-align: center;
}

.tab-left {
	width: 10px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	
	background-image: url(images/tab_left.gif);
	background-repeat: no-repeat;
}

.tab-center {
	height: 24px;
	text-align: center;
	vertical-align: middle;
	
    	color: #FFFFFF;
    
	background-image: url(images/tab_bg.gif);
	background-repeat: repeat-x;
}

.tab-right {
	width: 10px;
	height: 24px;
	text-align: right;
	vertical-align: middle;
	
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
}

/* Content table container */
.content {
	width: 1024px;
	border: 0px;
	margin: auto;
}

.content-left {
	width: 175px;
	height: auto;
	text-align: center;
	vertical-align: top;
}

.content-right {
	width: 175px;
	height: auto;
	text-align: center;
	vertical-align: top;
}

.content-center {
	height: auto;
	width: 676px;
	margin: auto;
	text-align: left;
	vertical-align: top;
}

/* Sidebar block */
.block-left {
	margin-left: auto;
	width: 175px;
	border: 0px;
}

.block-right {
	margin-right: auto;
	width: 175px;
	border: 0px;
}

.block-top {
	width: 175px;
	height: 24px;
	
	color: #FFFFFF;
	text-align: center;
	
	background-image: url(images/block_top.gif);
	background-repeat: no-repeat;
}

.block-bottom {
	width: 175px;
	height: 10px;
	
	background-image: url(images/block_bottom.gif);
	background-repeat: no-repeat;
}

.block-middle {
	background-color: #EDEDED;
	text-align: left;
    padding: 5px;
}

/* Gray "everything" box */
.box {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.box-top-left {
	width: 16px;
	height: 16px;
	text-align: left;
	vertical-align: top;
	
	background-image: url(images/box_top_left.gif);
	background-repeat: no-repeat;
}

.box-top-center {
	height: 16px;
	
	background-color: #EDEDED;
}

.box-top-right {
	width: 16px;
	height: 16px;
	text-align: right;
	vertical-align: top;
	
	background-image: url(images/box_top_right.gif);
	background-repeat: no-repeat;
}

.box-middle {
	background-color: #EDEDED;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top; 
}

.box-middle-centered {
	background-color: #EDEDED;
	padding-left: 5px;
	padding-right: 5px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: top; 
}

.box-bottom-left {
	width: 16px;
	height: 16px;
	text-align: left;
	vertical-align: bottom;
	
	background-image: url(images/box_bottom_left.gif);
	background-repeat: no-repeat;
}

.box-bottom-center {
	background-color: #EDEDED;
}

.box-bottom-right {
	width: 16px;
	height: 16px;
	text-align: right;
	vertical-align: bottom;
	
	background-image: url(images/box_bottom_right.gif);
	background-repeat: no-repeat;
}