/*<group=General Styles>*/

a {
	text-decoration: none;
}

img {
	border: none;
}

/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}


/*</group>*/

/*<group=Global Classes>*/
p {
	line-height: 1.5em;
}


H1, H3, H5 {
	margin: 5px;
	color: #963;
	font-weight: bold;
}

H2, H4 {
	margin: 5px;
	color: #c8dab5;
	font-weight: bold;
}


H1 {
	font-size: 1.4em;
}

H2 {
	font-size: 1.2em;
}

H3, H4, H5, H6 {
	font-size: 1.1em;
}




hr {
	width: 75%;
	text-align: center;
	height: 1px;
	border-bottom: #900 1px solid;
	
}

/*	contenty high lights 	*/

#content {
	font-size: .8em;
}

.content {
	font-size: 1.0em;
	margin: 15px;
}

.content a {
	font-weight: bold;
	color: #111;
}



.sudtle  {
	color: #888;
	font-style: italic;
	margin: 20px;
	text-align: center;
	padding: 10px;
}


.note {
	border-bottom: #eee 1px solid;
	border-top: #eee 1px solid;
	font-size: .9em;
	padding: 20px;
	padding-top: 30px;
	margin: 10px;
	color: #333;
	margin-bottom: 25px;
	background: URL(http://yourownsite.com/_templates/_images/wgwfade_20.png) repeat-x top;

}


.alert {
	color: #565656 ;
	font-size: 1.0em;
	margin: 15px;
	padding: 5px 10px 5px 70px; 
	background: #eee URL(http://yourownsite.com/_templates/_images/alert_img2.gif) no-repeat 20px 15px;
	background: #eee URL(../_images/check.gif) no-repeat 20px 15px;
	border-top: 1px #ccc solid; 
	border-bottom: 2px #ccc solid; 
	margin-bottom: 2px;
	font-style: italic;
}

.error {
	background: #F4CCD2;
	color: #BE4254 ;
	font-size: .9em;
	margin: 10px;
	padding: 10px 20px 10px 80px; 
	background: #F4CCD2 URL(http://yourownsite.com/_templates/_images/error_img2.gif) no-repeat 20px 15px;
	border-top: 2px #EF847B dashed; 
	border-bottom: 2px #EF847B dashed; 
	font-weight: normal;
	margin-bottom: 25px;
}

.blockquote {
	font-size: .9em;
	margin: 10px;
	padding: 10px 10px 10px 80px; 
	background: #efefef URL(http://yourownsite.com/_templates/_images/blockquotea.gif) no-repeat 25px 20px;
	margin-bottom: 25px;
	color: #585858;
}


/*	common form setup 	*/

.form {
	width: 350px; 
	background: #efefef; 
	padding: 20px; 
	border-top: #ccc 3px solid; 
	border-bottom: #ccc 3px solid;
}

.submit {
	padding: 3px; 
	border: 1px #ccc outset; 
	border: 1px #555 solid; 
	background: #ddd; 
	color: #555; 
	font-weight: bold; 
}

#agentsblock {
}

#agentblock {
	text-align: center;
	line-height: 14px;
	background: ;
	width: 170px;
	float: left;
	padding: 13px;
	margin: 0 24px;
}

#agentblock img {
	padding: 10px;
	border: #C8D9B5 solid 4px;
}



#agentblock a, #infopic a {
	font-weight: bold;
	color: #111;
}
 
.ttlimg {
	margin: 20px 10px 0px 20px ;
}

#infopic {
	float: right; 
	margin: 20px; 
	text-align: center; 
	line-height: 15px;
}

.infopic {
	padding: 10px;
	border: #C8D9B5 solid 4px;

}


.bld {
	font-weight: bold;
}

fieldset {
	margin: 15px 0 0 0;
	border: #C8D9B5 solid 4px;
	width: 300px;
	
}

legend {
	margin: 0 10px ;
	padding: 0 10px ;
	font-weight: bold;
	color: #aaa;
}

.fldttl {
	font-weight: bold;
}

input, textarea {
	border: 1px #bbb solid;
	padding: 2px 4px;
}

