/* INITIAL SETUP -----------------------------------> */
html {
	height: 100%;
}
body {
	border-top: 4px solid #333;
	background-color: #e0e7ea;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-bottom: 0em;
	padding-top: 0em;
	font-family: "Tahoma", "Geneva", "Verdana", "sans-serif";
	font-size: 0.7em;
	line-height: 1.4em;
	color: #495a6c;
	height: 100%;
}

/* This wrap centers the divs */
div#wrap {
	width: 955px;
	margin-left:auto;
	margin-right: auto;
}

/* This div fixes FireFox "float/wrapping" issue */
#wrapFix {
	clear: both;
	height: 20px;
	margin: 0em;
	padding: 0em;
}

/* CONSTANTS -----------------------------------> */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
/* Add div ID to avoid control of lightbox styles */
#wrap a.textLink {
	color: #619ac7;
	text-decoration: none;
}
#wrap a.textLink:hover {
	background-color: #619ac7;
	color: #FFF;
}
h1 {
	font-family: "Trebuchet MS", "Helvetica", "sans-serif";
	font-weight: bold;
	font-size: 1.4em;
	color: #333;
	line-height: 1.4em;
	margin-bottom: 0em;
}
ul {
	margin-top: 0em;
	padding-top: 0em;
	margin-left: 1.3em;
	padding-left: 0em;
}
hr {
	height: 2px;
	color: #e0e7ea;
	background-color: #e0e7ea;
	border: none;
}
#mainContent a img {
	padding: 9px;
	margin: 0em;
	border: 1px solid #c4c4c4;
	background-color: #FFF;
}
#mainContent a img.recent {
	margin-bottom: 10px;
}
#mainContent a:hover img {
	border: 1px solid #507787;
}
a.btnLink {
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
}
a.btnLink:hover {
	background-position: 0 -20px;
}
a.imgLink {
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #999;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 5px;
}
a.imgLink:hover {
	background-color: #619ac7;
}
a.topLink {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #619ac7;
	background-image: url(images/top_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 2em;
}
a.topLink:hover {
	background-color: #619ac7;
	color: #FFF;
}

/* NAV -----------------------------------> */

div#nav {	
	width: 210px;
	float: left;
	margin-left: 30px;
	text-align: left;
}
div#nav ol {
	list-style: none;
	width: 210px;
	margin-top: 45px;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0em;
}
div#nav ol li {
	margin-top: 2px;
	margin-bottom: 1.7em;
}
div#nav ol li a {
	text-decoration: none;
	color: #999;
	font-family: "Trebuchet MS", "Helvetica", "sans-serif";
	font-size: 24px;
}
div#nav ol li a:hover {
	color: #507787;
	text-decoration: none;
	background-color: #FFF;
}

/* CONTENT -----------------------------------> */
#mainContent {
	width: 650px;
	float: right;
	margin-bottom: 2.5em;
}
dl.firstHead {
	margin-bottom: 2em;
}
dl.firstHead dt p {
	font-family: "Trebuchet MS", "Helvetica", "sans-serif";
	font-size: 48px;
	color: #ececec;
	margin-bottom: 7px;
	padding: 0em;
}
dl.firstHead dd {
	margin: 0em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ececec;
}

#leftContent {
	width: 300px;
	float: left;
	margin-bottom: 2em;
}
#rightContent {
	width: 300px;
	float: right;
	margin-bottom: 2em;
}
#leftContent img, #rightContent img {
	margin-bottom: 2em;
}
span {
	width: 650px;
	float: left;
}
/*form label p {
	font-weight: bold;
}*/
.error {
	background-color: #FFC4C5;
}
#alert {
	margin-bottom: 2em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FF0000;
	background-color: #FFC4C5;
	border: 1px solid #c4c4c4;
}
#confirm {
	margin-bottom: 2em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	color: #00CC00;
	background-color: #D7FFD7;
	border: 1px solid #00CC00;
}
input, textarea, select {
	border: 1px solid #c4c4c4;
	background-color: #FFF;
	margin-bottom: 0.5em;
	margin-top: -5px;
}
p.inputBtn input{
	border: none;
	background-color: none;
	font-family: inherit;
	font-size: inherit;
}

/* PNG images -----------------------------------> */
.pngLogo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/dagger_logo_nav.png', sizingMethod='scale');
	background-color: transparent;
	position: relative;
	width: 200px;
	height: 71px;
	margin-top: 15px;
}
html>body .pngLogo {
	background-image: url(images/dagger_logo_nav.png);
}

/* FOOTER -----------------------------------> */
#footer {
	background-color: #333;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	width: auto;
	font-size: 10px;
	color: #FFF;
	padding-top: 15px;
}
#footerWrap {
	/* This wrap centers the divs */
	width: 955px;
	margin-left:auto;
	margin-right: auto;
	clear: both;
}
#disclaimer {
	width: 220px;
	float: left;
	text-align:justify;
	color:#515151;
	margin-right: 60px;
	padding-left: 25px;
}
#disclaimer p {
	padding-left: 40px;
	margin-top: 0em;
	padding-top: 0em;
}
#disclaimer img {
	float: left;
	margin-top: 5px;
}
#footerContent {
	width: 130px;
	float: left;
}
#footerContent a {
	color: #619ac7;
	text-decoration: none;
}
#footerContent a:hover {
	background-color: #619ac7;
	color: #FFF;
}
#footerContent dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#footerContent dl, #footerContent dd, #footerContent dd p {
	margin: 0em;
	padding: 0em;
}