/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 100.01%;
	color:#000000;
	text-align: left;
	background-color:#ffffff;
}

div#wrapper{
	margin: 30px auto 30px auto;
	width: 936px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

div#header{
	padding: 0 0 30px 0;
	font-size: 0.7em;
}

div#content{
	clear: both;
	font-size: 0.75em;
}

div#footer{
	clear: both;
	width: 683px;
	margin: 20px 0 20px 0;
	font-size: 0.75em;
}

* html div#footer{ /*Fix for IE6*/
	position:relative;
	right: -5px;
}

div#logo{
	float:left;
}


/* Meta-Navigation */
div#metanav ul{
	margin: 0;
	padding: 0;
	position:relative;
	right:-15px;
}

* html div#metanav ul{ /*Fix for IE6*/
	display: inline-block;
	right:-32px;
}

div#metanav ul li{
	float: right;
	margin-right: 15px;
}

div#metanav ul li a{
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

div#metanav ul li a:hover{
	color: #cc0000;
	text-decoration: underline;
}


a{
	color: #646464;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #cc0000;
}

a.implink{
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	font-weight: normal;
	text-decoration: none;
	color: #646464;
}

a.implink:hover{
	text-decoration: underline;
	color: #cc0000;
}

a.vimplink{
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitem_arrowright_red_big.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #646464;
	font-size: 1.4em;
}

a.vimplink:hover{
	text-decoration: underline;
	color: #cc0000;
}

a.vimplinkbold{
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitem_arrowright_red_big.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #646464;
	font-size: 1.4em;
}

a.vimplinkbold:hover{
	text-decoration: underline;
	color: #cc0000;
}

ul.listitem_redright_dotted {
  margin: 4px 0 5px 0;
  padding: 0;
}

ul.listitem_redright_dotted li {
	background-image:url(../images/listitem_arrowright_red_dotted.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:8px;
}
ul.listitem_redright_dotted li a{
	text-decoration: none;
	font-weight:normal;
	color:#646464;
}

ul.listitem_redright_dotted li a:hover{
	text-decoration: underline;
}

div.left{
	margin-right: 30px;
	float:left;
}

div.right{
	float:left;
	position:relative;
	top:+9px;
	width:393px;
}

.three_cols {
	clear:left;
	margin:0 0 12px;
	padding:0;
	width:699px;
}

h4{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.paragraph{
	margin-bottom:20px;
}

.clear{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

.copyright{
	font-size:0.9em;
	float:right;
	margin-right:-7px;
}

/* Shadow */

.shadow{
	position: relative;
	top: -4px;
	left: -5px;
	height:1%; /* has layout fix for IE7 */
}

.shadow_content{
	padding: 55px;
}

.shadow_left{
	background: url(../images/shadow/left.gif) left repeat-y;
}

.shadow_right{
	background: url(../images/shadow/right.gif) right repeat-y;
}

.shadow_top{
	background: url(../images/shadow/top.gif) top repeat-x;
}

.shadow_bottom{
	background: url(../images/shadow/bottom.gif) bottom repeat-x;
}

.shadow_topleft{
	background: url(../images/shadow/topleft.gif) top left no-repeat;
}

.shadow_topright{
	background: url(../images/shadow/topright.gif) top right no-repeat;
}

.shadow_bottomleft{
	background: url(../images/shadow/bottomleft.gif) bottom left no-repeat;
}

.shadow_bottomright{
	background: url(../images/shadow/bottomright.gif) bottom right no-repeat;
}

/*Button*/

Div.button{
	margin-top:14px;
	position:relative;
	left: -3px;
}

.button_white3dwithredtext{
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	/*position: relative;	changed by LX caused button to move with validations flmo 11.5.07 */
}

.spacerleft{
	width: 1px;
	border-right: solid 1px #d0d0d0;
}

.spacerright{
	width: 1px;
	border-left: solid 1px #b0b0b0;
}

.button_white3dwithredtext .bg_gradient_greywhite{
	background: #ffffff url(../images/buttons/gradient_greywhite.gif) repeat-x left bottom;
}


.button_white3dwithredtext .button_textred{

	border-top: solid  1px #d0d0d0;
	border-bottom: solid  1px #b0b0b0;

	background: url(../images/buttons/arrow_redright.gif) no-repeat left center;

	padding-left: 30px;
	padding-right: 15px;
	
	/*position: relative;	changed by LX caused button to move with validations flmo 11.5.07 */
}


.button_white3dwithredtext .button_textred{
	color: #cc0000;
	text-decoration: none;
	font-size:1.1em;
}

.submitbutton_white3dwithredtext{
	padding: 0;
	white-space: nowrap;
	position: relative;
	display: block;
	width: auto;
	background: #ffffff url(../images/buttons/gradient_greywhite.gif) repeat-x left bottom;
}

