/* SEO Experts Master Styles 
    Author: Matt Radel on June 13th 2008 */

body {
	background: url(/images/bkg.gif);
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
}

a:link {
	color: #013e7f;
}

a:visited {
	color: #666
}

a:hover {
	color: #013e7f;
	text-decoration: none;
}

/* Misc */

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* Custom Structural Styles */

#mainContainer {
	width: 942px;
	margin: 0 auto;
	border-right: 1px solid #f08c1d;
	border-left: 1px solid #f08c1d;
	background: url(/images/watermark.gif) #fff center center no-repeat;
}

	/* Masthead */

	#masthead {
		height: 125px;
		background: url(/images/browsers.jpg) right center no-repeat #eeedeb;
		border-bottom: 7px solid #013e7f
	}
	
		#logoWeb {
			background: url(/images/logo.gif) no-repeat;
			width: 159px;
			height: 125px;
			overflow: hidden;
			text-indent: -999em;
			margin: 0;
			padding: 0;
		}
	
			#logoWeb a {
				display: block;
				width: 159px;
				height: 125px;
			}
			
		#logoPrint {
			display: none;
		}
			
			
	/* Body Styles */
	
	#mainCol {
		float: right;
		width: 721px;
	}
	
		#leftContent {
			float: left;
			width: 500px;
			padding-top: 12px;
		}
		
		#rightContent {
			float: right;
			width: 200px;
			margin-right: 6px;
		}
			
			#relatedLinks {
				width: 200px;
				border: 1px solid #a7a6a6;
				margin: 4px 0 10px 0;
			}
			
				#relatedLinks h2 {
					padding: 0;
					background: url(/images/releated_links.gif) no-repeat;
					width: 200px;
					height: 34px;
					overflow: hidden;
					text-indent: -999em;
					margin: 0;
				}
				
				#relatedLinks div {
					padding: 10px 10px 15px 10px;
				}
				
			#news {
				width: 200px;
				border: 1px solid #a7a6a6;
			}
			
				#news h2 {
					padding: 0;
					background: url(/images/latest_news.gif) no-repeat;
					width: 200px;
					height: 34px;
					overflow: hidden;
					text-indent: -999em;
					margin: 0;
				}
				
				#news div {
					padding: 10px 10px 15px 10px;
				}
				
			#teaser {
				margin-top: 4px;
				padding: 8px 5px;
				border: 1px solid #a7a6a6
			}
			
		#mainContent {
			padding: 0 15px 20px 0;
		}
	
	/* Footer */
	
	#footer {
		padding: 8px 0;
		width: 942px;
		margin: 0 auto;
		text-align: center;
		background-color: #013e7f;
		color: #fff;
		border-bottom: 1px solid #f08c1d;
		border-right: 1px solid #f08c1d;
		border-left: 1px solid #f08c1d;
	}
	
/* Form Styles */
	
	.red {
		color: #F08A1D;
		font-size: 17px;
	}
	
	form {
		display: inline;
	}
	
	label {
		display: block;
		width: 175px;
		float: left;
		margin-bottom: 6px;
		text-align: right;
		padding-right: 6px;
		font-size: 14px;
		line-height: 1.8em;
	}
	
	label.required {
		font-weight: bold;
		color: #F08A1D;
		font-style: italic;
	}
	
	form br {
		clear: left;
	}
	
	input {
		color: #000;
		font-size: 14px;
	}
	
	select {
		font-size: 14px;
	}
	
	textarea {
		color: #000;
		font-size: 14px;
	}

	
/* X Standard */

 * .underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	display: inline
}

.imageFloatRight {
	float: right;
	display: inline
}
 */