@charset "utf-8";
/* CSS Document */

body{
	font-family: "Franklin Gothic Medium";
	font-weight: bold;
	background:  #000000;
	color: #d9d0b7;
}
p{
	font-size: 13pt;
	color: #d9d0b7;
}
h1{	
	font-size: 20pt;
	color: #d9d0b7;
	text-align: center;
	clear: left;
}
h2{
	font-size: 18pt;
	color: #d9d0b7;
}
h3{
	font-size: 16pt;
	margin: 0 0 -10px 0;
}
blockquote{
	margin: 20px 0 0 0;
	padding: 0;
}
blockquote p{
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
cite{
	font-size: 10pt;
}
#holder{
	background: #000000;
	width: 900px;
	margin: auto;
	margin-top: 40px;
	min-height: 600px; /*min height for browsers that will read it*/
	height: auto; /* IE must have height of 600px*/
	border: #9f9f9f 10px solid;
}
#nav{
	margin: 10px 13px;
	padding: 0 0 20px 0;	
}
#content{
	background: #000000;
	height: auto; /*IE must have a height of 450px*/
	padding: 10px;
	min-height: 450px; /* min height for browsers that will read it*/
}
#quotes{
	margin: 30px 0 0 0;
}
#passes{
	margin: 20px 25px 0px 10px;
}
#picture{
	float: right;
	width: 300px;
	height: 300px;
	margin: 0 0 10px 10px;
	border: #d9d0b7 10px solid;
}
#magicimage{
	float: right;
	width: 300px;
	height: 300px;
	margin: 0 0 10px 10px;
	border: #d9d0b7 10px solid;
}
#footer{
	height: 10px;
	clear: both;
}
#subfooter{
	width: 900px;
	height: 20px;
	margin: auto;
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
}
a.subfooter:link, a.subfooter:visited, a.subfooter:hover, a.subfooter:active{text-decoration: none;}
/*FORM*/
#form{
	margin: 0 150px;
}
fieldset {
	padding: 0 0 10px 0;
    margin: 0 0 10px 0;
	border: none;
}

legend {
	text-indent: -10000px;
}

fieldset ol{
	list-style-type: none;
}

label, input {
	display: block;
	width: 200px;
}

input.button{
	display: block;
	width: 100px;
	float: left;
}

textarea {
	display: block;
	width: 200px;
	height: 200px;
}
textarea.additionalquery{
	display: block;
	width: 200px;
	height: 100px;
}
/*END OF FORM*/

/*TABLE CSS*/
.leftcol{
	width: 70%;
	text-align: left;
}
.rightcol{
	width: 30%;
	text-align: right;
}
.leftcol2{
	width: 50%;
	text-align: left;
}
.rightcol2{
	width: 50%;
	text-align: right;
}
table{
	border-spacing: 0px;
	border: solid 1px #9f9f9f;
}
th{
	font-size: 14pt;
}
td{
	border-top: solid 1px #9f9f9f;
}
/*LIST CSS*/
#content ol{
	margin: 20px 0;
	padding: 0;
}
#content li{
	list-style-type: none;
	display: inline;
	font-size: 13pt;
}
#pricing ol{
	margin: 20px 0 0 0;
	padding: 0;
}
#pricing li{
	list-style-type: none;
	display: block;
	margin: 10px 0 0 0;
}
#links ol{
	margin: 0;
	padding: 0;
}
#links li{
	list-style-type: none;
	display: block;
}
#links p{
	margin: 0 0 10px 0;
	font-size: 10pt;
}

a:link {color: #d9d0b7; text-decoration: underline;}     /* unvisited link */
a:visited {color: #d9d0b7; text-decoration: underline;} /* visited link */
a:hover {color: #d9d0b7; text-decoration: underline;}   /* mouse over link */
a:active {color: #d9d0b7; text-decoration: none;}  /* selected link */
