@charset "utf-8";
/* CSS Document */

body { margin-top:0;
	margin-left:0;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#5a6c84;
}

/* anchor styles */
a { text-decoration:none;
	color:#000000;
	}

ul {
width:160px;
display:block;
list-style-type:none;
margin:0;
padding:5px 5px 5px 5px;
/*background-color:#596C83;*/
height:450px;
}

li {
padding: 5px 5px 5px 5px;
margin:5px 0px 0px 0px;
font-weight:bold;
background-color:#cccccc;
 }

li:hover {background-color:#596C83;}

#list{padding: 2px 10px 2px 10px; width:138px;}
.list:hover {color:#000000;}

.navhover:hover {color:#000000;}
	
a:hover { text-decoration:underline;
	color:#596C83;}


#portfolio {
	position:absolute;
	top:31%;
	left:27%;
	width:58%;
	float:left;
}

#logo{
	background-image:url(logotrans.gif);
	margin-left:15%;
	margin-top:2%;
}

#login{
	margin-left:580px;
	width:300px;
	height:200px;
	margin-top:10px;
	padding-bottom:50px;
}

#main {
	background-position:left;
	background-image:url(content.gif);
	background-repeat:repeat-y;
	width:900px;
	
}

#header{
	background-image:url(header.gif);
	background-repeat:no-repeat;
	width:100%;
	height:1%;
}

#navigation {padding-top:5px; padding-left:40%; color:#5a6c84; height:30px; font-weight:bold;}
#bullets {color:#760983; font-weight:bold;}

#content{
	width:100%;
	height:350px;
	margin-left:10%;
}

#quotecontent{
	top:180px;
	width:450px;
	left:345px;
	height:900px;
}

#leftnav{
	position:absolute;
	top:180px;
	left:140px;
	width:200px;
	float:left;
}

#contentmiddle{
	position:absolute;
	top:180px;
	left:345px;
	width:460px;
	height:350px;
	padding-left:10px;
	float:left;
}

#contentright{
	position:absolute;
	top:180px;
	left:71%;
	width:16%;
	float:left;
}

#footer{
	background-image:url(footer.gif);
	background-repeat:no-repeat;
	width:100%;
	height:150px;
	clear:both;
}

.footertext {color:#ffffff; margin-left:14%; margin-top:10px; float:left;}
.footerlinks {color:#ffffff; margin-right:5%; margin-top:10px; float:right;}

.purple {color: #993399;}

.ltblue {color: #5a6c84;}


h1 {
	color: #993399;
	font-weight: bold;
	font-size: 14px;
	padding-top:0px;
	
}

h2 {color: #5a6c84;
	font-weight: bold;
	font-size: 16px;
	font-style:italic;
	padding:0px;
}

.required {
	color: #660066;
	font-weight: bold;
	font-size:16px;
}