/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0 0 30px 0;
	color: #333;
	font: 14px Tahoma, Arial, Verdana, sans-serif;
	text-align: left;
	background: #2a628d url(../images/body_bg.jpg) repeat-x top left;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#wrapper {
	margin: 19px auto 0 auto;
	width: 960px;
	background: #fff url(../images/wrapper_bg.gif) repeat-y top left;
}

#wrapper-i {
	background: url(../images/wrapper-i_bg.jpg) no-repeat top left;
}

#container {
	padding: 0 31px 0 31px;
}

#header {
	background: url(../images/header_bg.jpg) repeat-x top left;
	height: 145px;
}

#main {
	min-height: 640px;
	height: auto !important;
	height: 640px;
	border-top: 6px solid #6caee6;
	padding-top: 15px;
}

#side {
	width: 215px;
	float: left;
}

#content {
	width: 665px;
	float: right;
	padding-bottom: 15px;
}

#footer {
	background: url(../images/footer_bg.gif) no-repeat top left;
	padding: 0 31px;
	text-align: right;
}

#footer-i {
	background: url(../images/footer-i_bg.gif) repeat-x top left;
	height: 55px;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	margin-top: 22px;
	float: left;
}

#header p {
	float: right;
	padding-top: 19px;
	text-align: right;
	font-size: 0.9em;
	color: #39608c;
}

#header a:link,
#header a:visited {
	color: #39608c;
}

#header a:hover {
	color: #142f4e;
}

#headerPhoto {
	margin-top: 10px;
	float: right;
}


/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	border-top: 1px solid #dbe8f3;
	margin-bottom: 19px;
}

/*	1st level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menuMain a:link,
#menuMain a:visited {
	background: #5592c6 url(../images/menuMain_bg.gif) no-repeat;
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 37px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #5697ce;
}

#menuMain a.active:link,
#menuMain a.active:visited {
	background: #5592c6 url(../images/menuMain_bg.gif) 0 -31px;
	border-bottom: 1px solid #5097d5;
}

#menuMain a:hover,
#menuMain a.active:hover {
	background: #5592c6 url(../images/menuMain_bg.gif) 0 -62px;
	border-bottom: 1px solid #2c73b0;
}

/*	2nd level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menuMain li ul {
	padding: 4px 0 8px;
	background: #87b8e2;
}
	
#menuMain li ul li {
	padding-left: 10px;
}
	
#menuMain li ul li a:link,
#menuMain li ul li a:visited,
#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	border: 0;
	background: url(../images/menuMain_li2.gif) 0 7px no-repeat;
	padding-left: 14px;
	line-height: 22px;
	height: 22px;
	font-size: 0.9em;
	color: #fff;
}

#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	color: #5390c5;
}

#menuMain li ul li a:hover ,
#menuMain li ul li a.active:hover {
	background-position: 1px 7px;
	color: #7b95ab;

}

/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #18517c;
	font-style: italic;
	text-align: center;
}

#side #clientList {
	display: none;
	width: 165px;
	margin: 5px auto;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	font-size: 2em;
	color: #2b6ea0;
	border-bottom: 2px solid #a7cff0;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

#content h2 {
	font-size: 1.6em;
	color: #55914f;
	border-bottom: 1px solid #bbb;
	padding: 4px 0 4px 0;
}

#content h2 a:link,
#content h2 a:visited {
	color: #55914f;
	text-decoration: none;
}

#content h3, #content h4, #content h5 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0 5px 0;
}

#content h3 {
	color: #2b6ea0;
}

#content h4 {
	color: #55914f;
}

#content h5 {
	color: #888;
}

#content p {
	padding: 4px 0 7px 0;
	line-height: 1.4em;
}

#content a:link,
#content a:visited {
	color: #386fac;
	text-decoration: underline;
}

#content a:hover {
	color: #152e4a;
}

#content ul {
	padding: 10px 0 10px 17px;
}

#content li {
	padding: 0 0 5px 20px;
	background: url(../images/li_bg.gif) no-repeat 0 4px;
	line-height: 1.4em;
}

#content .quote {
	font-size: 1.4em;
	color: #666;
	line-height: 1.3em;
	
}

/*	Contact Side
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #contactSide {
	float: right;
	text-align: center;
	width: 280px;
	padding: 10px 0;
	border: 1px solid #d3e7f7;
	margin: 10px 0 10px 20px;
	background: #edf5fc;
}

#content #contactSide p, h3, h4 {
	padding-left: 15px;
	padding-right: 15px;
}

/*	Summarise Sub
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #summariseSub h2 {
	clear: left;
}

#content #summariseSub .image_l_b {
	margin: 5px 10px 0 0;
}


/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #userMenu {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

/*	-------------------------------------------------------------
	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	Intro
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#frontIntro {
	float: left;
	margin-top: 20px;
	width: 470px;
	background: url(../images/front/left_bg.jpg) no-repeat 0 20px;
	padding-top: 166px;
}

#content #frontIntro h2 {
	color: #777;
	font-size: 1.4em;
	line-height: 1.6em;
}

#content #frontIntro h3 {
	color: #2b884a;
	font-size: 1.7em;
	text-align: center;
	padding: 10px 0;
}

/*	Notes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#frontNotes {
	margin-top: 10px;
	float: right;
	width: 182px;
	background: #fbee52 url(../images/front/notes_bg.jpg) repeat-y;
	cursor: pointer;
}

#frontNotes .inner {
	background: url(../images/front/notes_bot.jpg) 0 100% no-repeat;
}

#content #frontNotes ul {
	background: url(../images/front/notes_top.jpg) no-repeat;
	padding: 37px 11px 26px 20px;
	margin: 0;
}

#content #frontNotes ul li {
	background: url(../images/front/notes_li.gif) no-repeat 0 2px;
	color: #947725;
	padding: 2px 0 6px 20px;
	margin: 0;
	letter-spacing: -1px;
	font: 12px Verdana;
}

/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#frontLinks {
	clear: both;
}

#content #frontLinks a:link,
#content #frontLinks a:visited {
	color: #fff;
	text-decoration: none;
}

#content #frontLinks a:hover {
	color: #ccc;
	text-decoration: underline;
}

#content #frontLinks h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 10px 5px 10px;
}

#content #frontLinks p {
	font-size: 1.1em;
	padding: 5px 10px;
	line-height: 1.3em;
}

#content #frontLinks ul {
	margin: 0;
	padding: 0;
}

#content #frontLinks ul li {
	float: left;
	width: 290px;
	margin: 10px 15px;
	padding: 0;
	height: 177px;
}

#frontLinks li.red {
	background: #ba514e url(../images/front/linkKit.gif) no-repeat;
}

#frontLinks li.blue {
	background: #4e99ba url(../images/front/linkProject.gif) no-repeat;
}

#frontLinks li.green {
	background: #4e99ba url(../images/front/linkInhouse.gif) no-repeat;
}



/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}