/* GLOBAL */

body {
font-family: Arial, sans-serif;
font-size: 12px;
color: #494949;
background: #ffffff;
margin: 0px;
padding: 0px;
}

img {
border: 0px;
}

a {
color: #a62651;
}
A:visited {
color: #999999;
}
a:hover {
color: #636363;
}

a.browse {
text-decoration: none;
font-size: 13px;
}

a.project {
text-decoration: none;
color: #333333;
font-size: 13px;
}
a.project:hover {
color: #a62651;
}

.clear {
clear: both;
height: 0px;
}


/* HOME PAGE */


#home_container {
margin: 30px auto;
width: 680px;
position: relative;
}

#home_navtab {
position: absolute;
top:30px;
left:-1px;
width: 127px;
padding: 0px 0px 20px 0px;
background-image: url(img/bg_tab.gif);
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
z-index: 100;
}

#home_image {
position: absolute;
top: 0px;
left: 0px;
width: 680px;
height: 500px;
background-color: #000000;
z-index: 0;
}

#headlineContainer {
height: 35px;
position: absolute;
top: 500px;
left: 0px;
background-image: url(img/bg_news.gif);
background-repeat: no-repeat;
}

#headlineContainer div {
display: none;
position: absolute;
top: 5px;
left: 0px;
width: 580px;
}

.headline_link {
font: italic 10px Georgia, Times, serif;
text-decoration:none;
color: #999999;
}

#home_footer {
width: 680px;
position: absolute;
top: 535px;
left: 0px;
padding: 4px 0px 20px 0px;
color: #A62651;
border-top: 1px #A62651 solid;
}
#main_footer a {
text-decoration: none;
}


/* CONTENT PAGES */

#container {
margin: 30px auto;
width: 850px;
position: relative;
}

#navtab {
position: absolute;
top: 30px;
left: -1px;
width: 127px;
padding: 0px 0px 20px 0px;
background-image: url(img/bg_tab.gif);
border-right: 1px #c0c0c0 solid;
border-bottom: 1px #c0c0c0 solid;
z-index: 100;
}

#content {
padding: 200px 0px 25px 147px;
min-height: 400px;
background-image: url(img/bg_fade.gif);
background-repeat: no-repeat;
}

#slideshow {
float: left;
width: 363px;
height: 400px;
margin: 0px 14px 0px 0px;
}
#slideshow_caption {
position: relative;
top: -40px;
padding: 3px 5px 3px 5px;
height: 34px;
width: 353px;
background-image: url(img/bg_50.png);
color: #ffffff;
}

#portfolioContainer {
position: absolute;
}

#footer {
width: 850px;
padding: 4px 0px 20px 0px;
color: #A62651;
border-top: 1px #A62651 solid;
}
#footer a {
text-decoration: none;
}


/* MODIFIERS */


ul {
list-style-type: square;
list-style-image: url(img/list_black.gif);
list-style-position: outside;
margin-top: 5px;
margin-bottom: 20px;
line-height: normal;
}

ul.orange {
list-style-type: square;
list-style-image: url(img/list.gif);
list-style-position: outside;
margin-top: 5px;
margin-bottom: 20px;
line-height: normal;
}

li {
margin: 0px 0px 5px -20px;
}

.sidebox {
padding: 0px 0px 10px 0px;
line-height: normal;
}

.bold {
font-size: 14px;
color: #333333;
line-height: normal;
font-weight: bold;
}

h1 {
font-size: 16px;
color: #333333;
line-height: 24px;
font-weight: bold;
margin: 0px 0px 15px 0px;
}