/* CSS Document

Color Palette

main bg (safari): #b4bfcc;
main bg (firefox): #bfc9d4;
left: #557eac;
left link hover: #7491b0;
right: #f3f2e2;
text: #557eac;
foot bg:#324a65;
foot text: #ebedf0;



 ================ GLOBAL STYLES =============v============================================================= */
BODY{
	background-color: #bfc9d4;
	background-image: url(../img/bg_home.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 15px;
	font-family:"Century Gothic",  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #557eac;
	}
	
h1{
	background-position:0px 26px;
	background-image: url(../img/titleBG.jpg);
	background-repeat: no-repeat;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	}
	
h2{
	background-position:-240px 20px;
	background-image: url(../img/titleBG.jpg);
	background-repeat: no-repeat;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	}
	
h6{
	background-position:top left;
	background-image: url(../img/titleBG.jpg);
	background-repeat: no-repeat;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 5px;
	line-height: 5px;
	font-weight:normal;
	}
	
a:link, a:visited{
	color: #557eac;
	font-weight:bold;
	}
a:hover{
	text-decoration:none;
	}
	
img{
	border:0px;
	}
	
a:link img, a:visited img{
	border:solid 3px #557eac;
	text-decoration:none;
	}
	
a:hover img{
	border:solid 3px #f3f2e2;
	text-decoration:none;
	}
	
/* ================ ID STYLES ============================================================================== */

#shell{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:812px;
	}

#head{
	margin-bottom:6px;
	height:140px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	}

#middle{
	width:100%;
	height: 400px;
	margin-bottom:6px;
	vertical-align:top;
	}

#left{
	width:196px;
	padding-top: 30px;
	background-color: #557eac;
	background-image: url(../img/leftBG.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
	vertical-align:top;
	}

#right{
	background-color: #f3f2e2;
	background-image: url(../img/rightBG.png);
	background-position:bottom left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align:top;
	padding: 30px;
	}

#foot{
	padding:10px 10px 10px 10px;
	background-color: #324a65;
	text-align: left;
	color: #ebedf0;
	font-size:10px;
	}
	
/* ================ HEAD STYLES ============================================================================== */

#head.about{
	background-image: url(../img/bg_about.jpg);
	}
	
#head.tech{
	background-image: url(../img/bg_tech.jpg);
	}
	
#head.char{
	background-image: url(../img/bg_char.jpg);
	}
	
#head.music{
	background-image: url(../img/bg_music.jpg);
	}


/* ================ LEFT STYLES ============================================================================== */

#left ul{
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
	}

#left ul li{
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
	text-align: left;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	}

#left ul li a{
	margin-left:0px;
	padding:6px 0px 6px 0px;
	display:block;
	color:white;
	background-image: url(../img/square.png);
	background-position:20px;
	background-repeat: no-repeat;
	text-decoration:none;
	text-indent:40px;
	
}

#left ul li a:link, #left ul li a:visited{
	background-color:no color;
	}

#left ul li a:hover{
	background-color:#7491b0;
	}



#left ul li ul li a{
	padding:3px 0px 3px 0px;
	background-image:url(../img/smallsquare.png);
	background-position:40px;
	background-repeat: no-repeat;
	text-indent:55px;
	font-size:10px;
	}

.hide{
	display:none;
}

.show{
	display:block;
}

/* ================ RIGHT STYLES ============================================================================== */

table#staff{
	width:100%;
	bprder:0px;
}

table#staff td{
vertical-align:top;
	text-align:center;
	width:33.3%;
	padding:10px;
	margin-top:5px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}

.floatRight{
	float:right;
	clear:right;
	margin:10px 0px 10px 10px;
	text-align:center;
	}
	
.floatLeft{
	float:left;
	margin:10px 10px 10px 10px;
	text-align:center;
	}
	
.largecaption{
	margin-top:5px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	}

.medcaption{
	margin-top:5px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	}
	
.caption{
	margin-top:5px;
	font-weight:bold;
	font-size:10px;
	color:#324a65;
	}
	
ul.music{
	list-style:none;
	}

ul.music li{

}

ul.music li a{
	margin-left:0px;
	padding:8px 0px 8px 0px;
	display:block;
	background-image: url(../img/notebullet.png);
	background-position:20px;
	background-repeat: no-repeat;
	text-indent:60px;
	}
	
ul.music li a:link, ul.music li a:visited{
	text-decoration:none;
	}
	
ul.music li a:hover{
	text-decoration:underline;
	}
	
/* ================ FOOT STYLES ============================================================================== */

#foot a{
	margin-left:100px;
	color: #ebedf0;
	}

#foot a:hover{
	text-decoration:none;
	}