body { background:url(images/tail.gif) repeat-x 0 0 #003372; font-size:95.5%; font-family:verdana; color:#003372;}

#page-wrap-home
{
	width: 980px;
	height: 930px;
	margin: 0 auto;
	font-family:verdana;
	background-color:#1363c0;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
}

.error
{
	font-family:verdana;
	color:red;
}


#header {
   height:480px;
   background:url(images/AndyConlon.jpg) no-repeat 0 0;
   margin-bottom: 0px;
}

#menu
{
  float: left;
  width: 970px;
  height:30px;
  background-color:#FFF;
  color:#000;
  margin-top:0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  position:relative;
}

.txtbox
{
  /*
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	*/
	border: 1px solid #000;
	padding-top: 10px;
	padding-left:3px;
	width:275px;
	height:25px;
}

.lblbox
{
	width: 125px;
	text-align: right;
	font-weight:bold;
	display:block;
	float: left;
	height:25px;
	padding-right:5px;
	padding-top:5px;	
}
		
#content
{
	float: left;
	width: 650px;
	position:relative;
	margin-top:20px;
	color:#fff;
  font-family:verdana;

}

#content-header
{
	float: left;
	width: 925px;
	height: 100px;
	position:relative;
	padding: 10px 0px 0px 25px;
}


h2
{
	line-height: 6px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 15px 0px;
}

h3
{
	text-align:left;
	font-size:20pt;
}

#column-right
{
	float: left;
	width: 480px;
	position:relative;
	font-family: verdana;
	padding: 0 0 0 20;
	font-size:10pt;
	font-weight:bold;
	margin: 0 0 0 20;
	padding: 0px 10px 10px 10px;
	text-align: left;
	color:#090200;
	vertical-align: top;
	color:#95866e;
}

#contact-right
{
	float: left;
	width: 415px;
	position:relative;
	font-family: verdana;
	font-weight:bold;
	padding: 0 0 0 20;
	font-size:10pt;
	margin: 0 0 0 20;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

.btn 
{
	background-color:#e21d27;
	border:1px solid #000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px; 
	text-decoration:none;
	text-shadow:1px 2px 0px #e21d27;
	text-align:center;
	width:110px;
}
.btn:hover 
{
	background-color:#003372;
}
.btn:active 
{
	position:relative;
	top:1px;
}
.clear
{
	clear:both;
}
