/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/* General */

body{
	font-family: verdana,sans-serif;
	color: #333333;
	line-height: 1.33;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodybg.gif);
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	cursor: default;
}

/***********************************************/
/* text */
/***********************************************/

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
 	color: #003366;
 	margin: 0px;
 	padding: 0px;
 	line-height:1.5em;
 	font-weight: normal;
	margin-bottom: 4px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9empx;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 1.8em;
}

h4{
	font-family: Arial,sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: #003366;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h5{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
 	color: #003366;
 	margin: 0px;
 	padding: 0px;
 	line-height:1.5em;
 	font-weight: normal;
	margin-bottom: -2px;
}

h6{
	font-family: Verdana, sans-serif;
	font-size: .5em;
	font-weight: normal;
	font-style:normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: right;
}


/***********************************************/
/* lists */
/***********************************************/

ul{
 list-style-type: circle;
}

li{
 font-size: 80%;
 line-height: 140%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana,sans-serif;
 font-size: 9px;
 font-weight: normal;
 color: #333333;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height:2000px;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
}


#masthead{
	position:relative;
	top:0px;
	left:0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	width: 900px;
	background-image:url(images/background_main2.jpg);
	background-repeat:no-repeat;
	height:120px;
	text-indent: -9999px;
}

#mainpict{
	position: relative;
	top: 10px;
	left:0px;
	width: 900px;
	height:350px;
	padding: 0px;
	background-image: url(images/index_pict2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#mainpict_about{
	position: relative;
	top: 10px;
	left:0px;
	width: 900px;
	height:350px;
	padding: 0px;
	background-image: url(images/about_procyon.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#mainpict_contact{
	position: relative;
	top: 10px;
	left:0px;
	width: 900px;
	height:350px;
	padding: 0px;
	background-image: url(images/contact_procyon.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#mainpict_news{
	position: relative;
	top: 10px;
	left:0px;
	width: 900px;
	height:350px;
	padding: 0px;
	background-image: url(images/procyon_news2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#mainpict_projects {
	position: relative;
	top: 10px;
	left:0px;
	width: 900px;
	height:10px;
	padding: 0px;
	background-image: url(images/procyon_projects.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}


#navBar{
	position:relative;
	float:left;
	width: 180px;
	margin: 0px;
	background-color: #fff;
	height: 260px;
	padding-top: 20px;
	padding-left:10px;
	top: 0px;
	left: 0px;
}

#home {
	width:120px;
	position:absolute;
	left:20px;
	top:23px;
	height:30px;
	border: solid;
	border-width:1px;
	border-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	background-image: url(images/navbar_home2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display:block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.topmargin10 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centre {
	text-align: center;
}

#home a:hover {
	text-align: center;
	vertical-align: top;
	background-image:url(images/navbar_home2.jpg);
	background-position: 0 30px;
	display: block;
	cursor: pointer;
	height: 30px;
	width:120px;
	}
	
#home a {
	display: block;
	height: 30px;
	width: 120px;
	text-indent:-9999px;
	}
	
#about {
	width:120px;
	position:absolute;
	left:20px;
	top:68px;
	height:30px;
	border: solid;
	border-width:1px;
	border-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	background-image: url(images/navbar_about2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display:block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#about a:hover {
	text-align: center;
	vertical-align: top;
	background-image:url(images/navbar_about2.jpg);
	background-position: 0 30px;
	display: block;
	cursor: pointer;
	height: 30px;
	width:120px;
	}
	
#about a {
	display: block;
	height: 30px;
	width: 120px;
	text-indent:-9999px;
	}

#contact {
	width:120px;
	position:absolute;
	left:20px;
	top:113px;
	height:30px;
	border: solid;
	border-width:1px;
	border-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	background-image: url(images/navbar_contact2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display:block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#contact a:hover {
	text-align: center;
	vertical-align: top;
	background-image:url(images/navbar_contact2.jpg);
	background-position: 0 30px;
	display: block;
	cursor: pointer;
	height: 30px;
	width:120px;
	}
	
#contact a {
	display: block;
	height: 30px;
	width: 120px;
	text-indent:-9999px;
	}
	
#news {
	width:120px;
	position:absolute;
	left:20px;
	top:158px;
	height:30px;
	border: solid;
	border-width:1px;
	border-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	background-image: url(images/navbar_news2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display:block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#news a:hover {
	text-align: center;
	vertical-align: top;
	background-image:url(images/navbar_news2.jpg);
	background-position: 0 30px;
	display: block;
	cursor: pointer;
	height: 30px;
	width:120px;
	}
	
#news a {
	display: block;
	height: 30px;
	width: 120px;
	text-indent:-9999px;
	}
	
#projects {
	width:120px;
	position:absolute;
	left:20px;
	top:203px;
	height:30px;
	border: solid;
	border-width:1px;
	border-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	background-image: url(images/navbar_projects2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display:block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#projects a:hover {
	text-align: center;
	vertical-align: top;
	background-image:url(images/navbar_projects2.jpg);
	background-position: 0 30px;
	display: block;
	cursor: pointer;
	height: 30px;
	width:120px;
	}
	
#projects a {
	display: block;
	height: 30px;
	width: 120px;
	text-indent:-9999px;
	}
	
#content{
	float: left;
	width: 480px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:10px;
	background-color: none;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	top: 0px;
	left: 0px;
}

#content_projects{
	float: left;
	width: 600px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:10px;
	background-color: none;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	top: 0px;
	left: 0px;
}

#siteInfo{
	border: 1px solid #fff;
	background-image:url(images/bannerbtm2.jpg);
	background-repeat:no-repeat;
	width: 900px;
	height: 25px;
	float: left;
	margin-left: 0px;
	border-width: 0;
	border-bottom:0px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-top: 1px;
	border-top-color:#999999;
	border-top-style:solid;
	padding-top: 50px;
}

 


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #CCCCCC;
	border-color: #006666;
	border-width: 1;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff;}
li .page {
	color: #333333;
	text-decoration: underline;
}

/*********** #classes ***********/

#wrapper #content .h5break {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#wrapper #content_projects .projectlistbreak {
	font-family: Verdana;
	font-size: .9em;
	color: #003366;
	line-height: 1.5ems;
	color:#666666;
	font-weight:bold;
}

#wrapper #content_projects .smallbtmmargin {
	margin-bottom: -2px;
}

#projects_home {
	width:120px;
	position:absolute;
	left:20px;
	top:68px;
	height:30px;
	border: solid;
	border-width:1px;
	border-color:#CCCCCC;
	text-align: left;
	vertical-align: top;
	background-image: url(images/navbar_projects.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display:block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#projects_home a:hover {
	text-align: center;
	vertical-align: top;
	background-image:url(images/navbar_projects.gif);
	background-position: 0 30px;
	display: block;
	cursor: pointer;
	height: 30px;
	width:120px;
}
#projects_home a {
	display: block;
	height: 30px;
	width: 120px;
	text-indent:-9999px;
}
#wrapper #content .btmmargin {
	margin-bottom: 4px;
}

#wrapper #content .btmmarginbig {
	margin-bottom: 10px;
}
