/*
Theme Name: WordPress AusRegistry
Description: Theme Developed for Aus Regisitry
Author: Gee Multimedia

*/

/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
.clearFloat {
	clear: both;
	overflow: hidden;
	height: 0px;
}
.hidden {
	display:none;
}

/**********************************************  FONTS  ***********************************************/

h1 {
	font-size: 1.6em;
	color: #00539f;
	margin: 0px 0px .5em 0px;
	background: url('images/h1-underline.gif') no-repeat right bottom;
	padding: 0px 0px 5px 0px;
}
h1 a{
	color: #00539f;
	text-decoration:none;
}
h2 {
	font-size: 1.5em;
	color: #115ea5;
	margin: 0px 0px 0 0px;
	width:100%;
}
h2 a{
	color: #115ea5;
	text-decoration:none;
}
h2.articleh2 {
	border-bottom: 1px dotted #b2cbe2;
	padding:2px 0;
	margin:0 0 4px 0;
}
h3 {
	font-size: 1em;
	color: #00539f;
	margin: 0px 0px 1em 0px;
}
h3 a {
	color: #00539f;
}
.news h2 {
	margin: 0px;
	color:#115ea5;
	padding: 1em 0px 0px 0px;
	border-top: 1px #aec8e0 dashed;
}
.navHeader {
	font-size: 1.3em;
	color: #00539f;
	margin: 67px 0px 32px 20px;
}
small {
	font-size: 11px;
	text-transform:uppercase;
	color: #777;
	line-height: 18px;
	margin:0 0 0 0;
}
p {
	font-size: .75em;
	color: #333333;
	line-height: 1.6em;
	margin: 0px 0px 1em 0px;
}
a {
	color: #3995e8;
}
a:hover {
	text-decoration: none;
}

.navigation {
	margin:10px 0 20px 0;
	width:100%;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright{
	float:right;
}
.navigation a{
	font-size: .75em;
	padding:2px;
	margin:0 0 20px 0;
	color: #3995e8;
}	
/**********************************************  HEADER  **********************************************/

#header {
	width: 990px;
	margin: 0px auto;
	position: relative;
}
#header ul {
	height: 54px;
	width: 990px;
}
#header li {
	float: left;
	background: url('images/menu/menu-bg-repeat.gif') no-repeat right;
}
#header li a {
	color: #ffe01d;
	text-indent: -9999em;
	display: block;
	height: 54px;
	margin: 0px 1px 0px 0px;
}
#header li a:hover {
	background-position: right !important;
}
#header #menuItemHome a { width: 99px; background: url('/images/menu/menu-btn-home3.gif');}
#header #menuItemServicesApproach a { width: 210px; background: url('/images/menu/menu-btn-services.gif');}
#header #menuItemSolution a { width: 172px; background: url('/images/menu/menu-btn-solution.gif'); }
#header #menuItemPeople a { width: 114px; background: url('/images/menu/menu-btn-people.gif'); }
#header #menuItemExperience a { width: 141px; background: url('/images/menu/menu-btn-experience.gif'); }
#header #menuItemNews a { width: 109px; background: url('/images/menu/menu-btn-news.gif'); }
#header #menuItemContact a { width: 139px; background: url('/images/menu/menu-btn-contact3.gif'); }

#header #menuItemContact a { margin: 0px; }
#header #menuItemContact { background: none; }

#header .learnMoreLink {
	display: block;
	width: 174px;
	height: 43px;
	position: absolute;
	right: 34px;
	top: 157px;
}
#header .homeLink {
	position: absolute;
	display: block;
	width: 174px;
	height: 153px;
	right: 34px;
	top: 0px;
}
#flashContent {
	height: 179px;
}

/*******************************************  MENU CHANGE  ********************************************/

#header .index #menuItemHome a,
#header .services #menuItemServicesApproach a,
#header .solution #menuItemSolution a,
#header .people #menuItemPeople a,
#header .news #menuItemNews a,
#header .experience #menuItemExperience a,
#header .contact #menuItemContact a {
	background-position: right !important;
}


/***********************************************  NAV  ************************************************/

#nav {
	margin: 0px 0px 20px 20px;
	background: url('images/nav-bg-top.gif') no-repeat;
	padding: 20px 0px 0px 0px;
	width: 245px;
	float:left;
	font-size: .85em;
}
#nav ul {
	padding: 0px 0px 20px 0px;
	line-height: normal;
}
#nav ul.solution {
	background: url('images/nav-bg-bottom.gif') no-repeat left bottom;
}
#nav li {
	border-left: 1px #b2cbe2 solid;
	border-right: 1px #b2cbe2 solid;
	padding: 1px 15px 0px 15px;
	background: url('images/nav-border.gif') no-repeat 15px 0px;
	font-size:12px;
}
#nav a {
	text-decoration: none;
	color: #3375b2;
	display: block;
	padding: 7px 5px 7px 10px;
	height: 100%;
}
#nav a:hover {
	color: #ffe01d;
	background-color: #00539f;
}
#nav .first {
	background: none;
}
#nav.pdfNav {
	font-size: .7em;
	margin-top: 0px;
}
#nav.pdfNav a {
	padding-left: 25px;
	background: url('images/icons/ico-pdf.gif') no-repeat left .8em;
}
#nav.pdfNav a:hover {
	background-color: transparent;
	color: #3375b2;
	text-decoration: underline;
}
#nav h2 {
	margin:20px 0 8px 0;
	font-size:14px;
	font-weight:bold;
}
#nav li ul{
	margin:0 0 0 0;
	padding: 0;
}
#nav li ul li{
	border-left: 0px #b2cbe2 solid;
	border-right: 0px #b2cbe2 solid;
	padding: 0;
	margin:0;
	background: url('images/nav-border.gif') no-repeat left 0px;
}
#nav li ul li a{
	padding: 4px 3px;
	margin:0;
}
/**********************************************  FOOTER  **********************************************/

#footer {
	background: url('/images/2010/bg/footer-bg.gif') no-repeat;
	width: 907px;
	margin: 0px auto;
	padding: 40px 28px 20px 45px;
	height: 63px;
	position: relative;
}
#footer li {
	padding: 0px 1px 0px 3px;
	margin: 0px 0px 0px 0px;
	border-left: 1px #e6e6e6 solid;
	display: inline;
	line-height: 1.2em;
}
#footer ul {
	font-size: .625em;
	width: 525px;
}
#footer p {
	color: #5c89b2;
	font-size: .6875em;
	clear: both;
}
#footer ul a {
	color: #e6e6e6;
	text-decoration: none;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer .logo1,
#footer .logo2 {
	position: absolute;
}
#footer .logo1 {
	right: 28px;
	top: 40px;
}
#footer .logo2 {
	right: 150px;
	top: 35px;
}
#footer .first {
	border: 0px;
	padding-left: 0px;
}


/***********************************************  BODY  ***********************************************/

body {
	font-family: arial, sans-serif;
	background: #00aeef url(/images/2010/bg/page-bg.jpg) top left repeat-x;
}
#wrapper {
	background: url(/images/2010/bg/wrapper-bg.png) no-repeat top center;
	min-width: 990px;
}
#content {
	background-color: #ffffff;
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}
#contentLeft {
	width: 300px;
	float: left;
	padding: 0px;
}
#contentRight {
	float: left;
	width: 645px;
	padding: 40px 35px 0px 0px;
}
#contentFull {
	padding: 30px 30px 0px 30px;
}


/***********************************************  SIDEBAR  ***********************************************/

.content-area {
	width:655px;
	float:left;
}

.solution #s {
	background-color:#fff;
	border:solid 1px #b2cbe2;
	display:inline;
	padding:1px 2px 2px 2px;
	margin:10px 0;
}
.solution #searchsubmit {
	background-color:#fff;
	border:solid 1px #b2cbe2;
	display:inline;
	text-transform:uppercase;
	font-size:10px;
	padding:2px 0;
	cursor:pointer;
}


/********************************************  HOME PAGE  *********************************************/

.home {
	width: 920px !important;
	padding: 20px 30px 0px 30px !important;
}
.homeCol {
	width: 250px;
	margin: 0px 0px 0px 25px;
	float: left;
	display: inline;
}
.entry {
	margin:10px 0 0 0;
}
p.postmetadata {
	border:solid 1px #e2effc;
	padding:4px 6px;
	margin:0 0 20px 0;
	background-color:#f6f9fd;
}
p.postmetadata a{
	color: #333333;
	text-decoration:none;
}
p.postmetadata a:hover{
	color: #333333;
	text-decoration:underline;
}
p.postmetadata span.comments{
	background:url(images/icons/comment.png) left top no-repeat;
	padding-left:20px;
}

.tabbedContent {
	background: url('images/tabbed-content-bg.gif') no-repeat bottom center;
	width: 900px;
	min-height: 205px;
	height: auto !important;
	height: 205px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 20px 0px;
}
.tabbedContent .content {
	border-left: 1px #cacaca solid;
	border-right: 1px #cacaca solid;
	width: 898px;
	clear: both;
	padding: 30px 0px 0px 0px;
}
.tabbedContent .cols {
	background: url('images/tabbed-content-cols-bg.gif') no-repeat center 23px;
}
.tabbedContent .col {
	float: left;
	width: 249px;
	padding: 0px 25px 20px 25px;
	position: relative;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}
.tabbedContent .col .details {
	position: absolute;
	bottom: 0px;
	right: 25px;
}
.tabbedContent h2 {
	font-size: .75em;
	color: #002b52;
	line-height: 1.3em;
	margin: 0px 0px 1.5em 0px;
	font-weight: bold;
}
.tabbedContent p {
	font-size: .625em;
	margin: 0px;
}
.tabbedContent .tabs {
	background: url('images/tabbed-content-menu-bg.gif') no-repeat bottom center;
	width: 900px;
	float: left;
	padding: 0px 0px 9px 0px;
}
.tabbedContent .tabs li {
	float: left;
	background: url('images/tabbed-content-menu-right.gif') no-repeat top right;
	position: relative;
	top: 1px;
}
.tabbedContent .tabs a {
	display: block;
	height: 21px;
	float: left;
	padding: 10px 35px 0px 30px;
	background: url('images/tabbed-content-menu-left.gif') no-repeat top left;
	text-decoration: none;
	font-size: .8em;
	color: #00539f;	
}
.tabbedContent .tabs li:hover { background-position: bottom right; }
.tabbedContent .tabs li:hover a { background-position: bottom left; }
.tabbedContent .tabs .selected { background-position: bottom right; }
.tabbedContent .tabs .selected a { background-position: bottom left; }


/********************************************  BREADCRUMB  ********************************************/

#breadcrumb {
	font-size: .6em;
	margin: 0px 0px 5px 0px;
}
#breadcrumb a {
	color: #3995e8;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


/********************************************  COMMENT  ********************************************/


#commentform {
	border:solid 1px #e2effc;
	padding:10px;
	background-color:#f6f9fd;
}
#commentform textarea{
	width:400px;
}
h3#comments {
	margin:15px 0 0 0;
}
ol.commentlist li.comment{
	background-color:#f9f9f9;
	border:solid 1px #f2f2f2;
	padding:10px;
	margin:0 0 10px 0
}
ol.commentlist li.comment img {
	float:left;
	margin:0 15px 10px 0;
}
ol.commentlist li.comment cite, ol.commentlist li.comment cite a, ol.commentlist li.comment span{
	color:#444;
	font-style:normal; 
	font-size:13px;
}
ol.commentlist li.comment cite a{
	color:#444;
	font-weight:bold; 
	text-decoration:none;
}
ol.commentlist li.comment em{
	color:darkred;
	font-size:11px;
	line-height:16px;
	font-style:normal;
}
ol.commentlist li.comment .comment-meta {
	font-size:12px;
	height:32px;
	color:#999;
	margin:4px 0 0 0;
}
ol.commentlist li.comment .comment-meta a{
	color:#999;
	text-decoration:none;
}

/*********************************************  TABLES  ***********************************************/

table {
	margin: 0px 0px 40px 0px;
	font-size: .75em;
	color: #333333;
	line-height: 1.6em;
	width: 100%;
}
.table5col td {
	width: 20%;
}
td {
	padding: 2px 6px 2px 6px;
	vertical-align: top;
}
.noBorder td {
	padding: 0px 6px 0px 6px;
	border: 0px;
}
.padTop td {
	padding-top: 20px;
}
.padBottom td {
	padding-bottom: 20px;
}
tbody td {
	border: 1px #cccccc solid;
}


/*******************************************  FLOW DIAGRAM  *******************************************/

.flowDiagram {
	padding: 40px 0px 0px 0px;
	width: 645px;
}
.flowDiagram h2 {
	font-size: 1.125em;
	margin: 0px 0px 10px 0px;
}
.flowDiagram div {
	width: 320px;
	float: left;
}
.flowDiagram li {
	font-size: .7em;
	line-height: 1.4em;
}
.flowDiagram ul {
	list-style-type: disc;
	padding: 0px 20px 0px 20px;
	margin: 0px 20px 20px 20px;
}


/*********************************************  COMMON  ***********************************************/

.contentList {
	font-size: .75em;
	color: #333333;
	line-height: 1.6em;
	margin: 0px 0px 2em 30px;
	list-style-type: disc;
}
.contentList ul {
	list-style-type: circle;
	line-height: 1.6em;
	margin: 0px 0px 1em 20px;
}
.bulletList {
	font-size: .75em;
	color: #333333;
	line-height: 1.6em;
}
.bulletList li {
	background: url('images/icons/ico-bullet.gif') no-repeat left center;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px .5em 10px;
}
.iconList {
	font-size: .75em;
	line-height: 1.6em;
	color: #333333;
	margin: 0px 0px 2em 15px;
}
.iconList li {
	background: no-repeat left center;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px .5em 0px;
}
.iconList.pdf li { background-image: url('images/icons/ico-pdf.gif') }

.iconList .ph { background-image: url('images/icons/ico-phone.gif') }
.iconList .fax { background-image: url('images/icons/ico-fax.gif') }
.iconList .email { background-image: url('images/icons/ico-email.gif') }

address {
	font-size: .75em;
	line-height: 1.6em;
	margin: 0px 0px 2em 15px;
}
.gmap {
	float: right;
	border: 1px #1a65a9 solid;
	padding: 5px;
	margin: 0px 10px 0px 0px;
}
.gmap iframe {
	width: 500px;
	height: 350px;
}
.contactLeft {
	float: left;
}
blockquote {
	border: 1px solid #dad9d6;
	background-color: #f6f6f6;
	margin: 0px 0px 3px 0px;
	background-image: url('..images/quote-start.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-style: italic;
	width: 640px;
}
blockquote p {
	margin: 0px;
	background-image: url('..images/quote-end.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 30px 30px 0px;
	margin: 30px 0px 0px 40px;
}
.quoteBy {
	text-align: right;
	font-size: .7em;
	font-style: italic;
	color: #555555;
	display: block;
	margin: 0px 6px 15px 0px;
}
.floatImage {
	border: 1px solid #3995e8;
	float: right;
	margin: 0px 0px 20px 30px;
}
.date {
	color: #aaaaaa;
	font-size: .75em;
	display: block;
}
#loginBtn {
	margin: 20px 0px 0px 55px;
}
.diagram {
	margin: 0px 0px 40px 0px;
}
