/*
contents

	1. Defaults
	2. Structure
	3. Links and navigation
	4. Fonts
	5. Images
	6. Hacks

Notes

*/


/* =Defaults
-----------------------------------------------------------------------------*/
		
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
a:link, a:visited {
	text-decoration:none;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}

/* remove the inconsistent (among browsers) default margin and padding */
* {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border:none
}

/* de-italicize address */
address {
	font-style:normal
}

/* more varnish stripping as necessary... */
		
/* =Structure
-----------------------------------------------------------------------------*/

div#wrapper {
	width: 760px;
	height: 500px;
	margin: 0 auto;
	margin-top: 10px;
	background-color:#FFFFFF;
}

p {
	margin: 0px;
	padding: 0px;
}

div#Holding{
	width: 760px;
	margin: 0px;
	height: 500px;
	background-image:url(Slices/holding_01.jpg);
	background-repeat:no-repeat;
}

div#Logo {
	width: 450px;
	margin: 0px;
	height: 55px;
	float: left;
	background-image:url(Slices/Logo_03.jpg);
	background-repeat:no-repeat;

}

div#Menu1 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	height: 55px;
	display:inline;
	background-color:#FFFFFF;
	width: 260px;
}

div#Menu1 a:hover{
	color:#00D7D7;
	text-decoration: underline;
}

div#Menu1 li{
    float:right;
	background-color: #FFFFFF;
	padding:0 10px;
	display:inline;
	
}

div#Maintext {
	width: 460px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color:#FFFFFF;
	display:inline;
}

div#Contacttext {
	margin-top: 10px;
	margin-left: 5px;
	background-color:#FFFFFF;
	display:inline;
}

div#Contact {
	width: 750px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	
}

div#Photo {
	width: 229px;
	float: right;
	height: 338px;
	background-image:url(Slices/Mainphoto_06.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

div#Map {
	width: 300px;
	margin: 10px;
	margin-right: 100px;
	float:right;
	background-color:#FFFFFF;
}

div#Projects {
	width: 720px;
	background-color:#FFFFFF;
	height:369px;
	margin-bottom: 100px;

}

div#News {
	width: 460px;
	margin-left: 5px;
	float:left;
	background-color:#FFFFFF;
	display:inline;
}

div#News a:hover{
	color:#00D7D7;
	text-decoration: underline;
}

.Subtextlink{
	font-family: arial, sans-serif;
	font-size: 10px;
	color:#00FFFF;
	
}
.listfont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	color:#666666;
	text-align: right;
	padding-left: 5px;

}

.Maintext{
	font-family: arial, sans-serif;
	font-size: 13px;
	color:#666666;
	line-height: 18px;

}

.Subtext{
	font-family: arial, sans-serif;
	font-size: 10px;
	color:#666666;
	
}

.differentSpacing {
	font-family: arial, sans-serif;
	font-size: 11px;
	color:#666666;
	margin-top: 0.5em; margin-bottom: 0.5em;

}

.differentSpacing2 {
	font-family: arial, sans-serif;
	font-size: 13px;
	color:#666666;
	margin-top: 0.5em; margin-bottom: 0.5em;
}

.Maintexthead{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#666666;
	line-height: 20px;

}

.Subtexthead{
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#666666;

}

.NewsHead{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FF0000;
	line-height: 20px;

}

.Newsdate{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 20px;

}

.subtextlink {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	a: link {color:#00CCCC}
	a: hover {text-decoration:underline;}
	
	
.maintextlink {
	font-family: arial, sans-serif;
	font-size: 13px;
	text-decoration:underline;
	a: link {color:#00CCFF;}
	a: hover {text-decoration:underline;}