/*********************/
/*   GENERAL STUFF   */
/*********************/

* { 
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

td { 
	vertical-align: top;
}

acronym {
	border: 0;
}

table {
	width: 100%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #ab0f26;
	font-size: 140%;
	line-height: 1.1;
	font-weight: 100;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #912509;
	font-size: 150%;
	font-weight: 100;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #912509;
	font-size: 120%;
	font-weight: 100;
}

.line {
	height: 20px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #912509;
	width: 95%;
}

b {
	font-size: 100%;
}

/*********************/
/*       LINKS       */
/*********************/

a {
	color: #0055cc;
}

a:active {
	color: #cc0000;
}

a:hover {
	color: #cc0000;
}

a:visited {
	color: #8e3557;
}

table.footer a:visited {
	color: #0055cc;
}

table.footer a:hover {
	color: #cc0000;
}

/*********************/
/*     TOP MENU      */
/*********************/

td.menu {
	vertical-align: middle;
	text-align: left;
	border-left: solid 30px white;
}

td.menu a {
	font-weight: normal;
	font-style: normal;
	color: #9e1a17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #912509;
}

td.menu a:visited {
	color: #9e1a17;
}

span.active {
	font-weight: normal;
	font-style: normal;
	font-size: 150%;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #912509;
	padding: 0px 5px 4px 5px;
	margin: 0px;
}

.space {
	margin: 0px 2.9%;
}

td.menu a {
	font-size:140%;
}


/*********************/
/*   SIDE PAGE MENU  */
/*********************/ 

.float {
	float: left;
	width: 270px;
	clear: both;
}

#nav {
	background-color: #f5f5ea;
	padding: 10px 10px 10px 50px;
}

	
#navigation {
	float: left;
	clear: both;
	padding: 10px 0 10px 5%;
	background-color: #f5f5ea;
	width: 220px;
}

.spot {
	padding: 0 0 0 5%;
	float: left;
}

li {
	margin-left: 1em;
	list-style-type: none;
}

.content {
	margin: 0 10% 0 0;
	height: 100%;
	width: 55%;
	vertical-align: text-top;
	float: left;
}

.content li {
	margin-left: 2em;
	list-style-type: disc;
}

.content ul {
	line-height: 1.5em;
	padding-left: 5%;
	margin-bottom: 30px;
}


/*********************/
/*  HEADER WITH LOGO */
/*********************/

td.logo {
	text-align: center;
	width: 200px;
}

td.logo img {
	margin-left: 7%;
}


/*********************/
/*  SIDE PAGE LAYOUT */
/*********************/

.text {
	width: 70%;
}

strong {
	color: #912509;
	font-weight: normal;
}

/*********************/
/*   FOOTER LAYOUT   */
/*********************/


table.footer td {
	vertical-align: middle;
	height: 55px;
	font-size: 90%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
}

.phone {
	padding-left: 2%;
}

table.footer img {
	vertical-align: middle;
	padding-right: 10%;
}

td.footer_a {
	width: 33%;
}

td.footer_b {
	width: 5%;
}

td.footer_c {
	width: 29%;
}

/*********************/
/*    FORM DESIGN    */
/*********************/
.form {
	margin-left: 5%;
	width: 70%;
}

textarea {
	width: 440px;
	font-size: 12px;
}

.input {
	width: 200px;
}


.snoska {
	font-size: 80%;
}

sup {
	font-size: 80%;
}

.portfolio {
	text-decoration: none;
}

span.a {
	background-color: #912509;
	padding: 2px;
	color: #FFFFFF;
}