/* project: SEO-Service.com.au
   author: David O'Donnell */

   
/* default styles
   -------------- */
   
body {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	background: #ffffff;
	color: #454545;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}


.style1 {
	color: #000066;
	font-weight: bold}
.style2 {color: #737373}
.style3 {color: #E0691A}
.style4 {color: #747474}
.style5 {color: #000000}
.style6 {color: #454545}
.style7 {font-size: 14px}
.style8 {color: #000066; margin-left:20px}
.style9 {list-style:circle}
.style11 {font-family: Arial, Helvetica, sans-serif}

a {	color: #000099;	
background: inherit; 
font-weight: bold;
text-decoration:underline;
}

a:hover {
	color: #000066;
	background: inherit;
	font-weight: bold;
	text-decoration:underline;
}

h1 { font: normal 2.1em Geneva, Geneva, Arial, Helvetica, sans-serif; letter-spacing: 1px; padding: 5px 0 0 5px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #003366; background: inherit; }
h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}
h2 { font-size: 12px; margin-bottom: 5px; color: #000066; background: inherit; font-size: 14px }

p {	margin: 0 0 5px 0; }

form { 	margin: 0; }

ul {margin: 0; padding : 0; list-style:none; text-decoration:none;
}

.ul {
 margin-left:20px; 
} 

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 0px 10px 10px 10px; 
}

.header { 
	height: 70px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	}

.logo {
	border: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	
	
	
}

.top_info {
	float: right;
	width: 300px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #eee;
	color: #808080;
	}

.top_info_left {
	width: 300px;
	float: left;
}

.top_info_right {
	float: right;
	width: 130px;
	padding: 0 21px 0 0;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight:bold;
		}

.bar { 
	clear: both;
	font-size: 1em;
	height: 31px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #285b8e;
	border-bottom: 2px solid #eee;
}

	.bar li { 
		margin: 0; 
		padding: 5px 22px 5px 22px;
		background: #285b8e;
		float: left; 
	}
	
	.bar li.active { 
		background: #b7d9f1 center top; 
		color: #fff;
		font-weight: bold; 
		padding: 6px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #b7d9f1; 
		background: inherit;
	} 

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}


.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 10px 0 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 170px;
		padding: 0 0 0 0px;
		margin: 15px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 300px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 5px 0; margin-left:5px; margin-right:5px }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 33%;
	margin: 0 0 10px 0;
	font-weight:bold;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
		border: none;
		text-align: center;

			}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }
