/* CSS Document:  doublekay.css is referenced on every page.  
Any changes you make here will effect almost every page.  
You can do it Joyce!!!*/

/*** Assigns the background and font properties ***/
body{
background:  url(../images/dkbg4.gif);
font-family: arial, verdana, sans serif;  
font-size: 12px;
color: black;
}

/*** Positions the Slideshow ***/
#slideshow{
	position: absolute;
	margin-left: 200px;
	margin-top: 190px;
}

/*** Positions the navigation***/
.navigation {
	position: absolute;
	width: 469px;
	margin-left: 380px;
	margin-top: 20px;
	left: 9px;
}

/*** Tells the navigation links what to look like ***/
.navigation a {
color: #6D0C0C;
border: 1px solid;
background-color: #DFC181;
padding: 2px;
padding-left: 3px;
font: 11px Verdana, sans-serif;
font-weight: normal;
text-decoration: none;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
display: inline;
margin: 0px;
width: 100%;
text-align: left;
}

/*** Tells the navigation what color the text is ***/
.navigation a:link{
	color: #6D0C0C;
}

/*** Tells the navigation to stay same color after visited ***/
/*.navigation a:visited{
	color: #6D0C0C;
}
*/

/*** Tells the navigation links what to look like when mouse rolls over them ***/
.navigation a:hover {
border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #6D0C0C;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
color: #DFC181;
text-decoration: none;
}

/*** Positions the Subnavigation ***/
.subnavigation {
	position: absolute;
	width: 150px;
	margin-left: 140px;
	margin-top: 70px;
}

/*** Tells the subnavigation links what to look like ***/
.subnavigation a {
color: #6D0C0C;
border: 1px solid;
background-color: #DFC181;
padding: 2px;
padding-left: 3px;
font: 11px Verdana, sans-serif;
font-weight: normal;
text-decoration: none;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
display: block;
margin: 0px;
width: 100%;
text-align: left;
}

/*** Tells the subnavigation what color the text is ***/
.subnavigation a:link{
	color: #6D0C0C;
}

/*** Tells the subnavigation to stay same color after visited ***/
.subnavigation a:visited{
	color: #6D0C0C;
}

/*** Tells the subnavigation links what to look like when mouse rolls over them ***/
.subnavigation a:hover {
border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #6D0C0C;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
color: #DFC181;
text-decoration: none;
}


/*** Positions the logo ***/
#logo{
	position: absolute;
	margin-left: 150px;
	margin-top: 5px;
}

/*** Positions the main content and gives it it's parameters ***/
#content{
	position: absolute;
	width: 530px;
	margin-left: 300px;
	margin-top: 60px;
	height: 600px;
	left: 10px;
	top: 30px;
}

/*** Heading 1 ***/
h1{
font-size: 16px;
text-decoration: underline;
color: #6D0D0C;
}

/*** Heading 2 ***/
h2{
font-size: 14px;
color: #6D0D0C;
}

/*** For placing pictures to the right of text ***/
#rightpic{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*** For placing pictures to the left of text ***/
#leftpic{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*** Horizontal line <hr> is how you reference it ***/
HR{
	height: 1px;
	color: #E3C481;
}

/*** What all the links in the content look and act like ***/
	A 			{ color: #6D0D0C; }
	A:link		{ color: #6D0D0C; }
	A:visited	{ color: #6D0D0C; }
	A:active	{ color: #E3C481; }
	A:hover		{ color: #E3C481; }

/*** Special placement for the Contact Us page ***/
#contact {
	position: absolute;
	width: 120px;
	margin-left: 140px;
	margin-top: 70px;
}

/*** Placement of the footer on the homepage ***/
#footer{
	position: absolute;
	margin-top: 790px;
	margin-left: 200px;
}

/*** Frontpage: Houses for Lease ***/
#box1{
	position: absolute;
	margin-left: 200px;
	margin-top: 80px;
}

/*** Frontpage: NWES ***/
#box2{
	position: absolute;
	margin-left: 520px;
	margin-top: 80px;
}

/*** Frontpage: Guadalupe Plaza ***/
#box3{
	position: absolute;
	margin-left: 200px;
	margin-top: 320px;
}

/*** Frontpage: Gateway Apts***/
#box4{
	position: absolute;
	margin-left: 520px;
	margin-top: 320px;
}

/*** Frontpage: Gateway Apts***/
#box5{
	position: absolute;
	margin-left: 200px;
	margin-top: 560px;
}

.blu-lyne {
	position: absolute;
	margin-left: 250px;
	margin-top: 80px;
}
