/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
/*	background-color: #FF9D47; */
/*	background-image:  url("http://www.pairadocsmedia.com/images/web/orangeDot.gif");	*/
	background-color: #1A1A1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;       
	color: #A4B1B9;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 90%;
	text-align: center;
}

a{
	color: #FFCC33;
	text-decoration: underline;
}

a:link{
	color: #FFCC33;
	text-decoration: underline;
}

a:visited{
	color: #FFCC33;
	text-decoration: underline;
}

a:hover{
	color: #FFCC33;
	text-decoration: none;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #F26522; 
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55; 
}

/*************************************************/
/** Layout Divs **********************************/
/*************************************************/

#wrapper{
	width: 800px;
	background-color: #1A1A1A;
	border: 1px solid #A4B1B9;  
}

#contentLogo{
	height: 40px;
	text-align: left;
	width: 800px;
}

#contentSplash{
	border-top: 1px solid #A4B1B9;  
	border-bottom: 1px solid #A4B1B9;  
	height: 200px;
	width: 800px;
	background-image: url(../images/web/palmtrees.png);
	background-position: center;
	background-repeat: no-repeat;
}

#contentNavigation{
	float: left;
	width: 175px;
	padding: 10px 0px 10px 0px;
}

#contentBody{
	border-left: 1px solid #A4B1B9;   
	padding: 10px 10px 10px 10px;
	float: left;
	text-align: left;
	width: 600px;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #A4B1B9;  
	font-size: 75%;
	color: #A4B1B9;
	text-align: center;
	padding: 3px 3px 3px 3px;
}

/*************************************************/
/** form table ***********************************/
/*************************************************/

.formTable{
	border: 1px solid #F76321;  
	text-align: left;
	width: 100%;
}

.formLabel{
	color: #A4B1B9;
	text-align: right;
	vertical-align: top;
}

.formCell{
	text-align: left;
	vertical-align: middle;
}

/*************************************************/
/** google table *********************************/
/*************************************************/

.googleTable{
	border: 0px;
	width: 100%;
	border: 0px; 
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse; 
	border-color: #000000;
	border-color: #999999;
	background-color: #FFFFCC;
/*	background-image:url(../images/web/tsympGoogleAds.png)  */
}

.googleCell{
	font-family: Arial,sans-serif;
	color:#000000;
	text-align: center;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

/*************************************************/
/** content tables *******************************/
/*************************************************/

.contentTable{
	border-top: 1px solid #F76321;  
	width: 100%;
}

.contentCell{
	color: #A4B1B9;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;  
}

/*************************************************/
/******************  navigation ******************/
/*************************************************/

#navigationUL{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL li{
	list-style: none;
	display: block;
	float: left; 
	font: bold 14px arial;
	padding: 2px 2px 2px 2px;
	height: 15px;
	width: 130px;
	text-align: right;
	color: #F76321;
}

#navigationUL li a{
	text-decoration: none;
	color: #A4B1B9;
}

#navigationUL li a:hover{
	text-decoration: underline;
	color: #F76321;
}

