/*content.css*/
/********************************************************************Universal*/
ul#navList {
	list-style: none;
}

ul#navList li {
	display: inline;
	margin: 0px 13px 0px 13px;/*should this be padding instead?*/
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

h1#mar {
	margin-bottom: 15px;
}

p.main,p.showroom {
	font-size: 13px;
}

p.tagline,p.quote,ul#services {
	text-align: center;
}

.small {
	font-size: 10px;
}
/****************************************************************END Universal*/
/************************************************************************Index*/

/********************************************************************END Index*/
/*********************************************************************Showroom*/
body#showroom table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

p.showroom {
	text-align: center;
}

p.tagline {
	font-weight: bold;
}
/*****************************************************************END Showroom*/
/*********************************************************************About Us*/
p.quote {
	font-size: 13px;
	font-style: italic;
}

ul#services {
	list-style: none;
}

ul#services li {
	display: inline;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
/*****************************************************************END About Us*/
/*********************************************************************Projects*/
body#proj div.projRow {
	margin-bottom: 16px;
}

div.projRow img {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: solid 1px #999;
}
/*****************************************************************END Projects*/
/***********************************************************************Events*/
p#noEvent {
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
	top: 180px;
}
/*******************************************************************END Events*/
/**********************************************************************Contact*/
ul#genInfo,ul#links,ul#hours {
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
/******************************************************************END Contact*/
/************************************************************************Forms*/
p.formLabel {
	margin: 0px 0px 2px 0px;
	padding: 0;
	font-size: 15px;
}

input,textarea {
	margin-bottom: 8px;
}

div#submit input {
	position: relative;
	padding: 3px;
	font-weight: bold;
}
/*********************************************************************good_url*/

/*****************************************************************END good_url*/
/**********************************************************************bad_url*/

/******************************************************************END bad_url*/
/**************************************************************General Contact*/

/**********************************************************END General Contact*/
/**********************************************************************Mail IN*/

/******************************************************************END Mail IN*/
/*********************************************************************Mail OUT*/

/*****************************************************************END Mail OUT*/
/*******************************************************************Ask Martin*/

/***************************************************************END Ask Martin*/
/********************************************************************END Forms*/