img
{
margin: 5 5 5 5;	
}



#content
{
	position: relative;
	display: block;
	width: 442px;
	top: -3px;
	margin-left: 466px;
	margin-bottom: 68px;
	color: #058;
	line-height: 180%;
}

#content a
{
	color: #8C4;
}

#content div.header
{
	margin-bottom: 4px;
}

#content h3
{
	font-size: 18px;
	padding-bottom: 4px;
}

#content h4
{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

#content p, #content ol, #content ul
{
	padding-bottom: 12px;
}

#content ol, #content ul
{
	margin-left: 32px;
}

#content div.article-teaser
{
	padding-bottom: 24px;
	margin-bottom: 12px;
}

#content div.article-teaser hr, #content hr.resourceSep
{
	display: block;
	height: 1px;
	background-color: #058;
	color: #058;
	border: none;
	padding: 0;
	margin-top: 24px;
}

#content hr.resourceSep
{
	margin-top: 48px;
	margin-bottom: 52px;
}

#content div#signUpForm
{
	margin: 32px 0 0 32px;
}

#content label
{
	position: absolute;
	font-weight: bold;
}

#content input.text
{
	border: 1px solid #058;
	background: #f0ffff;
	margin-left: 158px;
	width: 168px;
	color: #045;
}

#content input.button
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#signUpForm input.button
{
	margin-top: 18px;
}

#content #contact h4
{
	font-weight: bold;
}

#content #contact span.key
{
	width: 240px;
}

#content #contact span.value
{

}

#content .article-fullview
{
	
}

#content .article-teaser
{
	
}

#content p.article-title
{
	font-size: 14px;
	font-weight: bold;
}

#content #resources
{
	/*margin: 0.5in auto;
    color: #fff;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #f00;
    border: 3px solid #058;



     Do rounding (native in Firefox and Safari) 

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;	*/
	
}

#content #resources p
{
	display: block;
	padding: 16px;
	margin-bottom: 32px;
	color: #FFF;
	background-color: #058;
	 border: 3px solid #058;



    /* Do rounding (native in Firefox and Safari) */

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;	
	
}

#content #resources p a
{
	color: #FFF;
	text-decoration: none;
}

#content #resources p a:hover
{
	text-decoration: underline;
}

#content #resources p strong
{
	padding-right: 24px;
}

#content div#pagination
{
	font-size: 16px;
	text-align: center;
}

#content .error
{
	display:block;
	position:static;
	margin-left:158px;
}







/** Uploader! **/

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

span.legend
{
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

#btnSubmit { margin: 0 0 0 155px ; }

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 12pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 28px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: inline;
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}



