/* GENERIC ELEMENTS : HTML 4.01 */

a {
	color: #333366;
	text-decoration: underline;
}

a:visited {
	color: #333366;
	text-decoration: underline;
}

a:hover {
	color: #333366;
	text-decoration: none;
}

a:active {

}

abbr {
	border-bottom: 1px #333366 dotted; 
	font-style: normal;
	cursor: help; 
}

abbr:hover {
	/*cursor: help;*/
}

acronym {
	border-bottom: 1px #333366 dotted; 
	font-style: normal;
	cursor: help; 
}

a acronym {
	cursor: pointer;
}

area {
}

address {
	font-style: normal;
	text-align: right;
}

b {

}

blockquote {
	margin: 0px;
	padding: 0px;
	color: #333366;
}

blockquote p:before {
	content: open-quote;
}

blockquote p:after {
	content: close-quote;
}

body {
	margin: 0px;
	padding: 0px;
	COLOR: #333366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
	background-image: url(background.gif);
	background-repeat: repeat-x;
}

br {
}

button {
	color: #333366;
}

caption {
	text-align: left;
}

/* used to cite someone for a quote */
cite {
}

del {
}

/* Definition */
dfn {
}

div {
}

/* Definition List */
dl {
}

/* Definition Term - In list */
dt {

}

/* Emphasize text */
em {
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

fieldset fieldset {
}

legend {
	text-align: center;
}

form {
	padding: 0px;
	margin: 0px;
}


h1 {
	font-size: 90%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 120%;
	font-style: italic;
}

h4 {
}

h5 {
}

h6 {
}

head {
}

i {
}

img {
   border: 0px;
}


input {
	font-size: 100%;
}

label {
	vertical-align: middle;
}
label input {
}

label select {
}

label textarea {
}

legend {
}

li {
}

link {
}

noscript {
}

ol {
}

/* Groups options together in a dropdown menu */
optgroup {
}

option {
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}

q {
}

q:before {
	content: open-quote;
	font-size: 1em;
}

q:after {
	content: close-quote;
	font-size: 1em;
}

script {
}

select {
}

strong {
	font-size: 1em;
}

/* Subscript */
sub {
}

/* Superscript */
sup {
}

table {
}

tbody {
}

td {
}

textarea {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 100%;
   margin-bottom: 10px;
}

tfoot {
}

th {
}

thead {
}

title {
}

tr {
}

ul {
}
/* SPECIFIC ATTRIBUTES : ID */

#titleBackground {
	background-image: url(titlebar_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 101px;
}

#holder {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
}

#titleBar {
	position: absolute;
	width: 600px;
	height: 99px;
}

#tabHolder {
	display: none;
}


#logo {
	float: right;
	margin: 15px 5px 0px 0px;
}

#mainImageFinancial {
	display: none;
	margin: 0px;
	height: 0px;
}

#mainImageLegal {
	display: none;
	margin: 0px;
	height: 0px;
}

#mainImageSellick {
	display: none;
	margin: 0px;
	height: 0px;
}

#mainImageContactManchester {
	display: none;
	margin: 0px;
	height: 0px;
}

#mainImageContactNewcastle {
	display: none;
	margin: 0px;
	height: 0px;
}

#mainImageContactBelfast {
	display: none;
	margin: 0px;
	height: 0px;
}

#content {
	padding-top: 108px;
	margin-bottom: 15px;
}

#contentBackground {
	margin: 0px;
	padding: 0px;
	background-image: url(content_background.gif);
	background-repeat: repeat-y;
	background-position: 0px 15px;
}

#content h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/*********************  COLUMN ONE  ***************************/

#columnOne {
	position: relative;
	width: 100%;
	margin: 0px;
	text-align: justify;
}

/*********************  COLUMN TWO  ***************************/

#columnTwo {
	display: none;
	width: 0px;
	float: none;
}
/*********************  COLUMN THREE  *************************/

#columnThree {
	display: none;
	width: 0px;
	float: none;
}


/*********************  FOOTER  *************************/

#footer {
	display: none;
}


/* RECURRING ATTRIBUTES : CLASS */

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.highlight {
	color: #FF0000;
}

.skip {
	display: none;
}
