/* CSS Document */
body { 
background-color: #0f0f0f;
font-family: Verdana, Arial, Helvetica, sans-serif;
}



#container {
width: 1500px;
}

a.turquoise:link,
a.turquoise:active,
a.turquoise:visited {
color: #00bcff;
text-decoration: none;
}
a.turquoise:hover {
text-decoration: underline;
}




/* ---------------- Left Column --------*/

#leftColumn {
width: 200px;
background-image: url(images/leftColBG.gif);
background-position: top;
background-repeat: repeat-x;
height: 780px;
margin: 0;
padding: 0;
float: left;
}

#leftColumn img {
margin: 0 0 0 -50px;
}


#leftColumn ul li {
height: 2.5em;
margin: 0 0 0 -50px;
padding: 0;
text-align: center;
white-space: nowrap;
}

#leftColumn a:link,
#leftColumn a:active,
#leftColumn a:visited {
color: #505050;
font-size: .8em;
font-weight: normal;
text-decoration: none;
padding: 16px 60px 16px 60px;
margin: 0;
width: 200px;
}

#leftColumn a:hover {
color: #fff;
font-size: .8em;
font-weight: bold;
text-decoration: none;
padding: 16px 60px 16px 60px;
background-image: url(images/hoverBGgrayLine.gif);
background-repeat:no-repeat;
background-position: center;
width: 200px;
}

#leftColumn a.selected {
color: #fff;
font-size: .8em;
font-weight: bold;
text-decoration: none;
background-image: url(images/selectedBGTurqLine.gif);
background-repeat:no-repeat;
background-position: center;
width: 200px;
}

#leftColumn p.contact {
padding: 50px 0 0 0;
}


#leftColumn p.contactSelected {
padding: 50px 0 0 0;
}

#leftColumn p.contactSelected a {
color: #fff;
font-size: .8em;
font-weight: bold;
text-decoration: none;
background-image: url(images/selectedBGTurqLine.gif);
background-repeat:no-repeat;
background-position: center;
width: 200px;
}

/*--------------- Right Column ---------------*/
#rightColumn {
width: 800px;
background-image: url(images/fullSizeBGRight.jpg);
background-position: top;
background-repeat: no-repeat;
height: 780px;
margin: 0;
padding: 0;
float: left;
}

#rightColumn #onePhoto {
float: left;
}

#caption {
float: left;
width: 500px;
}

#rightColumn #onePhoto img {
margin: 30px 0 0 50px;
}

#caption h1 {
color: #505050;
font-size: 1.2em;
font-weight: bold;
margin: 20px 0 12px 50px;
}

#caption p {
color: #505050;
margin: 20px 0 0 50px;
size: .9em;
width: 500px;
line-height: 140%;
}

#rightColumn #arrows {
float: right;
width: 150px;
margin: 0 0 0 100px;
}


/* ----------------- Home ------------------*/

#home {
width: 1000px;
}

#home #logoHome {
float: left;
width: 800px;
margin-left: 175px;
}

#home #thumb {
margin: 11px;
width: 310px;
float: left;
}

#home #thumb a:link img,
#home #thumb a:active img,
#home #thumb a:visited img {
border: 1px solid #0f0f0f;
}

#home #thumb a:hover img {
border: 1px solid #00bcff;
}
