INPUT {
	
}
.inQuickDrop {
	FONT-SIZE: 9px; WIDTH: 171px; FONT-FAMILY: verdana, arial, sans-serif; BACKGROUND-COLOR: #ffffff
}


p {

	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none
}
td {

	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none
}
.bold {

	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.boldsmall {

	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none
}
a:link {
	color: #172E5A;
	text-decoration: underline;
}
a:visited {
	color: #172E5A;
	text-decoration: underline;
}
a:hover {
	color: #172E5A;
	text-decoration: none;
}
a:active {
	color: #172E5A;
	text-decoration: underline;
}
.subscribe {

	FONT-SIZE: 9px; WIDTH: auto; FONT-FAMILY: verdana, arial, sans-serif; BACKGROUND-COLOR: #ffffff
}
.medBold {

	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif; TEXT-DECORATION: none
}
body {
	margin: 0px;
}
hr {
	color: #DBDBC1;
}
.red {
	color: #FF0000;
}

.floatRight{
	float:right;
	padding: 0 0 10px 10px;
}


/*dropdown menus*/
#nav{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	border:0;
}
#nav img{
	border:0;
}

#nav a:hover{}


#nav li { /* all list items */
	text-align: left;
	float: left;
	}

#nav li ul { /* second-level lists */
	border: 1px solid #000;
	position: absolute;
	background: url(http://www.ianmarshall.com/images/team-pic.jpg) top left repeat-x;
	left: -999em; 
	padding: 0;
	margin: 0;
	width: 200px;
	height: 268px;
	color: #000;
}

#nav li ul a{
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 235px 0 0 25px;
	background: #222;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

 .title{
	font-size: 11px;

}

.style1 {font-size: 11px}
.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 8px;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #172E5A;
	text-align: center;
}
