/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; padding:0; }

body {
	font: 72% Arial, sans-serif;
	background: url(sitegraphics/bg.jpg) repeat-x 0 0 #D4D2D5;
	color: #50545A;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
	font-size: 110%;
}

a:link, a:visited {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #957AA5;
}
a:active, a:hover {
	color: #50545A;
}

.highlight {	
	font-weight: bold;
}

.highlight2 {	
	font-weight: bold;
	color: #947AA5;
}

.imageRight {
	float: right;
	margin: 0 0 15px 15px;
}

.imageLeft {
	float: left;
	margin-right: 0 15px 15px 0;
}

ul {
	margin-bottom: 1.2em;	
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 910px;
	margin: 0 auto 0 auto;
	padding: 0 20px 20px 20px;
	background-color: #957AA5;
	border-right: 8px solid #E0DFE5;
	border-bottom: 8px solid #E0DFE5;
	border-left: 8px solid #E0DFE5;
}

/*--------------------TOPBANNER--------------------*/

#branding {
	width: 910px;
	height: 113px;
}

/*------------------MAIN NAVIGATION----------------*/

#nav ul {
	width: 910px;
	background-color: #3F4349;
}
#nav li {	
	float: left;
	background:none;
	padding:0;
}

#nav a:link, #nav a:visited {
	display: block;
	padding: 10px;
	background-color: #3F4349;
	border-right: 1px solid #957AA5;
	text-decoration: none;
	color: #FFF;
}
#nav a:active, #nav a:hover {
	text-decoration: none;
	color: #957AA5;
}

#nav a.selected:link, #nav a.selected:visited {
	float: left;
	display: block;
	padding: 10px;
	background-color: #FFF;
	border-right: none;
	text-decoration: none;
	font-weight: bold;
	color: #957AA5;
}
#nav a.selected:active, #nav a.selected:hover {
	text-decoration: none;
	color: #50545A;
}

/*------------------SUB NAVIGATION------------------*/

#navSub {
	width: 190px;
	padding: 15px;
	background-color: #FFF;
}

#navSub li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #B8A1C7;
	background:none;
	padding-left:0;
}
	

/*--------------------CONTENT WRAPPER-----------------*/

#contentWrapper {
	clear: both;
	width: 910px;
	background: url(sitegraphics/bg_contentwrapper.jpg) 0 0 repeat-y #FFF;
}

/*--------------------CONTENT MAIN--------------------*/

#contentMain {
	width: 610px;
	float: left;
	margin: 0 0 20px 0;
	padding: 25px 0 0 25px;
}

#contentMain h1 {
	margin-bottom: 1.2em;
	font-family: Arial;
	font-size: 170%;
	color: #947AA5;
}
#contentMain h2 {
	margin-bottom: 1.2em;
	font-size: 130%;
}

#contentMain li {
	background: url(sitegraphics/bullet.gif) no-repeat 0 0.5em;
	margin: 0 0 0.5em 1.75em;
	padding-left: 9px;
}

.homeHighlight {
	font-size: 110%;
	font-weight: bold;
}
.homeHighlight2 {
	font-size: 120%;
	font-weight: bold;
	color: #947AA5;
}

p.quote {
	text-align: center;
	font-style: italic;
	font-size: 140%;
	color: #947AA5;
}

.copyright {
	font-size: 90%;
	font-style: italic;
	color: #947AA5;
}


/*--------------------CONTENT SUB--------------------*/

#contentSub {
	float: right;
	padding: 15px;
}

#contentSub h1 {
	margin-bottom: 0.6em;
	font-family: Arial;
	font-size: 150%;
	font-weight: bold;
}

#contentSub h2 {
	margin-bottom: 0.8em;
}

#contentSub a {
	text-decoration: none;
}

/*--------------------FORMS--------------------*/

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	display:block;
	width: 65%;
	margin: 2px 0 8px 0;
	padding: 1px;
	border: 1px solid #333;
	background-color: #e0dfef;
}
.checkboxlabel {
    margin-bottom:0.8em;
	display:block;
}
.checkbox {
	border:none;
	width: 15px;
}
.radiobutton {
	border:none;
	width: 15px;
	background:none;
}
textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 1px;
	border: 1px solid #333;
	background-color: #e0dfef;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #333;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 70px;
	margin: 15px 0 15px 0;
	border: 1px solid #333;
}
#inline {	
	margin: 0 0 15px 0;
	padding: 0 0 0 12px;
}
#inline li {
	background:none;
	clear: both;
	position: relative;
	margin: 0 0 6px 0;
}
#inline .checkbox {
	position: absolute;
	border:none;
	width: 15px;
	top: -2px;
	left: -12px;
}
#inline .radiobutton {
	background-color:none;
	position: absolute;
	border:none;
	width: 15px;
	top: -2px;
	left: -12px;
}

#inlineFloatedLeft {	
	margin: 0 0 15px 0;
	padding: 0 0 0 12px;
}
#inlineFloatedLeft li {
	float: left;
	width: 120px;
	position: relative;
	background: none;
	margin: 0 0 6px 0;
}
#inlineFloatedLeft li.ifOther {
	float: left;
	width: 400px;
	position: relative;
	background: none;
	margin: 0 0 6px -20px;
}
#inlineFloatedLeft .checkbox {
	position: absolute;
	border:none;
	width: 15px;
	top: -2px;
	left: -12px;
}

.mandatoryAsterisk {
	color: #ff0000;
}


/*---------------------GALLERY CSS--------------------*/

#gallery {
	height:275px;
	width:360px;	
	margin-bottom:20px;
}

#init {
	display:block;
}

#gallery li {
	display:none;
	background:none;
	padding:0;
	margin:0;
}

#gallery li img {
	border: solid 10px #e0dfe5;
}

#galleryLeft {
	display:none;
}

#galleryRight {
	display:none;
}
	
/*#thumbnailsIframe {
	float:left;
	margin-bottom:20px;
	border:none;
	background-color: #CC0000;



#thumbnails {
	width:85px;
	height:275px;
}

#thumbnails li {
	display:block;
	margin: 0 0 4px 0;	
	width:85px;		
	background:none;
	padding:0;	
}

#thumbnails li a {
}

#thumbnails li img {	
	border: solid 1px #000000;
}*/

/*--------------------FOOTER--------------------*/

#footer {
	clear: both;
	padding: 10px 6px 2px 6px;
	background-color: #3F4349;
}

#footer p {
	margin: 0;
	padding: 0 12px 8px 12px;
	text-align: center;
	font-size: 90%;
	font-style: italic;
	color: #C9C9C9;
}

#footer a:link, #footer a:visited {
	display: block;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	font-style: normal;
	color: #FFF;
}
#footer a:active, #footer a:hover {
	text-decoration: none;
	color: #957AA5;
}


/*--------------------AMBRIT------------------*/

#sponsors li {
	margin-bottom:1.0em;
}

#maximiseSponsorship {
	width:580px;
	list-style:decimal;
}

#maximiseSponsorship li {
	background:none;
	padding:0;
	margin-left:25px;
	margin-bottom:1.0em;	
}	

#ambrit {
	width: 966px;
	margin: 15px auto;
	padding-bottom: 20px;
	text-align: right;
}

#ambrit a:link, #ambrit a:visited {
	color: #957AA5;
	text-decoration: none;
}
#ambrit a:active, #ambrit a:hover {
	color: #FFF;
	text-decoration: underline;
}

