/* -------------------------------------------------------
	Reset styles 
------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ---------------------------------------------------- */

html {
	height:100%;  /* Required to keep footer at bottom of page. */
}

body {
	min-height:100%;    /* Required to keep footer at bottom of page. */
	position:relative;  /* Required to keep footer at bottom of page. */	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
	background: #DAC1A8 url('bg-paper.jpg') center top repeat;	
	min-width: 700px;
}

body::after {
	content:'';     /* Required to keep footer at bottom of page. */
	display:block;  /* Required to keep footer at bottom of page. */
	height:100px;   /* Required to keep footer at bottom of page. */
}

header {
	background-color: rgba(0,0,0,.75);
	color: #FFF;
}

header h1 {
	font-size: 1.25em;
	margin: 0 12px;
	white-space: nowrap;
	font-weight: 500;
}

header h1 img {
	height: 60px;
	width: 60px;
	vertical-align: middle;
	margin: 12px 12px 12px 60px;	
}

#content {
	max-width: 90%;
	margin: 1.875em auto 2.5em auto;  /* Use auto to center the table */	
	display: table;  /* Shrink wraps div around table so drop shadow works correctly in IE */

	/* The following 3 lines add a drop shadow in multiple browsers. */
	-webkit-box-shadow: 0 8px 5px -5px black;
	-moz-box-shadow: 0 8px 5px -5px black;
	box-shadow: 0 8px 5px -5px black;
}

.column {
	padding-bottom: 20px;
}

.column-header {
	padding: 4px 10px;
	color: #FFF;
	font-size: 1.25em;
	min-width: 180px;
	text-align: left;
}

.column ul {
	list-style-position: inside;
}

.column li {
	line-height:1.4;
	list-style-type: none;
	padding: 2px 14px;	
	text-decoration: none;
}

span.column-subheader{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1em;	
	color: #2F2F2F;
}

ul.column-subheader{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1em;	
	color: #2F2F2F;
}

.column ul li a:not(.column-subheader)::before {  /* Adds styled arrows to links. */
	content: "\27AD \00a0"; 
	color: #999;	
	font-size: 14px;
	padding-right: 0px;
}

.column ul li a:not(.column-subheader):hover::before, .column ul li a:not(.column-subheader):focus::before {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	color: #000;
}

#col1_header, #col2_header, #col3_header, #col4_header {
	background-color: #2980b9;
}

#table_main { 	
	border-collapse: collapse;
	background-color: #FFF;

	/* The following 3 lines add a drop shadow. */
	-webkit-box-shadow: 0 8px 5px -5px black;
	-moz-box-shadow: 0 8px 5px -5px black;
	box-shadow: 0 8px 5px -5px black;
} 

td {
	padding: 10px;
}

/* Applies the styles to all td cells in a row except for the first one. Use to display borders between columns. */
#table_main th + th, #table_main td + td { 
	border-left:1px solid #DDD; 
}

#column1, #column2, #column3 {
	border-right: 1px #DDD solid;
}

.column ul li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;	
	color: #337AB7;	
	text-decoration: none;
	padding: 3px;
}

.column ul li a:visited {
	color: #337AB7;
}

.column ul li a:focus {
	outline: 1px dotted #337AB7;
}

.column ul li a:hover {
	border: none;
	outline: none;
	color: #1E496D;
	background-color: #D4E5f1;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #EEE;
    margin: 1em 10px;
    padding: 0;
}

footer {	
	font-size: 0.875em;
	color: #FFF;	
	position:absolute;  /* Required to keep footer at bottom of page. */
	bottom:0;          /* Required to keep footer at bottom of page. */
	width: 100%;        /* Required to keep footer full width of page. */
	background-color: #1F1F1F;
}

#footer_left {
	float: left;
	padding: 20px 60px;
}

#footer_right {
	float: right;
	padding: 20px 60px;
	color: #CCC;
}

.padding-top {
	padding-top: 6px;
}
