@charset "ISO-8859-1";
html {
 height: 100.2%;
 }

/* Remove browsers defaults */
body, h1, h2, p, ul, li, div, table, tr, td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
/* Basic text styles */
body {
 font-family: Arial, Helvetica, sans-serif;
 color: white;
 font-size: 12px;
 margin-top: 5%;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

a:link {
	color: #FFD600;
	text-decoration: none;
}
a:visited {
	color: #FDF1CD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* set container */
div#container {
 width: 800px;
 height: 600px;
 margin: 0 auto;
 position: relative;
	}
	
#top {
 height: 120px;
}  
  
/*navigation */

#top_nav img {
	padding-right: 10px;
}
#top_nav {
 position: absolute;
 top: 35px;
 right: 95px;
 height: 57px;
}

/*main*/
table#main {
	background-image: url(../images/bgs/bg_home.gif);
	background-repeat: no-repeat;
	height: 480px;

}
td#welcome {
	width: 500px;
	vertical-align: top;
}
td#welcome p, td#welcome h1 {
 padding-left: 30px;
 padding-right: 35px;
}
td#welcome p.first {
	padding-bottom: 2em;
}
td#welcome div.item {
 float:left;
 width: 200px;
 padding-left: 30px;
}
div#row1 div.second {
	padding-bottom: 10px;
}
td#welcome div.item img {
	float: left;
	padding-right: 3px;
}
td#welcome div.item p {
	padding-left: 3px;
}
td#rightcol {
	width: 300px;
	vertical-align: top;
}
td#rightcol div.item {
 width: 250px;
	}
	
#rightcol div.item img {
 float:right;
 padding: 5px;
 padding-left: 8px;
}
/*td#rightcol p {
	font-size: 10px;
}
td#rightcol h1 {
	font-size: 12px;
	padding-bottom: 0.25em;
}
td#rightcol h2 {
	font-size: 11px;
}
*/

td#welcome h1, td#rightcol h1 {
 padding-bottom: 0.25em;
 }

.clearer {
 clear: both;
 height: 10px;
}
div#contact_info {
padding-top: 0.25em;
}
td#rightcol p#phone {
  /*font-size: 14px;*/
	color: #FF0000;
	font-weight: bold;
	}
	
td#rightcol #email {
font-size: 14px;
font-weight: bold;
} 
div#contact_info p {
padding: 0;
}

div#contact_info p#email a:link {
  text-decoration: none;
  color: #FFFFFF;
  }

div#contact_info p#email a:hover {
 color: #00A0EA;
 }
