* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic", "Verdana", Helvetica, sans-serif;
	font-size: 70%;
}

/*******************************************************************************
* Links
*******************************************************************************/

a:link,
a:active,
a:visited {
	color: #646567;
	text-decoration: none;
}

#blue a:hover,
#blue a:active,
#blue a:focus {
	color: #40ADD8;
	text-decoration: none;
}

#green a:hover,
#green a:active,
#green a:focus {
	color: #05A4A7;
	text-decoration: none;
}

#orange a:hover,
#orange a:active,
#orange a:focus {
	color: #F3A94A;
	text-decoration: none;
}

#purple a:hover,
#purple a:active,
#purple a:focus {
	color: #9F4491;
	text-decoration: none;
}

a.blue,
a.blue:visited {
	color: #40ADD8;
}

a.green,
a.green:visited {
	color: #05A4A7;
}

a.orange,
a.orange:visited {
	color: #F3A94A;
}

a.purple, 
a.purple:visited {
	color: #9F4491;
}

/*******************************************************************************
* Headers
*******************************************************************************/

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0; 
}

	h2 sup {
		font-size: 0.8em;
	}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
}

p {
	padding: 0 0 10px 0;
}

/*******************************************************************************
* Lists
*******************************************************************************/

#content-inner ul {
	margin: 0 0 15px 0;
	list-style-type: none;
}

	#content-inner ul li {
		padding: 0 0 0 10px;
	}

#blue #content-inner ul li {
	background: transparent url(../images/lists/blue.gif) no-repeat 0 5px;
}

#green #content-inner ul li {
	background: transparent url(../images/lists/green.gif) no-repeat 0 5px;
}

#orange #content-inner ul li {
	background: transparent url(../images/lists/orange.gif) no-repeat 0 5px;
}

#purple #content-inner ul li {
	background: transparent url(../images/lists/purple.gif) no-repeat 0 5px;
}

#content-inner ol {
	margin: 0 0 0 20px;
}


/*******************************************************************************
* Forms
*******************************************************************************/

.field {
	width: 650px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

	.field .text {
		border: 1px solid #C6C6C6;
		font-size: 1em;
	}

form .field input {
	color: #646567;
}

form .field .textarea {
	color: #646567;
	overflow: auto;
}

form .field .checkbox {
	border: 1px solid #F3A94A;
	background-color: #F3A94A;
	padding: 0;
	width: 13px;
	height: 13px;
}

	form .field input.blue,
	form .field textarea.blue {
		border: 1px solid #40ADD8;
	}

	form .field input.green,
	form .field textarea.green {
		border: 1px solid #05A4A7;
	}

	form .field input.orange,
	form .field textarea.orange {
		border: 1px solid #F3A94A;
	}

	form .field input.purple,
	form .field textarea.purple {
		border: 1px solid #9F4491;
	}

p sup {
	font-size: 0.7em;
}

/*******************************************************************************
* Images
*******************************************************************************/

img {
	border: 0;
}

/*******************************************************************************
* Reusable colours
*******************************************************************************/

.blue {
	color: #40ADD8;
}

.green {
	color: #05A4A7;
}

.orange {
	color: #F3A94A;
}

.purple {
	color: #9F4491;
}

#blue .dotted {
	background: transparent url(../images/dots/blue.gif) repeat-x 0 100%;
}

#green .dotted {
	background: transparent url(../images/dots/green.gif) repeat-x 0 100%;
}

#orange .dotted {
	background: transparent url(../images/dots/orange.gif) repeat-x 0 100%;
}

#purple .dotted {
	background: transparent url(../images/dots/purple.gif) repeat-x 0 100%;
}

