/* Successful Resumes Australia - CSS Document */

body {
	background-color: #003466;
	background-image: url(../resume_resources/sra_bkgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.clearFloat{clear:both;}
.leftCell {
	left: 0px;
	position: fixed;
}


/* Top-of-page attributes */
.headerCell {
	width: 993px;
	background-color: #FFFFFF;
	height: 128px;
	margin: 25px auto 5px;
	border: 1px solid #000000;
	padding: 0px;
}
.img_logo {
	float: left;
}
.imgFloat {
	float: right;
	overflow: visible;
	position: absolute;
	top: 2px;
}

.img_topRight {
	float: right;
	margin-right: 0px;
	left: 0px;
	bottom: 0px;
}
.navCell {
	width: 993px;
	white-space: nowrap;
	background-color: FF8522;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	display: block;
}
.navMenu {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	background-color: #EB7209;
	background-image: url(../resume_resources/nav_bkg.gif);
	background-repeat: repeat-x;
	width: 160px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	white-space: nowrap;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-bottom: 10px;
}
A.navMenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.navMenu:hover {
	color: #000000;
	text-decoration: underline;
}
A.navMenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.navMenu:visited:hover {
	color: #000000;
	text-decoration: underline;
}
.navMenu-home {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	background-color: #EB7209;
	background-image: url(../resume_resources/nav_bkg.gif);
	background-repeat: repeat-x;
	width: 160px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	white-space: nowrap;
	padding-bottom: 10px;
}
A.navMenu-home:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.navMenu-home:hover {
	color: #000000;
	text-decoration: underline;
}
A.navMenu-home:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.navMenu-home:visited:hover {
	color: #000000;
	text-decoration: underline;
}
.navMenu-wide {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	background-color: #EB7209;
	background-image: url(../resume_resources/nav_bkg.gif);
	background-repeat: repeat-x;
	width: 188px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	white-space: nowrap;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-bottom: 10px;
}
A.navMenu-wide:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.navMenu-wide:hover {
	color: #000000;
	text-decoration: underline;
}
A.navMenu-wide:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.navMenu-wide:visited:hover {
	color: #000000;
	text-decoration: underline;
}


/* Front Page Only attributes */
.fpFullWidthRow {
	display: block;
	text-align: center;
	width: 920px;
	vertical-align: top;
	margin: 0%;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
}
.fp-contentCopyLeft {
	margin-right: auto;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 530px;
	display: block;
	text-align: left;
	vertical-align: top;
	float: left;
}
.fp-contentCopyRight {
	display: block;
	padding: 5px;
	width: 260px;
	text-align: right;
	float: right;
	margin: 0px;
}
.fpBoxRow {
	text-align: center;
	width: 900px;
	display: block;
	vertical-align: top;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.fpBoxLeft {
	background-image: url(../resume_resources/fp-box_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: table-cell;
	height: 270px;
	width: 265px;
	text-align: left;
	padding: 10px;
	margin-right: auto;
	margin-left: 0px;
	float: left;
}
.fpBoxMiddle {
	background-image: url(../resume_resources/fp-box_middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 270px;
	width: 265px;
	text-align: left;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
.fpBoxRight {
	background-image: url(../resume_resources/fp-box_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 270px;
	width: 265px;
	text-align: left;
	padding: 10px;
	margin-right: 0px;
	margin-left: auto;
	float: right;
}

/* Page Content attributes */
.contentCell {
	width: 965px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.contentCopy {
	margin-right: auto;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 50px;
	display: table-cell;
	text-align: center;
	width: 900px;
}
/* H1 for Page Title */
h1 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
h1 a:link 	{
	color:#1A548E;
	text-decoration:underline;
	font-weight: normal;
}
h1 a:hover 	{
	text-decoration:none;
	font-weight: normal;
}
h1 a:active 	{
	color:#1A548E;
	font-weight: normal;
}
h1 a:visited	{
	color:#1A548E;
	text-decoration:underline;
	font-weight: normal;
}
/* H2 for Front Page Highlights */
h2 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
h2 a:link 	{
	color:#1A548E;
	text-decoration:underline;
	font-weight: normal;
}
h2 a:hover 	{
	text-decoration:none;
	font-weight: normal;
}
h2 a:active 	{
	color:#1A548E;
	font-weight: normal;
}
h2 a:visited	{
	color:#1A548E;
	text-decoration:underline;
	font-weight: normal;
}

/* H3 for front page bottom 3 boxes */
h3 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h3 a:link 	{
	color:#1A548E;
	text-decoration:underline;
	display: block;
}
h3 a:hover 	{
	text-decoration:none;
}
h3 a:active 	{
	color:#1A548E;
}
h3 a:visited	{
	color:#1A548E;
	text-decoration:underline;
}

/* H4 for RHS promo box title */
h4 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
h4 a:link 	{
	color:#1A548E;
	text-decoration:underline;
}
h4 a:hover 	{
	text-decoration:none;
}
h4 a:active 	{
	color:#1A548E;
}
h4 a:visited	{
	color:#1A548E;
	text-decoration:underline;
}

p {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
p a:link 	{color:#1A548E;
	text-decoration:underline}
p a:hover 	{
	text-decoration:none}
p a:active 	{color:#1A548E;}
p a:visited	{color:#1A548E;
	text-decoration:underline;}
p a:visited:hover 	{
	text-decoration:none}

ul.nonNav {
	list-style-position: outside;
	vertical-align: top;
	margin: 20px;
}
ul.nonNav li {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: top;
	margin: 10px;
	color: #333333;
	list-style-image: url(../resume_resources/list_point.gif);
	text-align: left;
}
ul.nonNav2 {
	list-style-position: outside;
	vertical-align: top;
	margin: 20px;
	text-indent: 20px;
}
ul.nonNav2 li {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	list-style-type: disc;
	list-style-position: inside;
	vertical-align: top;
	margin: 10px;
	color: #333333;
	list-style-image: url(../resume_resources/list_point.gif);
	text-align: left;
}
ol.nonNav {
	list-style-position: outside;
	vertical-align: top;
	margin: 20px;
}
ol.nonNav li {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	list-style-type: decimal;
	list-style-position: outside;
	vertical-align: top;
	margin: 10px;
	color: #333333;
	text-align: left;
}
table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}

th {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF8522;
	text-align: left;
	white-space: nowrap;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
td {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #EEEEEE;
	text-align: left;
	padding: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
}
td a:link 	{color:#1A548E;
	text-decoration:underline}
td a:hover 	{
	text-decoration:none}
td a:active 	{color:#1A548E;}
td a:visited	{color:#1A548E;
	text-decoration:underline;}
td a:visited:hover 	{
	text-decoration:none}
tfoot td {
	background-color: #EEEEEE;
	text-align: center;
	padding: 5px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
option {
	font-family: Calibri, Helvetica, Arial, sans-serif;
}
select {
	width: 200px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF8522;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
input {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.TextLeft {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.TextLeftBold {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 16px;
}
.TextCenter {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.TextRight { 
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.TextJustified {
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.TextJustifiedItalic { 
	text-align: justify;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
.TextCenterSmall {
	font-size: 9pt; 
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.TextLeftSmall {
	font-size: 9pt;
	text-align: left
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.TextLarge {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.title {
	font-size: 20px;
	font-weight: bold;
	color: #013954;
}
.borders {
	background-color: EEEEEE;
	background-image: url(../resume_resources/orange-grad.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
.promotitle {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}
.blackText {
	color: #000000;
	font-size: 16px;
}




/* Special Page attributes */
.behindNav {
	visibility: visible;
	z-index: -10;
}
.convertNow {
	background-color:#013954;
	color:#FFFFFF;
	FONT: bold 16px verdana, arial, sans-serif;
	text-align: center;
	text-decoration: underline;
	padding: 7px;
	margin: 25px 30%;
	display: block;
	border: 1px solid #000000;
}
a.convertNow:link 	{
	background-color:#013954;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}
a.convertNow:visited 	{
	background-color:#013954;
	color:#FFFFFF;
	text-decoration: none;
}
a.convertNow:active 	{
	background-color:#013954;
	color:#FFFFFF;
	text-decoration: underline;
}
a.convertNow:hover 	{
	background-color:#FFFFFF;
	color:#013954;
	text-decoration: underline;
}
.promoRow {
	text-align: center;
	width: 550px;
	display: table-row-group;
	margin-right: 0px;
	margin-left: 0px;
	vertical-align: top;
	height: 110px;
	white-space: nowrap;
}
.promoContentLink {
	background-color:#FF9900;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 2px;
	border: 1px solid #000000;
	width: 150px;
	display: inline-block;
	white-space: nowrap;
	}
.promoContentLink a:link, .promoContentLink a:visited, .promoContentLink a:active {
	color:#FFFFFF;
	text-decoration: none;
}
.promoContentLink a:hover {
	color:#000;
	text-decoration: underline;
}
.promoRight {
	display: table-column;
	text-align: right;
	padding: 5px;
	vertical-align: top;
	float: right;
	height: 50px;
	margin: 0px;
	width: 250px;
}
.promoNow {
	background-color:#013954;
	color:#FFFFFF;
	FONT: bold 12px verdana, arial, sans-serif;
	text-align: center;
	text-decoration: underline;
	padding: 5px;
	margin: 0px;
	display: block;
	border: 1px solid #000000;
	white-space: nowrap;
	background-image: url(../resume_resources/promo-bkgrnd.jpg);
	background-repeat: repeat-x;
}
a.promoNow:link, a.promoNow:visited, a.promoNow:active {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration: none;
	text-align: center;
}
a.promoNow:hover 	{
	background-color:#013954;
	color:#FFFFFF;
	text-decoration: underline;
	background-image: url(../resume_resources/promo-bkgnd.jpg);
	background-repeat: repeat-x;
}
.rhs-box {
	width: 265px;
	background-image: url(../resume_resources/rhs-box_top.gif);
	margin: 5px auto 30px;
	z-index: 20;
	padding-top: 10px;
	text-align: right;
	display: block;
	float: right;
	padding-bottom: 0px;
}
.rhs-box_img {
	width: 265px;
	bottom: 5px;
}

/* Special attributes */
.rhs-box-flat {
	width: 265px;
	background-image: url(../resume_resources/rhs-box_top.gif);
	margin: 10px;
	z-index: 20;
	padding-top: 10px;
	text-align: right;
	display: block;
	float: right;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FF8522;
}
.textOrange {
	font-weight: bold;
	color: #FF8522;
}
ul.nonNav4Mark {
	list-style-position: outside;
	vertical-align: top;
	margin: 20px;
	line-height: 10px;
}
.table4Mark {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.nonNav4Mark li {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: top;
	margin: 10px;
	color: #333333;
	list-style-image: url(../resume_resources/list_point.gif);
	text-align: left;
	line-height: 5mm;
}
.promo-xmas /* X-mas Promo Link*/ {
	display: inline-block;
	background-image: url(../resume_resources/promo-bkgrnd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	text-align: center;
	white-space: nowrap;
	border: 2px dotted #63841D;
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	padding: 5px;
	float: left;
}
.promo-xmas a:link, .promo-xmas a:visited, .promo-xmas a:active {
	color:#C00;
	text-decoration: none;
}
.promo-xmas a:hover 	{
	color:#537513;
	text-decoration: underline;
}
.promo-third {
	display: table-cell;
	text-align: center;
	padding: 5px;
	height: 80px;
	margin: 0px;
	width: 150px;
	float: left;
}
.promo-3 {
	background-color:#FFFFFF;
	color:#013954;
	FONT: bold 12px verdana, arial, sans-serif;
	text-align: center;
	text-decoration: underline;
	padding: 5px;
	margin: 0px;
	border: 1px solid #000000;
	white-space: nowrap;
	background-image: url(../resume_resources/promo-bkgrnd.jpg);
}
a.promo-3:link, a.promo-3:visited, a.promo-3:active	{
	background-color:#FFFFFF;
	color:#013954;
	text-decoration: none;
	text-align: center;
}
a.promo-3:hover 	{
	background-color:#013954;
	color:#FFFFFF;
	text-decoration: underline;
	background-image: url(../resume_resources/promo-bkgnd.jpg);
	background-repeat: repeat-x;
}
.rhs-box2 {
	width: 265px;
	background-image: url(../resume_resources/rhs-box_top.gif);
	margin: 5px auto 30px 5px;
	z-index: 20;
	padding-top: 10px;
	text-align: center;
	display: block;
	float: right;
	padding-bottom: 0px;
}
.rhs-col {

	width: 265px;
	margin: 5px auto 30px;
	z-index: 20;
	padding-top: 10px;
	text-align: right;
	display: block;
	float: right;
	padding-bottom: 0px;
}
.promoTanazRHS {
	border: thin solid #1A548E;
	margin: 5px 10px 10px 25px;
	padding: 5px 10px 15px;
	clear: right;
	float: right;
	width: 300px;
	display: block;
}
.textDrkBlueLeft {
	font-weight: bold;
	color: #1A548E;
	text-align: left;
}
.textOrangeLeft {
	font-weight: bold;
	color: #FF8522;
	text-align: left;
}
.textOrangeCentreLrg {
	font-weight: bold;
	color: #FF8522;
	text-align: center;
	font-size: 24px;
}

.promoSRA-RHS {
	border: 5px dotted #FF8522;
	margin: 10px 10px 10px 25px;
	padding: 5px 10px;
	clear: right;
	float: right;
	width: 300px;
	display: block;
}
.white-text {
	color: #EEEEEE;
}

