/*  FLIGHTWATCH HOMEPAGE  */

/* jumplinks under the 3 images on the homepage  */

.blueToothpick {
	margin-left:8em;
}

DIV.boxJumplink {
	padding-left:8px;
	padding-right:8px;
	padding-top:6px;
	padding-bottom:6px;
}

.boxJumplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A8A8A8;
	letter-spacing : 1px;
}

.boxJumplink A:link {
	color: #A8A8A8;
	font-weight : normal;
	text-decoration : none;
}

.boxJumplink A:visited {
	color: #A8A8A8;
	font-weight : normal;
	text-decoration : none;
}

.boxJumplink A:hover {
	color: #FF9900;
	font-weight : normal;
	text-decoration : none;
} 

/* employs comment hack to hide this style from IE 5 */
a .boxJumplink {
	background-image/* */: url(/images/linkArrowHome.gif);
	background-repeat : no-repeat;
	background-position: right;
	padding-right: 20px;
}
/*  top and bottom padding for title image */
#titleImage {
	padding-top: 50px;
	padding-bottom: 30px;
}

/* centered text at the bottom of the homepage */
#mainTextArea {
	width: 450px;
	padding-bottom:40px;
}

.mainText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 17px;
	color: #A8A8A8;
	margin-bottom : 6px;  
	text-decoration : none;
	text-align : center;
}

.mainText A:link {
	color: #7B6438;
	font-weight : bold;
	text-decoration : none;
}

.mainText A:visited {
	color: #7B6438;
	font-weight : bold;
	text-decoration : none;
}

.mainText A:hover {
	color: #C96A17;
	font-weight : bold;
	text-decoration : none;
} 

/* employs comment hack to hide this style from IE 5 */
A.mainText {
	background-image/* */:url(images/linkArrow.gif);
	background-repeat : no-repeat;
	background-position: right;
	padding-right: 13px;
}