/************************************************************************/
/* Indy Grace Place Stylesheet 2008                                     */
/* All Rights Reserved, Use by Permission Only                          */
/* Stylesheet authored by Internet DesignWorks                          */
/* Website Design our Speciality :: Website Development our Passion     */
/* http://www.internetdesignworks.com   (317) 669-0439                  */
/* Green:#7bbe2b Red:#990000 White#e7e7e7                               */ 
/************************************************************************/

body{
	width100%;
	background-color:#ffffff;
	font-family:"century gothic", arial, sans-serif;
}

#address{
	color:#7bbe2b;
	font-family:"century gothic", arial, sans-serif;
	font-weight:600;
	font-style:italic;
}

#copy{
	color:#ffffff;
	font-family:"century gothic", arial, sans-serif;
	font-weight:600;
	font-style:italic;
	text-align:center;
	background-image:url("images/backs/textAccent.png");
	background-repeat:repeat-x;
	height:40px;
	padding-top:8px;
	width:100%;
	font-size:75%;
	text-shadow:1px 1px 1px #333333;
}

#copy a{
	text-decoration:underline;
	color:#990000;
}

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

#copy h1{
	font-size:110%;
	font-weight:600;
	padding-top:4%;
}

#formcontent{
	font-size:75%;
	color:#000000;
	font-weight:500;
	width:100%;
	margin-left:0%;
	text-align:left;
	margin-top:0%;
}

#formcontent h1{
	background-color:#7bbe2b;
	border-top:#990000 2px solid;
	border-bottom:#990000 2px solid;
	color:#000000;
	font-weight:600;
	text-align:center;
	width:100%;
	font-size:110%;
}

#formcontent td{
	background-color:#ffffff;
	font-weight:600;
	text-shadow:1px 1px 1px #666666;
}


.form{
	font-size:110%;
	color:#000000;
	font-weight:600;
	border:#7bbe2b inset 2px;
	background-color:#aaaaaa;
}

.form:hover{
	background-color:#990000;
	font-size:110%;
	color:#e7e7e7;
	font-weight:600;
	border:#7bbe2b outset 2px;
}

#head{
	width:100%;
	height:125px;
	clear:both;
}

#indexcontent{
	font-size:75%;
	color:#000000;
	font-weight:500;
	width:100%;
	text-align:left;
	margin-top:0%;
	clear:both;
}

#indexcontent h1{
	background-color:#7bbe2b;
	border-top:#990000 2px solid;
	border-bottom:#990000 2px solid;
	color:#000000;
	font-weight:600;
	text-align:center;
	font-size:110%;
}

#nav{
	width:100%;
	text-align:center;
	vertical-align:top;
	background-color:#7bbe2b;
	border-top:#990000 2px outset;
	border-bottom:#990000 2px outset;
	height:18px;
	clear:both;
}

#nav ul{
	list-style-type:none;
	margin-left:-40px;
	margin-top:-.2%;
}

#nav li{
	display:inline;
	margin-top:-20px;
}

#nav li a{
	display:inline;
	color:#000000;
	font-size:80%;
	text-align:left;
	padding-left:20px;
	text-decoration:none;
	font-weight:600;
	background-image:url("../images/nav.png");
	background-repeat:no-repeat;
	background-position:1% 50%;
	margin-top:-20px;
}

#nav li a:hover{
	display:inline;
	color:#e7e7e7;
	font-size:80%;
	text-align:left;
	padding-left:20px;
	text-decoration:none;
	font-weight:600;
	background-image:url("../images/navHover.png");
	background-repeat:no-repeat;
	background-position:1% 50%;
}

#rent{
	background-color:#990000;
	text-align:left;
	color:#e7e7e7;
	font-weight:600;	
	height:48px;
	border:#7bbe2b 5px outset;
}

#slogan{
	color:#000000;
	font-family:"century gothic", arial, sans-serif;
	font-weight:600;
	font-style:italic;
	text-align:center;
	background-image:url("images/backs/textAccent.png");
	background-repeat:repeat-x;
	height:40px;
	padding-top:8px;
	width:100%;
	border-radius-bottomleft:45px; 
	-webkit-border-radius-bottomleft:45px; 
	-moz-border-radius-bottomleft:45px;
	border-radius-topleft:45px; 
	-webkit-border-radius-topleft:45px; 
	-moz-border-radius-topleft:45px;
	border-radius-bottomleft:45px;	
	-webkit-border-radius-bottomright:45px; 
	-moz-border-radius-bottomright:45px;
	border-radius-topright:45px; 
	-webkit-border-radius-topright:45px; 
	-moz-border-radius-topright:45px;
}	