BODY {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#C0C0C0;
	color:#00234C;
}


#center { /*This is what makes the website center in the window*/
	width:760px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

#container {
	background-color:#FFFFFF;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:248px;
}

#content {
	margin:10px 20px 30px 60px;
}

#catalog_div {
	float:left;
	width:170px;
	padding-right:10px;
}

#catalog_content {
	float:left;
	width:500px;
}

.left-ticket-column {
	float:left;
	width:250px;
	text-align:center;	
}

.right-ticket-column {
	float:left;
	width:250px;
	text-align:center;		
}

.ticket-width {
	float:left;
	width:480px;
	padding:20px 10px 20px 10px;
	
	
}

.clr {
	clear:both;
}

#footer {
	height:40px;
	background-color:#333333;
}

#slogan {
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	padding-top:10px;
}

#slogan_text {
	padding-left:350px;
	font-size:17px;
	font-weight:bold;
	float:left;
}

#line {
	margin:0px 5px;
}

a {
	color:#A55E5C;
}

a:hover {
	color:#333333;
}

h1,h2,h3,h4,h5,h6 {
	color:#333333;
}

h1 {
}

h2 {
	font-size:16px;
}

h3 {
}

p.inside-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

span.inside{

	color:#00234C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}


#numbers {
	margin-top:3px;
}

.lefty {
	float:left;
}

#experience {
	font-weight:bold;
	font-style:italic;
}

.page_heading {
	padding:25px 0px 5px 60px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:30px;	
}



/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:500px;
	margin-top:12px;
	margin-bottom:24px;
	
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:200px;
	font-weight:bold;
}

td.field  {
	width:300px;
}
/*End contact us page styles*/

menu li {
	list-style-type:none;
}

ticket-menu li {
	list-style-type:disc;
	text-align:left;
	margin-left:20px;
	
}

/*Map*/
div#map {
	width:350px; 
	height:450px; 
	margin:0px;
	float:right;
}

.image_right {
	float:right;
	padding:0px 0px 10px 10px;
}

.move_in {
	padding-left:15px;
}

/* RFQ PAGE */
#contact_info div {
	padding-bottom:5px;
}

#rfq_info div {
	padding-bottom:5px;
}

#city {
	float:left;
}

#state {
	float:left;
	padding-left:5px;
}

#zip {
	float:left;
	padding-left:5px;
}

#phone {
	float:left;
}	

#fax {
	float:left;
	padding-left:15px;
}

#finishing td {
	vertical-align:top;
	padding:5px;
}

#rfe_submit {
	background-color:#FFFFFF;
	border:1px outset #AFAFAF;
	color:#003399;
	font-weight:bold;
	padding:2px 8px;
}

#catalog_list a {
	list-style-type:none;
	width:170px;
	padding:0px;
	margin:0px;
	color:#00234C;
}

#catalog_list li {
	padding:0px;
	margin:0px;
}
