/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

img, div, input { behavior: url("iepngfix.htc") }


body
{
	margin: 0 auto;
	font-family: Arial;
	font-size: 11pt;
	color: #3f3f3f;
}

a
{
	color: #3c94a9;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 893px;
	border: 1px solid transparent;

}



#logo
{
text-align: center;

}


#email
{
text-align: left;
position: absolute;
top:91px;
right:5px;
width: 290px;
height: 55px;
border: 2px dashed #3C94A9;
font-size: 12px;
line-height: 14px;
padding: 30px;
z-index: 99;
background: #ffffff;

}

#date
{
float: left;
text-align: left;
width: 293px;

}
#emailClick

{
float: left;
text-align: right;
width: 575px;
color: #3C94A9;
position: relative;

}

.emailInput
{
font-size: 12px;
padding: 2px 10px 2px 10px;
width: 150px;
margin: 0px 20px 0px 20px; 
}


#content
{

	background: #fff;
	width: 893px;
	display: block;
	background-color: #fff;
	position: relative;
	
}

#nav
{
	text-align: center;
	width: 893px;

}


.navItem
{
float: left;
min-width: 80px;
padding: 8px;
background-color: #a7e49d;
color: #000000;
margin-right: 10px;
cursor: pointer;

}

.navItem:hover
{
float: left;
min-width: 80px;
padding: 8px;
background-color: #85c9d9;
color: #ffffff;
margin-right: 10px;
cursor: pointer;

}


#innerContent
{
	padding: 30px 20px 20px 5px;
	line-height: 20px;
	text-align: justify;
	position: relative;

	/* background: url(../images/rIcon.gif) no-repeat bottom right; */
}



#innerContent h1
{
	color: #3fac30;
	font-weight: 300;
	font-size: 40px;;
	margin-bottom: 15px;
}

#innerContent h2 
{
	color: #5d5751;
	font-weight: 300;
	font-size: 22px;;
	margin-bottom: 15px;
}

#innerContent h3
{
	color: #5d5751;
	font-weight: 300;
	font-size: 16px;;
	margin-bottom: 15px;}


#innerContent p
{
color: #000000;
margin-bottom: 15px;
font-size: 14px;

}

#innerContent ul
{
color: #000000;
margin-bottom: 15px;
font-size: 14px;
}

#innerContent li
{
list-style-type: circle;
margin-left: 20px;
}


#innerContent strong
{
	font-weight: bold;
}

.imageLeft
{
	margin-top: 5px;
	margin-right: 10px;
	padding: 5px;
	border: 2px dashed #3c94a9;
}

.imageRight
{
	margin-left: 10px;
	padding: 5px;
	border: 2px dashed #3c94a9;
}


#contact p
{
border-top: 2px dashed #d1d1d1;
font-size: 12px;
line-height: 14px;

}

.col
{
width: 270px;
margin-right: 10px;
float: left;
}


/*

h1
{
	padding-top: 681px;
	border-bottom: 2px solid #d1d1d1;
}

h2
{
	color: #3fac30;
	font-weight: 300;
	font-size: 170%;
	margin-bottom: 5px;
	text-align: right;
}

h3
{
	color: #3c94a9;
	font-weight: 100;
	font-size: 140%;
	margin-bottom: 10px;
	text-align: right;
	border-bottom: 2px dashed #CFCFCF;
}

p
{
	line-height: 22px;
	color: #b1b1b1;
	margin-bottom: 10px;
	text-align: justify;
}


*/
.wrapLeft
{
	float: left;
	margin-right: 17px;
}

.clear
{
clear: both;
}