/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_btmbar.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
a:link, a:visited {
	color: #ff5e3c;
	text-decoration: underline;
} 
a:hover, a:active {
	color: #485DC5;
	text-decoration: underline;
}
table {
	margin: 0px;
	padding: 0px;
}
.fltrt { /* use to float an element right in the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-bottom: 10px;
}
.fltlft { /* use to float an element left in the page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centerMe {
	text-align: center;
}
.spacerDiv {
	height: 25px;
}
.spacerDivShort {
	height: 10px;
}

/********************* Base Styles ************************************/

#MainBoxHome {
	width: 990px;
}
#MainBoxHome10year {
	background-color: #FFFFFF;
	width: 990px;
	background-image: url(../images/10year-logo-home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#MainBoxHome10year2 {
	background-color: #FFFFFF;
	width: 990px;
	background-image: url(../images/homepage/bishop-mccann_10year2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#MainBox {
	background-color: #FFFFFF;
	width: 990px;
}
#bodyStretch {
	background-color: #FFFFFF;
}

#homeBox1 {
	margin-top: 67px;
	margin-left: 50px;
	margin-right: 50px;
}
#homeBox1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #485dc5;
	padding: 0px;
	margin: 0px;
}
#homeBox1 p {
	margin-top: 10px;
	line-height: 18px;
}
#homeBox2 {
	margin-left: 20px;
	margin-right: 50px;
	line-height: 17px;
}
#homeBox10year {
	margin-left: 20px;
	margin-right: 225px;
	line-height: 16px;
}
#headerBar {
	background-image: url(../images/bg_topbar.gif);
}
#header {
}
#wave {
	background-image: url(../images/bg_wave.gif);
	background-repeat: repeat-x;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #747679;
}


/********************* Heading Styles ************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #485dc5;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffb60f;
	padding-top: 13px;
	padding-left: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
	font-weight: bold;
}
.p7Heading {
	font-size: 15px;
	color: #FFB60F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.p7LinksBox {
	margin-top: 10px;
	width: 90%;
	margin-left: 30px;
}
.photoBorderTabs {
	border: 2px solid #666666;
	padding: 0px;
	margin-top: 7px;
	margin-left: 15px;
}
blockquote {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #BED600;
	padding-left: 7px;
}


/********************* Main Body Styles *****************************/
#main {
	background-color: #FFFFFF;
	width: 690px;
	margin-right: 20px;
	margin-left: 66px;
	line-height: 20px;
}
#main p {
	margin-bottom: 12px;
	margin-top: 12px;
}
#main strong {
	color: #575757;

}
#main ul {
}
#main li {
	list-style-image: url(../images/bullet2.gif);
}
#main blockquote {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BED600;
	margin-top: 25px;
}
#mainMap {
	background-color: #FFFFFF;
	width: 690px;
	margin-right: 20px;
	margin-left: 66px;
	line-height: 20px;
	background-image: url(../images/archive/world_map.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 380px;
}
#mainMap p {
	margin-bottom: 12px;
	margin-top: 12px;
}
#mapLocationsTop {
	background-color: #FFFFFF;
	width: 690px;
	margin-right: 20px;
	margin-left: 66px;
	line-height: 20px;
	background-image: url(../images/world_map_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 118px;
	margin-bottom: 0px;
}
#mapLocationsTop p {
	margin-top: 12px;
}
#mapLocations {
	background-color: #FFFFFF;
	width: 690px;
	margin-right: 20px;
	margin-left: 66px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mapHotspots {
	background-color: #BED600;
	border: 1px solid #5C62BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/********************* Navigation Top *****************************/
#navTopStretch {
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 310px;
}
#navTopHome {
	text-align: right;
	height: 34px;
	width: 988px;
	padding: 0px;
	margin: 0px;
}
#navTop {
	text-align: right;
	height: 34px;
	width: 760px;
	padding: 0px;
	margin: 0px;
}

/********************* Side Navigation Styles *************************/

#navSide {
	width: 225px;
	font-size: 11px;
	font-weight: bold;
	color: #575757;
	margin-bottom: 40px;
	margin-top: 22px;
	margin-right: 0px;
	margin-left: 0px;
}
#navSide h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFB60F;
	padding-top: 0px;
	padding-left: 25px;
	margin: 0px;
}
#navSide ul {
	margin-bottom: 0px;
}
#navSide li {
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
	color: #485DC5;
	margin-left: 3px;
	margin-bottom: 5px;
}
#navSide a:link, #navSide a:visited {
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navSide a:hover, #navSide a:active {
	text-decoration: underline;
	color: #ffb60f;
}

/********************* Side Extra *************************/

#sideExtra {
	width: 210px;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	padding: 0px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFB60F;
	margin-top: 22px;
}
#sideExtra h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFB60F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#sideExtra p {
	padding-left: 7px;
}
#sideExtra a:link, #sideExtra a:visited {
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#sideExtra a:hover, #sideExtra a:active {
	text-decoration: underline;
	color: #ffb60f;
}

/********************* Bottom Navigation Styles *************************/

#navbottom a:link, #navbottom a:visited {
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#navbottom a:hover, #navbottom a:active {
	text-decoration: underline;
	color: #336666;
}

/********************* Special Table Styles *************************/

#table1 {
	border: 1px solid #666698;
}
#table1 td {
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 16px;
}
#table1 h1 {
	font-size: 12px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #663399;
}

/********************* Footer & Bottom Navigation Styles *************************/

#footerBar {
	background-image: url(../images/bg_btmbar.gif);
}
#footer {
	background-image: url(../images/bishop-mccann_wave.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 1000px;
}
#footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747679;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
#footernav a:link, #footernav a:visited {
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#footernav a:hover, #footernav a:active {
	text-decoration: underline;
	color: #666666;
}
.copyright {
	font-weight: normal;
	color: #666666;
}

/********************* Site Map Styles *****************************/
#sitemapBox {
	width: 90%;
	margin-top: 15px;
	margin-left: 40px;
}
.sitemapH a:link, .sitemapH a:visited {
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 13px;
	color: #ff5e3c;
	font-size: 13px;
	font-weight: bold;
}
.sitemapH a:hover, .sitemapH a:active {
	text-decoration: underline;
	color: #FFB60F;
}
.sitemap a:link, .sitemap a:visited {
	text-decoration: underline;
	color: #666666;
	margin: 0px;
}
.sitemap a:hover, .sitemap a:active {
	text-decoration: underline;
	color: #FFB60F;
}
.sitemap ul {
	margin-top: 5px;
}
.sitemap li {
	list-style-image: url(../images/bullet2.gif);
}

/********************* Contact Table Styles *****************************/
#contactTable {
	background-color: #A2A2A2;
	font-weight: bold;
	color: #FFFFFF;
}
#contactTable a:link, #contactTable a:visited {
	text-decoration: underline;
	color: #485DC5;
	margin: 0px;
	font-weight: normal;
}
#contactTable a:hover, #contactTable a:active {
	text-decoration: underline;
	color: #FFB60F;
	font-weight: normal;
}

/********************* Form Styles *****************************/

form {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
fieldset {
	padding-left: 10px;
	padding-right: 10px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #666666;
}
.loginField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height: 10px;
	width: 64px;
	background-color: #9999CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 9px;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.textField1 {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #485dc5;
	border-right-color: #485dc5;
	border-bottom-color: #485dc5;
	border-left-color: #485dc5;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 3px;
	width: 205px;
	font-weight: normal;
}
.textField2 {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #485dc5;
	border-right-color: #485dc5;
	border-bottom-color: #485dc5;
	border-left-color: #485dc5;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 230px;
	margin-left: 3px;
	font-weight: normal;
}
.textField3 {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #485dc5;
	border-right-color: #485dc5;
	border-bottom-color: #485dc5;
	border-left-color: #485dc5;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 3px;
	font-weight: normal;
}
#MainBoxHome #homebox {
	background-image: url(../images/homepage/photo-boxes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 18px;
}
#MainBoxHome #homebox .box1 {
	padding-top: 55px;
	padding-right: 50px;
	padding-left: 363px;
}
#MainBoxHome #homebox .box2 {
	padding-right: 50px;
	padding-left: 426px;
	line-height: 17px;
}
#MainBoxHome #homebox .top-10 {
	position: absolute;
	z-index: 100;
	margin-left: 950px;
	margin-top: 85px;
}
#MainBoxHome #homebox .top-10 a,
#MainBoxHome #homebox .top-10 img {
	border: none;
	text-decoration: none;
	z-index: 101;
}
