*			Great Western Corporation			*/
/*			gwcorporation.com.au				*/

*
{
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
}

body
{
	background: #727272;
	color: #000;
	text-align: center;
	font-size: 12px;
}


#outer
{
	display: block;
	margin: 0px auto;
	width: 1000px;
	background: #fff url(images_layout/gwc_sb_background.jpg) top left repeat-y;
	text-align: left;
}



#branding
{
	display: block;
	width: 1000px;
	height: 150px;
	background: #e0e0e0;
}


#inner
{
	display: block;
	width: 950px;
	background: url(images_layout/gwc_branding_btm.jpg) top left no-repeat;
	text-align: left;
}

#menuparent
{
	position: relative;
	background: #ff0;
	display: block;
	text-align: left;
	left: 236px;
	width: 1px;
	height: 1px;
/*	border: solid #f00 1px;	*/
}

#menucontainer
{
	position: absolute;
	color: #fff;
	background: #fff;
	margin-top: 180px;
	margin-right: 0px;
	padding: 0px;
	width: 130px;
	text-align: left;
	line-height: 200%;
/*	border: solid #0f0 1px;	*/
}


#content
{
	display: block;
	width: 690px;
	height: auto;
	margin-left: 235px;
	padding: 0px 10px 25px 20px;
}



#footer
{
	display: block;
	background: #e0e0e0;
	background: url(images_layout/gwc_footer.jpg) bottom left no-repeat;
	width: 1000px;
	height: 115px;
}


h1, h2, h3, h4, h5, h6
{
	font-family: arial,helvetica,sans-serif;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 25px;
	text-align: left;
	color: #d80000;
}

h1
{
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
}

h2 { font-size: 16px; 	margin-top: 30px;}
h3 { font-size: 14px; }
h4 { font-size: 13px; }

p, ul, ol, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
	margin: 10px 10px 0px 10px;
}

td p
{
	margin: 2px 2px 0px 2px;
}


ul, ol { margin-bottom: 20px; }

li
{
	text-align: left;
	margin-left: 30px;
	margin-bottom: 5px;
	line-height: 140%;
}

ul.li
{
	list-style-type: disc;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.strong { font-weight: bold; }
.small
{
	font-size: 10px;
	font-weight: normal;
}

.smallc
{
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

.highlight
{
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

p.copyright
{
	margin: 0px auto 0px auto;
	padding-left: 200px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

a:link { color: #2020ff; }
a:visited { color: #6060a0; }
a:hover { color: #ff4040; }
a:active { color: #ff0000; }

a.whitelink:link, a.whitelink:visited
 { color: #fff; 	text-decoration: none;
}
 
a.whitelink:hover
 { color: #ff4040; 	text-decoration: underline;
}
 
a.primnavi, .pseudonavi
{
	display: block;
	width: 130px;
	padding-left: 24px;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.pseudonavi
{
	color: #962020;
	background: url(images_layout/navi_arrow_focus.jpg) left no-repeat;
	line-height: 190%;
}

a.primnavi:link, a.primnavi:visited
{
	color: #606060;
	background: url(images_layout/navi_arrow_blur.jpg) left no-repeat;
	line-height: 190%;
}

a.primnavi:hover
{
	color: #962020;
	background: url(images_layout/navi_arrow_focus.jpg) left no-repeat;
}

a.primnavi:active
{
	color: #d80000;
	background: url(images_layout/navi_arrow_focus.jpg) left no-repeat;
}


table
{
	empty-cells: show;
	font-size: 11px;
}


th { background: #fff url(images_layout/th_bkgnd.jpg) left repeat-y; }
hr { color: #808080; }

input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_layout/input_bkgnd.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

input.submit
{
	background: url(images_layout/submit_btn.png) no-repeat;
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin:0 auto;
	font-weight:bold;
	font-size: 14px;
}

input.submit:hover
{
	background: url(images_layout/submit_btn.png) 0 20px;
}


textarea
{
	padding: 2px 5px;
}

/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}

option { padding: 2px; border-bottom: solid #fff 1px; background: #f0f0f0;}

img
{
	border: none;
	font-size: 9px;
	color: #a0a0a0;
	margin: 0px;
}

