﻿/*
B22222 = firebrick 
006BAD = blue color
*/
body
{
    background-color:#006BAD;
    font-size:1em;
    font-family:Trebuchet MS, Tahoma, Verdana, Courier New, Helvetica, Sans-Serif;
    margin:0;
    padding:0;
    color:black;
}

a
{
    font-weight:bold;
    text-decoration:none;
    color:#006BAD;
}

a:hover
{
    color:#B22222; 
    text-decoration:underline;
}

.page
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

#currentVersion
{
	position:absolute;
	top:20px;
	left:650px;
	width:90px;
	height:90px;
	background:url(/Images/CurrentVersion.png) center no-repeat;
	text-align:center;	
	color:#006BAD;
	font-weight:bold;
	font-size:1.7em;
	line-height:3.2em;
	padding-left:3px;
}

#currentVersion span
{
	margin-right:5px;
}

#header
{
    position:relative;
    margin-bottom:0px;
    color:#000;
    padding:0;
}

#titleContainer
{
    display:block;
    text-align:center;
    margin-top:15px;
}

#menuContainer
{
    text-align:center;
}

#main
{
	overflow: hidden;
}

.selectedItem
{
	color:#B22222;
    text-decoration:underline;
}

.leftUpRoundCorner
{
	background:White url(/Images/RoundUpLeft.jpg) left top no-repeat;
}

.leftDownRoundCorner
{
	background:White url(/Images/RoundDownLeft.jpg) left bottom no-repeat;
}

.rightUpRoundCorner
{
	background:#ffffff url(/Images/RoundUpRight.jpg) right top no-repeat;
}

.rightDownRoundCorner
{
	background:White url(/Images/RoundDownRight.jpg) right bottom no-repeat;
}

#leftColumn
{
	padding:20px 0px 20px 20px;
	float:left;
	text-align:left;
	width:695px;
	padding-bottom: 9999px;  
	margin-bottom: -9999px;	
}

#leftPadding
{
	height:20px;
}

#rightColumn
{	
	padding-top:20px;
	float:right;
	text-align:center;
	width:180px;	
	height:100%;
	padding-bottom: 9999px;  
	margin-bottom: -9999px;
}

#rightColumnTop
{
	padding-top:10px;
	padding-bottom:10px;
}

#rightColumnTop p	
{
	vertical-align:middle;
	margin-top:5px;
	font-weight:bold;
	margin-bottom:5px;
}

.hSep
{
	height:5px;
	background-color:#006BAD;
}

.hSepBig
{
	height:30px;
}

#adBottom
{
	padding-left:20px;
	text-align:left;
	padding-top:5px;
	margin-top:5px;	
	background-color:White;
}

#footer
{
	background-color:#ffffff;
    color:#006BAD; 
    text-align:center;
    font-size:1em;
    font-weight:bold;    
    padding: 10px 0;
	margin-top:5px;
    margin-bottom:15px;
}

#rss
{
	display:block;    
    text-align:center;
}

img
{    
    border:0px;
}

.mainPageText
{
	margin-right:20px;
	margin-bottom:20px;	
}

#donateAmount
{
	width:100px;
	margin-left:40px;
	text-align:left;
	color:#006BAD;	
	/*border: 1px solid black;*/
}

/* MAIN MENU
----------------------------------------------------------*/
ul#menu
{    
    padding:0 0 0px;
    position:relative;
    margin:0;
    text-align:center;
}

ul#menu li
{
    display:inline;    
    background-color:#ffffff;
    padding:10px 10px;    
}

/*
.topRightCorner
{
	padding:-10px -10px;
	margin:0;
	background:#ffffff url(/Images/RoundUpRight.jpg) right top no-repeat;
	width:10px;
	height:100%;
}

.topLeftCorner
{
	padding:-10px -10px;
	margin:0;
	background:#ffffff url(/Images/RoundUpLeft.jpg) left top no-repeat;
	width:10px;
	height:100%;
}*/
	
/*ul#menu span
{
    background:#ffffff url(/Images/RoundUpRight.jpg) right top no-repeat;
}*/

ul#menu li a
{
    padding:0px 5px 0px 5px;
    font-size:1.2em;
    line-height:2.8em;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear:both;
}

.error
{
    color:Red;
}

/* Home
-------------*/
ul#feats
{
    margin-left:5px;
}

ul#feats li
{
    display:list-item;
    font-weight:bold;
    padding-bottom:5px;
    padding-top:5px;
}

/* Features
-------------*/
.featureDescription
{
	/*float:left;	*/
	margin-right:10px;
	padding-bottom:10px;
	width:100%;
	border-bottom:dotted 1px #006BAD;
}

.featurePic
{	
	width:100%;
}

.featurePic ul 
{ 
	list-style:none;
	margin-right:50px;
	text-align:center;
}

.featurePic ul li 
{ 
	display:inline; 
}

.featurePic ul img 
{
	border:2px solid #006BAD;
	padding:2px;
	background-color:#ffffff;
}

.featurePic ul a:hover img 
{
	border:2px solid #006BAD;	
	padding:2px;
	background-color:#006BAD;
}

.featurePic ul a:hover 
{ 
	color: #fff; 
}

/* Download
-------------*/
#Download span
{
	font-weight:bold;
}

#Download p
{
	padding-left:30px;
	padding-top:2px;
	text-align:center;
}

#Download p img
{
	position:relative;
	top:10px;	
}

#STP2005
{
	border-top:3px solid #b22222;
}

#DLinfo
{
	background:#D3D3D3;
	border:3px solid #b22222;
	padding:10px;
	width:375px;
	height:50px;
	vertical-align:middle;
	position:relative;
	top:-20px;
	left:170px;
}

#DLinfo .warning
{
	vertical-align:middle;
	float:left;	
	padding-right:10px;
}

#DLinfo span
{
	vertical-align:middle;
	font-weight:bold;
}

#DLinfo .continue
{
	margin-top:25px;
	float:right;
}

/* Support
-------------*/
#Support span
{
	font-weight:bold;
}

/* Contact
-------------*/
#Contact #ContactTableTDLeft
{
	width:120px;
}

#Contact input[type="text"]
{
    width:497px;
    border:1px solid #006BAD;
    font-family:Courier New;
}

#Contact input[type="submit"]
{
    color:#B22222;
	background-color:White;	
	width:100px;
	font-weight:bold;
	font-size:1em;
	border:2px solid #006BAD;
}

#Contact span
{
	font-weight:bold;
}

.v
{
	visibility:visible;
}

.h
{
	visibility:hidden;
}

#Contact textarea
{
    border:1px solid #006BAD;
    font-family:Courier New;
}

.emailConfirmation
{	
	float:left;
	background-color:White;
    font-size:1.5em;    
    font-weight:bold;
    color:#b22222;
    border: black solid 2px;
    text-align:center;
    width:150px;        
    top:-250px;
    left:250px;
    padding:50px;
    visibility:hidden;
}

.emailConfirmationIsVisible
{	
	position:relative;
	visibility:visible;	
}

/* Testimonials
-------------*/
#Testimonials
{
	padding-left:150px;
}

.Testimonial
{
	padding:10px;	
	margin-bottom:15px;
	width:400px;
	background-color:#EFEFEF;
	position:relative;
	border:2px solid #006BAD;
}

.TestimonialAuthor
{	
	color:#006BAD;
	border-bottom: #B22222 solid 3px;
	margin:0px;
	padding-left:10px;
	padding-bottom:5px;
}

.TestimonialWords
{
	margin-left:30px;
	color:Black;
	font-weight:bold;
}

.TestimonialImage
{
	float:left;
	position:absolute;
	top:-15px;
	left:-15px;
}

/* About Me
-------------*/
#AboutMe span
{    
    font-weight:bold;
}

/* Error Handling
-------------*/
#Error
{
	color:#B22222;
	background-color:White;
	font-size:larger;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}