   /*General
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.minty{
    color: #74C67A;
    font-weight: bold;
}

#phone {
    display: none;
}
/*Layouts
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header{
    width: 100%;    
}

#nav{
    height: 88px;
    width: 100%;  
    background: black url(/images/mf_logo_index.png) no-repeat left top;
}

#intro{
    width: 100%;
    float: left;  
    overflow: visible;
    text-align: left;
}  

#intro_brief{
    height: 62px;
    border-bottom: #C9C9C9 solid 1px;
    border-top: #C9C9C9 solid 1px;
    text-align: left;
    margin: 0 30px;
    vertical-align: middle;
    width: 960px;
    padding: 10px 0 0 0;
    font-size: 14px;
}



#content{
    margin: 30px;
    width: 960px;
    float: left;
}

#main_left{
    height: 500px;
    width: 440px;
    float: left; 
    text-align: left; 
}

#iwant{
    background-color: #74c579;
    display: block;
    height: 25px;
    padding: 10px 5px 5px 20px;
    margin-bottom: 15px;
    vertical-align: middle; 
}

#main_right{
    background: #ECECEC;
    float: right; 
    width: 470px;
    padding: 20px 0 25px 0;
    text-align: left;
}

.contact{
    height: 53px;
    text-align: left;
    padding: 2px 10px;
    margin: 0 20px;
    line-height: 14px;
    color: #74C67A;
    font-size: 13px;
    border-bottom: #C9C9C9 solid 1px;
}

#error{
    font-size: 11px;
}


/*Headings
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#intro_title{
    background: transparent url(/images/nva_min0109_con_header_getminted.jpg) no-repeat left bottom;
    width: 914px;
    height: 109px;
    text-indent: -7000em;  
    margin-right: 30px; 
    margin-left: 30px; 
    margin-top: 40px; 
    margin-bottom: 15px;    
}

#main_right h1{
    font-size: 20px;
    font-weight: bolder;
    color: #404040;
    margin: 4px 0 10px 28px;
}

.contact h2{
    font-size: 16px;
    font-weight: bolder;
    color: #404040;
    margin: 4px 0 4px 0;
}



/*Links
------------------------------------------------------------------------------------------------------------------------------------------------------*/
a.get_minted{
    background: transparent url(/images/btn_minted.png) no-repeat left top; 
    text-indent: -7000em;
    width: 381px;
    height: 104px;
    float: left; 
    margin-left: 30px;       
}

/*Navigation
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#nav {
    float:right;
    color: white;
}
#nav a{
    color: white;
    text-decoration: none;
}
#nav ul{
    list-style: none;
    float: right;
    margin-top: 55px;
}
#nav ul li{
    display: block;
    float: left;
    padding-left: 20px;
}

/*Option List
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#minty_menu
{
	list-style: none;
	display: block;
	margin: auto 0;
}

#minty_menu li {
	display: block;
	height: 25px;
	padding: 10px 5px 5px 35px;
	background-image: url('images/no.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	vertical-align: middle;
}
#minty_menu li:hover { 
    cursor: pointer;
}

#minty_menu li:last-child{
	margin-bottom: 5px;
}
#minty_menu li.user_selected {
	background-image: url('images/yes.png');
	background-color: #74c579;
}

#minty_menu li.user_not_selected:hover {
	background-color: #74c579;
}

#minty_menu li.user_not_selected {
	background-image: url('images/no.png');
	background-color: #d0e9d3;
}

/*footer
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer{
    width:100%;
    height: 271px;
    float: left;
}
#footer img{
    float:left;
}

