/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: tiled;
	margin:0px; padding:0px;
	background-color: #FFFFFF;
	height: 100%;
	font-style : normal; 
    font-weight : normal; 
    font-size : 9pt; 
    font-family : Arial, Helvetica, sans-serif; 
    color : #000000; 
    text-decoration : none;
	}

#whitebox {
	width: 800px;
	height: 584px;
	position: absolute;
	left: 50%;
	top: 66px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color:#FFFFFF;
	}

#navigation {
	width: 380px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 76px;
	margin-left: 0px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	padding: 5px 0 0 5px;
}

#head {
	width: 800px;
	height: 78px;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	border-bottom: 1px dotted #000000;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#line2 {
	width: 800px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	border-top: 1px solid #3B5EAE;
}

#toplinks {
	width: 213px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color: #8AA3D2;
	padding: 5px 0px 0 0px;
	border: 1px dotted #3B5EAE;
	text-align: center;
	}

#wrapper {
	width: 798px;
	height: 495px;
	position: absolute;
	left: 50%;
	top: 123px;
	margin-left: -399px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color: #ffffff;
	overflow: auto;
	}

#thumbs {
	width: 215px;
	position: absolute;
        padding-top: 15px;
	margin-top: 0px;
	margin-left: 20px;
}

#projectthumbs {
	width: 320px;
	position: absolute;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 13px;
}

#mainpic {
	width: 540px;
	position: absolute;
	margin-left: 240px;
	margin-top: 16px;
	background-color: #ffffff;
}

#pmainpic {
	width: 410px;
	position: absolute;
	margin-left: 360px;
	margin-top: 16px;
	}

#writeup {
	width: 350px;
	position: absolute;
	margin-left: 55px;
	}

#image {
	width: 440px;
	float: left;
	}

#title {
	width: 100px;
	float: left;
	margin-left: 20px;
	}

#arrows {
	position: absolute;
	top: 450px;
	left: 505px; 
	}

#foot {
	width: 800px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 620px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color:#8AA3D2;
	border-top: 1px dotted #3B5EAE;
	border-bottom: 1px dotted #3B5EAE;
	text-align: center;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 11px;
	}

/**** Accordian Menu ****/

.projects{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 10px 0;
}

.projects2 { 
cursor: hand;
cursor: pointer;
margin: 10px 0;
border-bottom: 2px solid #000000;
width: 210px;
}


/**** CLASSES ****/
	
.style1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B5EAE;
}

.style2 {color: #8da2d7}

.style3 {color: #000000}

.style4 {color: #FCD488}

.style5 {color: #FCD488}

.style6 {
	color: #8da2d7;
	font-size: 11px;
	letter-spacing: .6px;
}

.white {
	color: #ffffff;
}

.u {
	text-decoration: underline;
}

.topnav {
	color: #ffffff;
	font-size: 9pt;
}

.style7 {color: #3B5EAE}

.style8 {
	color: #8da2d7;
	font-size: 9pt;
}

.red {
	color: #BF7577;
}

.thumbtitles {
	color: #3B5EAE;
	font-size: 11px;
	line-height: 18px;
}

.about {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

.about2 {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

.titles {
	line-height: 8px;
	font-size: 9pt;
}

.enter {
	line-height: 180px;
}

.senter {
	line-height: 163px;
}

a:link {
	color: #3B5EAE;
	font-style : normal; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
}
a:visited {
	color: #3B5EAE;
	font-style : normal; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
	}
a:hover {
	color: #FCD488;
	font-style : italic; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
}
a:active {
	color: #ffffff;
	font-style : normal; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
	}


