/* KINGSGATE GLOBAL STYLES */

body {
	background: #ffffff url(../interface/top_bg.gif) repeat-x 0 0;
	text-align: center;
	margin: 0px 0px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a { color:blue; text-decoration:none }
a:hover { text-decoration:underline }

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9C3B58;
	margin-top: 0px;
	margin-bottom: 6px;
}

ul {
	margin:0;
	padding:0;
}

li {
	padding-bottom: 10px;
}

#container {
	width: 970px;
	text-align: left;
	margin: 0px auto;
}
#container table {
	width: 100%;
	text-align: left;
}


.header {
	margin: 18px 0 20px 12px
}

.content {
	padding: 0 16px;
	text-align:justify;
}

.branches td.mainRow {
	padding-bottom: 30px;
}

.branches h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9C3B58;
	margin-top: 0px;
	margin-bottom: 6px;
}

.branches h2 {
	font-size: 13px;
	font-weight: bold;
	color: #9F7E1B;
	margin-top: 0px;
	margin-bottom: 6px;
}

.branches p {
	margin: 0 0 8px 0;
}

#footer {
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	background-color: #E6DDC2;
	margin-top: 45px;
	color:#5C584E
}

#footer a { color:#5C584E }

table.data {
	border-collapse:collapse;
}

table.data td {
	padding: 2px;
	border-bottom:1px solid #ccc;
	font-size: 11px;
	color: #000;
	background: #fff
}

table.data th {
	border-bottom:1px solid #ccc;
	background-color: #ddd;
	color: #000;
	font-weight: bold;
	padding: 1px 2px;
	text-align:center;
}

