/* Default styles for Perrier Ryan
 * Prepared by All Things Web
 * www.simplewebdesign.com.au
 * 8 September 2011 
 
 * navy = #252063
 * olive = #6a7e0e
 * light green = #f1f3d2
 * logo green = #c5d000
 */

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	font-family: Geneva, Arial, sans-serif;
	font-size: 75%;
}

* {
	font-size: 1em;
	line-height: 1.5em;
}

h1 {
	margin-top: 0px;
	color: #252063;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	color: #6a7e0e;
	font-size: 1.5em;
	font-weight: normal;
}

#sidebar h2 {
	color: #252063;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}

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

h4 {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
}

#logo img {
	border: none;
}

.column {
	float: left;
	width: 40%;
	padding-right: 15px;
}

hr {
	clear: both;
	display: none;
}

.note {
	background-color: #f5f5f5;
	padding: 10px 15px;
	border-radius: 8px;
}

blockquote {
	margin: 1em 0px;
	background: transparent url(../template-images/quote-r.png) right bottom no-repeat;
	color: #252063;
	font-size: 1.2em;
	font-weight: normal;
}

blockquote p {
	padding: 6px 0px 25px;
	background: transparent url(../template-images/quote-r.png) left top no-repeat;
	text-indent: 35px;
	color: #252063;
	font-size: 1.2em;
	font-weight: normal;
}

#newsflash {
	border: 1px solid #dddddd; 
	padding: 8px 8px 8px 50px; 
	background: #ffffff url(../index_17_685552178.jpg) 5px 50% no-repeat;
}

#newsflash p {
	margin: 0px;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #6a7e0e;
}

#content th {
	color: #252063;
	font-weight: bold;
	border-bottom: 2px solid #6a7e0e;
}

#content td {
	border-bottom: 1px solid #dddddd;
}

a:link, a:visited {
	color: #6a7e0e;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #00a4d6;
	font-weight: bold;
	text-decoration: none;
}

/* Layout */

#header { /* 960px x 140px */
	width: 960px;
	height: 89px;
	padding: 30px 0px 21px;
	margin: 0px auto;
	text-align: left;
}

#logo {
	float: left;
	width: 480px;
	text-align: left;
}

#utilities {
	float: right;
	width: 480px;
	text-align: right;
}

#nav {
	clear: both;
	width: 960px;
	height: 30px;
	margin: 0px auto;
	background-color: #c5d000;
	text-align: left;
}

#banner { /* 960px x 170px */
	clear: both;
	width: 960px;
	height: 170px;
	padding: 0px;
	margin: 20px auto;
}

#container {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

#content { /* 650px x auto */
	float: left;
	width: 615px;
	border-left: 20px solid #252063;
	padding: 0px 0px 0px 15px;
	color: #333333;
	text-align: left;
}

#sidebar { /* 310px x auto */
	float: right;
	width: 250px;
	margin: 0px;
	margin-left: 20px;
	border-top: 20px solid #ffffff;
	padding: 20px 20px 5px;
	background: #f1f3d2 url(../template-images/h2-bg.jpg) top no-repeat;
	color: #252063;
	text-align: left;
}

#footer { /* 960px x auto */
	clear: both;
	width: 960px;
	padding: 30px 0px;
	margin: 0px auto;
	color: #333333;
	text-align: left;
}

#referral {
	display: none;
}

/* Main menu */

ul#menu {
	width: 650px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#menu li {
	display: block;
	float: left;
	list-style-type: none;
}

ul#menu li a {
	display: block;
	padding: 8px 15px;
	color: #252063;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
}

ul#menu li a:link, ul#menu li a:visited {
}

ul#menu li a:hover, ul#menu li a:active {
}

/* Secondary menu items */

ul#menu li ul {
	position: absolute;
	left: -999em;
	width: 170px;
}

ul#menu li:hover ul {
	left: auto;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	text-align: left;
	-moz-box-shadow: 5px 5px 5px #999999;
	-webkit-box-shadow: 5px 5px 5px #999999;
	box-shadow: 5px 5px 5px #999999;
}

ul#menu li:hover ul li {
	margin: 0px;
	padding: 0px;
}

ul#menu li:hover ul li a {
	display: block;
	width: 150px;
	border: 0px;
	font-size: 1em;
	text-transform: none;
	line-height: 1.2em;
}

ul#menu li ul li a:link, ul#menu li ul li a:visited {
	color: #252063;
	background-color: #fbfceb;
	text-decoration: none;
}

ul#menu li ul li a:hover, ul#menu li ul li a:active {
	color: #252063;
	background-color: #f1f3d2;
	text-decoration: none;
}

/* Footer styles */

#footer ul {
	margin: 0px;
	margin-left: -40px;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 30px;
	color: #666666;
	font-size: 1em;
	line-height: 1em;
}

#footer ul li a {
}

#footer ul li a:link, #footer ul li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#footer ul li a:hover, #footer ul li a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

/* Form styles */

#form fieldset {
	border: 1px solid #9cad4f;
}

#form legend {
	font-size: 1.2em;
	color: #6a7e0e;
	padding: 5px;
}

#form ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#form li {
	margin: 0px 20px;
	padding: 5px;
}

#form label {
	display: inline-block;
	width: 120px;
	padding: 5px;
	vertical-align: top;
}

#form label.widelabel {
	width: 300px;
	padding-bottom: 5px;
}

#form li input, #form li textarea {
	padding: 5px;
	border: 1px solid #f1f3d2;
	background-color: #fcfdf3;
	color: #000000;
	font-family: Geneva, Arial, sans-serif;
}

#form em {
	font-weight: bold;
	font-style: normal;
	color: #cc0000;
}

.submitbutton input {
	margin-left: 150px;
	background-color: #dee3ea;
	color: #000000;
	text-transform: uppercase;
}

/*Custom Forms 14/03/2014*/

.important{
	padding: 10px;
	background-color: #f1f3d2;
	border: 2px solid #202563;
	max-width: 100%;
}

#content .form-header{
	color: #202563;
	font-weight: bold;
	font-family: Geneva, Arial, sans-serif;
}
