
@charset "utf-8";
/* CSS Document */

img.dummy{
}

img.imageReplacement{
	font-family:fonts, tallpaul, TTF;
    color:#8f0000;
    font-size:23pt;
}

img.imageReplacement:hover{
	color:#888888;
}

html{
font-size:100%;
background-color:#333333;
height:100%;
}

body{ /* gives reference point for site_container */
width:100%;
height:100%;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#000000;
}

#mainArea{
width:1000px;
height:600px;
position:relative;
margin:50px auto 0 auto;
padding:0;
background-color:#ffffff;
color:#000000;
}

a{
text-decoration:none;
color:#000000;
font-size:1em;
}

img{
	border:none;
}

img.phoneNumber{
	font-size:16pt;
}

img.crightInfo{
	font-size:10pt;
    font-family:fonts,lte50263,ttf;
    color:#000000;
}

img.title{
	font-size:40pt;
    line-height:7; /*used for determining the angle*/
}

#mainMenu{
position:absolute;
right:50px;
top:100px;
width:auto;
height:auto;
}

.mainMenuItem{
width:auto;
height:auto;
margin:10px 0 0 0;
float:none;
position:relative;
}

img.mainMenuItem:hover{
color:#F3C7C7;
}

#secondaryMenu{
position:absolute;
bottom:50px;
right:200px;
width:auto;
height:auto;
z-index:1;
}

.secondaryMenuItem{
width:auto;
height:auto;
margin:0 10px 0 0;
float:left;
}

img.secondaryMenuItem:hover{
color:#F3C7C7;
}

#phoneNumber{
position:absolute;
bottom:10px;
left:20px;
}

#title{
position:absolute;
left:130px;
top:50px;
}

#crightInfo{
position:absolute;
bottom:10px;
left:200px;
font-size:9px;
}

#logo{
position:absolute;
right:15px;
top:5px;
background-image:url(logos/woolsey_logo_grey.gif);
background-repeat:no-repeat;
width:300px;
height:70px;
}

/*corners for everything*/

#mainAreaULCorner{
background-image:url(seniorRedPatterns1/mainAreaCorner.png);
background-repeat:no-repeat;
position:absolute;
top:-284px;
left:-51px;
width:408px;
height:440px;
}

#mainAreaLRCorner{
background-image:url(seniorRedPatterns1/mainAreaCorner.png);
background-repeat:no-repeat;
position:absolute;
bottom:-165px;
right:-45px;
width:408px;
height:440px;
}

/*-------------Content-----------*/

#contentArea
{
	position:absolute;
    width:auto;
    height:auto;
}

#contentArea.Videos{
	top:175px;
    left:40px;
}

#contentArea.Contact{
	/*top:130px;
    left:370px;*/
    top:185px;
    left:-15px;
}

#contentArea.ContactFormSent{
	top:270px;
    left:150px;
}


#contentArea.Videos #contentAreaULCorner{
	background-image:url('seniorRedPatterns1/animotoULCorner.png');
	background-repeat:no-repeat;
    position:absolute;
    top:-50px;
    left:-50px;
	width:90px;
    height:121px;
}

#contentArea.Videos #contentAreaURCorner{
	background-image:url('seniorRedPatterns1/animotoURCorner.png');
	background-repeat:no-repeat;
    position:absolute;
    top:-50px;
    right:-50px;
    width:90px;
    height:121px;
}

#contentArea.Videos #contentAreaLLCorner{
	background-image:url('seniorRedPatterns1/animotoLLCorner.png');
	background-repeat:no-repeat;
    position:absolute;
    bottom:-50px;
    left:-50px;
	width:90px;
    height:121px;
}

#contentArea.Videos #contentAreaLRCorner{
	background-image:url('seniorRedPatterns1/animotoLRCorner.png');
	background-repeat:no-repeat;
    position:absolute;
    bottom:-50px;
    right:-50px;
    width:90px;
    height:121px;
}

.containerTest{
	position:relative;
    width:300px;
    height:200px;
    background-color:#ff00ff;
    float:left;
}

#seniorSideImage.contactImage{
	position:absolute;
    top:-17px;
    left:680px;
}

#seniorSideImage.buzzImage{
	position:absolute;
    top:170px;
    left:100px;
}

#seniorSideImage.introImage{
	position:absolute;
    top:170px;
    left:50px;
}

#seniorSideImage img{
	display:block;
    border:5px #000000 solid;
}

