@charset "utf-8";
/* CSS Document */
#container {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 779px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	padding-top: 5px;
	font-size: 12px;
}
#logo {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	font-size: 11.5pt;
}
.logo_font {
	font-size: 7px;
	font-weight: normal;
}

#foxmenucontainer{
	width: auto;
	height:43px;
	display:block;
	position:relative;
}
.logo_font2 {
	font-size: 7.5pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#foxmenu{
	position:relative;
	display:block;
	height:17px;
	font-size:0.8em;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	padding-top: 10px;
}
#foxmenu ul{margin:0px;padding-left:8px; padding-top:5px;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	padding:5px 8px 0 8px;
	height:17px;
}
#foxmenu ul li a:hover{color:#fff;background:#333333;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#666666;
	background:#000;
	text-transform: none;
	font-weight: bold;
	font-size: 11px;
}

#content {
	padding-top: 5px;
	padding-bottom: 25px;
	height: 495px;
	background-color: #000000;
}
#content_projects {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#content a:link{
text-decoration:none;
color:#fff;
}
#content a:active{
	text-decoration:underline;
	color:#FFF;
}
#content a:visited{
text-decoration:none;
color:#FFF;
}
#content a:hover{
text-decoration:underline;
}

.txt_white {
	color: #FFFFFF;
}
.size_14 {
	font-size: 14px;
}
.project_list {
	text-decoration:none;
	height: 16px;
	padding-top: 10px;
}
.project_list a{
	display: block;
	color:#CCCCCC;
	text-decoration:none;
	padding:3px 8px 3px 0;
	height: 16px;
}
.project_list a:hover{
	color:#fff;
	text-decoration: underline;
}
#wrapper {
	background-color: #000000;
}
#wrapper_projects {
	background-color: #000000;
	padding-top: 5px;
}


#projects_l {
	position: relative;
	float: left;
	width: 389px;
	height: 440px;
}
#projects_r {
	position: relative;
	float: right;
	width: 349px;
	height: 440px;
	background-color: #333333;
	padding: 20px;
	color: #CCCCCC;
}

#profile_r {
	position: relative;
	float: right;
	width: 349px;
	height: 440px;
	background-color: #000000;
	color: #CCCCCC;
	padding: 20px;
	text-align: justify;
}

.gallerycontainer{
	position: relative;
	height:230px;
	width:560px;
	left: 0px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	position: relative;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
}

.thumbnail:hover{
background-color: transparent;
width:180;
	height:240;
}

.thumbnail:hover img {
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 50px;
	right: 50px;
	padding-top: 25px;
	padding-left: -300px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	margin-top: -27px;
	margin-left: -400px;
}

.thumbnail:hover span{ /*CSS for enlarged image -----  Hovering Image -----*/
	visibility: visible;
	left: 11px; /*position where enlarged image should offset horizontally */
	z-index: 10;
	position: absolute;
	height: 165px;
	width: 270px;
	top: 3px;
}
.thumbnail:active span{ /*CSS for enlarged image* ---- Image Position when clicked -----*/
	visibility: visible;
	top: 3px;
	left: 11px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	position: absolute;
	height: 165px;
	width: 270px;
	color: #FF0000;
}

#project_gallery_l{
	position: relative;
	float: left;
	width:590px;
	height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#project_gallery_r{
	position: relative;
	float: right;
	width:180px;
	height: 18px;
	padding-top: 19px;
	padding-bottom: 8px;
	text-align: right;
	color: #666666;
	font-weight: bold;
	font-size: 0.8em;
	padding-right: 8px;
	text-transform: uppercase;
}


.gallery img{
	position: relative;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
}

.gallery:hover{
	background-color: transparent;
	width:180px;
	height:240px;
}

.gallery:hover img {
}

.gallery span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left: -1px; /*position where enlarged image should offset horizontally */
	top: -483px;
}

.gallery span img{ /*CSS for enlarged image*/
/*	left: -318px; /*position where enlarged image should offset horizontally 
	top: -489px;
*/}

.gallery:hover span{ /*CSS for enlarged image -----  Hovering Image -----*/
	visibility: visible;
	z-index: 10;
}
.gallery:active span{ /*CSS for enlarged image* ---- Image Position when clicked -----*/
	visibility: visible;
	z-index: 50;
	color: #FF0000;
}

#project_carrington {
	position: relative;
	width: 738px;
	height: 443px;
	padding: 20px;
	background-image: url(../images/projects/carrington_outside.jpg);
	background-repeat: no-repeat;
}
#project_chesham {
	position: relative;
	width: 738px;
	height: 443px;
	padding: 20px;
	background-image: url(../images/projects/chesham_outside.jpg);
	background-repeat: no-repeat;
}
#project_duke {
	position: relative;
	width: 738px;
	height: 443px;
	padding: 20px;
	background-image: url(../images/projects/duke_outside.jpg);
	background-repeat: no-repeat;
}
#project_lowndes {
	position: relative;
	width: 738px;
	height: 443px;
	padding: 20px;
	background-image: url(../images/projects/Lowndes-1.jpg);
	background-repeat: no-repeat;
}
#project_westeaton {
	position: relative;
	width: 738px;
	height: 443px;
	padding: 20px;
	background-image: url(../images/projects/westeaton_outside.jpg);
	background-repeat: no-repeat;
}
#project_weybridge {
	position: relative;
	width: 738px;
	height: 443px;
	padding: 20px;
	background-image: url(../images/projects/weybridge_outside.jpg);
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	padding-bottom: 5px;
}
