/*****************************************************************************/
/* BODY */
/*****************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
	
	background-color: #f7f0e4;
	background-image: url(../images/body_background.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

td {font-size: 12px;}

/*****************************************************************************/
/* HTML ELEMENTS */
/*****************************************************************************/
h1 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 2px;
}

h1.csc-firstHeader {
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}

.underline {
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}

h2 {
	font-size: 12px;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #000000;
}

a:hover {
	color: #990000;
}

/*****************************************************************************/
/* FORMS */
/*****************************************************************************/
form {
	padding: 0; 
	margin: 0;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
}

input.button {
	color: #000000;
	background-color: #e7d0a7;
	border: 1px solid #000000;
}

/*****************************************************************************/
/* LEFT COLUMN */
/*****************************************************************************/
#leftcol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 313px;
}

/*****************************************************************************/
/* IMAGE */
/*****************************************************************************/
#start-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 313px;
	height: 392px;
}

/*****************************************************************************/
/* NAVIGATION */
/*****************************************************************************/
#leftnav {
	position: absolute;
	top: 405px;
	left: 15px;
	width: 283px;
}

#leftnav-head {
	position: relative;
	margin-bottom: 8px;
}

#leftnav-content {
	position: relative;
	width: 283px;
	margin-bottom: 20px;
}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftnav li {
	list-style: none;
	border-bottom: 1px solid #000000;
	padding: 4px 0px 4px 25px;
	
	background-image: url(../images/nav/std.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	
	_display: block;
	_float: left;
	_width: 283px;
	
}

#leftnav li.no-border {
	border: none;
}

#leftnav li.first-border {
	border-top: 1px solid #000000;
}

#leftnav li.sub {
	margin-left: 25px;
	_margin-left: 15px;
	padding-left: 25px;
	_width: 254px;
}

#leftnav li ul {
	margin-top: 4px;
	margin-bottom: -3px;
}

#leftnav a:link, #leftnav a:active, #leftnav a:visited, #leftnav a:hover {
	font-size: 11px;
	text-decoration: none;
}

#leftnav a:link.act, #leftnav a:active.act, #leftnav a:visited.act, #leftnav a:hover.act {
	font-weight: bold;
	color: #990000;
}
/*****************************************************************************/
/* NAVIGATION FOOTER */
/*****************************************************************************/
#leftnav-footer {
	position: relative;
	height: 100px;
	margin-bottom: 20px;
}

#footernav  {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

#footernav li {
	border: none;
	background-image: none;
	padding: 0px 0px 3px 0px;
}

#footernav a:link, #footernav a:active, #footernav a:visited {
	font-size: 9px;
	font-weight: normal;
}

#footernav a:hover {
	color: #990000;
}


#footer-image {
	position: absolute;
	bottom: 0px;
	right: 0px;
}



/*****************************************************************************/
/* RIGTH COLUMN */
/*****************************************************************************/
#rightcol {
	position: absolute;
	top: 0px;
	left: 313px;
	width: 687px;
}

/*****************************************************************************/
/* HEADER FOR RIGHT COLUMN */
/*****************************************************************************/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 687px;
	height: 87px;
	overflow: hidden;
}

/*****************************************************************************/
/* CONTENT */
/*****************************************************************************/
#content {
	position: absolute;
	top: 100px;
	left: 52px;
	width: 574px;
	line-height: 18px;
	padding-bottom: 20px;
}

/* image head, text */
#content-image, #content-text {
	position: relative;
	width: 574px;
	padding-left: 0px;
	_padding-left: 5px;
	*padding-left: 5px;
}
/* image head */
#content-image {margin-bottom: 20px;}

#content ul,  #content ol{
	margin: 10px 0px 0px 25px;
	padding: 0;
}

#content-text li {
	padding-bottom: 8px;
}

#content-text td {
	vertical-align: top;
	padding: 4px;
}

#content-text td p {margin: 0;}

/*****************************************************************************/
/* DD, DT, DL */
/*****************************************************************************/
dd, dt {
	float: left;
	padding: 3px 0px 3px 0px; 
}
dt {width: 100px;}
dd {width: 400px;}


/*****************************************************************************/
/* NEWS */
/*****************************************************************************/
div.list-block {
	position: relative;
	padding: 18px 0px 18px 0px;
	width: 574px;
	float: left;
}

div.list-image {
	position: relative;
	width: 78px;
	float: left;
	margin: 5px 15px 0px 0px;
	
}

div.list-text {
	position: relative;
	float: left;
	width: 481px;
}

div.list-text a:link.head, div.list-text a:visited.head, div.list-text a:active.head, div.list-text a:hover.head {
	text-decoration: none; 	
} 

/*****************************************************************************/
/* GALLERY */
/*****************************************************************************/
div.project-images img {
	border: none;
	height: 60px;
	margin-right: 5px;
}

/*****************************************************************************/
/* GUESTBOOK */
/*****************************************************************************/
.tx-guestbook-file {
	font-weight: bold;
}

.tx-guestbook-date {
	float: right;
	font-weight: bold;
}

.tx-guestbook-file a {
	text-decoration: none;
}

.tx-my-guestbook-right {
	border-bottom: 1px solid black;
}


/*****************************************************************************/
/* COMMON CLASSES */
/*****************************************************************************/
.error {color: #ff0000;}


