/* *******************************
OC-CHARM
******************************* */

* {margin:0; padding:0;}

h1, h2, h3, h4, h5, h6 {
	background: none;
	background-color: transparent !important;
	border:none;
  	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0px solid #fff !important;
	}

body {
	background-color: #000033;
	font-family: 'tahoma', arial, sans-serif;
	background: #F4F3EE url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bodyBg.jpg) repeat-y top center;
	padding:0;
	margin:0;
	color: #535353;
	}
div#sitecontainer {
        background: #fff url('http://illumen.orchidsuites.net/sites/namavoice.com/ht/a/GetImageAction/i/3455') repeat-x bottom left;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 955px;
	padding:0;
	}

#main {
	float: right;
	width: auto !important;
	padding: 0;
	}

#main h1 {
	line-height:	110%;
	line-height: 110%;
	background-color: #fff;
	font-weight: normal;
	font-size: 200%;
	text-align: left;
	padding: 2px;
        border: 0px solid #000000;
	}

strong {
	color: #999;
	}
#footer {
	margin 0 auto;
	color: #FFFFFF;
    	clear: both;
    	padding: 15px;
    	text-align: center;
	background: #A14176;
	display: block;
	border-top: 2px solid #fff;
	min-height: 130px;
	}
.address{
	margin 0 auto;
	color: #ffffff;
	clear: both;
	padding-left: 2px;
	padding-top: 10px;
	text-align: center;
	background: #e7e4db;
	display: none;
	width: 100%;
}
#footer .address b {
	font-family: verdana, sans-serif;
	}

#footer .address a {
	color: #ccc;
	}
#powered{
	margin 0 auto;
	color: #ffffff;
    	clear: both;
	padding-left: 2px;
	padding-top: 10px;
	text-align: center;
	background: #fff;
	display: block;
	}
#main strong {
	color:#106296;
}
#main B {
	color:#106296 !important;
}
/* *******************************

HOVER

The color needs an !important to overrule the normal link colors, which are set on
a selector containing an ID. Normally ID overrides CLASS, but in this specific instance
we don't want that.

******************************* */

.nav div a hover {
	color: #1E2472 !important;
	background-color: #cccccc;
	}

#main a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline !important;
	}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background: #A14176 url(none) repeat-x !important;
	width: 100% !important;
	}

#nav1 a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	}

#nav1 a hover {
	border-style: inset;
	}

a#contribute {
	background-color: #000033;
	border: 2px solid #000033;
	}

.foldOut a:hover {
	color: #1E2472 !important;
	}

.nav ul {
	margin: 0;
	padding: 0;
	}

.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.nav a {
	text-decoration: none;
	}
.nav li div a {
	display: block;
	width: 122px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	}

#nav1 {
    height: 30px;
}

#nav1 li {
    float: left;
    margin: 0;
    padding: 8px 23px 0 23px;
}

#nav1 a {
    width: auto;
    height: 13px;
    display: block;
    text-align: center;
}

#nav1 div a {
	text-align: left;
	color: #003399;
	border-bottom: 1px solid #ccc;
	padding: 4px 0 4px 0 !important;
	width: 95% !important;
	}


/* *******************************

LEFT NAVIGATION

******************************* */


#navBot {
float: left;
width: 125px !important;

margin: 0 15px 0 15px;
}

#navBot a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
font-size: 13px;
text-decoration: none;
border-bottom: 1px dotted #fff;
}
#navBot a:hover{
border-bottom: 0px dotted #fff;
}
#navBot ul{
list-style: none;
margin-left: 15px;
}
#navBot ul li {
	text-align: left;
	margin-bottom: 3px;
	}



/* *******************************

HEADERS

******************************* */
h1 {
	line-height:	110%;
    font-size: 100%;
    background-color: #cccccc;
    padding: 1px;
    border: 1px solid #000000;
}

h2 {
	font-weight: normal;
    font-size: 100%;
    background-color: #cccccc;
    padding: 0px 0px 0px 0px;
    color: #003;
	line-height: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
    border-bottom: 1px dotted #003;
}

h3 {
    font-size: 120%;
    color: #003399;
/*    background-image: url(http://orchidsuites.net/orchid/skins-illumen/charm-illumen/JB01-1/images/navbullet.gif); */
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 15px;
}

h4 {
    font-size: 100%;
    margin: 0;
}

/* *******************************

HEADERS HOME

For Alert Messages and Features

******************************* */

.homealertmsg {
	text-align: center;
	color: #ff0000;
}

.homealertmsg a {
	text-decoration: none;
}


.threecolumn h2 {
	font-size: 130%;
	padding: 5px;
	padding-left: 10px;
}

.homealertmsg h2,.homefeature h2 {
	background-color: #9A0000;
}

body.threecolumn h1 {
	line-height:	110%;
	text-align: center;
	background-color: #1E2472;
	color: #ffffff;
	padding: 0px;
}

/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
	text-align: left;
	padding-right: 2px;
	padding-bottom: 0px;
	//background:transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/preambleBg.jpg) no-repeat top left;
	background:transparent url(http://illumen.orchidsuites.net/sites/namavoice.com/ht/a/GetImageAction/i/3444) no-repeat top left;
	width: 283px;
	}
#extra h1{
	color: #005991;
	text-align: left; 
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	}
#extra .welBx{
	padding:0;
	margin:0;
	height: 110px;
	background:transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/sideHr.jpg) no-repeat bottom left;
	}
#extra .welBx h1{
	margin-top: -10px;
	margin-top: -5px !important;
	}
#extra .welBx img{
	margin-left: 5px;
	}
#extra .welBx a{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-bottom: 30px;
	}
#extra .extraBg{
	background:transparent url('http://illumen.orchidsuites.net/sites/namavoice.com/ht/a/GetImageAction/i/26380') no-repeat bottom left;
	min-height: 160px;
	_margin-top: -7px !important;
	}
#extra .extraBx{
	background:transparent url('http://illumen.orchidsuites.net/sites/namavoice.com/ht/a/GetImageAction/i/26377') no-repeat top left;
	margin-top: -27px;
	_margin-top: -20px !important;
	min-height: 110px;
	padding: 10px 20px;
	}

#extra a {
	color: #005991 !important;
text-decoration: none;
font-weight: normal;
}

#extra #reBx{
margin: 0 7px;
padding-bottom: 10px;
background:transparent;
}
#extra #reBx .relBx{
	width: 100%;
	margin: 0;
	padding: 0;
	background:transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/sideBot.jpg) no-repeat bottom left;
	}
#extra #reBx h2{
	margin: 0 0 20px 0;
	font-size: 17px !important;
	color: #5B5B5B;
	padding: 10px 0 0 0;
	}
#extra .relBxTop {
	background:transparent url('http://illumen.orchidsuites.net/sites/namavoice.com/ht/a/GetImageAction/i/3475') no-repeat top left;
	min-height: 100px;
	margin: 0;
	padding: 10px 10px;
	}
#extra .relBxTop ul{
	list-style-image: url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif);
	margin-left: 10px;
	padding: 0;
	}
#extra .relBxTop img{
	padding-top : 5px;
	}
#extra .relBxTop ul li a {
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	color: #005991;
	font-size: 14px !important;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

.relBx .linksList ul {
	margin: 0 0 0 20px !important;
	}

.relBx .relBxTop23 ul {
	margin-left: 0 !important;
	}


/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}

.fpBx{
	width: 670px;
	height: 360px;
	background:transparent url(http://illumen.orchidsuites.net/sites/namavoice.com/ht/a/GetImageAction/i/3444) no-repeat top left;
	}
.fpBx .preBx{
	float: left;
	display: block;
	margin-left: 17px;
	}
.preBx .insiderBx{
margin-left: -17px;
}
.fpBx .preBx h1{
font-size: 24px;
margin-top: 14px;
color:#5a5a5a;
}
.fpBx .releases{
width: 250px;
float: left;
}
.fpBx .releases h2{
font-size: 24px;
margin-top: 19px;
color:#5a5a5a;
}
.fpBx .releases ul{
	padding: 0;
	margin: 20px 0 0 34px;
	list-style-image: url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif);
	}
.fpBx .releases ul li{
	padding-left: 0px !important;
	margin:0 0 10px 0 !important;
	}
.fpBx .releases ul li a{
	padding: 0;
	margin: 0;
	}
.fpBx .releases ul li h1{
padding: 0;
margin:0;
color: #005991;
font-size: 16px !important;
}
.fpBx .releases .morelink{
text-align: right;
padding: 10px;
}
.fpBx .releases .morelink a{
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #005991 !important;
}

/* Promoted Contents */
#prBx {
	margin: 30px 0 18px;
	}
#prBx .promBx{
	width: 297px;
	background:transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/botBxBot.gif) no-repeat bottom left;
	min-height: 350px;
	float: left; 
	margin-left: 16px;
	margin-bottom: 20px;
	}
#prBx .promBxTop{
	width: 277px;
	min-height: 100px;
	background:transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/botBxTop.jpg) no-repeat top left;
	padding: 23px 10px;
	margin-top: -10px;
	}
#prBx h2{
	font-size: 18px;
	padding:0;
	color:#5a5a5a;
	}
#prBx ul{
	padding: 0;
	margin-left:25px;
	list-style-image: url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif);
	margin-top: 10px;
	}
#prBx .releases ul li{
	padding-left: 0px !important;
	margin:0 0 3px 0 !important;
	}
#prBx ul li {
	margin: 15px 0 15px 0 !important;
	}
#prBx ul li a{
	padding: 0;
	margin: 0;
	display: block;
	color: #005991;
	font-size: 16px !important;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#prBx span{
	line-height: 14px;
	font-size: 11px;
	}
.promBx3 ul{
	list-style-image: none !important;
	margin-top: 20px !important;
	margin-left: 10px !important
	}
.promBx3 ul li{
	margin-left: 0px;
	padding: 0 !important;
	height: 18px;
	list-style: none;
	margin-bottom: 10px;
	}
.promBx3 ul li a{
	margin: 0 !important;
	padding-left: 28px !important;
	}
#extra .relBxTop ul#relBxUl16 {
	list-style-type: none !important;
	list-style-image: none !important;
	margin : 0 !important;
	}
li#elect0 a, li#elect1 a, li#elect2 a, li#elect3 a, li#elect4 a {
    padding-left : 25px ! important;
}
.promBx3 ul li.li0 a, li#elect0 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b1.gif) no-repeat top left;
	}
.promBx3 ul li.li1 a, li#elect1 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b2.gif) no-repeat top left;
	}
.promBx3 ul li.li2 a, li#elect2 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b3.gif) no-repeat top left;
	}
.promBx3 ul li.li3 a, li#elect3 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b4.gif) no-repeat top left;
	}
.promBx3 ul li.li4 a, li#elect4 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b5.gif) no-repeat top left;
	}
.promBx3 ul li.li5 a, li#elect5 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif) no-repeat top left;
	padding-left: 28px !important;
	margin-left: 0 !important;
	}
.promBx3 ul li.li5 a, li#elect5 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif) no-repeat top left;
	padding-left: 23px !important;
	margin-left: 7px !important;
	}
.promBx3 ul li.li6 a, li#elect6 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif) no-repeat top left;
	padding-left: 23px !important;
	margin-left: 7px !important;
	}
.promBx3 ul li.li7 a, li#elect7 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif) no-repeat top left;
	padding-left: 23px !important;
	margin-left: 7px !important;
	}
.promBx3 ul li.li8 a, li#elect8 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif) no-repeat top left;
	padding-left: 23px !important;
	margin-left: 7px !important;
	}
.promBx3 ul li.li9 a, li#elect9 a {
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif) no-repeat top left;
	padding-left: 23px !important;
	margin-left: 7px !important;
	}

/* FOOTER */

#footBx{
width: 920px;
margin:0 auto;
padding: 10px 20px 15px 20px;
}
#footBx #botBx{
width: 380px;
line-height: 16px;
float: left;
}
#footBx #botBx.botBxR{
float: right;
}
#footBx #botBx .imgBx{
float: left;
margin-right: 30px;
}
#footBx #botBx .txtBx{
text-align: left;
}
#footBx #botBx .txtBx h1{
text-align: left;
margin: 0 0 5px 0;
padding: 0;
font-size: 16px;
color: #FFFFFF !important;
}
#footBx #navBot h1{
color: #FFFFFF !important;
text-align: left;
margin: 0 0 5px 0;
padding: 0;
font-size: 16px;
}
#footBx #botBx .txtBx .moreBx a{
font-size: 16px;
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
border-bottom: 1px dotted #fff;
}
#footBx #botBx .txtBx .moreBx a:hover{
border-bottom: 0px dotted #fff;
}
#footBx #botBx .txtBx .moreBx{
text-align: right;

}
.innBx #main {
	float: left;
	width: 630px !important;
	min-height: 600px !important;
	background:transparent url('http://illumen.orchidsuites.net/sites/namavoice.com/ht/a/GetImageAction/i/3444') no-repeat top left;
	padding: 0 20px 0 20px;
	}
.innBx p {
	margin: 0 0 12px 0;
	}
.innBx #main h1{
color: #5a5a5a;
}
.innBx #main ul{
list-style-image: url(http://orchidsuites.net/orchid/skins-illumen/charm/images/bullet1.gif);
margin-left: 30px;
padding: 0;
margin-top: 10px;
}
.innBx #main ul li{
margin-top: 20px;
}
.innBx #main ul li ul li{
margin-top: 0px;
}
.innBx #main ul a{
font-weight: bold;
color: #226F9E ;
}
.promBx li img {
margin-left: -20px;
}

/* IMAGE Box */
#extra #reBx .relBx22 h2, #extra #reBx .relBx23 h2{
margin-top: -20px;
}
#extra #reBx .relBx22{
background: transparent;
}
#extra #reBx .relBxTop22{
background: transparent;
padding: 0 11px;
}
#extra #reBx .relBx22 a img {
margin-left: -20px;
padding-top: 5px;
}

/* -- Survey -- */
#surveyQuestion #theQuestion {
	padding: 4px 0 7px 0;
	}
#surveyQuestion ul {
	list-style-type: none;
	list-style-image: none !important;
	margin-left: 0px !important;
	width: 205px;
	}
#surveyQuestion ul li {
	width: 100px;
	padding: 0 0 3px 0;
	float: left;
	}
#surveyQuestion ul li input {
	width: 20px !important;
	}
#surveyQuestion #surveySubmit {
	clear: both;
	text-align: center !important;
	padding: 5px 0 0 0 !important;
	}
#surveyQuestion #surveySubmit a {
	font-size: 11px !important;
	display: inline;
	margin:0 !important;
	}

ul#16 {
	list-style-image: none !important;
	}
ul#16 li.li0 a{
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b1.gif) no-repeat top left !important;
	}
ul#16 li.li1 a{
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b2.gif) no-repeat top left !important;
	}
ul#16 li.li2 a{
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b3.gif) no-repeat top left !important;
	}
ul#16 li.li3 a{
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b4.gif) no-repeat top left !important;
	}
ul#16 li.li4 a{
	background: transparent url(http://orchidsuites.net/orchid/skins-illumen/charm/images/b5.gif) no-repeat top left !important;
	}

/* -- Nav Dropdown Links Override -- */
/*
.nav div.foldOut {
	display: block !important;
	background-color: #ffffff !important;
	z-index: 10 !important;
	padding: 10px !important;
	border: 1px solid #666 !important;
	}
*/
.nav div.foldOut {
	border: 1px solid #666 !important;
	}
#nav1 div.foldOut {
	top: 30px !important;
	left: 36px !important;
	width: 230px !important;
	}
#nav2 div.foldOut {
	left: 220px !important;
	width: 225px !important;
	}

#extra #reBx .relBx23 form ul{
list-style-img: none !important;
list-style: none !important;
}
#extra #reBx .relBx23 form ul li{
list-style-img: none !important;
list-style: none !important;
}
ul.surveyBx, ul.surveyBx li{
list-style-img: none !important;
list-style: none !important;
}