/************************************
Currawong Blue - Website by Galaxy Design

TABLE OF CONTENTS

1. BASE STYLES

2. FONT STYLES

3. NAVIGATION AND FOOTER STYLES

4. LAYOUT STYLES

5. BOXES & TABLE STYLES

6. FORM STYLES

7. GALLERY STYLES

8. OTHER VARIOUS STUFF

************************************/


/*****************************************
1. BASE STYLES
*****************************************/
body {
	background-color: #303F46;
	margin: 0px;
	padding: 0px;
}
a {
	color:#00638A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#00B7FD;
	text-decoration: underline;
}
img {
	border:0px;
}


/*****************************************
2. FONT STYLES
*****************************************/
body, tr, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0E272C;
	font-size:12px;
	line-height: 1.5em;
}
.heading-blue {
	color:#00A7E7;
	font-size:14px;
	font-weight:bold;
}
p {
	text-align:left;
	padding: 0px 20px;
	margin: 0px 0px 10px;
}
h2, h3 {
	color:#00A7E7;
	font-size:14px;
	text-align:left;
	padding: 0px 20px;
	margin: 0px;
}
h3 {
	font-size:12px;
}
table.list p,
table.list h2,
table.list h3 {
	padding: 0px;
}
.center {
	text-align:center;
}

/*****************************************
3. NAVIGATION AND FOOTER STYLES
*****************************************/
#navigation {
	background-color: #008FC5;
	background-image: url(../images/navBackgrounds/nav-norm.gif);
}
#navigation a {
	background-color: #008FC5;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00A7E7;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/navBackgrounds/nav-norm.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4ADCFD;
}
#navigation a:hover {
	background-color: #50E2FF;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #41B7CE;
	background-image: url(../images/navBackgrounds/nav-over.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer {
	background-color:#00638A;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00415B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00415B;
}
#footer, #footer a, #footer a:hover {
	font-size: 9px;
	color: #00B7FD;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration:underline;
}

/*****************************************
4. LAYOUT STYLES
*****************************************/
#mainContent {
	background-color: #FFFFFF;
	padding: 15px 0px;
	/*filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
}

/*****************************************
5. BOXES & TABLE STYLES
*****************************************/
#pageHeading {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #303F46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/headingBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 12px;
	border-top: 1px solid #648799;
}

.table-contactHeading {
	background-color: #007FB2;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #007FB2;
	border-right: 1px solid #007FB2;
	border-bottom: 1px solid #007FB2;
	border-left: 0px solid #007FB2;
	text-transform: uppercase;
}
.table-contactLable {
	background-color: #008FC5;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #007FB2;
	border-right: 1px solid #007FB2;
	border-bottom: 1px solid #007FB2;
	border-left: 0px solid #007FB2;
}
.table-contactCell {
	background-color: #A8DAEE;
	color: #00638A;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #007FB2;
	border-right: 1px solid #007FB2;
	border-bottom: 1px solid #007FB2;
	border-left: 0px solid #007FB2;
	padding: 1px 2px;
}
.table-contactCell input, .table-contactCell textarea {
	color: #00638A;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*****************************************
6. FORM STYLES
*****************************************/


/*****************************************
7. GALLERY STYLES
*****************************************/
.galleryCell, .galleryCellCenter {
	padding-bottom: 20px;
	font-size: 10px;
}
.galleryCellCenter {
	padding-right: 20px;
	padding-left: 20px;
}
.galleryInstructions {
	background-color: #00B7FD;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.2em;
	border: 1px solid #00638A;
}

/*****************************************
8. OTHER VARIOUS STUFF
*****************************************/
