@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	background:url(/images/background.jpg) repeat-x top #4d758f;
	text-align:center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
img
{
	border:none;
}

a:link
{
	color: #18557c;
	text-decoration: none;
}
a:visited  
{
	color:#18557c;
	text-decoration: none;
}
a:hover 
{
	color:#000033;
	text-decoration:underline;
}
h1 
{
	color: #18557c;
	font-size:22px; 
	font-variant: small-caps;
}
h2 
{
	color:#18557c;
	font-size:20px; 
	font-variant: small-caps;
}
td
{
	text-align:left;
}



/*Header styles */
#header
{
	height:125px;
	background:url(/images/header-new.jpg) no-repeat center;
}
#countdown1
{
	position:relative;
	top:100px;
	color:#ccc;

}



/*Body styles */
#content
{
	background:url(/images/body-shadow.jpg) top repeat-x #fff;
	padding:10px 5px 0 5px;
	margin-bottom:10px;
}
#blockquote /*this is the layout controls for the block quote on the index page*/
{
	background-color: #FFFBF0;
	border: 2px black dotted;
	width: 75%;
	height: auto;
	padding: 10px;
	text-align: left;
	margin: 0px auto;
}


/*Footer Styles */
#copyright
{
	font-size:10px;
	color:#FFF;
}
#copyright a
{
	color:#fff;	
}


/*Comments Wrapper Controls & Layout*/
#comment_heading
{
	width: 800px; 
	height: auto;
	margin: 0px auto; 
	text-align: center;
}
#wrapper
{
	width: 980px;
	height: auto; 
}
#comment_container
{
	margin:0 0 5px 0;
	width: 600px; 
	text-align: center;
	border:1px #ccc solid;
}
#comment_tab
{
	width: 595px;
	height: 30px;
	text-align: left;
	background-color: #4d758f;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	color: white;
}
#comment_blockquote
{
	width: 596px; 
	height: auto; 
	padding: 2px; 
	text-align: left;
	background-color: #FFFBF0;
}

/*form layout */
#content2
{
    width: 350px;;
    height: auto;
    text-align: left;
	border: 2px groove #999999;
	background-color: #F9F9F9;
	padding: 5px;
	margin: 0px auto;
}



/* Layout controls for the download table */
#downloadimage
{
	width: 360px; 
	height: auto;
	text-align: center;
}

#downloadcode
{
	width: 585px; 
	height: auto;
	line-height: normal;
	border-left: 1px dotted gray;
	padding-left: 5px;
	vertical-align: middle;
}

#downloadcodediv
{
	background-color: lightyellow; 
	width: 450px; 
	padding: 10px;
	height: auto; 
	border: black 1px solid;
	font-family: verdana;
	font-size: 10px;
	margin: 0px auto;
}
#downloaddocshead
{
	padding: 5px; 
	width: 500px; 
	height: 30px; 
	line-height: 30px; 
	background-color: #4d758f; 
	color: white;
}
#downloaddocscontent
{
	padding: 5px; 
	width: 498px;
	border: black solid 1px;
	height: 30px; 
	line-height: 30px; 
	color: white;
	text-align: center;
}



/* Navigation Styles */
#navigation
{
	height:50px;
	color:#4991bf;
	text-align:center;
}
#navigation ul
{
	list-style-type:none;
    margin: 0px;
    padding:0 0 0 40px;
    text-align: center;
	letter-spacing:2px;
}
#navigation ul li
{
   width: 132px;
   float: left;
   clear: right;
   margin: 0px;
}
#navigation ul li a
{
   width: 132px;
   display: block;
   height: 50px;
   line-height: 50px;
   color:#4991bf;
   text-decoration:none;
   background:url(/images/nav-divider.jpg) left top no-repeat;
}
#navigation ul li a:hover
{
   background:url(/images/nav-hover.jpg) repeat-x;
   color:#4d758f;
   text-decoration:none;
}
	/*pardon my french...this is to identify the far left button and not display a break afterward*/
	#navigation ul li a#far-left
	{
		background:none;
	}
	#navigation ul li a#far-left:hover
	{
	   background:url(/images/nav-hover.jpg) repeat-x;
	}


a.community-contributions
{
	display:block;
	line-height:64px;
	width:500px;
	vertical-align:top;
	border:1px solid transparent;
	text-align:center;
}
a.community-contributions:hover
{
	border:1px solid #ccc;
	text-decoration:none;
	background:url(/images/gradient.jpg) repeat;
}
