/* CSS Document */

body, html
	{
		margin:0;
		padding:0;
		width:100%;
	}
	
body
	{
		background-color:#1f1a17;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	
	
h1
	{
		font-size:16px;
		text-transform:uppercase;
	}
	
#indexMenu
	{
		display:none;
	}
	
#logo
	{
		background:url(../images/martinasGroupLogo.gif);
		background-repeat:no-repeat;
		background-color:transparent;
		background-position:top left;
		
		height:103px;
		margin-left:3%;
		margin-right:3%;
	}
	
#century21Logo
	{
		background:url(../images/c21Logo.gif);
		background-repeat:no-repeat;
		background-color:transparent;
		background-position:bottom right;
		width:166px;
		height:86px;
		float:right;
	}
	
#mainContainer, #pictures
	{
		border-style:solid;
		border-width:3px;
	}

#pictures
	{
		margin:25px;
		margin-bottom:10px;
		overflow:hidden;
	}
	
	
#pictureTable
	{
		border-collapse:collapse;
		width:100%;
	}
		
#mainContainer
	{
		
		min-height:100%;
		margin-left:3%;
		margin-right:3%;
		margin-top:10px;;
	}
	
#menu
	{
		padding-left:25px;
		padding-right:25px;
		overflow:hidden;
		
	}
	
#innerMenu 
	{
		border-bottom-style:solid;
		border-bottom-width:2px;
	}
	
#actualMenu
	{
		margin-left:-5px;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	
#content
	{
		padding-left:25px;
		padding-right:25px;
		padding-bottom:25px;
	}
	
#content a
	{
		text-decoration:underline;
		color:white;
	}
	
#content ol li, #content ul li
	{
		padding:5px;
	}
	
#content ul.checklist li
	{
		list-style-image:url(../images/tickbox.gif);
		padding-bottom:8px;
	}
	
#copyright
	{
		font-size:8px;
		margin:10px;
	}
	


#checklist tbody tr td 
	{
		vertical-align:top;
		padding:5x;
		margin:5px;
	}


.bioTextSavanna, .bioTextClinton
	{
		vertical-align:top;
		padding:10px;
	}

.bioTextSavanna
	{
		text-align:left;
	}
	
.bioTextClinton
	{
		text-align:right;
	}
	

.hangmanContainer
	{
		width:100%;
	}
.hangmanContainer tbody tr td
	{
		padding:5px;
	}
	
	
.hangmanLetters
	{
		width:100%;
	}
	
.hangmanLetters tbody tr td
	{
		padding:10px;
		border-bottom-style:solid;
		border-bottom-width:2px;
		
	}
	
.xotable
	{
		width:100%;
	}
	
.xotable tbody tr td
	{
		margin:25px;
		padding:25px;
	}
	
	
#submitFormTable
	{
		width750px;
	}
	
		
#submitFormTable tbody tr td
	{
		padding:5px;
	}
	
#submitFormTable tbody tr td input
	{
		margin:5px;
	}
	
	
#mortgageCalculator table
	{
			background-color:#FFFFFF;
	}
	
#mortgageCalculator table a
	{
		color:#000099;
	}

@media screen
	{
		#logo img
			{
				display:none;
			}
	}
	
	
@media print
	{
		body
			{
				background-color:#FFFFFF;
				color:#000000;
				font-size:8px;
			}
			
		#logo
			{
				background:transparent;
				background-color:#FFFFFF;
				margin-left:3%;
			}
		
		#century21Logo
			{
				display:none;
			}
			
		#pictures
			{
				display:none;
			}
			
		#menu
			{
				display:none;
			}
		
		
	
		#kidsSearch ul.checklist li
			{
				list-style-image:url(../images/tickbox.gif);
				padding-bottom:0px;
			}
			
		#content ol li, #content ul li
			{
				padding:0px;
				margin:0;
			}
	}
