*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

a
{
	text-decoration: none;
	color: #003EA3;
}

a:hover
{
	text-decoration: underline;
	color: #4F5D7F;
}

#wrap
{
	margin: 20px auto 10px auto;
	width: 800px;
	background: #fff;
	padding: 10px;
	border: 5px solid #000;
}

#header
{
	height: 215px;
        border: 2px solid black;
	background: black url(../images/header.jpg) no-repeat;
}

#header h1
{
	font-size: 50px;
	letter-spacing: -7px;
	padding: 17px 0 0 10px;
	color: #FF5500;
}

#header h1 a
{
	color: #D1DDEF;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -7px;
}

#header h1 a:hover
{
	color: #fff;
}

#menu
{
	display:block;
	height: 30px;
	line-height: 30px;
	background: #000;
}

#menu ul
{
	list-style-type: none;
	padding-left: 10px;
}

#menu ul li
{
	display: block;
	float: left;
}

/*
#menu ul li.menu-active
{
    background-color: white;
}
*/

#menu ul li a
{
	padding: 0 15px 0 15px;
	text-decoration: none;
	background: url(../images/sep.gif) no-repeat right 60%;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

#menu ul li a:hover
{
	color: #aaa;
	text-decoration: none;
}

#menu ul li a.menu-active
{
    color: #FFB041;
}

#content
{
	padding: 0;
	line-height: 2em;
}

#content p
{
	padding: 0 5px 10px 5px;
}

.all-center
{
	text-align: justify;
	padding: 15px;
}

.all-center .menu-pos
{
	font-size: 20px;
	font-weight: 100;
	padding: 0 0 10px 0;
	color: #742300;
}

.all-center .centered
{
	text-align: center;
	margin:auto;
	padding: 10px;
}

.all-center h1
{
	font-size: 20px;
	font-weight: 100;
	padding: 10px 0 10px 0;
	color: #742300;
}

.all-center h2
{
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0 7px 0;
	color: #6E0009;
}


.all-center ul
{
	list-style-position: inside;
	padding-left: 10px;
}

.all-center video
{
	display: block;
	margin: 0 auto;
}

.right
{
	float: right;
	width: 600px;
	text-align: justify;
	padding-top: 5px;
}

.right h2
{
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
}

.right h2 a
{
	text-decoration: none;
}

.right h2 a:hover
{
}

.left
{
	float: left;
	width: 160px;
	padding-top: 10px;
}

.left h2
{
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #7988AF;
	font-size: 15px;
}

.left ul
{
	padding: 10px 0 15px 30px;
	list-style-type: square;
	color: #99AECD;
}

.left ul li a
{
	text-decoration: none;
	font-weight: 600;
}

.left ul li a:hover {

}

#footer {
	text-align: center;
	font-size: 11px;
	color: #aaa;
}

#footer a
{
	color: #aaa;
}

#footer a:hover
{
	color: #CC0033;
}

#footer #subscribe
{
	color: #ffff66;
        font-size: 1.4em;
        font-weight: bold;
}

#footer #contact-info
{
        color: #9E3337;
        font-size: 1.4em;
        font-weight: bold;
}

#footer #contact-info a:hover
{
        color: #ffff66;
}


table
{
	width: auto;
	margin: auto;
	border: 1px black solid;
	border-collapse: collapse;
}

table td
{
	padding: 1px 15px 1px 15px;
}

table .header
{
	font-weight: bold;
	color: white;
	font-size: 1.1em;
	background-color: black;
	text-align: center;
}

.return
{
	font-size: 0.8em;
	font-weight: bold;
	color: green;
}

img.floatCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:#742300 solid 1px;
}

img.floatLeft
{
        float: left;
	 /* marging-right: 10px; */
	border:#742300 solid 1px;
}

img.floatRight
{
    float: right;
    margin-left:10px;
    border:#742300 solid 1px;
}

.pdf_download
{
	border: 1px dotted black;
	padding: 5px;
}

.pdf_download:hover
{
	/* background-color:#DBCD48; */
	background-color:#F1E684;
	color: black;
}

.small-under-construction
{
    width: 20%;
    height: 20%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}


.hide
{
    display: none;
}


div #floater-center
{
    display: table;
    height: 120px;
    text-align: center;
    margin: auto;
}

div .contact-data
{
    display: table-cell;
    vertical-align: middle;
    font-size: 2.5em;
    padding-left: 10px;
}

div .contact-data a
{
    color: black;
}


/***********************************************************************************/
/* Nice message */

.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:14px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.error {
    background:#ffecec url('../images/message-boxes/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('../images/message-boxes/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../images/message-boxes/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('../images/message-boxes/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

