﻿*
{
	margin:0;
	padding:0;
}

body
{
	font-size:10pt;
	padding:0px 50px;
	font-family: Tahoma, Arial;
	color: #696969;
}

a, a:visited
{
	color:#d17d00;
	text-decoration:none;
}

a:hover
{
	color:#f69300;
	text-decoration: underline;
}

h1, h2, h3 
{
	font-family: "Trebuchet MS";	
}

h1
{
	font-size:1.4em;
}

h2
{
	margin-bottom:10px;
}

h3
{
	text-align:center;
	margin:20px 0 10px 0;
	margin:none;
}

p
{
	margin-bottom:10px;	
	text-align:justify;
	text-indent:25px;
}

th
{
	text-align:left;
	vertical-align:top;
	padding-right:20px;
}

td
{
	vertical-align:middle;
}

.topAlign td
{
	vertical-align:top;
		
}

.examples 
{
	margin:auto;
}

.examples td
{
	border:1px solid #000;
}

.described
{
	cursor:pointer;
}

.MessageBoard
{
	position:relative;
	width:290px;
	height:280px;
	background-color:#fff;
	border:2px solid Green;
	margin:-310px 0 20px 180px;
	display:none;
	padding:10px;
}


ul
{
	margin:20px 0px 20px 0px ;
	list-style:none;
}

 li
{
	
	font-size:1.0em;
	color: #007eff;
	margin-bottom:10px;
}

ul.checkedList li
{
	
	font-size:1.0em;
	color: #007eff;
	margin-bottom:10px;
	background-image: url(/images/check.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.DomainName
{
	font-weight:bold;
}

.floating
{
	float:right; 
	background-color:#fff; 
	width:500px; 
	border:3px double #999; 
	padding:5px; 
}

.imageTable td
{
	border:3px double #999;
	background-color:#ccc;
}

.imageTable img
{
	border:none;
}

.BreadCrumbs
{
	border:3px double #eee;
	background-color:#ddd;
	border-bottom:none;
	padding:3px 20px 0px 3px;
	margin:0px;
	margin-top:0px;
	display:block;
}

.Caption
{
	background-image:url(/images/Caption.png);
	background-repeat:no-repeat;
	height: 71px;
	width: 310px;
}

/* - - - - - - - - - - - - - - - - - - - - LAYOUT - - - - - - - - - - - - - - - - - - - - */

#outershell
{
	margin:0px auto;
	padding:20px;
	/*padding-top:0;*/
	width:950px;
}

#innershell
{
	background-color:#fff;
	padding:5px;
	/*padding-top:0;*/
}



#container
{
}

#top 
{
	
}


#middle
{
	
}


#banner
{
	height:149px;
	background-image:url(/images/white-cliffs-layers.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;

}


#middle #content
{
	border:1px solid #ccc;
	padding:20px;
	background-color:#feeed8;
	background-image:url(/images/shade.png);
	background-repeat: repeat-x;
}

#middle #content .content-section
{
	width:287px;
	margin:10px 5px;
	float:left;
	
}

#middle #content .section-content
{
	
	padding:10px;
	text-align:left;
	
}



#middle #content .content-section h1
{
	color:#d17d00;
	text-align:center;
	padding:5px;
}


#middle #content .content-head
{
	padding:15px 0px 10px 15px;
	font-size:2.0em;
	color:#fff;
	font-family: "Trebuchet MS";
}



/*
#middle #content .section-content
{
	
	padding:10px;
	border:1px solid #ccc;
	background-color:#f6f6ee;
	
}



#middle #content .content-section h1
{
	color:#d17d00;
	text-align:center;
	padding:5px;
	background-image:url(/images/section-top.png);
	background-repeat: no-repeat;
}


#middle #content .content-head
{
	background-image:url(/images/content-head.png);
	background-repeat:no-repeat;
	padding:15px 0px 10px 30px;
	font-size:2.0em;
	color:#fff;
	font-family: "Trebuchet MS";
}

*/

#bottom
{
	padding:5px;
	font-size:0.8em;
	text-align:right;
	border:1px solid #ccc;
	border-top:none;
	background-color:#feeed8;


}


/* - - - - - - - - - - - - - - - - - - - - SLIDESHOW - - - - - - - - - - - - - - - - - - - - */

.slideShow 
{
	margin-left:15px;
    position:relative;
    width:300px;
    height:200px;
    border:10px solid #fff;
}

.slideShow img
{
	border:1px solid #eee;
}

.slideShow *{
    position:absolute;
    top:2;
    left:2;
    z-index:8;
    opacity:0.0;
    
}

.slideShow *.active {
    z-index:10;
    opacity:1.0;
}

.slideShow *.last-active {
    z-index:9;
}


/* - - - - - - - - - - - - - - - - - - - - MENU - - - - - - - - - - - - - - - - - - - - */

#name 
{
	float:left;
	cursor:pointer;
	
}

#phone
{
	font-size:1.2em;
	text-align:right;
}

#menu
{
	float:right;
	height:75px;
	
}

#menu ul
{
	float:right;
	list-style:none;
	
}

#menu ul li
{
	float:left;
	padding-left:30px;
	
}

#menu ul li a
{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bolder;
	display:block;
	width:80px;
	padding-top:15px;
	text-align:center;
	text-decoration:none;
	color:#666;
	
}

#menu ul li a:hover
{
	color:#999;
}

#menu ul li a.current
{
	background-image:url(/images/current.png);
	background-position: center top;
	background-repeat:no-repeat;
	
}



/* LOGIN CONTROL */
table.Login
{
	
}

table.Login th
{
	
}

table.Login td
{
	
}
