/* mainContent shooting sequences Style sheet */
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;

	color: white;
	background-color:#393844;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


td, div {
	font-size:11px;
}

ul {
	padding:0 0 0 10;
	margin: 5 0 15 11;
}


#nav{
	font-weight: normal;

}


.guideboxTran {
	position: relative;
	width: 640px;
	height: 310px;
	padding: 0px;
}

.guidebox {
	position: relative;
	width: 310px;
	height: 310px;
	padding: 0px;
}

.corner {
	position: absolute;
	bottom: 0em;
	right: 0em;
	width: auto;
	height: auto;
}


/* Header things */
#header {
	text-align : right;
	border-bottom : 1px solid #000000;
	height : 20px;
	margin : 0px;
	font-weight: bold;
}

.title {
	position : relative;
	float : left;
	padding : 2 0 0 4;	
	margin : 0px;
	text-align : left;
	align : left;
}


/* end Header */


/* Footer thing */
#footer {
	text-align : left;
	border-top : 1px solid #000000;
	margin : 0px;
}

/* end footer */


#pad{
	padding:10px;
}



.bullet {
	padding : 0 0 0 0;
	margin : 0;
	float : left;
}

.list_item {
	font-weight: bold;
	padding : 0 0 0 4;
	margin : 0;
	width : 165px;
	float : left;
}

#checklist .bullet {
	padding : 3 2 0 2;
	margin : 0;
	float : left;
}

#checklist .list_item {
	font-weight: normal;
	font-size:12px;
	padding : 0 0 10 4;
	margin : 0;
	width : 365px;
	float : left;
}




#yellow{
	background-color: #635920;
}
#corneryellow{
	background:#7d7329;
}
#yellow hr {
	margin : 0 0 5 0;
	padding : 0;
	height : 1px;
	border : solid #b1ac90;
	border-width : 1 0 0 0;
}



#blue{
	background-color: #174361;
}
#cornerblue{
	background:#1d577c;
}
#blue hr {
	margin : 0 0 5 0;
	padding : 0;
	height : 1px;
	border : solid #8ba1b0;
	border-width : 1 0 0 0;
}


#red{
	background-color: #5f2130;
}
#cornerred{
	background:#782b3d;
} 
#red hr {
	margin : 0 0 5 0;
	padding : 0;
	height : 1px;
	border : solid #af9098;
	border-width : 1 0 0 0;
}




#green{
	background-color: #19453b;
}
#cornergreen{
	background:#145b43;
}
#green hr {
	margin : 0 0 5 0;
	padding : 0;
	height : 1px;
	border : solid #8da29d;
	border-width : 1 0 0 0;
}




#grey {
	background:#4d4d58;
}
#cornergrey{
	background:#7a7a82;
}
#grey hr {
	margin : 0 0 5 0;
	padding : 0;
	height : 1px;
	border : solid #999;
	border-width : 1 0 0 0;
}




