/* - - - - - - - - - - - - - - - - - - - - -

Title : Fitzgerald
URL : 

Author : Melbourne IT Websites
Author URL : http://www.melbourneitwebsites.com

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	background:url(/persistent/templateimages/body_bg.gif) repeat-x 0% 0%;
	background-color:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:1.5em;

}

p {

}

a {
	color: #1f497d;
	text-decoration: none;
	}
	
a:hover {
	color: #333333;
	text-decoration: underline;
	}

h1 {
	font: normal 20px Arial, Tahoma, Verdana, Helvetica, serif;
	color: #1f497d;
	}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#c00000;
}

h3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

form {
  margin: 0;
}

input, select, textarea {

}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}


/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapperOverall {
  width: 783px;
  margin: 0 auto;
  padding: 0;
  border:5px solid #d6d6d6;

}

#header {
 	padding:0px;
	margin:0px;
}

#contentWrapper {
	width: 783px;
	margin: 0 auto;
	background:#fff url(/persistent/templateimages/nav_bot_bg.gif) repeat-y;

}

#contentWrapinside {
	width: 589px;
	float:right;
	padding:0px;
	margin:0px;
}

#banner {
width: 589px;
height: 175px;
}

#content {
	width: 546px;
	margin: 0 auto;
	padding: 30px 18px 30px 25px;
	text-align: left;
	float:right;
	background-color:#FFFFFF;
}

	
#copyright {
  width: 784px;
  margin: 0 auto;
  padding: 0;
}

.copyText {
	font: normal 11px/29px Tahoma, Arial, Helvetica, sans-serif;
	color: #494949;
	padding-right:0px;
	float:right;
	text-align:right;
}

/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#TopnavWrapper {
	width: 744px;
	height: 39px;
	margin: 0 auto 0 auto;
	background:url(/persistent/templateimages/top_nav_bg.gif) no-repeat;
	text-align:right;
	padding: 0 20px;
	color:#fff;

}

a.TopnavWrappertxt:link, a.TopnavWrappertxt:active, a.TopnavWrappertxt:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	line-height:39px;
	text-decoration:none;
	padding: 0px 4px;
}

a.TopnavWrappertxt:hover {
	text-decoration:underline;
 }

#navWrapper {
	float:left;
	padding-top: 4px;
	width:194px;
	background:#858585 url(/persistent/templateimages/nav_bg.gif) repeat-x;
	height:545px;
	vertical-align:middle;

}	

.navlist {
	margin: 0px;
	text-indent:0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align:left;
	}

.navtext {
	padding: 7px 5px 7px 11px;
	border-bottom: 1px solid #939292;
	width:178px;
	list-style: none;
	list-style-image: none;
	}

a.navlink:link, a.navlink:active, a.navlink:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:37px;
	color:#193a62;
	font-weight:bold;
	text-decoration:none;
	display:block;

	}
	
a.navlink:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:37px;
	color:#cb1b1b;
	font-weight:bold;
	text-decoration:none;
	display:block;

	}



/* ------------------ second-level lists ------------------- */

.subnavlist {
	margin: 0px;
	text-indent:0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align:left;
	}

.subnavtext {
	padding: 7px 5px 7px 11px;
	width:160px;
	list-style: none;
	list-style-image: none;
	}

a.subnavlink:link, a.subnavlink:active, a.subnavlink:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#193a62;
	font-weight:bold;
	text-decoration:none;
	display:block;

	}
	
a.subnavlink:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#cb1b1b;
	font-weight:bold;
	text-decoration:none;
	display:block;

	}