﻿body{
	color: #000000;
	text-align:center;
	line-height:140%;
	font-family: Trebuchet MS;
	font-size:13px;
	background-color:#000827;
	background-image:url(images/gradientMainBack.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}

/* */
.back
{
    margin:0px auto;
    background-image:url(images/background.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	min-height:1000px;
    }


a, a:visited{
	color:#909090;
}
a:hover{
	color:#000000;
}
.main{
	margin:0px auto;
	text-align:left;
	width:854px;
}
h1, h2, h3, h4{
	font-weight:bold;
	font-family:Times New Roman;
}
.content{
	overflow:auto;
	width:100%;
	padding:14px 0px;
}
.clear
{
	clear:both;
	float:none;
}
.postContent
{
	
	width:100%;
}
img
{
	border:0px;
}
input[type="button"], input[type="submit"]{
	
}
input[type="text"], input[type="password"] {
	border: solid 1px #909090;
	padding:2px;
}
blockquote
{
	font-style:italic;
}

/* HEADER */
.header{
	height:100px;
}
.header h1{
	font-size:48px;
	padding:20px 0px 5px 0px;
	margin:0px;
}
.header a img{
	margin:38px 0 0 0;	
}
.header h1 a:hover{
	color:#909090;
}
.header h2{
	font-size:14px;
}

/* MENU */
.menu{
	padding:0px;
	font-size:16px;
}
.menu a, .menu a:visited{
	color:#ffffff;
	margin:0px;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}
.menu .login
{
	float:right;
}
.menu img 
{
	margin-right:5px;
}
/* Pages */
#page 
{
    background-image:url(images/pageBack.gif);
    background-repeat:repeat-y;
    width:847px;
    padding:0 0 0 0;
}
#pageTop
{
    background-image:url(images/pageTop.gif);
    background-repeat:no-repeat;
    width:847px;
}
#pageTop ul
{
    margin:0;
    padding:0;
}
#pageTop li
{
    list-style:none;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

    vertical-align: top;

}

#pageTop li h1
{
    display:inline-block;
    background-color:#1e4485;
    height:41px;
    color:#ffffff;
    text-transform:uppercase;
    margin:0;
    margin:0 0 20px 20px;
    padding-top:9px;
}

#pageHeaderTab
{
    background-image:url(images/pageHeaderBack.gif);
    width:42px;
    height:50px;
}
#pageCopy
{
    padding: 0 40px 0 20px;
    position:relative;
    top:-3px;
}
#pageBottom 
{
    background-image:url(images/pageBottom.gif);
    width:847px;
    height:12px;
}
    
.pagelist
{
	/*float:right;*/
	display:inline;
	margin:0px;
	padding:5px;
}
.pagelist li
{
	list-style-type:none;
	display:inline;
	margin: 0px 5px 0px 0px;
}

.postContent h1{
	font-size:30px;
	line-height:100%;
}

/* POST */
.post
{
    color:#939598;
    font-size:120%;
    font-style:italic;
    border-bottom:2px solid #dedede;
    margin-bottom:11px;
    padding-bottom:11px;
}
.post div
{
    color:#50ccf6;
    font-style:italic;
    
}
.post a
{
    color:#50ccf6;
}
.post p
{
    color:#000000;
    margin:12px 0;
    font-size:90%;
    font-style:normal;
}

.postTitle h1{
	font-size:115%;
	line-height:100%;
	font-style:normal;
	font-family:Trebuchet MS;
}
.postTitle h1 a{
	color:#000000;
	text-transform:uppercase;
	
}
.postTitle h1 a:hover{
	color:#909090;
}
.post .description{
	font-size:11px;
	margin: 0px 0px 10px 0px;
	border-top:dotted 1px #000000;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	overflow:auto;
}
.post .description span{
	float:right;
}
.post .share{
	display:none;
}
.post .share span{
	float:right;
}
#postPaging 
{
    position:relative;
    top:-10px;
}

blockquote {
	background: url('blockquote.gif') no-repeat top left;
	display: block;
	font-style:italic;
	padding-left: 25px;
	margin-left: 20px;
}

#postnavigation
{
	text-align:center;
	margin-bottom:10px;
	font-size:11px;
}

/* Related posts */
#relatedPosts {
	margin-bottom:30px;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}
/* COMMENTS */
.comment{
	overflow:auto;
	width:100%;
	margin:0px 0px 30px 0px;
}
.comment .gravatar{
	float:left;
	width:100px;
	overflow:hidden;
}
.comment .gravatar img{
	border:1px solid #6c6c6c;
}
.comment #header{
	display:block;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:dotted 1px #6c6c6c;
}
.comment .author
{
	font-weight:bold;
	color:#909090;
}
.comment .text{
	float:left;
	width:540px;
}
.commentForm{
	background-color:#e4e4e4;
	padding:20px;
	width:600px;
	overflow:auto;
}
.commentForm .left{
	float:left;
	width:300px;
	padding:20px 10px 10px 20px;
}
.commentForm .right{
	float:right;
	width:300px;
	padding:20px 10px 10px 0px;
}
.commentForm input[type="text"], .addComment textarea{
	width:280px;
	font-family:"Times New Roman", Times, serif;
}
.commentForm select{
	width:260px;
	font-family:"Times New Roman", Times, serif;
}
.commentForm label
{
	width:70px; 
	display:inline-block;
}
.commentForm input[type="text"], .addComment textarea, .commentForm label{
	margin:2px 0px;
}
.commentForm img
{
	margin:2px 0px 0px 0px;
}
.commentForm #gravatarmsg
{
	display:none;
}
.commentForm #commentMenu
{
	display:none;
}
.commentForm #commentPreview
{
	display:none;
}
.bbcode
{
	font-size:11px;
	padding: 2px 0px;
}
.bbcode a
{
	margin-right:5px;
}
/* SIDEBAR */
.sidebar{
	float:left;
	width:300px;
	margin:0px 0px 0px 20px;
	font-size:12px;
}
.sidebar h1{
	font-size:18px;
	margin: 20px 0px 5px 0px;
}
.sidebar ul{
	margin:0px;
	padding:0px;
}
.sidebar li{
	list-style:none;
}
.sidebar .rssButton
{
	margin-right:5px;
}
#searchfield
{
	margin-right:5px;
	width:220px;
}

/* Tag clouds */

#tagcloud li
{
	display:inline;
	margin-right:5px;
}
#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/* FOOTER */
.footer{
	font-size:11px;
	padding:10px 0;
	color:#4d6f91;
	border-top:1px solid #4d6f91;
	margin-top:20px; 
}
.footer span 
{
    position:relative;
    top:-5px;
    left:8px;
}
.footer a, .footer a:visited{
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
	color:#909090;
}

/* Rating stars */
.rating{
	margin: 0px 0px 3px 0px;
	font-size:11px;
	font-family:Arial, Sans-Serif;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/* Recent posts */
.recentPosts li
{
	margin-bottom:10px;
}
.recentPosts a
{
	display:block;
}
.recentPosts span
{
	margin-right:5px;
	font-size:11px;
	font-family:Arial, Sans-Serif;
}

/* Recent comments */
.recentComments li
{
	margin-bottom:10px;
}

/* Month list */
#monthList li ul
{
	margin-left:10px;
}

/* Contact form */
#contact label
{
	display:block;
}
#contact input[type="text"]
{
	width:300px;
	margin-bottom:10px;
}
#contact textarea
{
	width:400px;
	height:100px;
	margin-bottom:10px;
}

/* Search result */
.searchresult
{
	margin:15px 0px;
}
.searchresult a, .searchresult span
{
	display:block;
	margin-bottom:2px; padding-bottom:2px;
}
.searchresult .type, .searchresult .url
{
	margin-left:5px; padding-left:5px;
	font-size:11px;
	font-family:Arial, Sans-Serif;
	line-height:130%;
}

/* Code */
.code, code, .csharpcode
{
	display:block;
	overflow:auto;
	border:solid 1px #909090;
	padding:5px;
	font-family:Consolas, Courier New, Courier;
}

.code .rem, .csharpcode .rem { color: #008000; }

.code .kwrd, .csharpcode .kwrd { color: #0000ff; }

.code .str, .csharpcode .str { color: #006080; }

.code .op, .csharpcode .op { color: #0000c0; }

.code .preproc, .csharpcode .preproc { color: #0000ff; }

.code .asp, .csharpcode .asp { background-color: #ffff00; }

.code .html, .csharpcode .html { color: #800000; }

.code .attr, .csharpcode .attr { color: #ff0000; }

.code .alt, .csharpcode .alt { background-color: #f4f4f4; }

.code .lnum, .csharpcode .lnum { color: #606060;}

/* XFN tags */

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*  Normal contacts */
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/* Normal contacts youve met */
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/* Colleague and co worker icon more important than contact */
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/* Colleague and co worker icon when met */
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/* Sweethearts are more important than work */
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/* ...and if youve met them thats even better */
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}

/* 1.4 */ 

/* Widgets */
.widget{
	z-index: 1;
	min-width: 1px;
}
.widget h4
{
	font-size:18px;
	margin: 20px 0px 10px 0px;
	font-weight:normal;
}
.widget .content
{
	margin: 0px 0px 20px 0px;
	padding:0px;
}
.widget .delete
{
	margin-left:10px;
	float:right;
	font-family:Arial, Sans-Serif;
	font-size:11px;
}
.widget .edit
{
	float:right;
}

.tagcloud li
{
	display:inline;
	margin-right:5px;
}
.tagcloud a.biggest {
	font-size: 20px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 13px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}

/* Kustom CSS begin */

/* BEGIN Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family:Times New Roman;
  z-index: 100;
  position: relative;
  top:24px;
  text-align:center;
  font-size:80%;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:0;
  padding:0;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font-weight:bold;
  font-family:Times New Roman;
  background-image:url(images/navButtonTotal.gif);
  background-position:-143px -50px;
  display: block;
  text-decoration: none;
  width:142px;
  height:32px;
  padding-top:16px;
}
a#leftNavLink, a#leftNavLink:link, a#leftNavLink:active, a#leftNavLink:visited 
{
  width:142px;
  height:32px;
  padding-top:16px;
  background-image:url(images/navButtonTotal.gif);
  background-position:0 -50px;
}

#nav-one li:hover a#leftNavLink,
#nav-one li.sfHover a#leftNavLink
{
  background-image:url(images/navButtonTotal.gif);
  background-position:0 0;
}

a#rightNavLink, a#rightNavLink:link, a#rightNavLink:active, a#rightNavLink:visited 
{
  background-image:url(images/navButtonTotal.gif);
  background-position:-286px -50px;
  width:93px;
  padding-left:49px;
}

#nav-one li:hover a#rightNavLink,
#nav-one li.sfHover a#rightNavLink
{
  background-image:url(images/navButtonTotal.gif);
  background-position:-286px 0;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background-image:url(images/navButtonTotal.gif);
  background-position:-143px 0;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background-image:url(images/navButtonTotal.gif);
  background-position:0 -100px;
  width:142px;
  height:28px;
  font-size:80%;
  padding:6px 0 0 0;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background-image:url(images/navButtonTotal.gif);
  background-position:0 -134px;
}

.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 47px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  white-space: nowrap;
}
/* End Navigation*/ 

.subMenu 
{
    margin:12px 0 0 3px;
    width:847px;
    height:33px;
    background-image:url(images/navButtonTotal.gif);
    background-position:0 -168px;
}
.subMenu ul li
{
    list-style:none;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    padding:0;
    margin:0;
    cursor:pointer;
    height:33px;
}
#SocialLinkFacebook
{
    margin-left:298px;
    width:72px;
}
#SocialLinkTwitter
{
    width:66px;
    margin-left:35px;
}
#SocialLinkLinkedIn
{
    width:72px;
    margin-left:36px;
}
#SocialLinkYouTube
{
    width:54px;
    margin-left:38px;
}
#SocialLinkVimeo
{
    width:59px;
    margin-left:39px;
}
#SocialLinkRSS
{
    width:20px;
    margin-left:38px;
}

/* Widgets */
.topWidgets 
{
    
}
   
.WidgetZoneRSS 
{
    float:left;
    margin:0 30px 0 0;
}
#widgetzone_be_WIDGET_ZONE
{
    width:314px; 
}
#widgetzone_be_WIDGET_ZONE div h4
{
    background-image:url(images/navButtonTotal.gif);
    background-position:-430px 0;
    color:White;
    font-size:98%;
    font-weight:bold;
    padding:7px 0 12px 14px;
    margin:0;

}
#widgetzone_be_WIDGET_ZONE div div.content
{
    background-image:url(images/rssWidgetBack.gif);
    background-repeat:repeat-y;
    padding-left:6px;
    margin:0;
    line-height:15px;
}
#widgetzone_be_WIDGET_ZONE div div.content div
{
    font-family:Trebuchet MS;
    font-size:90%;
    width:285px;
    color:#808285;
    padding:8px 8px;
}
#widgetzone_be_WIDGET_ZONE div div.content div a
{
    color:#002a5c;
}

.widgetRow2 
{
    background-color:#c7c9cb;
}
.widgetRow2 span p
{
    color:#4d4d4f;
}


.widgetRssFooter 
{
    background-image:url(images/navButtonTotal.gif);
    background-position:-430px -42px;
    width:314px;
    height:20px;
    background-color:Transparent;
}

.bottomWidgets 
{
    margin:10px 0 0 0;
}

.mediaPlayer
{
    width:444px;
    background-image:url(images/mediaPlayerBack.png);
    color:#ffffff;
    float:left;
    text-align:center;
    background-repeat:no-repeat;
    background-position:bottom;
    
}
.mediaPlayer a
{
    color:#ffffff;
}
.mediaPlayer a:hover
{
    text-decoration:underline;
}
.mediaPlayer object
{
    padding:4px 0 0 0;
}
.mediaPlayer p
{
    width:400px;
    font-family:Trebuchet MS;
    font-size:90%;
    padding:0 0 0 20px;
    text-align:left;
}
.mediaPlayerHeader 
{
    background-image:url(images/navButtonTotal.gif);
    background-position:-144px -100px;
    background-repeat:no-repeat;
    height:24px;
    width:444px;
    padding:6px 0 0 95px;
    text-transform:uppercase;
    text-align:left;
}
.mediaPlayerFooter
{
    background-image:url(images/navButtonTotal.gif);
    background-position:-144px -128px;
    height:10px;
    width:443px;
    padding:0 0 0 0;
}
.donateBar 
{
    width:396px; 
    height:87px;
    background-image:url(images/navButtonTotal.gif);
    background-position:0 -201px;
}
.donateBar input 
{
    position:relative;
    left:-20px;
    top:22px;
}

.signUp 
{
    background-image:url(images/navButtonTotal.gif);
    background-position:0 -201px;
    width:396px;
    height:313px;
    margin:0 0 0 458px;
    text-align:right;
    color:#ffffff;
    font-size:120%;
    font-weight:bold;
    text-transform:uppercase;
}
.signUpFields
{
    position:relative;
    top:50px;
    left:-20px;
    font-family:Times New Roman;
}
.signUpFields input
{
    margin-bottom:4px;
    font-size:120%;
    width:200px;

}
.signUpSubmitDiv
{
    position:relative;
    top:12px;
}

.signUpSubmitDiv span
{
    position:relative;
    top:-15px;
    left:-23px;
}

/* slideshow start */
.galleria{list-style:none;}
.galleria li{display:block;width:109px;height:81px;overflow:hidden;margin:0; 
           /*  border:solid 1px #44c8f5; */
             }
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


*{margin:0;padding:0}
	a{color:#348;text-decoration:none;outline:none;}
	a:hover{color:#67a;}
	.caption{color:#ffffff; position:relative; top:-47px; width:340px; font-size:90%; line-height:130%; padding-left:10px; }
	.demo{position:relative;}
	.gallery_demo{float:left; margin-left:8px;}
	.gallery_demo li{width:90px;height:67px;margin:1px 0 7px 0;background:transparent;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{background:transparent; position:absolute; left:460px;}
	#main_image img{margin:0;}
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}	
	
/* slideshow end */

/* cycle start */
.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
}
    
#formDiv p 
{
    margin:12px 0;
}
#formDiv input, #formDiv select 
{
    margin:2px 0;
}    

#splashBody 
{
    color: #000000;
	text-align:center;
	line-height:140%;
	font-family: Trebuchet MS;
	font-size:13px;
	background-color:#000827;
	background-image:url(images/gradientBack.png);
	background-repeat:repeat-x;
	height:1025px;
}
.splashBack 
{
    margin:0px auto;
    background-image:url(images/splashBack.jpg);
    background-repeat:no-repeat;
    width:1080px;
    height:1025px;
    color:#ffffff;
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;    
    text-align:right;
}
.splashBackFields
{
    position:relative;
    top:422px;
    left:-206px;
    
}

.splashBackFields input
{
    margin-bottom:4px;
    font-size:16px;
    width:170px;
}
.splashDonateDiv 
{
    position:relative;
    top:449px;
    left:-208px;
}
.splashDonateDiv input#btnDonate
{
    margin-right:424px;
}

.splashBack input#SkipButton
{
    position:relative;
    top:473px;
    left:-208px;
}
.hiddenPic
{
    display:none;
}

.postPage .post > div a > img:first-child
{
    display:none;

}

.mainSignup
{
    margin:0px auto;
    background-image:url(images/splashBack.jpg);
    background-repeat:no-repeat;
    width:1080px;
    height:1025px;
    color:#ffffff;
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;    
    text-align:left;
}

#pageCopy .signUp 
{
    margin:0;
}

.twitterBox
{
    position:relative;
    top:-68px;
    left:341px;
    width:511px;
    height:73px;
    background:transparent url('images/twitterBack.jpg') no-repeat 0 0;
    margin:0;
    padding:0;
    overflow:hidden;
}
.twitter .content
{
    background-image:none !important;
    margin:0 0 0 12px;
    padding:0;
    color:#FFFFFF;
    font-style:italic;
    position:relative;
    top:-9px;   
}
.twitter .content a
{
    display:inline;
    color:#467caa;
}

.menu ul, .menu li
{
    margin:0;
    padding:0;
}
	
.header a 
{  
    display:block;
}

.whyGA
{
    padding:42px 0 0 13px;
    font-size:16px;
    font-weight:bold;
    color:#172a6b;
    line-height:140%;
}
.whyGA a
{
    color:#0096c1;
    font-size:13px;
    font-weight:normal;
    font-style:italic;
}
.mhDonateBox
{
    width:350px; 
    height:147px; 
    background-image:url('images/donateBox.png'); 
    position:absolute; 
    top:255px; 
    left:479px;
}
.mhDonateBox input
{	
    width:57px;
    height:75px;
    border:none;
    border-right:2px #172a6b solid;
    margin:32px -4px 0 0;
    cursor:pointer;
    background-color:Transparent;
    padding:0;
}
.mhDonateBox input.donate5
{
    background-image:url('images/mhtDonate5Btn.jpg');
    margin-left:3px;
}
.mhDonateBox input.donate25
{
    background-image:url('images/mhtDonate25Btn.jpg');
}
.mhDonateBox input.donate50
{
    background-image:url('images/mhtDonate50Btn.jpg');
}
.mhDonateBox input.donate100
{
    background-image:url('images/mhtDonate100Btn.jpg');
}
.mhDonateBox input.donate500
{
    background-image:url('images/mhtDonate500Btn.jpg');
}
.mhDonateBox input.donateOther
{
    background-image:url('images/mhtDonateOtherBtn.jpg');
    border:none;
}

.mhtHomeCopy 
{
    
}
.mhtRegisterForm input
{
    margin:2px 0;
}
.mhtRegisterForm input[type="radio"]
{
    margin:2px 0 2px 10px;
}
.mhtRegisterBtn
{
    position:absolute;
    top:555px;
    left:0;
    
}
.mhtSignUpBtn
{
    background-color:Transparent;
    background-image:url('images/mhtSignUpBtn.png');
    width:87px;
    height:34px;
    border:none;
    cursor:pointer;
    vertical-align:middle;
}
.mhtGoBtn
{
    background-color:Transparent;
    background-image:url('images/mhtGoBtn.png');
    width:39px;
    height:33px;
    border:none;
    cursor:pointer;
    margin-left:6px;
    vertical-align:middle;
}
	
	
	