@charset "UTF-8";
/* CSS Document */

/* * * * * * * GLOBAL * * * * * */	
* {
	margin: 0;
	padding: 0;
}
body {
font-family: Helvetica, Arial, Sans-Serif;
font-size:12px;
text-align:center;
}

.home {margin-top:30px;}

input,textarea {background:#dedede;padding:5px;margin:5px 0 5px 0;width:90%;border:0}

p {line-height:20px;font-family: Georgia, Times, Serif;}
a {}
a:hover {text-decoration:none;}

li {list-style-type:none;}
img {border:0}

h1{font-size:65px;text-transform:uppercase;}

h2{font-size:24px;text-transform:uppercase;margin:20px 35px 20px 15px;color:#333}

h3{font-size:35px;text-transform:uppercase;color:#333}

.col1 h4{height:170px;background:#333333;font-size:36px;font-weight:normal;position:relative;}

.col1 h4 div {position:absolute;bottom:10px;right:15px;text-align:right;color:#fff}

h5{background:#dedede;font-size:15px;font-weight:normal;text-transform:lowercase;padding:15px;margin:20px 0 20px 0;}

.container {
width:790px;
text-align: left;
margin: 30px auto;
}

.clear {
	clear: both;
}


/* * * * * * * HEADER * * * * * */	
.header {height:105px;}

/* * * * * * * NAV * * * * * */	
.nav {height:18px;margin-bottom:10px;}
.nav ul {}
.nav li {font-size:18px;float:left;padding-right:15px;}
.nav li a {text-decoration:none;text-transform:uppercase;}
.nav p {}



/* * * * * * * SUBNAV * * * * * */	
.subnav {display:none;}
.subnav ul {}
.subnav li {}
.subnav a {}
.subnav a:hover {}

/* * * * * * * CONTENT * * * * * */	
.content {min-height:400px;padding:10px;}
.content h2{}
.content p {}
.col {float:left;width:45%;margin:0 10px 40px 20px;}

.col1 {float:right;width:500px;}
.col2 {float:right;width:255px;margin-right:15px;}

dd {float:left;width:180px;margin: 0 15px 15px 0;overflow:hidden;}
dd.last {margin-right:0}
dd h4 {padding:5px;font-weight:normal}

.photo {width:255px;}

/* * * * * * * FOOTER * * * * * */	
.footer {margin-top:3em;}

/* * * * * * * BLOGS * * * * * */	
.blog {}
.blog .index {float:left;width:30%;}
.blog .detail {float:left;width:70%;}

/* * * * * * * SLIDESHOWS * * * * * */	
.slideshow {}
.slideshow .index {float:left;width:30%;}
.slideshow .index h2 {}
.slideshow .index ul {}
.slideshow .index ul li {}
.slideshow .index ul li a {}

.slideshow .detail {float:left;width:70%}
.slideshow .detail h3 {}
.slideshow .detail .slides {}
.slideshow .detail .slides .thumbnails {}
.slideshow .detail .slides .thumbnails img {}
.slideshow .detail .slides .thumbnails a {}

/* * * * * * * COLORS * * * * * */	
body {background:#333;}
.container {}
a {color:#999;}
p {color:#333}

.home p {color:#999;font-family:arial,helvetica,sans-serif;}

h1 {color:#fff;}
h2 {color:#333}

.nav {}
.nav li {}
.nav li a {color:#999;}
.nav li a.On {color:#fff;}
.nav li a:hover {color:#fff;}
.content {background:#fff;color:#999;}
.content a {color:#999;}

dd {background:#dedede;cursor:pointer;}
dd:hover {opacity:.8;}
dd h4 {color:#333}

.footer {color:#999;text-transform:lowercase;}
.footer a {text-decoration:none;color:#999;}
.footer a:hover {color:#fff;}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 ‚Äì 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {

    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active .nav li {
    visibility: hidden;
  }
  .sIFR-active h1 {
    visibility: hidden;
  }
  */
}
