
/********************************
 CSS rules common to entire site
*********************************/

/****************
Element Defaults
(Keep minimal, prefer
classes and IDs instead)
*******************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    text-decoration: none;
	color: #329eae;	
}

a:hover
{
    text-decoration: underline;
	color: #93c9d1;
}

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

li
{
	color: #329eae;		
	list-style: none;
}

body
{
	background: url(/images/layout/navigation-bgd.png) repeat-y white;
    color: #333;
    font: normal 12px Geneva, Verdana, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    text-align: center;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, legend
{
    margin-bottom: 1em;
	color: #329eae;	
}

h1
{
    font: bold 35px Geneva, Verdana, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    margin-top: 35px;
}

h2
{
    font: bold 18px Geneva, Verdana, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    margin-bottom: 5px;
}

p
{
    color: #333;	
}

blockquote p
{
	color: #93c9d1;	
	font-size: 18px;
	height: 300px;
}

img
{
    border: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

hr
{
	border-left: none;
	border-right: none;
	border-top: 1px solid #93c9d1;
	border-bottom: none;
	clear: left;
	margin-right: 30px;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

.tiny
{
	width: 100px;
}



.content img
{
	margin: 0px;
	padding: 0px;
	display: block;
}

.transOFF {background-color: white; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}
.transON {background-color: white;}

.buttons
{
	border: 1px solid #93c9d1;
	background: #c0dde1;	
	text-align: center;
	padding: 5px;
}

/* Project classes 
******************/

.category
{
	float: left;
	margin: 10px 10px 0px 0px;	
}

.project
{
	border-top: 1px solid #93c9d1;
	clear: left;
}

.project img
{
	float: left;
	margin-right: 10px;	
	margin-top: 10px;
}

.project-text
{
	float: left;
	width: 210px;
	background: #c0dde1;
	height: 300px;
	color: #aaaaaa;	
	line-height: 17px;
	padding: 0px 10px 0px 10px;
	margin-top: 10px;
	margin-right: 10px;
}

.project-text
{
	font-size: .8em;
}

.image-form-table
{
	margin-bottom: 10px;	
}

.image-form-table td
{
	padding-bottom: 10px;
	border-bottom: 1px solid #329eae;
	width: 300px;
}

td.input-column
{
	width: 200px;
	padding-right: 10px;
}

.news
{
	border-top: 1px solid #93c9d1;
	clear: left;
}

.files
{
	clear: left;	
}

.files p
{
	height: 32px;
	vertical-align: middle;	
}

.news img
{
	float: left;
	margin-right: 10px;	
	margin-top: 10px;
}

.news-buttons
{
	clear: left;
	height: 35px;
	margin-bottom: 10px;	
}

/***********
 Common IDS
************/

#wrap
{
    margin: 0px;
    text-align: left;
}

#navbar
{
	position: fixed;
	top: 0px;
	left: 0px;	
	width: 170px;
}


#page
{
	padding: 120px 0px 100px 0px;
	margin: 0px 0px 0px 180px !important;
	margin/**/: -2200px 0px 0px 190px;

}

#logo
{
	display: block;
	width: 170px;
	padding-bottom: 10px;
}

#navigation
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 170px;
	height: 2000px;
	text-align: right;
}

#navigation li
{
	list-style: none;
	padding: 5px 20px 5px 0px;
	margin: 0px;
}
	
#navigation li a:link,
#navigation li a:visited
{
    color: #aaaaaa;
	padding: 5px 10px 5px 0px;
}	
	
#navigation li a:hover
{
	color: #93c9d1;
	text-decoration: none;
}	

#navigation li a:link.selected,
#navigation li a:visited.selected
{
	background: url(/images/layout/navigation-selected.png) top left no-repeat #fff;
	display: block;
    color: #47a7b6;
    width: 140px !important;
    width/**/: 155px;
	padding: 5px 15px 5px 0px;
}	

#navigation li ul
{
	background: white;
	width: 170px;
}

#navigation li ul li a:link,
#navigation li ul li a:visited
{
	background: white;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	display: block;
}
	
#navigation li ul li a:link.selected,
#navigation li ul li a:visited.selected
{
	background: white;
	padding: 0px 10px 0px 0px;
	width: 140px !important;
	width/**/: 150px;
}

#menu-index
{
	margin: 0px;
	padding: 0px;
}

	
#menu-index li
{
	list-style: none;
}

#footer
{
	margin-left: 170px;
	width: 600px;
}

/* Home
********/

.large-text
{
	float: left;
	width: 600px;
	margin: 10px 30px 0px 0px;	
}
.medium-text
{
	float: left;
	width: 370px;	
	margin: 10px 20px 0px 0px;
}

.small-text
{
	float: left;
	width: 210px;
	margin: 10px 10px 0px 0px;
}

#slideshow
{
	height: 300px;
	float: left;
}

