﻿/* ----- BASIC ELEMENTS AND FONTS ----- */

.webbody
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #072450 url(images/mainimage.jpg) repeat-x;
	margin: auto;
	padding: 0;
	height: 120%;
}

.MainTitle
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.clear
{
	clear: both;
	height: 30px;
	left: 50px;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 30px;
}

p
{
	margin: 10px 30px 10px 30px;
}

.date
{
	color: #ffd502;
	text-decoration: overline;
	font-size: 10px;
	padding: 10px 0 20px 0;
}

#content_footer p
{
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size: 10px;
	text-align: left;
}

.login_box p
{
	margin: 0px 10px 20px 25px;
	font-size: 9px;
	color: #FFFFFF;
}
.content_box p
{
	margin: 10px 0px 10px 0px;
	color: #C0C0C0;
	font-size: 10px;
	text-align: justify;
}

.content_box_large p
{
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	text-align: justify;
}

.content_box_photo h3
{
	margin: 0px 0px 10px 45px;
}

#content_footer p
{
	margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size: 10px;
	text-align: justify;
}

.red
{
	color: red;
}

.yellow
{
	color: #ffd502;
	font-weight: bold;
}

h1
{
	font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
}

h2
{
	font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
	font-size: 20px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size: 12px;
	text-transform: uppercase;
	color: #072450;
	font-weight: normal;
}

h3
{
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}

h4
{
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
}

h5
{
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color:#ffd502;
}

/*----- MENU ----- */


#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

#nav_list a
{
	color: #FFFFFF;
}

.li_nav_body a
{
	display: block;
	width: 170px;
	height: 20px;
	background: url(images/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height: 20px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}

.li_nav_footer a
{
	display: block;
	width: 170px;
	height: 21px;
	background: url(images/nav_body.png) no-repeat;
	background-position: 0 0px;
	padding-left: 25px;
	line-height: 21px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(images/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}


/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(images/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 60px 0px repeat-y;
	height:1000px;
	
}


#menu_header {
	width:170px;
	height:232px;
	text-align:center;
	float:left;
	margin:0 0 0 30px;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(images/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
    width: 790px !important;
	width: 820px;
	height: 232px;
	float:left;
	text-align: right;
}

#content {
	width: 840px;
	text-align: justify;

	/*float: left;
	margin:0 0 0 20px;*/
	
	position: absolute;
	width: 280px;
	top:220px;
	left:20px;
	
	background: url(images/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 20px 0px repeat-y;
}

.content_box
{
	width: 150px;
	top: 206px;
	margin: 0px 0px 0px 60px;
	float: left;
	position: absolute;
}

.content_box_large 
{
	position: absolute;
	width: 280px;
	top:380px;
	left:200px;
	margin:0px 0px 0px 20px;
	float: left;
}

.content_box_photo {
	width: 800px;
	left:50px;
	top:200px;
	margin: 0px;
	float: none;
	position: relative;
}

#content_footer {
	background: url(images/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

/*input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}*/

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}



/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	position: inherit;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

/*.hoverbox a:hover .preview
{
	display: block;
	position:fixed;
	top: 300px;
	left: 300px;
	z-index: 1;
}*/

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 70px;
	left: -60px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	height: 137px;
	width: 100px;
	margin: 6px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 343px;
}

.Loginframe
{

}

.mailbody
{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.MainArea
{
	right: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.TopMenu
{
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin-top: 7px;
	margin-bottom: auto;
}

.TopMenu a
{
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin-top: 7px;
	margin-bottom: auto;
}

.TopMenu:Hover
{
    color: #FFFFFF;
    text-decoration: overline;
    cursor: pointer;
}

.TopMenuSelected
{
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	vertical-align: middle;
	text-align: center;
	margin-top: 7px;
	margin-bottom: auto;
}

.TopMenuText
{
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin-top: 7px;
	margin-bottom: auto;
}

.EntryArea
{
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #C0C0C0;
}

.EntryAreaText
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

.EntryAreaInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

.EntryAreaSelect
{
	background-color: #000000;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.EntryAreaSelect:Hover
{
	background-color: #000000;
	color: #FFFF00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.SectionTitle
{
	background-color: #666666;
	color: #FFFFFF;
	border: 1px solid #C0C0C0;
}

.MessageTextStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF00;
	text-align: center;
}


.SubscriptionForm
{
	border-style: ridge;
	border-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.MagazineArea
{
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.MagazineAreaHeading
{
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000080;
	color: #FFFFFF;
}

.RenewCheckBox
{
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border-style: none;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFF00;
}

.MagSelect
{
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.FormText
{
	border-style: none;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.required
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
}

.MessageText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
}

.ForgotText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.CreateUserBoxText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 26px;
}

.BoxText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;
    width: 400px;
}

.ExtraOptions
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
}

.ExtraOptions:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}