/* CSS Document */

/* GLOBAL STYLES */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #cccccc url(../images/css/page_bg.jpg) repeat-x top;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/css/crown_bg.gif) no-repeat top center;
}
a {
	color: #542989;
}
a:hover {
	color: #666666;
}
/* END OF GLOBAL STYLES */


#wrapper {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER STYLES */
#header {
	background: url(../images/css/header_bg.gif) no-repeat bottom;
	height: 110px;
}
#header img {
	float: left;
	margin-top: 15px;
}
#header .showTitle {
	margin-left: 15px;
}
#header .titleSponsor {
	float: right;
	margin: 20px 44px 0 0;
}
/* END OF HEADER STYLES */

#nav ul {
	list-style: none;
	text-align: center;
	padding-bottom: 15px;
}
#nav ul li {
	display: inline;
}
#nav li a { /* Main menu options */
	padding: 0 6px;
	border-left: 1px solid #a2a6aa;
	font-size: 1em;
	text-decoration: none;
	color: #a2a6aa;
}
#nav li a:hover {
	color: #542989;
	text-decoration: underline;
}
#nav li:first-child a {
	border: none;
}


#container { /* contains the repeating white background for the page centre */
	background: url(../images/css/container_bg.gif) repeat-y;
	overflow: hidden;
	clear: both;
}
#main { /* contains the non repeating drop shadow against gradient background */
	min-height: 685px;
	background: url(../images/css/main_bg.jpg) no-repeat top;
}

#content {
	margin: 0 43px 0 35px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #542989;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 17px 8px;
	background: url(../images/css/h1_fullbg.jpg) no-repeat left bottom;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #542989;
	margin: 1.5em 0 0.2em 0;
	clear: both;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #542989;
	margin: 1em 25px 0.2em 0;
	clear: both;
}

#content p {
	margin: 0 25px 0 0;
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}
#content ol {
	list-style: decimal;
	margin: 0 0 2em 25px;
}

#content ul {
	list-style: none;
	margin: 2em 25px 3em 10px;
}
#content li {
	font-size: 1.2em;
	margin: 0 0 1em 0;
	padding-left: 15px;
	background: url(../images/css/bullet.gif) no-repeat left center;
}
#content li.nobullet {
	background: none;
}
#content li ul {
	list-style: none;
	margin: 0 0 0 5px;
}
#content li ul li {
	font-size: 0.9em;
	margin: 0 0 0.7em 0;
	background: url(../images/css/bullet2.gif) no-repeat left center;
}

#content dl {
	margin: 0.7em 25px 1.5em 0;
}
#content dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 15px;
	background: url(../images/css/bullet.gif) no-repeat left center;
}
#content dd {
	font-size: 1.1em;
	margin: 0 0 1em 10px;
}
#content address {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#content iframe {
	margin-left: 0;
}

table {
	border-collapse: collapse;
	width: 400px;
	border: 1px solid #000000;
	margin: 0 25px 20px 0;
	font-size: 1.1em;
}
table th, table td {
	padding: 8px 4px;
	text-align: center;
	border-bottom: 1px solid #adadad;
	border-right: 1px solid #adadad;
}
table th {
	background-color: #e9e4f0;
	text-align: left;
	padding-left: 10px;
	color: #542989;
}
table th.calign {
	text-align: center;
	padding: 8px 4px;
}
table caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #542989;
	padding: 2px 0;
	text-align: left;
}
#breadcrumbs p {
	color: #cbbedb;
	font-size: 1em;
	margin: 0 0 0 8px;
}
#breadcrumbs a {
	color: #cbbedb;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #542989;
	text-decoration: underline;
}


/* FOOTER STYLES */
#footer {
	clear: both;
	background: url(../images/css/footer_bg.gif) no-repeat top;
	color: #785a9d;
	height: 50px;
}
#footer p {
	float: left;
	padding: 25px 15px;
}
#footer .touchware {
	float: right;
}
#footer a {
	text-decoration: none;
}
#footer ul {
	float: right;
	list-style: none;
}
#footer li {
	float: left;
}
#footer li a {
	display: block;
	padding: 0 5px;
	margin: 3px 0;
	font-size: 1em;
	text-decoration: none;
	color: #8f8f8f;
	border-left: solid 1px #cccccc;
}
#footer li a:hover {
	color: #589093;
}
#footer li:first-child a {
	border-left: none;
}
/* END OF FOOTER STYLES */


#content form {
	background-color: #dddddd;
	padding: 10px;
	margin-bottom: 40px;
}
#content form p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #5499f9;
	font-size: 1.4em;
}
#content form select {
	margin-right: 10px;
}
#content h2 {
	border-bottom: 1px solid #cbbedb;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 10px;
	clear: both;
}