@charset "UTF-8";
/* CSS Document */

/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}


/*Main styles*/


body,td,th {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #000;
}

body {
	background-color: #fefefe;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}



.clear_both { clear: both; }

.clear_right { clear: right; }

.clear_left { clear: left; }

.spacer5h { height:5px; }

.spacer10h { height:10px; }

.spacer15h { height:15px; }

.spacer20h { height:20px; }

.spacer25h { height:25px; }

.spacer30h { height:30px; }

.spacer35h { height:35px; }

.spacer40h { height:40px; }


h1, h2, h3, h4, h5, h6,
#nav_bar,
.font-special {
font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #000;
	font-weight: 100;
	margin: 0.1em 0;
	line-height: 1.3em;
	letter-spacing: 1px;
}


h1{
	font-size: 44px;
	font-style: normal;
	margin-bottom: 18px;
	font-weight:100;
}

h2{
	font-size: 32px;
	/*margin-bottom: 0.5em;*/
}
h2 a,
h2 a:visited{
	color: #000;
	text-decoration:none;
}

h2 a:hover, 
h2 a:active{
	color: #000;
	text-decoration: underline;
}

h3 {
	font-size: 18px;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 24px;
	margin-bottom: 0.5em;
}

.cms-repeat {
}
.cms-editable {
}
.cms-navigation {
}


p{
	margin:10px 0;
	line-height:150%;
	font-size: 13px;
	}


#content div {
	line-height: 150%;
}

/* links */
a:link, 
a:visited {
	color: #96A4DB;
	text-decoration:underline;
}

a:hover, 
a:active {
	color:#2C334D;
	text-decoration:underline;
}


/** {
margin: 0;
}
html, body {
height: 100%;
}*/


/***********
STRUCTURE

************/

#page_holder {
	width: 100%;
	
}


#header_holder {
	height: 220px;
	min-width: 950px;
	background:url(image/bird-header2.jpg) no-repeat top center #000000;
}



#header {
	width: 920px;
	margin: 0 auto;
}

#footer {
	padding: 15px;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	text-align:center;
}

#content {
	padding: 35px 15px;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}


#column_single {
	width: 740px;
	margin:0 auto;
	text-align:center;
}

#column_right {
	float: right;
	width: 290px;	
}


#column_left {
	float: left;
	width: 600px;	
}


#column_right img{
	max-width: 290px;
}
#column_left img{
	max-width: 600px;
}

#content img {
	max-width: 920px;
}

#column_single img{
	max-width: 740px;
}


/****header and footer***/
#header h1 {
	
}

#nav_bar {
	padding-top: 184px;
	
}

#header_icons {
	float: right;
	width: 100px;
	height: 36px;
	 background-image:url(image/bg-trans60-black.png);
}

#header_icons img {
	margin-left: 10px;
	height: 24px;
	margin-top: 6px;
}

#page_title {
	text-align:center !important;
}

#footer p {
	color: #000;
	font-size: 11px;
}

#footer a:link,
#footer a:visited {
	color: #2C334D;
	text-decoration:underline;
}

#footer a:hover,
#footer a:active {
	color: #96A4DB;
	text-decoration:underline;
}


.addthis_toolbox {
	width: 205px;
	margin: 0 auto;
	padding-left: 33px;
}


/**fancybox photos**/
.prettyframe {
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	border:3px solid #96A4DB;
}
img.prettyframe {
	width: 137px;
}


/********NEWS*******/
#news-left {
	padding-top: 78px;
	width: 630px;
	float: left;
	padding-bottom: 25px;
}

.news-right {
	float: left;
clear:both;
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid #B0B1B2;
}
#newstitlepage {
	margin-bottom: 0px !important;
}
.news-right h2 {
	font-size: 28px;
	
}

.news-image {
	float: left;
	width: 220px;
	height: auto;
}

.news-image-link {
	float: left;
}
.news-title {
	margin-left: 240px;
}
.news-text {
	
	margin-left: 240px;
}

/*media*/

.project_single {
	width: 196px;
	float: left;
	margin-right: 20px;
	padding-bottom: 35px;
	height: 145px;
	
}
.project_single img {
	width: 194px;
	border: 1px solid #332C1C;
	
}

.project_single h2 {
	font-size: 16px;
	line-height: 22px;
	/*text-transform:uppercase;*/
	text-align: center;
	max-height: 48px;
	overflow:hidden;
}

.project_single h2 a:link, 
.project_single h2 a:visited {
	text-decoration:none;
}

.project_single h2 a:active, 
.project_single h2 a:hover {
	text-decoration:underline;
}
