/* Global CSS2 */

body
{
	background-color: #D5D5D5;
	
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: white;
	
	margin: 0px;
	padding: 0px;
}

input
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: black;
	background-color: white;
}

img
{
	padding: 0;
	margin: 0;
	border: 0;
}

tr
{
	color: #aaaaaa;
}

div#theContainer
{
	width: 784px;
	height: 430px;
	
	/*background-image: url('../images/container.gif');
	background-repeat: no-repeat;*/
	
	margin: 20px auto 0px auto;
	padding: 7px 0px 23px 12px;
}

div#theMenu
{
	float: left;
		
	width: 162px;
	height: 400px;
}

div#theContent
{
	float: left;
	
	width: 598px;
	height: 400px;
	background-repeat: no-repeat;
}

div#theFooter
{
	width: 784px;
	height: 23px;
	margin: 0px auto 0 auto;
	text-align: center;
}

div#Transparent
{
	position: absolute;
	top: auto;
	left: auto;

	background-color: black;
	filter: alpha(opacity=75);
    opacity: 0.75;
    
    z-index: 0;
}

div#Opaque
{
	position: absolute;
    opacity: 0.99;
    
	z-index: 10;
}

div#Opaque a, div#Opaque a:visited
{
	color: #FFE6B5;
	text-decoration: none;
	font-weight: bold;
}

div#Opaque a:hover, div#Opaque a:active
{
	text-decoration: underline;
}

h1
{
	font-size: 14px;

	padding: 0;
	margin: 0 0 4px 0;

	border-bottom: 1px dotted #666666;
}

p
{
	margin: 0 0 5px 0;
	text-align: justify;
}

ul
{
	margin: 0 0 0 15px;
	padding: 0px;
}

li
{
	text-align: justify;
}

ul.nav
{
	padding: 0;
	margin: 0;
	width: 598px;
}

ul.nav li
{
	list-style-type: none;
	float: left;
	border: 1px solid #333333;
	padding: 8px;
	margin: 0 10px 5px 0;
}

ul.nav li:hover
{
	border: 1px dotted #999999;
}



/* Welcome Page */

body#welcome div#theContent
{
	background-image: url('../images/photo0.jpg');
}

body#welcome div#Transparent
{
	margin: 115px 0 0 149px;

	height: 110px;
	width: 300px;

	border: 1px solid #444444;
}

body#welcome div#Opaque
{
	width: 280px;
	
	margin: 125px 0 0 159px;
}



/* Plans Page */

body#plans div#theContent
{
	background-image: url('../images/photo2.jpg');
}

body#plans div#Transparent
{
    height: 400px;
    width: 598px;
}

body#plans div#Opaque
{
	margin: 20px 5px 5px 5px;
}

body#plans img
{
	margin: 0 0 10px 0;
}

body#plans p
{
	height: 40px;
	width: 578px;
	margin: 5px 0 0 5px;
}



/* Features Page */

body#features div#theContent
{
	background-image: url('../images/photo3.jpg');
}

body#features div#Transparent
{
	margin: 20px 0 0 0;
	
    height: 360px;
    width: 598px;
    
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

body#features div#Opaque
{
	margin: 30px 10px 0 10px;
	height: 360px;
}

body#features div#Opaque div
{
	float: left;

	margin: 0 15px 0 0;

	width: 280px;
}

body#features div#Opaque img
{
	float: right;

	margin: 0 0 10px 10px;
}

body#features div#Opaque li
{
	list-style-type: square; 
}



/* Gallery Page */

body#gallery div#theContent
{
	background-image: url('../images/photo4.jpg');
}

body#gallery div#Transparent
{
	margin: 342px 0 0 290px;

	height: 50px;
	width: 300px;

	border: 1px solid #444444;
}

body#gallery div#Opaque
{
	margin: 348px 0 0 300px;

	width: 280px;
	height: 50px;
}

body#gallery div#Opaque p
{
	width: 220px;
	float: left;
}

body#gallery div#Opaque a
{
	padding: 24px 0 0 11px;
	float: right;
	border-left: 1px dotted #444444;
}




/* History Page */

body#history div#theContent
{
	background-image: url('../images/photo5.jpg');
}

body#history div#Transparent
{
	margin: 160px 0 0 0;

	height: 205px;
	width: 598px;
	
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

body#history div#Opaque
{
	margin: 165px 0 0 10px;

	width: 577px;
	height: 205px;
}



/* Contact Page */

body#contact div#theContent
{
	background-image: url('../images/photo6.jpg');
}

body#contact div#Transparent
{
	margin: 80px 0 0 0;

	height: 220px;
	width: 598px;
	
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

body#contact div#Opaque
{
	margin: 85px 10px 0 10px;
	
	height: 220px;
}

body#contact div#Opaque div
{
	float: left;

	width: 280px;
	margin: 0 15px 0 0;
}

body#contact div#Opaque img
{
	margin: 8px 0 0 0;
	padding: 5px;

	border: 1px solid #333333;
}




