/*
Marc Denning
ITResource, Inc.
Copyright 2011
*/

/* Global styles */

html, body, header, footer, nav, p, div, section,
h1, h2, h3, h4, h5, h6, ul, ol, li
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

html
{
	background: #143264 url('images/bg.gif') repeat-x scroll;
}

body
{
	width: 960px;
	margin: 10px auto 0 auto;
	font-size: 0.9em;
	color: #000;
}

section, div
{
	margin: 10px 0; 
	padding: 5px 10px; 
	clear: both;
}

section:first-child, div:first-child
{
	margin-top: 0;
}

p
{
	line-height: 1.3; 
	margin: 0 0 0.8em 15px;
}

ol
{
	margin-left: 2em;
}

ol li
{
	margin-bottom: 1em;
}

ul
{
	margin-left: 2em;
}

li ul
{
	margin-top: 1em;
}

ul li
{
	margin-bottom: 1em;
}

ul.noBullets, ul.optionList
{
	list-style-type: none;
}

ul.optionList
{
	margin: 0;
}

ul.optionList li
{
	margin-bottom: 0.1em;
}

h1, h2, h3, h4, h5
{
	font-family: Georgia, serif;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h1, #content div h1
{
	font-size: 2em;
	text-align: left;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

h5
{
	font-size: 1em;
	font-style: italic;
}

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

a:visited
{
	color: #009;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #009;
}

.rounded-corners
{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#content
{
	margin: 0;
	padding: 15px 0 0 0;
	background-color: #fff;
	border: solid 6px rgb(20, 50, 100);
	box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	-moz-box-shadow: 0 0 25px #000;
}

#content h1
{
	text-align: center;
}

/* Navigation section styles */

nav, #nav
{
	width: 940px;
	height: 32px;
	margin: 0;
	padding: 0 10px;
}

nav ul, #nav ul
{
	padding: 0;
	margin: 0;
	border: 0;
	/* Move nav bar over top of border of content section */
	position: relative;
	top: 6px;
	z-index: 2;
}

nav ul li, #nav ul li
{
	list-style-type: none;
	float: left;
	margin: 0;
}

nav li ul, #nav li ul
{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	top: 32px;
	visibility: hidden;
	background-color: #fff;
	border: solid 1px #999;
	box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
}

nav li ul li, #nav li ul li
{
	float: none;
	display: inline;
	border: 0;
}

nav li ul li a, #nav li ul li a
{
	width: auto;
	margin: 3px 0;
	border: 0;
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
}

nav a, #nav a
{
	display: block;
	height: 20px;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	background-color: #fff;
	border: solid 2px #999;
	border-bottom-width: 1px;
	color: #000;
	white-space: nowrap;
	box-shadow: 0 -3px 5px #333;
	-webkit-box-shadow: 0 -3px 5px #333;
	-moz-box-shadow: 0 -3px 5px #333;
}

nav a:visited, #nav a:visited
{
	color: #000;
}

nav a:hover, #nav a:hover
{
	background-color: #999;
	color: #fff;
	text-decoration: none;
}

nav a:active, #nav a:active
{
	color: #fff;
}

/* Navigation section, Registration menu item */

nav #registration ul, #nav #registration ul
{
	background-color: rgb(163, 145, 97);
	border-color: rgb(163, 145, 97);
	border-top-color: #999;
}
nav #registration a, #nav #registration a
{
	background-color: rgb(163, 145, 97);
	border-color: rgb(163, 145, 97);
	color: #000;
}

nav #registration a:visited, #nav #registration a:visited
{
	color: #000;
}

nav #registration a:hover, #nav #registration a:hover
{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

nav #registration a:active, #nav #registration a:active
{
	color: #000;
}

/* Header section styles */

header, #header
{
	background-color: #333;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
	height: 125px;
	padding: 0;
	margin: 15px 0 2px 0;
	box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	-moz-box-shadow: 0 0 25px #000;
}

header h2, #header h2
{
	border: 0;
	margin: 0;
	font-size: 3em;
	font-weight: bold;
}

header h3, #header h3
{
	font-size: 1em;
	font-weight: bold;
}

/* Footer section styles */
footer, #footer
{
	padding: 0 15px 15px 15px;
	margin: 25px 0 0 0;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}

footer p, #footer p
{
	line-height: 1; 
	margin: 0;
}

footer a, #footer a
{
	color: #fff;
	text-decoration: none;
}

footer a:visited, #footer a:visited
{
	color: #fff;
}

footer a:hover, #footer a:hover
{
	text-decoration: underline;
}

footer a:active, #footer a:active
{
	color: #fff;
}

/* Table styles */

table
{
	/* collapse cell borders into one line */
	border-collapse: collapse; 
}

table, th, td
{
	border: 1px solid #000;
}

th, td
{
	padding: 2px 8px;
}

th
{
	font-weight: bold;
	background-color: rgb(208, 213, 216);
}

.colorRows, .colorRows th, .colorRows td
{
	border: 0;
}

.colorRows th
{
	background-color: rgb(208, 213, 216);
	border-bottom: solid 1px #000;
}

.colorRows td
{
	padding: 4px 8px;
}

.colorRows tr.color1
{
	background-color: #fff;
}

.colorRows tr.color2
{
	background-color: rgb(224, 229, 232);
}

/* Misc Classes */

.leftColumn, .rightColumn
{
	width: 440px;
	margin: 0 0 10px 0;
	float: left;
	clear: none;
}

img.border
{
	border: solid 6px rgb(20, 50, 100);
	margin: 0 15px;
}

img.shadow
{
	box-shadow: 0 0 10px;
	margin: 0 15px;
}

/* Accessibility styles 
   credit: Sina Bahram*/

#skip a, #skip a:hover, #skip a:visited,
#skip p
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:active
{
	position:static;
	width:auto;
	height:auto;
} 

/* Homepage Specific */

#description
{
	margin: 0 15px 15px 15px;
	background-color: rgb(208, 213, 216);
	border: solid 1px #999;
}

