@charset "utf-8";

/******
/-----------------
	Bill Griffith-Jones Stylesheet V.2.0
	Created by WebStuff.biz P: +61 2 4325 1188
	Copyright, 2009
	--------------------------/
******/

/**	---------
	CSS Reset	**/
html,body,div,span,img,table,td,ul,li,input,button,dt,dd,dl,h1,h2,h3,h4,a{margin:0px;padding:0px;border:none;}
a{text-decoration:none;}
ul{list-style:none;}
table{border-collapse:collapse;}
p{padding:5px 0px;margin:0px;}
/**	---------
	Starts	**/
body{background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000;}

h1{padding:0px 0px 20px 0px;color:#7296bb;font-size:60px;font-weight:normal;}
	.greyback h1{color:#bdc2c9;}
h2{padding:10px 0px;color:#77828d;font-size:24px;font-weight:normal;}
	.greyback h2{color:#fff;}
h3{}
h4{font-size:14px;text-transform:uppercase;}

hr{height:1px;margin:15px 0px;border:none;border-top:1px solid #77828d;}
	.greyback hr{border-color:#fff;}

#container{width:910px;margin:20px auto;padding:20px;border:1px solid #ccc;position:relative;}

#header{width:910px;height:200px;margin-bottom:10px;background:url(../images/header.jpg);position:relative;color:#fff;}
	#header div{position:absolute;top:20px;right:20px;}#header a{color:#fff;}#header a:hover{text-decoration:underline;}

#nav{}#nav li{width:175px;height:40px;padding-left:8px;float:left;}#nav li:first-child{width:178px;padding-left:0px;}#nav li:first-child a{width:168px;}#nav li a{display:block;width:165px;height:inherit;padding-left:10px;background:#77828d;color:#fff;font-size:14px;font-weight:bold;line-height:40px;}#nav li a:hover{background:#7296bb;}

#content{margin-top:10px;}#content ul{margin:10px 10px 10px 25px;list-style:url(../images/li_bullets.gif);}#content li{line-height:16px;}
#content p{line-height:18px;}#content p a{color:#fff;}

#footer{width:888px;height:38px;margin-top:10px;padding:11px;background:#77828d url(../images/footer.gif) right no-repeat;}#footer a{display:block;width:245px;height:38px;padding-left:35px;background:url(../images/clientlogin_a.gif);line-height:38px;font-size:14px;font-weight:bold;color:#3e536a;}#footer a:hover{background-position:0px -38px;color:#666;}

.stepprocess{padding:10px 0px 0px 80px;}
.stepprocess span{display:block;width:147px;padding:10px 15px 10px 0px;float:left;}
/**	---------
	Class Declarations	**/

.left{float:left;}.right{float:right;}.clear{clear:both;}

.pageheader{margin:10px 0px 30px 0px;text-align:center;}
.whiteback,.greyback{padding:30px 10px;}.greyback{background:#77828d;color:#fff;}
.column{width:410px;margin:10px 20px 10px 0px;float:left;}

#content ul#switchnav{list-style:none!important;}#switchnav li{margin-right:50px;padding-left:10px;border-bottom:1px solid #77828d;}#switchnav li:hover{background:#77828d;color:#fff;cursor:pointer;}
	.greyback #switchnav li{border-color:#ccc;}

.webstuff{position:absolute;bottom:-30px;right:25px;padding-bottom:10px;color:#666;}