/* 

style sheet:        www.louisianamusicexportoffice.com
author:             scott mccrossen / five65.com
updated:            07/07/2006
client:             LouisianaMusicExport

*/

/* ---------------------- MISCELLANEOUS ---------------------- */

img { border: none; }
hr { display: none; }


/* ---------------------------- MAIN STYLES ------------------------  */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333;
	margin:0;
	padding:0 10px 0 10px;
	text-align:left;
	background-color: #eaeaea;
	font-size:12px;
}

a {
	text-decoration: none;
	color:#0099ff;
}

a:hover {
	text-decoration: none;
}

.highlight {
	background: #E0F4FD;
	}
	
.highlight_FAQ {
    background-image: url("images/mas.gif");
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
    color: #545252;
    font-weight: bold;
    }	

h1 {
	font-size:22px;
	line-height: 1.2em;
	color: #0099ff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}

h1.underline {
	font-size:22px;
	line-height: 1.2em;
	color: #0099ff;
	text-align: left;
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}

h2 {
	font-family: "Lucida Grande", Arial, Verdana, sans;
    font-size:16px;
	line-height: 18px;
	margin:0;
	padding: 1px 0 2px 0;
	color: #C00;
	text-align: left;
	background: #fff;
	border-top: 1px dotted #ccc;
}

h2 a {
	color: #C00;
}

h3 {
	font-family: Trebuchet MS, "Lucida Grande", Arial, Verdana, sans;
	font-size:13px;
    margin:0;
	padding: 10px 0 0 0;
	color: #000;
	background: #fff;
	border-bottom: 1px dotted #ccc;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


h4 {
	font-family: Trebuchet MS, "Lucida Grande", Arial, Verdana, sans;
	font-size:13px;
    margin:0;
	padding: 10px 0 0 0;
	color: #c00;
	background: #fff;
	border-bottom: 1px dotted #ccc;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h5 {
	font-family: "Lucida Grande", Arial, Verdana, sans;
	font-size:12px;
    margin:0;
	padding: 5px 0 5px 5px;
	color: #333;
	background: #eaeaea;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
    text-transform: uppercase;
    letter-spacing: 0.2em; 
}
    
#rightContent ul {
	font-size:11px;
	line-height:20px;
}
p {
	font-size:12px;
	line-height:19px;
	color: #333333;
	text-align: left;
}
p a {
	font-size:12px;
	line-height:22px;
	color: #0099ff;
	background: #fff;
	text-align: left;
	text-decoration: none;
}
p a:hover {
	color: #0099ff;
	background: #eaeaea;
}

p .mail {
    background-color: transparent;
}

p .mail a:hover {
    background-color: #ccc;
}


img.left { 
    padding: 10px;
    margin: 0 2px 2px 0;
    display: inline;
}

.left { 
    float: left;
}
 
table {
	width:100%;
}


/* ------------------------- LOGO BOX -------------------------  */

#logo {
	padding:0 0 30px 0;
	text-align:left;
	font-size:24px;
	width:185px;
}

#logo h1 {
	text-align:left;
	font-size:20px;
	line-height:22px;
	margin:0 0 3px 0;
	padding:0;
}

#logo img {
	padding:0 0 30px 0;
	text-align:left;
	background-image: url(images/lmeo_logo.jpg);
	width:185px;
}

/* ---------------------------- CONTAINER & CONTENT DIVs ------------------------  */

#spacer {
	width:1px;
	padding:0;
	margin:0;
	text-align:left;
	position:relative;
	height:30px;
	top:0;
	left:0;
}

#leftContent {
	width:185px;
	padding:0;
	margin:20px 0 20px 0;
	text-align: left;
	position:absolute;
	top:30px;
	left:50px;
}

#rightContent {
	width:556px;
	margin:0 0 20px 0;
	padding:0 20px 15px 20px;
	text-align: left;
	position:relative;
	top:30px;
	left:250px;
	border:1px solid #AFABAB;
	background-color: #fff;
}

html>body #rightContent {
	width:525px;
}

#rightContent img {
	float: left;
    display: inline;
    padding: 20px 0 15px 0;
}

ul#number {
	float:left;
	margin:15px 0 0 0;
	padding:0 0 2px 0;
	width:20px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

html>body ul#number {
	width:24px;
}

ul#number li {
	margin:0;
	padding:0;
	list-style-type: none;
}

ul#number li a {
	margin:2px 2px 0 2px;
	padding:0 2px 0 2px;
	font-size:10px;
	color:#999999;
	width:16px;
	background-color: #F5F5F5;
	text-align:center;
	display:block;
}

html>body ul#number li a {
	padding:1px 2px 0 2px;
}

ul#number li a:hover {
	background-color:#CC0000;
	color: #FFFFFF;
	text-decoration:none;
}

/* ------------------------------------ CLASSES ------------------------ */

.blue {
	color:#0099ff;
}

.grey {
	color:#333333;
}

.mail {
    background-color: none;
}

.top-arrow {
    background: #fff;
}    

    
.content {
	padding:10px;
	margin:0;
	border:1px solid #E6E6E6;
	font-size:11px;
	line-height:18px;
	background-color:#F5F5F5
}

.box {
	padding:15px;
	width:auto;
	margin:30px 0 0 0;
	border:1px solid #E6E6E6;
	font-size:11px;
	line-height:18px;
}

.box a {
	color: #333333;
}

.box a:visited {
	color: #000000;
}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
}


/* --------------------------------- PRIMARY NAVIGATAION -----------------------  */

#mainNav {
	width:185px;
	position: relative;
	padding:0;
	margin:45px 0 20px 0;
}

ul.mainNav {
	list-style-type: none;
	padding:0px 0px 20px 0px;
	width:175px;
	margin:0;
	font-size: 12px;
}

ul.mainNav li a {
	border-bottom:1px dotted #999;
	color:#333333;
	display:block;
	width:175px;
	margin:0;
	padding:4px 0px 4px 2px;
	text-indent:2px;
}

ul.mainNav li a:hover {
	color:#333333;
	background-color:#F3F3F3;
	text-decoration:none;
}

/* ---------------------------- ADDED NAVIGATION STYLES ------------------------  */


.contact p {
	text-align:left;
	line-height:16px;
}

ul.mainList {
	width:549px;
	padding:0;
	margin:0;
	list-style-type: none;
}

ul.mainList li {
	color:#333333;
	width:170px;
	padding:0;
	margin:10px 11px 10px 0;
	font-size: 11px;
	float:left;
}

ul.mainList li a {
	color:#CC0000;
	border:0;
	text-decoration:none;
	line-height:18px;
}

ul.mainList li a:hover {
	text-decoration:underline;
}

/* ------------------------------- Footer ------------------------------ */

#footer {
	width:auto;
	margin:30px 0 0 0;
	padding:5px 0 0 0;
	font-size: 10px;
	border-top:1px solid #999999;
}

#footer a {
	border-bottom:1px dotted #CCCCCC;
	color: #666666;
}

#footer a:hover {
	border-bottom:1px dotted #333333;
	color: #333333;
	text-decoration:none;
}
