/* 
-----------------------------------------------------------------------
Defaults
-----------------------------------------------------------------------
*/
* {
	font-family: Arial, Helvetica, sans-serif;
} 

html {
	margin-top: 10px;
	margin-bottom: 10px;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color:#E5E5E5;
	scrollbar-track-color:#E5E5E5;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#E5E5E5;
	scrollbar-3dlight-color:#E5E5E5;
	scrollbar-highlight-color:#E5E5E5;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#F0F0F0;
}


img {
	border: 0px;
}


/* 
-----------------------------------------------------------------------
Default CSS Styles
-----------------------------------------------------------------------
*/
a img {
	text-decoration: none;

}

br {
	line-height: 10px		
}

ul {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;	
	padding: 10px;
	list-style-type: square;
	list-style-image: url("/designimages/icons/ul.gif");
}

ul.contenttable {
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;	
	list-style-type: square;
	list-style-image: url("/designimages/icons/ul.gif");
}

ol {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;	
	padding: 10px;
}

hr {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* 
-----------------------------------------------------------------------
Links
-----------------------------------------------------------------------
*/
div a {
	color: #E43144;
	text-decoration: underline;
}

div a:hover {
	color: #E43144;
	text-decoration: underline;
}

div a:visited {
	color: #808080;
	text-decoration: underline;
}



/* 
-----------------------------------------------------------------------
Images
-----------------------------------------------------------------------
*/
.illuimg {
	border: 0px;
	margin-right: 10px;
}



/* 
-----------------------------------------------------------------------
Forms
-----------------------------------------------------------------------
*/
input.input, textarea.input, select.input {
	border: 1px solid;
	border-color: #E0E0E0;
	background-color: #FFFFFF;
	background: url('/designimages/backgrounds/forminput.gif');
}

input.button {
	background-color: #E0E0E0;
	
	border: 1px solid;
	border-top-color: #D6D6D6;
	border-left-color: #D6D6D6;
	border-right-color: #9B9B9B;
	border-bottom-color: #9B9B9B;

}

select.projects {
	font-size: 11px;
	border: 1px solid 000000;
	background-color: #F0F0F0;
}

.errorMessage {
	color: #E43144;
	font-size: 12px;
	line-height: 17px	
}

.errorItem {
	border: 1px solid #E0E0E0;
	background: #E43144;
}


/* 
-----------------------------------------------------------------------
Text Definitions
-----------------------------------------------------------------------
*/
.text {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;	
}

.textbig {
	font-size: 15px;
	line-height: 17px;
	text-align: justify;	
}

.textwhite {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px	
}

.textred {
	color: #E43144;
	font-size: 12px;
	line-height: 17px	
}

.textbold {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px	
}

.textsmall {
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}

.textsmallbold {
	font-size: 11px;
	font-weight: bold;	
	line-height: 14px
}

.textfooter {
	font-size: 10px;
	line-height: 25px
} 



/* 
-----------------------------------------------------------------------
Left-Navigation
-----------------------------------------------------------------------
*/
div#leftnavi {
	float: left;
	text-align: left;	
	width: 227px;	/* Mozilla only */
	-width: 237px;	/* IE only */
	background: url('/designimages/backgrounds/spiderweb.gif');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.leftnavitext {
	font-size: 12px;
	line-height: 23px;
}



/*
-----------------------------------------------------------------------
Spacer
-----------------------------------------------------------------------
*/
div#contenttopspacer {
	margin-top: 10px;
}



/* 
-----------------------------------------------------------------------
Top-Navigation
-----------------------------------------------------------------------
*/
div#navi {
	width: 770px;
	height: 110px;
}



/* 
-----------------------------------------------------------------------
CSS Containers
-----------------------------------------------------------------------
*/
div#centertable {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

div#contenttable {
	position: absolute;		/* Mozilla only */
	left: 50%;				/* Mozilla only */
	margin-left: -385px;	/* Mozilla only */

	-position: float;		/* IE only */
	-left: 0;				/* IE only */
	-margin-left: 0;		/* IE only */

	width: 770px;
	border: 1px solid #000000;
}

div#content {
	float: left;
	width: 480px;
	-height: 450px;			/* IE only */	
	text-align: justify;
}


/* 
-----------------------------------------------------------------------
Homepage
-----------------------------------------------------------------------
*/
div#homecontentbox {
	float: left;
	text-align: left;

	width: 386px;		/* Mozilla only */
	-width: 386px;		/* IE only */
	height: 450px;

	min-height: 570px;
}

div#homeheadlinebox {
	float: left;
	width: 370px;		/* Mozilla only */
	-width: 387px;		/* IE only */
	height: 155px;		/* Mozilla only */
	-height: 165px;		/* IE only */
	padding: 10px 10px 0px 5px;	
	border: 1px solid #CECECE;
}

div#homeboxhead {
	float: left;
	margin-top: 20px;
	width: 181px;		/* Mozilla only */
	-width: 186px;		/* IE only */	
	height: 20px;		/* Mozilla only */
	-height: 20px;		/* IE only */
	background-color: #E51837;
	padding: 0px 0px 0px 5px;
}

div#homebox {
	float: left;
	margin-top: 5px;
	width: 181px;		/* Mozilla only */
	-width: 186px;		/* IE only */	
	height: 20px;
	padding: 0px 0px 0px 5px;	
}

div#homeboxspacer {
	float: left;
	width: 14px;
}



/* 
-----------------------------------------------------------------------
Footer
-----------------------------------------------------------------------
*/
div#footer1 {
	float: left;
	width: 770px;
	height: 22px;
	background-color: #4F89B2;
}

div#footer2 {
	float: left;
	width: 770px;
	height: 27px;
	text-align: center;
	background-color: #F0F0F0;
}
