html
{ 
    height: 100%; 
} 

img{border:0;}

body {
	background:url(../images/bg.gif);
	background-repeat:repeat-x;	
	background-position:top ;
	background-color: #fff;
	margin: 0px;
	font-family: Arial,Tahoma,  Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #6e6e6e;
	text-decoration: none;
	line-height:17px;
	height:100%;
}


#divHeader
{
    height: 100px;
}

#divContent
{
    min-height: 100%; 
    height: auto !important; /*Cause footer to stick to bottom in IE 6*/
    height: 100%; 
    margin: 0 auto -100px; /*Allow for footer height*/
    vertical-align:bottom;
}

#divFooter, #divPush
{
    height: 100px; /*Push must be same height as Footer */
}


a:link, a:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #bfbfbf;
	text-decoration: none;
}

a:hover, a:active {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #2b2929;
	text-decoration: none;
}


.input-textarea {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #2b2929;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.txt-black12 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #2b2929;
	text-decoration: none;
		
}

.txt-bottom {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	text-decoration: none;
	
	
}
.txt-bottom10 {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #a3a3a3;
	text-decoration: none;
}


a.txt-bottom10link:link, a.txt-bottom10link:visited {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #a3a3a3;
	text-decoration: none;
	
}
a.txt-bottom10link:hover, a.txt-bottom10link:active {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #2b2929;
	text-decoration: none;
	
}


.txt-link-title{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #2b2929;
	text-decoration: none;
	padding:20px 0px 5px 0px;		
}


a.txt-link-title:link, a.txt-link-title:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #6e6e6e;
	text-decoration: none;
	
}
a.txt-link-title:hover, a.txt-link-title:active {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #bfbfbf;
	text-decoration: none;
	
}


.txt-title{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #2b2929;
	text-decoration: none;
	padding:20px 0px 5px 0px;		
}

.txt-title2{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #2b2929;
	text-decoration: none;
	padding:20px 0px 5px 0px;	
		
}

ul.listing{
padding:5px 0px 5px 20px;
margin:0;
}

ul.listing li{
	
padding:0;
margin:0;
background:url(../images/list.gif) no-repeat 0px 5px;
list-style:none;
padding-left:10px;
line-height:18px;
}

/****************************Ecard Start**************************/


.text-input
{
	width:100%;
	border: 0px;
	background-color: #DDDDDD;
}
input.text-input 
{
	text-indent: 5px;
	vertical-align: middle;
	font-size:14px;
	width:100%;
	height: 28px;
}
textarea.text-input 
{
	font-family:arial;
	vertical-align: middle;
	font-size:14px;
	width:450px;
	height: 150px;
}
.td1
{
	height: 28px;
	font-size: 13px;
}
.td2
{
	color:#000000;
	padding-left: 1px;
	height: 20px;
	font-size: 13px;
	vertical-align:middle;
	
}
.headerdot
{
	font-size:16px;
	font-family:arial;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #D3D3D3;
}
.headerdot2
{
	font-size:12px;
	font-family:arial;
	color:#000000;
	border-bottom:1px solid #D3D3D3;
}
.formbutton{
	width:120px;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(media/formbg.gif) repeat-x left top;
}

.btnred
{
	width:181px;
	height: 20px;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	background-image: url(/images/red.gif);
	background-repeat:no-repeat;
	border: 0px solid #FFFFFF;
	bottom:10px;
	cursor: pointer;
}

.btnblack
{
	width:141px;
	height: 20px;
	font-size:10px;
	color:#FFFFFF;
	background-image: url(/images/black.gif);
	background-repeat: repeat-x;
	border: 0px solid #FFFFFF;
	display: block;
	cursor: pointer;
}

.imgpad{
	padding-top: 21px;
	padding-bottom: 4px
}

.ecard
{

}
table.ecard
{
	vertical-align:top;
	margin-left:auto; margin-right:auto;

} 
td.ecard
{
	vertical-align:top;
} 
.ecard-sid
{
	vertical-align:top;
	width: 140px;
}
.ecard-middle
{
	vertical-align:top;
	width: 230px;
}
.ecard-fe
{
	vertical-align:top;
	width:228px;
	
} 

.ecard-fb
{
	vertical-align:top;
} 
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:1024px;
height:600px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;

}
#popupContact h1{
text-align:left;
color:#D3D3D3;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;

}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#D3D3D3;
font-weight:700;
display:block;
}


span.left {
position: absolute;
left: 0;
}
span.right {
position: absolute;
right:0;
}
div.line {
position: relative;
text-align: center;
width:100px;
}

.errors
{
	font-size:10px;
	color:red;
	position:relative;
	top:-14px;
	left:0px;
	z-index:3;
	height:0px;
}
.limiter
{
	font-size:10px;
	position:relative;
	top:-2px;
	left:0px;
	z-index:3;
	height:0px;
}
.status
{
	font-size:11px;
}

/****************************Ecard End**************************/
