body {
	color: #666;
	font-family: "Lucida Grande", Verdana, Arial ;
	font-size: 12px;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#ECEBE9;
	
	
}

#wrapper {
	width:902px;
	margin:auto;
	outline-width:thin  ;  
	outline-style:none ;
	outline-color:invert ;  
}

a {
	color: #666;
	border:0;
}

img {
	border:0;	
}


h2 {
	font-size:16px;
	color:#69a045;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:2px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:2px;
}
.small_txt {
	font-size:9px;	
}

.green {
	color:	#29A52B;
}

.box {
	background-color:#ccc;
	margin-bottom:20px;
}

/* half height panel */
#main_panel {
	background-color:#fff;
	padding:8px;
	min-height:318px;
	min-width:618px;
}
/* full height panel */
#main_panel.full {
	min-height:610px;
}

/* footer */
#footer {
	padding:10px 0;	
}

#footer_panel {
	background-color:#fff;
	padding:8px;
	margin:12px 0;
}

/* signup page */

#signupbg {
	background-image:url(../images/signup/signup_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 5px;
	width:682px;
	height:634px;
	overflow:hidden;
}

/* options table & cols */
#signup-options {
}

#signup-options td {
	height:57px;
	min-height:57px;
	max-height:57px;
}

#signup-options td.packtitles {
	text-align:right;
	color:#666;
	background:#f3f3f3;
	padding:5px;
	width:80px !important;
}

td.bizpack {
	color:#fff;
	background:	#29A52B;
	text-align:center;
}

td.homepack {
	color:#fff;
	background: #1f3783;
	text-align:center;
}

td.freepack {
	color:#fff;
	background: #666666;	
	text-align:center;
}

#signup-options td.signupformtd {
	color:#666;
	background:#f3f3f3;
	width:100%;
}

.overflow {
	background:none;	
}

.signupbtnrow {
	cursor:pointer;	
}

/* signup form */

#signupform #button_close  {
	float:right;
	padding:3px;
	cursor:pointer;
}

#signupform #button_cancel  {
	cursor:pointer;
}

#signupformtbl {
	width:100%;
	min-width:100%;
	border:0;
	background:#f3f3f3;
	height:314px;
}

#signupformtbl td {
	height:16px;
	min-height:16px;
	max-height:16px;
	padding: 4px 0;
}

#signupformtbl td img {
	display:inline;
}

#signupformtbl td.labels {
	width:180px;
	min-width:160px;
	text-align:right;
	padding-right:15px;
}

#signupformtbl td.items {
	width:250px;
	min-width:250px;
	text-align:left;
}

#signupformtbl td.subtext {
	font-size:9px;	
}

/* login */

#logindiv {
	margin:8px;
	padding:40px 8px;
	background-color:#ecebea;
}

/* Newlatter css */

#mc_embed_signup form {
    display: block;
    padding: 10px 0 10px 3%;
    position: relative;
    text-align: left;
}
#mc_embed_signup h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 15px 0;
    padding: 0;
}
#mc_embed_signup input {
    border: 1px solid #999999;
}
#mc_embed_signup input[type="checkbox"] {
}
#mc_embed_signup input[type="radio"] {
}
#mc_embed_signup input:focus {
    border-color: #333333;
}
#mc_embed_signup .button {
    background-color: #AAAAAA;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#mc_embed_signup .button:hover {
    background-color: #777777;
}
#mc_embed_signup .small-meta {
    font-size: 11px;
}
#mc_embed_signup .nowrap {
    white-space: nowrap;
}
#mc_embed_signup .clear {
    clear: none;
    display: inline;
}
#mc_embed_signup label {
    display: block;
    font-size: 13px;
    font-weight: bold;
   
}
#mc_embed_signup input.email {
    display: block;
    margin: 0 4% 10px 0;
    min-width: 130px;
    padding: 4px 0;
    text-indent: 5px;
    width: 58%;
}
#mc_embed_signup input.button {
    display: block;
    margin: 0 0 10px;
    min-width: 90px;
    width: 35%;
}
#mc_embed_signup div#mce-responses {
    clear: both;
    float: left;
    margin: 0 5%;
    overflow: hidden;
    padding: 0 0.5em;
    top: -1.4em;
    width: 90%;
}
#mc_embed_signup div.response {
    float: left;
    font-weight: bold;
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    top: -1.5em;
    width: 80%;
    z-index: 1;
}
#mc_embed_signup #mce-error-response {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    margin-left: 1.05em;
    padding: 0.5em 0;
    text-align: left;
    width: auto;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

.txtbox
{
	padding-left:10px;
	
	}
