@charset "UTF-8";
/* CSS Document */
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html
{
font-family: ;
background-color: #fff;
color: #FFF;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: .8em;
font-size: 1em;
}
	*{ padding:0px; margin:0px; }
	body{ background:#D5DEE7; }
	a{
	padding-top:5px;
	color:#C8DCE5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
a:hover{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C8DCE5;
}

h3{
	color:#	;
	letter-spacing:-1px;
	font-weight: bold;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	
}
			
			
#content
	{
		width:750px;
		float:none;
        margin-left: auto;
        margin-right: auto;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:9px;
		
	}
		
.boxgrid
	{ 	    
	    width: 325px; 
	    height: 260px; 
	    margin:20px;
		float:left; 
		background:#161613; 
		border: solid 2px #8399AF; 
		overflow: hidden; 
		position:relative; 
	}
.boxgrid img
	{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	
.boxgrid p
	{
	    color:#afafaf;
	    font-weight:bold;
	    font-family: "Lucida Grande", Arial, sans-serif;
	    font-size: medium;
	    padding-top: 10px;
	    padding-right: 10px;
	    padding-bottom: 0;
	    padding-left: 10px;
	}
				
.boxcaption
	{ 
		float: left; 
		position: absolute; 
		background: #000; 
		height: 100px; 
		width: 100%; 
		opacity: .8; 
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
 	
.captionfull .boxcaption
 	 {
 		top: 260;
 		left: 0;
 	}
.caption .boxcaption 
 	{
 		top: 220;
 		left: 0;
 	}
#latestnews
{
    clear:both;
    width:680px;
    display:block;
    background-color:black;
    height:50px;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    word-spacing: 0.2em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 1em;
    padding:10px;

}

#latestnews h1
{
    font-size: 2em;
}


#scrollup 
{
   clear:both;
   position: relative;
   overflow: hidden;
   border: 1px solid #000;
   height: 50px;
   border: solid 2px #8399AF; 
   background-color:#333333;


 }
.headline
{
    position: absolute;
    top: 210px;
    left: 5px;
    height:45px;
    width: 99%;
    color: #C0C0C0;
    text-decoration: none;
    word-spacing: 0.2em;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
.headline h1
{
    font-size:16px;
}
.headline p
{
	margin-top:10px;
    font-size: 10px;
}

#footer
{
    clear:both;
    border: medium solid #C0C0C0;
    background-color: #333333;
    font-family: Arial;
    font-size: x-small;
    font-weight: bold;
    color: #C0C0C0;
   	height:150px;
    
}
#col1, #col2, #col3
{
    float:left;
    margin-right:10px;
	margin-left:10px;
	min-width:31%

}
#col2
{
    text-align:center;    
}
#col3
{
    text-align:right;
	float:right;
	padding-top:10px;
	
}
#aboutMe {
	width:300px;
			float:left;

}
#aboutMe h3 {
	padding-bottom:10px;

}
#aboutMe img {
	float:left;
	margin-left:10px;
	margin-right:10px;
	}
	
#aboutMe p {
	width:300px;
	text-align:justify;
	margin-right:10px;
	font-size:1em;
	line-height:14px;
	}
	
#latestProjects
{
float:right;

}
#rights
{
clear:both;
text-align:center;
}