﻿body 
{
	width:744px;
	padding:0;
	margin:20px auto auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
a
{
	outline:none;
}
hr
{
	display:none;
}
div.hr
{
	width:100%;
	height:13px;
	float:left;
	padding:0;
	margin:0;
	background-image:url(../images/hrule.gif);
	background-repeat:repeat-x;
	background-position:center;
}
img
{
	padding:0;
	margin:0;
	border:none;
}
#wrapper
{
	width:744px;
	padding:0;
	margin:0;
	position:relative;
}
#header
{
	width:744px;
	height:86px;
	background-color:#000;
	float:left;
	
}
#header img
{
	float:left;
}
#header div.searchfrm
{
	float:right;
	padding:0;
	margin:12px 10px 0 0;
	display:inline;
	width:172px;
	height:19px;
	line-height:19px;
	background-color:#FFFFFF;
	text-align:left;
}
#header div.searchfrm input.searchbox
{
	width:120px;
	height:19px;
	line-height:19px;
	border:0;
	float:left;
	padding:0 0 0 8px;
	margin:0;
	font-size:10px;
	color:#727272;
}
#maincont
{
	width:742px;
	padding:0;
	margin:0;
	float:left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	min-height:200px;
}





/*** Home page ***/
#homecont
{
	width:742px;
	float:left;
	padding:0 0 10px 0;
	margin:0;
}
#homeflashcont
{
	float:left;
	padding:0;
	margin:0;
}
#homecont .homeleftcont
{
	width:308px;
	float:left;
	padding:0;
	margin:0;
}
#homecont .homerightcont
{
	width:315px;
	float:left;
	padding:25px 0 0 61px;
	margin:0;
}
#homecont .homerightcont p
{
	float:left;
	font-size:10px;
	text-align:left;
	padding:15px 0 0 0;
	margin:0;
}
#homecont .homerightcont h1
{
	padding:0 30px 0 0;	
	margin:0 0 20px 0;
	font-size:16px;
	line-height:16px;
	color:#48811E;
	font-weight:normal;
	text-align:left;
	background-image:url(../images/headarrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
}
#homecont .homebuttons
{
	width:742px;
	float:left;
	padding:2px 0 0 0;
	margin:0;
}
#homecont .homebuttons a
{
	float:left;
	padding:0;
	margin:0;
}
#homecont .homebuttons a:hover
{
	opacity:.6;
	-moz-opacity:.6;
	filter:alpha(opacity = 60);
}
/*** End of Home page ***/
/*** Modal Pop up ***/
.modalbg
{
	background-color:#000000;
	opacity:.8;
	-moz-opacity:.8;
	filter:alpha(opacity = 80);
}
#modalpopup
{
	width:548px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	z-index:100000;
}
#modalpopup a.butt
{
	text-indent:0;
	font-size:0;
}
#modalpopup div.modaltop
{
	float:left;
	width:528px;
	height:32px;
	background-image:url(../images/modalpop/top.gif);
	background-repeat:no-repeat;
	padding:0 10px 0 10px;
	margin:0;
}
#modalpopup div.modaltop h1
{
	float:left;
	width:467px;
	padding:0;
	margin:0;
	line-height:32px;
	font-weight:normal;
	color:#8DC63F;
	font-size:13px;
	text-align:left;
}
#modalpopup div.modaltop a.modalclose
{
	float:left;
	width:61px;
	height:32px;
	padding:0;
	margin:0;
	background-image:url(../images/modalpop/modalclose.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:0;
	color:#000000;
}
#modalpopup div.modaltop a.modalclose:hover
{
	background-position:right;
}
#modalpopup div.modalcont
{
	float:left;
	width:548px;
	padding:10px 0 10px 0;
	margin:0;
	background-image:url(../images/modalpop/bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	position:relative;
}
#modalpopup div.modalcont h2
{
	float:left;
	width:480px;
	padding:0 0 10px 10px;
	margin:0;
	line-height:25px;
	font-weight:normal;
	color:#8DC63F;
	font-size:12px;
}
#modalpopup div.modalcont h2 em
{
	color:#333333;
	font-size:10px;
	font-style:normal;
}
#modalpopup div.modalcont fieldset
{
	width:264px;
	float:left;
	padding:0;
	margin:0;
	border:none;
}
#modalpopup div.modalcont p
{
	float:left;
	width:95%;
	padding:0 0 5px 5%;
	margin:0;
	font-size:10px;
}
#modalpopup div.modalcont label
{
	float:left;
	padding:0 5px 0 0;
	margin:0;
	line-height:18px;
	text-align:right;
	width:95px;
	font-size:11px;
}
#modalpopup div.modalcont .textbox
{
	float:left;
	padding:0 0 0 3px;
	height:18px;
	margin:0 0 5px 0;
	display:inline;
	width:153px;
	border:1px solid #999999;
	font-size:11px;
}
#modalpopup div.modalcont .smalltextbox
{
	float:left;
	padding:0 0 0 3px;
	height:18px;
	margin:0 0 5px 0;
	display:inline;
	width:60px;
	border:1px solid #999999;
	font-size:11px;
}
#modalpopup div.modalcont .longtextbox
{
	float:left;
	padding:0 0 0 3px;
	height:18px;
	margin:0 0 5px 0;
	display:inline;
	width:203px;
	border:1px solid #999999;
	font-size:11px;
}
#modalpopup div.modalcont div.pcodelist
{
	width:252px;
	padding:0;
	margin:0 0 0 10px;
	display:inline;
	border:1px solid #CCCCCC;
	float:left;
	overflow:auto;
	height:80px;
	background-image:url(../images/myaccount/pcodebg.gif);
	background-position:right;
	background-repeat:repeat-y;
}
#modalpopup div.modalcont div.pcodelist ul
{
	width:232px;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#modalpopup div.modalcont div.pcodelist ul li
{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	line-height:16px;
}
#modalpopup div.modalcont div.pcodelist ul li a
{
	float:left;
	text-decoration:none;
	color:#333333;
	width:98%;
	padding:0 0 0 2%;
}
.alternate 
{
	background-color:#e5e5e5;
}
#modalpopup div.modalcont div.pcodelist ul li a:hover
{
	background-color:#CCCCCC;
}

#modalpopup div.modalbott
{
	float:left;
	width:548px;
	height:24px;
	background-image:url(../images/modalpop/bott.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

/*** Footer ***/
#footer
{
	width:742px;
	padding:0;
	margin:0;
	float:left;
	border:1px solid #CCCCCC;
	border-top:none;
	text-align:center;
	background-image:url(../images/footerbg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#footer div.addresscont
{
	width:742px;
	padding:0;
	margin:0;
	float:left;
	background-color:#999999;
	line-height:26px;
	height:26px;
}
#footer div.addresscont span
{
	width:162px;
	float:left;
	text-align:center;
	color:#FFF;
	font-size:11px;
	line-height:26px;
	height:26px;
}
#footer div.addresscont span.first
{
	padding-left:7px;
	text-align:left;
	width:320px;
}
#footer div.addresscont span.last
{
	width:246px;
	text-align:right;
	padding-right:7px;
}
#footer ul.links
{
	float:left;
	list-style:none;
	text-align:center;
	/*padding:0 0 0 141px;*/
	padding:0 0 0 20px;
	margin:0;
	height:25px;
}
#footer ul.cofooter
{
	padding:0 0 0 141px;
}

#footer ul.links li
{
	padding:0;
	margin:0;
	display:inline;
	height:25px;
	float:left;
}
#footer ul.links li a
{
	font-size:10px;
	color:#999999;
	padding:0;
	margin:0 5px 0 5px;
	display:inline;
	line-height:25px;
	text-decoration:none;
	float:left;
}
#footer ul.links li a:hover, #footer ul li a.selected
{
	background-image:url(../images/footerro.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.selectedValue {border:solid 2px red}

/** Social Bookmarking **/


#footer ul.bookmarks
{
	padding:0;
	margin:0;
	color:#fff;
	padding-left:6px;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	width:auto;
	float:left;	
}
#footer ul.bookmarks li {display:inline;}
#footer ul.bookmarks li a 
{
	width:18px;
	float:left;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-10000px;
	text-decoration:none;
	height:23px;
	line-height:23px;
	display:inline;
}
#footer ul.bookmarks li a.facebook
{
	background-image:url(../images/menu/facebook.gif);
}
#footer ul.bookmarks li a.delicious
{
	background-image:url(../images/menu/delicious.gif);
}
#footer ul.bookmarks li a.stumbleupon
{
	background-image:url(../images/menu/stumbleupon.gif);
}
#footer ul.bookmarks li a.google
{
	background-image:url(../images/menu/Google.png);
}
#footer ul.bookmarks li a.whatrthese
{
	width:auto;
	font-size:10px;
	text-indent:0;
	color:#999999;
	padding:0;
	display:inline;
	text-decoration:none;
	float:left;	
	line-height:25px;
}
