/* ----------------------   GLOBAL STYLES  ------------------- */
body {
	margin: 0;
	background-color: #FFFFFF;
	background: url(images/bg.jpg) repeat-y;	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

html { 
	border: none; 
	height: 100%;  
}

img { 
	border: 0px solid;
	border-color: #2b4e03;
}

h1 {
	font-size: 12px;
	line-height: 16px;	
	color: #696969;
}

.content_description {
	font-size: 11px;
	line-height: 18px;
	margin-left: 10px;
	color: #696969;
}

.about_links {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
}

.project_title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 0px;
	color: #2b4e03;
	padding-bottom: 10px;
	border-bottom: 1px dotted #2b4e03;
}

.type_title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 0px;
	color: #696969;
}

.project_title_left {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	color: #696969;
}

.gallery_title {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 5px;
	color: #696969;
}

.leftLinksP {
	font-size: 10px;
	font-weight: bold;
	margin-left: 0px;
	color: #2b4e03;
	line-height: 11px;
}

.project_details {
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	line-height: 18px;
}

/* -----------------------------  TABLES ---------------------------- */
table {
	border: 0px;
}

th {
	border: 0px;
	text-align: center;
	width: 12px;
	
}

th.nobg {
	border: 0px;
	background: none;
}

td {
	border: 0px;
	background: #ffffff;
}

/* -----------------------------  LINKS ---------------------------- */
a:link {
	color: #2b4e03;
	text-decoration:none;
	outline: none;
}

a:visited {
	color:#2b4e03;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#B22222;
	text-decoration:none;
	outline: none;
}

a:active {
	color:#2b4e03;
	text-decoration:none;
	outline: none;
}

a img {
	border:0px none;
	outline: none;
}

.dropdowntext {
		color: #fff;
		}

/* ---------------------------  STRUCTURE -------------------------- */

.container {
	width: 1010px;
	margin: 0;
}

.leftColumn {
	width: 200px;
	float: left;
}

.mainColumn {
	width: 800px;
	float: right;
}

.interface {
	width: 715px;
	height: 25px;
	margin-top: 20px;
}

.logo {
	width: 200px;
	height: 170px;
	margin-top: 20px;
}

.content {
	width: 600px;
	margin-top: 51px;
	margin-left: 10px;
}

#row2_links {
border-color:#2b4e03;
border-style:dotted dotted dotted dotted;
border-width:0px 0px 0px 0px;
margin-bottom: 16px;
height: 20px;
}

#row3_links {
border-color:#2b4e03;
border-style:dotted dotted dotted dotted;
border-width:0px 0px 1px 0px;
margin-bottom: 5px;
height: 20px;
}

#content_column1 {
	float: left;
	border: 0px dotted;
	width: 200px;
	padding: 5px 5px 5px 5px;
}



/* ---------------------------  PROJECTS LAYOUT -------------------------- */


#projects_content {
	width: 700px;
	height: 500px;
	margin-top: 51px;
	margin-left: 5px;
	border: 0px dotted; 
	padding: 0px 5px 5px 5px;
}

#projects_content img { 
	border: 4px solid;
	border-color: #ffffff;
	outline: none;
}


#projects_properties {
	float: left;
	border: 0px dotted;
	width: 250px;
	padding-top: 11px;
}

#projects_description {
	float: right;
	border-left: 1px dotted;
	border-color: #696969;
	width: 400px;
	padding-top: 0px;
	padding-left: 10px;
	margin-top: 0px;
}

#leftLinks {
	border-right: 1px dotted;
	border-color: #696969;
	width: 140px;
	float: left;
	margin-left: 23px;
	margin-top: 40px;
	background-image: url();
	background-position: topleft;
	background-color: #ffffff;
	padding: 0px 8px 10px 10px;
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

/* ---------------------------  GALLERY LAYOUT -------------------------- */


#gallery_square {
	height: 125px;
	border-right: 0px dotted;
	border-color: #333333;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;

}

#gallery_container {
	width: 600px;
}

.profilepic{
	padding: 0px 10px 4px 0px;
}

/* --------------------------------- Style for DropDown Menu --------------------------------------------*/

.dropdowntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}







