/* Marketing Cards Styles */

* { margin: 0; padding: 0;}

body 
{
	position: relative;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#ContainingBox 
{
	background-image: url(../images/columnBkgd.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
}

#Top
{
	display: block;
}

#Middle 
{
	background-image: url(../images/columnBkgd.gif);
	background-repeat: repeat-y;
	padding-left: 105px;
	width: 760px;
}

#Bottom
{
	background-color: #9DCF83;
	text-align: center;
	font-size: 0.6em;
	color: #006600;
}

#Content1 
{
	padding: 10px;
	margin-right: 114px;
	width: 541px;

}

#Content2
{
	width: 655px;
	padding: 10px;

}

#Content3
{
	padding-left: 40px;
	width: 655px;
}

#Content4
{
	padding-left: 120px;
	width: 655px;
}

#SiteMap ul
{
	padding-left: 30px;
}

h1 
{
	color: #00529C;
	text-align: center;
	font-size: 2em;
}

h2 
{
	font-size: medium;
	color: #00529C;
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.redboldtext
{
	color:#FF0000;
	font-weight: bold;
}

.GoldBoldText
{
	color: #00529C;
	font-weight: bold;
}

p.LargeText
{
	font-size: 1.5em;
}

p.LargeBlueBoldText
{
	font-size: 1.2em;
	color: #00529C;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

p.BlueText
{
	color: #00529C;
	padding-top: 10px;
	padding-bottom: 10px;
}

p 
{
	padding: 10px;

}


p.inline
{
	display: inline;
	float: left;
	padding-right: 0px;
	padding-left: 10px;
}

img.inline
{
	display: inline;
}

ul.bluelist 
{
	/*list-style-type: disc;*/
	color: #00529C;
	list-style-image: url(../images/bluebullet.gif);
	padding-left: 20px;
}

ol.bluelist 
{
	color: #00529C;
	padding-left: 120px;
}

.cellcolour1 
{
	background-color: #D7FFC0;
}

.cellcolour2
{
	background-color: #94C6FF;
}

.centre
{
	text-align: center;
}

.smalltext
{
	font-size: xx-small;
}

.largetext
{
	font-size: large;
}

.boldunderlinetext
{
	font-weight: bold;
	text-decoration: underline;


}

#selectBusinessTitle 
{
	width: 70px;
}

#LeftColumn 
{
	position: absolute;
	left: 0px;
	top: 93px;
	width: 105px;
}

#RightColumn 
{
	position: absolute;
	top: 93px;
	right: 7px;
	height: 400px;
	width: 105px;
}

a.btnType1
{
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url(../images/btnType1.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 10px;
	background-color: #9DCF83;
	background-position: center center;
}

a.btnType1:link
{
	color: #FFFFFF;
}

a.btnType1:visited
{
	color: #FFFFFF;
}

a.btnType1:hover
{
	color: #00529C;
}

a.btnType1:active
{
	color: #00529C;
}

a.btnType2
{
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 5px;
}

a.btnType2:link
{
	color: #00529C;
}

a.btnType2:visited
{
	color: #00529C;
}

a.btnType2:hover
{
	color: #9DCF83;
}

a.btnType2:active
{
	color: #9DCF83;
}

a.faqs:link 
{
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
}

a.faqs:visited 
{
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
}

a.faqs:hover 
{
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
}

a.faqs:active 
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
}

.FloatRight 
{
	float: right;
}

#OrderingInfo 
{
	font-size: 0.6em;
	color: #006600;
	margin: 10px;
}

#menu {
width: 6.5em;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
	color: #00529C;
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	background: #9DCF83;
	text-decoration: none;
	text-align: center;
}

#menu a:hover {
color: #006600;
background: #efefef;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
#Buttons {
	padding-top: 50px;
}

.adminbody 
{
	background-image:  url(../images/adminbkgd.jpg);
}

.admintable 
{
	background-image: url(../images/admintblbkgd.jpg);
	font-size: 12px;
}
