/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #424141 url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #434343;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #807f83;
	text-decoration: none;
}
a:hover {
	color: #948357;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	color: #9f9f9f;
	font-size: 11px;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #938356;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #fff;
	font-size: 11px;
}

.small {
	color: #9f9f9f;
	font-size: 11px;
}

.h1 {				/*Big green*/
	color: #a7c52d;
	font-size: 35px;
	line-height: 30px;
}

.h2 {				/*Big grey*/
	color: #5d5d5d;
	font-size: 17px;
}

.h3 {				/*Big brown*/
	color:#938356;
	font-size: 17px;
	line-height: 25px;
}

.h4 {
	font-size: 10px;
}

.listStyle {		/*footer*/
	list-style: url(../images/bullet01.gif);
	line-height: 20px;
	padding-left: 25px;
}

.listStyle2 {		/*main*/
	list-style: url(../images/bullet02.gif);
	line-height: 16px;
	padding-left: 22px;
}

.listStyle2 li {	/*main*/
	padding: 5px 0 0 0;
}

/* OTHER STYLES downwards =============================================== */

.floaterL {
	float: left;
}

.headerPad {
	margin-left: 20px;
}

.tableStyle {
	padding: 0 0 0 20px;
}

.tableForm {
	padding: 20px;
	background: #d1d0d0;
}

.tableTitle {
	padding: 10px;
	background: #938356;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tableTitleBasic {
	padding: 10px;
	background: #a7c52d;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tableTitleInterm {
	padding: 10px;
	background: #2d91c5;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tableTitleAdv {
	padding: 10px;
	background: #c53b2d;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tableText {
	padding: 5px 10px 5px 10px;
	background: #e3e3e3;
	border-bottom: 1px solid #fff;
}

.puppytable td {
	padding: 5px 10px 5px 10px;
	background: #e3e3e3;
	border-bottom: 1px solid #fff;
}

.puppytable .tableTitle {
	padding: 10px;
	background: #938356;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.inputStyle {
	border: 0;
	background: #938356;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 4px;
}

.inputsize {
	width: 230px;
}

.submit {
	border:0;
	background: #424141;
	padding: 8px 15px 8px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity:0.8;
}

/* OTHER STYLES upwards =============================================== */
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
.header {
	background: url(../images/bg_logo.jpg) no-repeat;
	width: 800px;
	height: 15px;
	padding-top: 40px;
	margin: 26px 0 21px 0;
	color: #000;
	float: left;
}

.header a:link, .header a:visited, {
	color: #878686;
}

.header a:hover, a:active {
	color: #000;
}

#banner {
	width: 800px;
	float: left;
}

#contentMAIN {
	width: 800px;
	float: left;
}

#contentTEXT {
	background: #fff;
	margin-top: 12px;
	width: 760px;
	padding: 20px 20px 30px 20px;
	float: left;
}

.mainText {
	width: 500px;
	padding-right: 30px;
	float:left;
}

.sidebar {
	width:230px;
	float:left;
}

#homeTEXT {
	background: url(../images/bg_home.jpg) repeat-y;
	margin-top: 12px;
	width: 780px;
	padding: 19px 0 0 20px;
	float: left;
}

.intro1 {
	width: 245px;
	margin-right: 15px;
	padding-bottom: 30px;
	float:left;
}


#menu {
	width: 800px;
	float: left;
}


#footer {
	background: url(../images/footer_bg.jpg) repeat-y;
	width: 800px;
	margin-bottom: 20px;
	float: left;
}

#footerText {
	color: #b4b4b4;
	padding: 15px 16px 0 20px;
	width: 764px;
}

/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:800px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -46px;
	background-color: #938356;
}


/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background-color:#424141;
	width:130px;
	height:30px;
	padding-left:8px;;
	margin-top:1px;
	line-height: 30px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url('../images/nav1.jpg');
	width:115px;
	height:46px;
	margin-right: 41px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url('../images/nav2.jpg');
	width:110px;
	height:46px;
	margin-right: 42px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url('../images/nav3.jpg');
	width:138px;
	height:46px;
	margin-right: 42px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url('../images/nav4.jpg');
	width:156px;
	height:46px;
	margin-right: 41px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url('../images/nav5.jpg');
	width:115px;
	height:46px;
}
/* Top Nav elements enclosed up */

