@charset "UTF-8";
/* CSS Document */

a:link {
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}

a:hover {
	font-weight:bolder;
}

a:visited {
	color:#999;
}

body {
	background-color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
	line-height:1.5;
	text-indent:30px;
}

#giant {
	font-size:24px;
	font-weight:bold;
	text-indent:0px;
}

#address {
	text-indent:0px;
	line-height:1;
	text-align:center;
}


#tableright {
	margin-left:20px;
	position:relative;
	right:0px;
	top:0px;
	float:right;
}

#iframeright {
	float:right;
	margin-left:20px;
}

#giantaddress {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-indent:0px;
	line-height:1.1;
}

#contact_left_pane {
	float:left;
	width:50%;
	height:300px;
	margin:0, auto;
}

#contact_right_pane {
	float:right;
	width:410px;
	height:300px;
	margin:0, auto;
}

#contact_right_pane table {
	position:absolute;
	top:14%;
}

#contact_right_pane p {
	text-indent:0px;
	line-height:1.1;
	margin:0;
}

#contact_right_pane img {
	border:thin;
	border-style:inset;
	border-color:#000094;
}