*{
	margin:0px;
	padding:0px;
}

a:link {
	color:#0000CD;
	text-decoration: none;
	}      /* unvisited link */
a:visited {
	color:#384B6B;
	text-decoration: none;
	}   /* visited link */
a:hover {
	color:#CCC;
	text-decoration: none;
	}     /* mouse over link */

body{
	background:#01001C;
}

#masterContainer{  /*I've added this div, around everything else, for centering purposes */
	width:945px;
	margin:auto;	
}

#indexWrapper{
	width:941px;	
	border:solid black 2px;
	float:left;
}

#indexHeader{
	width:698px; /* 700 */  
	height:176px;
	background:url(../images/The-Cleansing_resized.jpg);
	float:left;
	border-bottom:solid black 1px;
}

#indexHeader_left{
	width:240px;
	float:left;
	border-right:solid black 1px;
	height:176px;
	background:#384B6B;
	line-height:50px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	color:#FFF;
	text-align:center;
	border-bottom:solid black 1px;
}

#indexNav_top{
	float:right;
	width:741px;
	background:#384B6B;
	border-bottom:solid black 1px;
}

#indexNav_top li{
	list-style:none;
	float:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:17px;
	text-align:center;
	background:#384B6B;
	
}

.topBtn{
	border-left:solid black 1px;	
}

#indexNav_top li a{
	text-decoration:none;
	color:#FFF;
	display:block;
	width:100.1px;
	height:20px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:22px; /* 23.7 */
	padding-left:22px; /* 23.7 */
	line-height:20px;
	vertical-align:top;
}

#indexNav_top li:hover{
	background-color:#01001C;
}

#indexNav_left{
	background:#384B6B;
	float:left;
	width:200px;
}

#indexNav_left li{
	list-style:none;
}

#indexNav_left li a{
	list-style:none;	
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#FFF;
	margin-top:35px;
	margin-left:20px;
	margin-right:10px;
	text-decoration:none;
	display:block;	
}

#indexNav_left li a:hover{
	color:#01001C;	
}

#emptyBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	border-bottom:solid black 1px;
	background:#384B6B;
	width:170px;
	border-left:solid black 0px;
	height:20px;
	padding:15px;
	line-height:20px;
}

#emptyDiv{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	border-bottom:solid black 1px;
	background:#384B6B;
	width:170px;
	border-left:solid black 0px;
	height:20px;
	padding:15px;
	line-height:20px;
	float:left;
}

#indexContent{
	background:#384B6B;
	width:941px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#01001C;
	float:right;
}

#innerContent{
	background:#778899;
	width:679px;    /* 679 */
	padding-top:30px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:30px;
	float:left;
	color:#01001C;
	border-left:solid black 1px;
	
}

.smallfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	
}

#footer{
	width:941px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	text-align:center;
	float:left;
	
}

#footer a{
	color:#778899;	
}





/*---------MOBILE STYLES BELOW--------------*/

/*--Tablet Layout--*/
@media only screen and (min-width: 768px) and (max-width: 970px) {

#masterContainer, #indexWrapper, #indexHeader_left{
	width:100%;
}

#indexHeader {
	margin:0 auto;
	display:none;
	clear:both;
	width:100%;
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:top center;
}

#indexHeader object embed{
	display:none;
}

#emptyDiv{
	display:none;
}

#indexNav_top{
	width:100%;
}

#indexNav_top li a {
	width:96%;
	display:block;
	clear:both;
	padding:20px 2%;
	border-bottom:solid black 1px;
	background:#444;
	font-weight:bold;
	font-family:Arial,sans-serif;
	
	background-image: linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -o-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(68,68,68)),
		color-stop(0.59, rgb(77,77,77))
	);
}


#indexNav_top li{
	float:none;
	width:100%;
	display:block;
	clear:both;
}

#indexNav_left{
	width:100%;
	display:none;
	clear:both;
}

#indexNav_left li a{
	margin:0;
	width:96%;
	display:block;
	clear:both;
	text-align:center;
	padding:20px 2%;
	background:#888;
	color:#000;
	border-bottom:solid black 1px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	
	
	background-image: linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -o-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(136,136,136)),
		color-stop(0.59, rgb(143,143,143))
	);
}



#indexContent{
	width:100%;
}

#innerContent{
	width:94%;
	padding:30px 3%;
}

#footer{
	width:100%;
	padding:30px 0;
}

#cse-search-box input{
	padding:12px !important;
	font-size:18px;
}

.smallfont{
	font-size:16px;
}

#innerContent li{
	margin-left:15px;
}

}



/*---Wide Mobile Layout--*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

#masterContainer, #indexWrapper, #indexHeader_left{
	width:100%;
}

#indexHeader {
	margin:0 auto;
	display:none;
	clear:both;
	width:100%;
	background-repeat:no-repeat;
	overflow:hidden;
}

#emptyDiv{
	display:none;
}

#indexNav_top{
	width:100%;
}

#indexNav_top li a {
	width:96%;
	display:block;
	clear:both;
	padding:20px 2%;
	border-bottom:solid black 1px;
	background:#444;
	font-weight:bold;
	font-family:Arial,sans-serif;
	
	background-image: linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -o-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(68,68,68)),
		color-stop(0.59, rgb(77,77,77))
	);
}


#indexNav_top li{
	float:none;
	width:100%;
	display:block;
	clear:both;
}

#indexNav_left{
	width:100%;
	display:none;
	clear:both;
}

#indexNav_left li a{
	margin:0;
	width:96%;
	display:block;
	clear:both;
	text-align:center;
	padding:20px 2%;
	background:#888;
	color:#000;
	border-bottom:solid black 1px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	
	
	background-image: linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -o-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(136,136,136)),
		color-stop(0.59, rgb(143,143,143))
	);
}



#indexContent{
	width:100%;
}

#innerContent{
	width:94%;
	padding:30px 3%;
}

#footer{
	width:100%;
	padding:30px 0;
}

#cse-search-box input{
	padding:12px !important;
	font-size:18px;
}

.smallfont{
	font-size:16px;
}

#innerContent li{
	margin-left:15px;
}


}





/*----Mobile Layout (Portrait)--*/

@media only screen and (max-width: 480px){


#masterContainer, #indexWrapper, #indexHeader_left{
	width:100%;
}

#indexHeader {
	margin:0 auto;
	display:none;
	clear:both;
	width:100%;
	background-repeat:no-repeat;
	overflow:hidden;
}

#emptyDiv{
	display:none;
}

#indexNav_top{
	width:100%;
}

#indexNav_top li a {
	width:96%;
	display:block;
	clear:both;
	padding:20px 2%;
	border-bottom:solid black 1px;
	background:#444;
	font-weight:bold;
	font-family:Arial,sans-serif;
	
	
	background-image: linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -o-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(68,68,68) 17%, rgb(77,77,77) 59%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(68,68,68)),
		color-stop(0.59, rgb(77,77,77))
	);

}


#indexNav_top li{
	float:none;
	width:100%;
	display:block;
	clear:both;
}

#indexNav_left{
	width:100%;
	display:none;
	clear:both;
}

#indexNav_left li a{
	margin:0;
	width:96%;
	display:block;
	clear:both;
	text-align:center;
	padding:20px 2%;
	background:#888;
	color:#000;
	border-bottom:solid black 1px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	
	
	background-image: linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -o-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(136,136,136) 17%, rgb(143,143,143) 59%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(136,136,136)),
		color-stop(0.59, rgb(143,143,143))
	);
}



#indexContent{
	width:100%;
}

#innerContent{
	width:94%;
	padding:30px 3%;
}

#innerContent li{
	margin-left:15px;
}

#footer{
	width:100%;
	padding:30px 0;
}

#cse-search-box input{
	padding:12px !important;
	margin-top:10px;
	font-size:18px;
}

.smallfont{
	font-size:16px;
}


#indexHeader_left{
	line-height:1.3;
}

}


