/***********************************************************************

	Basic CSS style sheet for any web site
	These styles are displayed in RTE
	
	Copyright 2005 by Pixelsound Web Design Perth - www.pixelsound.com



/****   Main styles   *************************************************/

body {
	font-size:70%;
}
table, td, th, p, form, select, input, textarea, h1,h2,h3,h4,h5,h6, blockquote {
	font-size:1em;
}

body, table, td, th, p, form, select, input, textarea, h1,h2,h3,h4,h5,h6, blockquote {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#333;
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:1em;
	background:#fff;
}

p {
	margin:0;
	padding:0;
}


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

a {
	text-decoration:underline;
	background:none;
}
		a, a:link, a:active, a:visited {
			color:#990000;
		}
		a:hover {
			text-decoration:none;
			color:#5A1613;
		}





/*****  Headings  *******************************************/

h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	line-height:1em;
	color:#5A1613;
	margin:1.5em 0 .5em;
	padding:0px;
}
		h1, 
		h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
			text-decoration:none;
			color:#5A1613;
		}
				h1 {
					font-size:1.4em;
				}

		h2, 
		h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
			font-weight:700;
			text-decoration:none;
			color:#666;
		}
				h2 {
					font-size:1.2em;
				}


		h3, 
		h3 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
			text-decoration:none;
			color:#5A1613;
			letter-spacing:.1em;
			text-transform:uppercase;
			font-weight:100;
		}
				h3 {
					font-size:1.1em;
					padding:0;
					margin:1.5em 0 .5em;
				}

		h4, 
		h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
			color:#666;
			margin-left:0%;
			text-decoration:none;
		}
				h4 {
					font-size:1.1em;
				}
		h5, 
		h5 a, h5 a:link, h5 a:visited, h5 a:active, h5 a:hover {
			text-decoration:none;
			text-transform: uppercase;
			letter-spacing: 0.2em;
			color:black;
		}
				h5 {
					font-size:1em;
				}

		h6, 
		h6 a, h6 a:link, h6 a:visited, h6 a:active, h6 a:hover {
			font-weight:700;
			text-decoration:none;
			color:black;
		}
				h6 {
					font-size:1em;
				}




/***** Various  ******************************************/

strong, b {
	font-weight: 700;
}

img {
	border:0px none white;
	vertical-align:text-bottom;
	margin:0px;
	padding:0px;
}

hr {
	height:1px;
	margin-top:2em;
}




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

ul, ol {
	padding:0;
	margin:.1em 2em .5em;
	line-height:1.2em;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image:none;
}
		ul ul {
			list-style-type:none;
			list-style-image:    url(../generic_images/bullet-arrow.gif);
		}
		li {
			padding:0;
			padding-bottom:.5em;
			margin:0 0 0 1.5em;
		}



/********  Form Elements  ****************************/
		
form {
	padding:0;
	margin:2em 0 3em 0;
}

		input,
		textarea {
			background-color:#efefef;
			border:1px solid #ccc;
			line-height:1em;
			color:#333;
			margin:0;
			padding:.2em .2em;
		}
		.content input,
		.content textarea {
/*			width:300px; */
		}
				p input,
				p textarea,
				p select {
					margin:0;
				}


		input:hover,
		textarea:hover {
			background-color:white;
		}
				input.textfield {
					border:1px solid #ccc;
				}
				.highlight textarea,
				.highlight select,
				.highlight input {
					background:white;
				}
		
				input.button,
				.highlight input.button {
					background-color:#003366;
					border-top:1px solid #969BBA;
					border-right:1px solid black;
					border-bottom:1px solid black;
					border-left:1px solid #969BBA;
					color:white;
					font-size:0.8em;
					padding:.2em .5em;
					line-height:1em;
					text-transform:uppercase;
					width:auto;
				}
						input.button:hover {
							background-color:#969BBA;
						}
				form table td {
					padding:0;
					margin:0;
				}


blockquote {
	margin:0px;
	margin-left:20%;
	padding:0px;
}


pre,
pre p {
	font-family:"Courier New", Courier, mono;
	font-size:1em;
	margin:0;
	padding:0;
	line-height:1em;
}




/*****  Table Settings  ******/

td, th {
	padding:0;
	margin:0;
	vertical-align:top;
	border:1px dotted #ccc;
}
th {
	background-color:#ccc;
	padding:0em 1em;
	border-right:1px solid white;
	padding:.2em .5em;
}
		th, th p {
			color:#333;
		}
		th:last-child {
			border-right:1px none white;
		}
		th a,
		th a:link,
		th a:active,
		th a:visited {
			color:white;
			text-decoration:none;
		}
				th a:hover {
					text-decoration:none;
				}




/************   Classes   *****************/
.small {
	font-size: 9px;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.floatLeft {
	float:left;
	margin:0 2em 2em 0;
}
.floatRight {
	float:right;
	margin:0 0 2em 2em;
}




table.transparent {
	border-bottom:1px none #969BBA;
}

table.transparent td,
tbody.transparent td,
tr.transparent td {
	padding:0em .2em;
}



.outlined {
	padding:1.5em;
	border:1px solid #ccc;
	clear:both;
	background:none;
	margin:1em 0;
}
		table.outlined {
			padding:0em;
			background:none;
		}
		table.outlined td,
		tbody.outlined td,
		tr.outlined td,
		td.outlined {
			padding:.3em 1em;
			border:1px solid #ccc;
			background:none;
		}

		table.outlined th,
		tbody.outlined th,
		tr.outlined th,
		th.outlined {
			border-collapse:collapse;
			padding:0em .2em;
			border-right:1px solid #ccc;
			border-bottom:2px solid #ccc;
			background:none;
			color:black;
		} 
				table.outlined th:last-child,
				tbody.outlined th:last-child,
				tr.outlined th:last-child,
				th.outlined:last-child {
					border-right:1px none #666;
				}


.highlight {
	padding:1.5em;
	background:#F7C6BF;
	background-color:#efefef;
	clear:both;
	margin:1em 0;
}
		table.highlight {
			padding:0em;
			margin:1em 0;
		}
		.highlight p,
		.outlined p {
			margin:0px;
		}
	
		table.highlight td,
		tbody.highlight td,
		tr.highlight td,
		td.highlight {
			padding:0.3em 1em;
			background:#F7C6BF;
			border:1px solid white;
		}
		
		table.highlight th,
		tbody.highlight th,
		tr.highlight th,
		th.highlight {
			margin:0 1em 1em 0;
			color:white;
			background:#600;
		}
				table.highlight th p,
				tbody.highlight th p {
					color:white;
					text-decoration:underline;
				}
				table.highlight th a,
				tbody.highlight th a {
					color:white;
					text-decoration:underline;
				}



/*** Quotation styles  ***/
.quotation_left {
	font-size:1em;
	color:#C33;
	font-weight:700;
	width:20%;
	float:left;
	text-align:left;
	padding:0 3em 2em 0;
	margin:0em 0 1em 0;
	padding-bottom:25px;
}
		.stopOrphans_left1 {
			margin-left:22%;
		}

.quotation_right {
	font-size:1em;
	color:#C33;
	font-weight:700;
	width:30%;
	float:right;
	text-align:left;
	padding:0 3em 2em 3em;
	margin:0;
	padding-bottom:40px;
}
		.stopOrphans_right {
			margin-right:21%;
		}

.quotation_left2 {
	font-size:1.4em;
	line-height:1.2em;
	color:#999;
	font-weight:700;
	width:40%;
	float:left;
	padding:.3em 2em 2em 0;
	margin:0;
}
		* html .quotation_left2 {
			width:25%;
			w\idth:40%;
		}

		.stopOrphans_left2 {
			margin-left:50%;
		}
				* html .stopOrphans_left2 {
					margin-left:30%;
					m\argin-left:50%;
				}

.quotation_right2 {
	font-size:1.4em;
	line-height:1.2em;
	color:#999;
	font-weight:700;
	width:50%;
	float:right;
	padding:.3em 2em 2em 2em;
	margin:0;
}
		* html .quotation_right2 {
			width:30%;
			w\idth:50%;
		}
		.stopOrphans_right2 {
			margin-right:50%;
		}
				* html .stopOrphans_right2 {
					margin-right:38%;
				}
.bodytext {

}


.indent {
	margin-left:22%;
}
.outdent {
	margin-left:0px;
}

.enforceParagraphBreak {
	clear:both;
}



.underline {
	text-decoration:underline;
}



.label1,
.label2,
.label3,
.label4 {
	width:6.5em;
	display:block;
	float:left;
	margin-right:1em;
	text-align:right;
	height:1em;
}
		.label2 {
			width:10em;
		}
		.label3 {
			width:14em;
		}
		.label4 {
			width:18em;
		}



.textButton a,
.textButton a:link,
.textButton a:active,
.textButton a:visited {
	color:#633A49;
	padding:.2em 1em .2em 0em;
	white-space:nowrap;
	text-decoration:none;
	text-transform:capitalize;
}
		.textButton a:hover {
			color:#969bba;
		}


.dotted-top {
	background-image:    url(../generic_images/tile-dot-T.gif) top repeat-x;
}
.dotted-bottom {
	background-image:    url(../generic_images/tile-dot-T.gif) bottom repeat-x;
}
.dotted-left {
	background-image:    url(../generic_images/tile-dot-T.gif) left repeat-y;
}
.dotted-right {
	background-image:    url(../generic_images/tile-dot-T.gif) right repeat-y;
}


.fullWidth {
	margin-right:-300px;
}

div.clearBoth {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}

.number1 {  
	color: #FFFFFF; 
	height: 20px; 
	width: 20px; 
	border: #336666; 
	border-style: solid; 
	border-top-width: medium; 
	border-right-width: medium; 
	border-bottom-width: medium; 
	border-left-width: medium; 
	background-color: #336666; 
	font-weight: bold;
	}
.head1 {  
	font-size: 14px; 
	color: #FFFFFF; 
	background-color: #336666; 
	height: auto; 
	width: 94%; 
	font-weight: bold; 
	clear: right; 
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}
.head2 { 
	font-size: 14px; 
	color: #FFFFFF; 
	background-color: #336666; 
	height: auto; 
	width: 50%; 
	font-weight: bold; 
	clear: none; 
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px ; 
	background-position: left top;
	}
.photo_credit {  
	font-size: 9px; 
	font-style: italic;
	}

.csc-firstHeader,
.noTopMargin {
	margin-top:0;
	padding-top:0;
}


