@charset "utf-8";
/* CSS Document */

/* Colors used in this document
#72B0CF - Light
#70AECD - Med
#5599BB - Dark


#C0DEED - Dark Grey
#DDEEF6 - Light Grey


#002233 - Dark
#00131E - Darkest


#33CCFF - Logo Text
#DDEEF6 - Standard Text


#AADDFF - Light Link
#88CCEE - Med Link
#66AACC - Dark Link
#FFFFC1 - Link Hover


body {
	font-family:Arial,sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	background-color: #001f2f;
}
*/

/* Main layout sections */
div#topbar
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width:100%;
	/*background-color: #001f2f;*/
	background-color: #000;
	z-index:-1;
}

div#topbar2
{
	position: absolute;
	top: 151px;
	left: 0px;
	height: 10px;
	width:100%;
	background: url(dock/images/main-bg.gif) repeat;
	z-index:-1;
}

div#wrapper {
	clear:none;
	margin:auto;
	overflow:hidden;
	padding:0;
	width:990px;
}
div#parallax{
	position:relative;
	overflow:hidden;
	width: 990px;
	height: 150px;
	/*background: #d3f65d;*/
	background: #000000;
}
div#header {
	width: 990px;
	height: 150px;
	z-index:9;
}
div.logo {
	width: 530px;
	height:75px;
	z-index: 99;
	background: url(../images/danregazzi-light2.png);
}
div.starfield {
	width: 1200px;
	height:150px;
	z-index: 9;
}
div.moon {
	width: 1025px;
	height:150px;
	z-index: 9;
}
div.title {
	width: 990px;
	height:150px;
	color: #ffffff;
	z-index:99;
}
div#nav {
	margin:auto;
	height: 70px;
	width: 100%;
	/*background: url("dock/images/dock-bg3.gif") repeat scroll 0 0 transparent;*/
}

div#content {
	clear:none;
	position:relative;
	float:left;
	width:990px;
	height: 100%;
	background-color: #ffffff;
	/*overflow:visible;*/
}

div#content div#main-content {
	margin: 15px 15px;
}
/*
div#content .module{
	clear:none;
	position:relative;
	float:left;
	width:960px;
	margin:15px;
	background-color: #e1f0f7;
	overflow:visible;
}
*/
div#content .mod_200{
	float:left;
	width:186px;
}
div#content .mod_200r{
	float:right;
	width:200px;
}
div#content .mod_320{
	float:left;
	width:310px;
}
div#content .mod_320r{
	float:right;
	width:310px;
}
div#content .mod_640{
	float:left;
	width:640px;
}

div#content .mod_760{
	float:right;
	width:750px;
}
div#content .mod_760l{
	float:left;
	width:750px;
}
div#content .top {
	background: url(../images/content-top-right.gif) no-repeat top right;
}

div#content .bottom {
	position:absolute;
	bottom:0;
	width: 100%;
	background: url(../images/content-bottom-right.gif) no-repeat bottom right;
}

div#content img.corner {
	width: 15px;
	height: 15px;
	border:none;
	display: block !important;
}

div.module {
	border-bottom: 1px #002233 dotted;	
}

div.module .roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

div.module div#mod_content {
	margin: 0 10px;
}

div.module .roundtop { 
	background: url(../images/mod-top-right.gif) no-repeat top right;
}

div.module .roundbottom {
	background: url(../images/mod-bottom-right.gif) no-repeat bottom right; 
}

.content{
	color: #002233;
	font-size: 1.3em;
}

.module .comments{
	display: none;
}

.module .comments .comment{
	padding: 2px 4px;
	background-color: #ddeef6;
	border: 1px #002233 dashed;
}

.commentHead{
	height: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #aaddff;
	border-bottom: 1px #002233 solid;
}

div.module img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

div.mod_header {
	font-size: 1.5em;
	border-bottom: 2px #002233 solid;
}

.infoLeft {
	float:left;
}

.infoRight{
	float: right;
}

div.typeHeader {
	font-size: 1.7em;
	text-transform: capitalize;
}

#sideContent {
	position: absolute;
	float: left;
	top: 15px;
	bottom: 15px;
	width: 186px;
}
#sideContent #sidebar{
	height: 100%;
	width: 184px;
	padding:4px;
	color: #000000;
	background-color: #C0DEED;
	border-right: 2px solid #000000;
}

#sidebar a:link {
	color: #002233;	
}

#sidebar a:visited {
	color: #000000;	
}

#sidebar a:hover, a:active {
	color: #e1f0f7;
}

.module a:link {
	color: #002233;	
}

.module a:visited {
	color: #000000;	
}

.module a:hover, a:active {
	color: #46caf9;
}

#sidebar ul li {
	list-style: disc;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 15px;
	font-size: 1.1em;
}

/*
div#content .top-right {
	background: url(../images/content-top-right.gif) no-repeat top right;
}

div#content .bottom-right {
	background: url(../images/content-bottom-right.gif) no-repeat top right;
}
div#content .left {
	position: absolute;
	top:5px;
	bottom:5px;
	left:0px;
	width:15px;
	background: #e1f0f7 url(../images/content-left.gif) repeat;
}

div#content .right {
	position: absolute;
	top:5px;
	bottom:5px;
	right:0px;
	width:15px;
	background: #e1f0f7 url(../images/content-left.gif) repeat;
}
*/
/*
div#content .bottom-right{
	position:absolute;
	bottom:0;
	right:0;
	height:15px;
	width:15px;
	background-image: url(../images/content-bottom-right.gif);
}
div#content .top {
	position: absolute;
	top:0;
	left:15px;
	width:960px;
	height:15px;
	background: #e1f0f7 url(../images/content-top.gif) repeat;
}

div#content .bottom {
	position: absolute;
	bottom:0;
	left:15px;
	width:960px;
	height:15px;
	background: #e1f0f7 url(../images/content-top.gif) repeat;
}

div#content .left {
	position: absolute;
	top:5px;
	bottom:5px;
	left:0px;
	width:15px;
	background: #e1f0f7 url(../images/content-left.gif) repeat;
}

div#content .right {
	position: absolute;
	top:5px;
	bottom:5px;
	right:0px;
	width:15px;
	background: #e1f0f7 url(../images/content-left.gif) repeat;
}
div#content .top-right{
	position:absolute;
	top:0;
	right:0;
	height:15px;
	width:15px;
	background-image: url(../images/content-top-right.gif);
}
div#content .bottom-left{
	position:absolute;
	bottom:0;
	left:0;
	height:15px;
	width:15px;
	background-image: url(../images/content-bottom-left.gif);
}

div#content .top-left{
	position:absolute;
	top:0;
	left:0;
	height:15px;
	width:15px;
	background-image: url(../images/content-top-left.gif);
}
*/
.left{
	float: left;
}
.hide{
	display:none;
}
