/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.contentarea {
	height: 700px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

body.section-1 {
	margin-right: auto;
	margin-left: auto;
}
body.section-2 {
margin-right: auto;
	margin-left: auto; }
	
body.section-3 {
margin-right: auto;
	margin-left: auto;
	 }

#logo {
	width: 800px;
	height: 78px;
	background-image: url(../images/logo.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.xlink {
	color:#666666;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}
a.xlink:hover {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}


#copyr {
	font-size: 10px;
}

#menu a:link {
	color: #666666;
	text-decoration:none;
	}
#menu a:active {
	color: #666666;
	text-decoration: none;
	}
#menu a:visited {
	color: #666666;
	text-decoration: none;
	}
#menu a:hover {
	color: #000000;
	}
	
#content a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	}
#content a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	}
#content a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	}
#content a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	}

a img { border: none; }

#menu {
	color: #555555;
	text-align: right;
	width: 200px;
	overflow: visible;
	height: 800px;
	font-size:1.1em;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.divider {
	height: 400px;
	width: 5px;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-left: 10px;
}

#menu ul {
	list-style: none;
	line-height: 16px;
	color: #666666;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#menu ul a {
	list-style: none;
	font-size: 12px;
	color: #666666;
Ê
; 		margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}
.photo {
	width: 500px;
	height: 600px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
.boldtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.blank {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainsection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	cursor: default;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#proj-title {
	font-family: Times New Roman, Times, serif;
	text-transform: uppercase;
  	margin-top: 20px;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 1em;
	color: #444444;
}

#proj-title2 {
	font-family: Times New Roman, Times, serif;
  	margin-top: 20px;
	font-size: 28px;
	line-height: 34px;
	color: #333333;
}

#proj-subtitle {
	margin-left: 1px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #333333;
}

#proj-desc {
	margin-left: 1px;
	font-size: 8pt;
	font-family: Lucida Grande, Trebuchet MS, sans serif;
	margin-top: 2px;
	color: #333333;
	font-size: .9em;
}

#proj-detail {
	margin-left: 1px;
	font-size: 8pt;
	font-family: Lucida Grande, Trebuchet MS, sans serif;
	padding-top: 3px;
	color: #333333;
}


#proj-title-white {
	color: white;
	font-family: Times New Roman, Times, serif;
	text-transform: uppercase;
  	margin-top: 20px;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 1em;
}

#proj-subtitlewhite {
	margin-left: 1px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: white;
	font-size: 1.25em;
	line-height: 1.25em;
}

#proj-desc-white {
	margin-left: 1px;
	font-size: 8pt;
	font-family: Lucida Grande, Trebuchet MS, sans serif;
	color: white;
	margin-top: 2px;
}

#proj-detail-white {
	margin-left: 1px;
	padding-top: 3px;
	color: white;
	font-size: .9em;
}

#content {
    height: 100%;
    minimum-width: 565px;
    margin: 12px 0 0 225px;
    top: 0;
    padding-left: 40px;
    font-size:1.125em;
    line-height: 1.4em;
}

#imagetext {
color : #333333;
font-size: 10px;
line-height: 14px;
}

div#header {
color : #333333;
font-size: 9px;
letter-spacing: 1.25pt;
line-height:13px;
padding-bottom: 6px;
} 

.container {
    padding: 0px 0px 0px 0px;
}

div#content .container {
}

#content p { width: 565px; padding-top: 5px;}

#content strong { padding: 0 3px 0 0;}

#white {
	color: white;
}

p {
	padding: 0px;
}

H1 {
	width: 575px;
	font-size: 1.65em;
}  

H2 {
	font-size:1.5em;
	margin-bottom: 0px;
}  /* displayed at 18px */

h3 {
	font-family: Lucida Grande, Trebuchet MS, sans serif;;
	font-weight: normal;
	width: 565px;
	font-size: 1.125em;
	line-height: 1.45em;
}  /* displayed at 15px */

H4 {
	font-size:1em;
	padding-bottom: 5px;
	padding-top: 15px;
}  /* displayed at 12px */

#img-container	{
	width: 600px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
}
#img-container p	{
	width: 600px;
	margin: 0;
	padding: 0 0 0 0;
}

#once { clear: left; }.over {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	cursor: default;
}
.iframe {
	position: fixed;
}
#menu ul li.section-over {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 2;
}
