body
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	text-align: left;
	color:#000;
}

.clearfix,
.clear
{
	clear: both;
}

.clearfix:after,.clear:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.hide
{
	display:none;
}

#header
{
	width:410px;
	height:117px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:35px 25px 0 25px;
	color:#999;
	text-transform:uppercase;
}

h1
{
	font-size: 1.25em;
	margin:0px;
	color:#000;
}

h1 span
{
	color:#666666;
}

#gallery img
{
	float:left;
	margin:0 10px 10px 0;
}


/* LINK DEFAULT STYLE */
a,
a:visited
{
	color:#999;
	text-decoration:none;
}

a:hover,
a.selected
{
	color:#990000;
	text-decoration:none;
}

a img
{
	border:0;
	text-decoration:none;
}


/* END LINK STYLE */


span.slideshow
{
	color:#999;
	text-decoration:none;
	cursor:pointer;
}

span.slideshow:hover
{
	color:#990000;
}


/* IMAGE GALLERY */

.image-gallery
{
	width:100%;
	float:left;
}

.il-container
{
	width:250px;
	float:left;
}

.il-container-details
{
	width:500px;
	float:left;
}

.il-container span,
.il-container-details span
{
	display:block;
}

/* TEAM PAGE*/
.teammember
{
    width:150px;
    padding:5px;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    background:#666;
}

.teammember .team-thumb
{
    min-height:150px;
}

/* BLOG STYLE */

#blog
{
    width:880px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 35px 25px 0;
    font-size:0.75em;
}

#blog h2
{
    margin:0 0 7px 0;
    font-size:1.416666666666667em;
}

#blog h3
{
    margin:0;
    font-size:3em;
    text-transform:uppercase;
    line-height:1.05em;
}

#blog .blogdate
{
    text-transform:uppercase;
    margin:0 0 13px 0;
    color:#000;
    line-height:1em;
}

#blog p
{
    color:#666;
    margin:0 0 25px 0;
}

#blog-left
{
    float:left;
    width:280px;
    padding-top:1px;
}

#blog-right
{
    float:right;
    width:600px;
}

#blog-left ul
{
    margin:0;
    padding:0 0 16px 0;
    list-style-type:none;
}

#blog-left ul li
{
    padding-bottom:3px;
}

#blog-left p
{
    margin:0 0 5px 0;
}

#blog-right p
{
    line-height:1.5em;
    margin-bottom:18px;
}

#blog-left ul li.selectedl4
{
    
}

#blog .blogarticle
{
    border-bottom:1px solid #999;
    margin-bottom:20px;
    padding-bottom:20px;
}




