﻿/*
	CSS of MCAA | Version 1.0 | Layout
	Marine Corps Aviation Association
	----------------------------------
	American Technology Services
	CSS/XHTML by Todor Iliev
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #333;
	}
	
div.msg {
	background: #e1dfdb;
	padding: 8px;
	border-bottom: 2px solid #131313;
	}
div.msg p {
	width: 840px;
	margin: auto;
	}	
	
/*  -------------- Begin Default Headings, Paragraph, Links --------------  */
h1, h2, h3 {
	font-weight: normal;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #151560;
	font-size: 320%;
	margin: 0 0 20px 0;
	}	
h2 {
	color: #e30102;
	font-size: 140%;
	}
h3 {
	font-size: 120%;
	color: #e30102;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	}

p {
	line-height: 15px;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

a:link, a:visited {
	color: #302c79;
	text-decoration: none;
	}
a:hover {
	color: #1e1a64;
	}

img {
	border: 0;
	}
/*  -------------- End Default Headings, Paragraph, Links --------------  */


#wrapper {
	width: 840px;
	margin: 10px auto;
	background: url(../images/stencil-bg.gif) #fff no-repeat 300px 10px;
	border: 4px solid #fff;
	}
	
/*  -------------- Begin Header --------------  */
#header {
	position: absolute;
	z-index: 1000;
	width: 200px;
	margin: 0 0 0 620px;
	}
/*  -------------- End Header --------------  */


/*  -------------- Begin Main Menu --------------  */
#main-menu {
	background: url(../images/main-menu-bg.gif) #ca920b repeat-x 0 0;
	border-top: 5px solid #e30102;
	}	
#main-menu ul.CMSListMenuUL {
	margin: 0 0 0 8px;
	}
#main-menu ul.CMSListMenuUL li {
	float: left;
	list-style: none;
	}
#main-menu ul.CMSListMenuUL li a:link,
#main-menu ul.CMSListMenuUL li a:visited {
	color: #17144d;
	font-size: 120%;
	font-weight: bold;
	padding: 12px 10px;
	display: block;
	white-space: nowrap;
	}
#main-menu ul.CMSListMenuUL li a:hover {
	color: #c83a2a;
	background: #e2ab08;
	}
#main-menu ul.CMSListMenuUL li span {
	color: #705206;
	background: #d19a0a;
	font-size: 120%;
	font-weight: bold;
	padding: 12px 10px;
	display: block;
	white-space: nowrap;
	}
#main-menu ul.CMSListMenuUL li ul {
	z-index: 1000;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 10px;
	background: #fff;
	}
	
#main-menu ul.CMSListMenuUL li ul {
	z-index: 1000;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 10px;
	background: #fff;
	}
	
#main-menu ul.CMSListMenuUL li:hover > ul {visibility: visible;} 

#main-menu ul.CMSListMenuUL li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	}
#main-menu ul.CMSListMenuUL li ul li a:link,
#main-menu ul.CMSListMenuUL li ul li a:visited {
	font-size: 90%;
	width: auto;
	margin: 0;
	padding: 3px 20px;
	border: none;
	}
#main-menu ul.CMSListMenuUL li ul li a:hover,
#main-menu ul.CMSListMenuUL li ul li span {
	color: #d2a315;
	background: none;
	font-size: 90%;
	width: auto;
	margin: 0;
	padding: 3px 20px;
	border: none;
	}
/*  -------------- End Main Menu --------------  */


/*  -------------- Begin Banner Menu --------------  */	
#box-menu {
	caption-side: bottom;
	background: url(../images/box-menu-bg.gif) #0f0d3e repeat-x 0 0;
	border-top: 1px solid #fff;
	}
#box-menu ul.menu-list li {
	width: 20%;
	float: left;
	list-style-type: none;
	text-align: center;
	background: url(../images/box-menu-divider.gif) no-repeat left center;
	}
#box-menu ul.menu-list li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 40px 20px;
	}
#box-menu ul.menu-list li a:hover {
	color: #d2a315;
	}
/*  -------------- End Banner Menu --------------  */	


#container {
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #ca920b;
	padding: 20px;
	}


/*  -------------- Begin Content --------------  */
#content {
	float: left;
	width: 70%;
	}
#content p {
	line-height: 17px;
	margin: 0 0 10px 0;
	}
#content ul {
	margin: 0 0 0 30px;
	padding: 5px 0 15px 0;
	}
#content ul li {
	list-style-type: disc !important;
	line-height: 17px;
	}
#content a {
	text-decoration: underline;
	}
#content a:hover {
	text-decoration: none;
	}
/*  -------------- End Content --------------  */


/*  -------------- Begin Right Column --------------  */
#right-column {
	float: right;
	width: 22%;
	padding: 60px 0 0 0;
	}

#right-column #sub-menu ul li {
	color: #0a0a4d;
	font-size: 120%;
	font-weight: bold;
	line-height: 21px;
	}
#right-column #sub-menu ul.CMSListMenuUL a:hover {
	color: #4b4b7c;
	}
/*  -------------- End Right Column --------------  */


/*  -------------- Begin USMC News --------------  */
table.news-tbl a:link,
table.news-tbl a:visited {
	display: block;
	}
table.news-tbl td {
	line-height: 17px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	}
table.news-tbl td span.title {
	font-weight: bold;
	}
table.news-tbl td span.date {
	color: #999;
	}
table.news-tbl td span.description {
	}
/*  -------------- End USMC News --------------  */


/*  -------------- Begin Footer --------------  */
#footer {
	color: #777;
	background: #ddd;
	padding: 12px 20px;
	border-top: 1px solid #fff;
	}
#footer p.copyright {
	float: left;
	width: 60%;
	}
#footer #menu {
	float: right;
	text-align: right;
	}
#footer #menu ul.menu-list {
	}
#footer #menu ul.menu-list li {
	display: inline;
	list-style: none;
	background: url(../images/main-menu-divider.gif) no-repeat left 4px;
	padding: 0 5px 0 8px;
	}
#footer #menu ul.menu-list a:link,
#footer #menu ul.menu-list a:visited {
	color: #777;
	}
#footer #menu ul.menu-list a:hover {
	color: #444;
	}
/*  -------------- End Footer --------------  */


/* used for link buttons on renewal control */
a.button {
    background: transparent url('../images/control/bg_button_a.gif') no-repeat scroll top right;
    color: #305683;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	}

a.button span {
    background: transparent url('../images/control/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
	}
	
a.button img {
	border: 0;
	float: left;
	margin-right: 5px;
	}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
	} 
	
.normal-red 
{
    font-size: 11px;
    color:Red;
    font-weight: normal;
    text-align: left;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial, Sans-Serif;
}	
/* end link buttons*/	