/* Stromghold Custom Styles */

body {
	background: url(img/layout3_bkg.png) repeat-x #DCF6FF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0
}

img {
	border: 0
}

p {
	line-height: 1.4em;
	margin: 0 0 8px 0;
}

a:link {
	color: #2B76C4;
}

a:visited {
	color: #999;
}

a:hover {
	color: #C92E2A;
	text-decoration: none
}

/* Custom Styles */

#mainContainer {
	width: auto;
}

#header {
	height: 100px;
}

#header ul {
	display: none
}

#header ul li {
	float: left
}

#header span {
	display: none
}

#logoWeb {
	display: none
}

#banner {
	display: none
}

#contentHome {
	float: left;
	padding: 0 5% 5% 0;
	width: 60%;
}

#content {
	float: left;
	padding: 0 5% 5% 0;
	width: 60%;
}


#contentWide {
	float: left;
	padding: 0 5% 5% 0;
	width: 90%;
}

#teaserHome {
	float: right;
	width: 25%;
	padding: 0 5% 5% 0;
}

#teaser {
	float: right;
	width: 25%;
	padding: 0 5% 5% 0;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0
}

#footer {
	display: none
}

#footer p {
	color: #266FBC;
	font-size: 10pt;
	margin: 0;
}

/* Xstandard Goodies */

.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
}

/* Form Styles */

form {
	display: inline;
}

label {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	line-height: 1.8em;
}

label.required {
	font-weight: bold;
	color: #C80027;
}

form br {
	clear: left;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}


/* Inner Function Nav */

#innerFunctions {
	display: none
}

/* Left Navigation */
#nav {
	display: none
}


