﻿body 
{
	background-color: #4D77B3;
	background-repeat: repeat;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

h1
{
	font-size: 28pt;
	line-height: 45px;
}

h1, h2, h3
{
	font-family: Segoe UI, "Segoe UI"
}


#mainContainer
{
	margin: auto;
	width: 778px;
	border: solid 3px #ffffff;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	margin-bottom:0px;
}

#headerContainer
{
	margin: 10px auto 0px auto;
	width: 788px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #fff;
}

#headerContainer img
{
	margin-left: 5px;
}


#topSpacer
{
	background-color: #4D77B3;
	background-repeat: repeat;
	height: 1px;
	font-size: 1px;
	border-bottom: solid 3px #ffffff;
}

.bottomHeader
{
	font-size: 18pt;
	color: darkblue;
}

.bottomHeader A, .bottomHeader A:link, .bottomHeader visited {text-decoration: none; color: darkblue;}

#bodyBackground
{
	border: solid 1px #bbb;	
}

#navigation
{
	float: left;
	width: 145px;
	margin: 5px 0px;
	padding: 0px 5px;
	font-family: "Segoe UI"
}

#content
{
	margin-left: 165px;
	padding: 25px 5px;
	max-width: 570px;
	line-height: 133%;
	min-height: 300px;
}

/*-- Sub Content --*/

#subContent
{
	background-color: #fff;
	text-align: justify;
	padding-top: 5px;
}

#subContent #leftContent
{
	float: left;
	height: 100px !important;
	width: 370px;
	padding-left: 10px;
	vertical-align: middle;
}

#subContent #rightContent
{
	margin-left: 410px;
	height: 100px !important;
	max-width: 390px;
	padding-right: 10px;
	vertical-align: middle;
}

#subContent .header
{
	font-size: 11pt;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	
}

/*-- Corners --*/

#bottomCorners
{
	
	margin: 0px auto;
	width: 788px;
	padding: 0px;
}

#bottomCorners #leftCorner
{
	background-position:left;
	background-image: url('../../Images/default-album/AJI_BottomCornerLeft.png');
	background-repeat: no-repeat;
	float: left;
	width: 10px;
}

#bottomCorners #middle
{
	width: 768px;
	max-width: 768px;
	display: inline-block;
	float: left;
	background-color: #fff;
}

#bottomCorners #rightCorner
{
	width: 10px;
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	background-image: url('../../Images/default-album/AJI_BottomCornerRight.png');
}

/*-- Footer --*/

#footerContainer
{
	margin: 15px auto;
	width: 778px;
	text-align: center;
	color: #fff;
	font-size: 8pt;
}

#footerContainer A
{
	color: #fff;
}

/*-- Navigation Menu --*/

.RadMenu_aji
{
	margin-top: 1px;
}

.rmSlide
{
    margin-left: 130px;   
    margin-top: -31px; 
}

.rmText
{
    width: 125px;
    line-height: 30px;
}

.rmItem
{
    text-align: left;
}

.rmLink
{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.rmGroup
{
	background-color: #999;
}

.rmLevel1 .rmItem
{
    padding: 10px 0px 10px 5px;
	width:400px;
}

.rmItem:Hover, .rmText:Hover
{
	background: #000;
}


/*-- Contact Form --*/

.contactForm a
{
	text-decoration: none;
	color: #000;	
}

.contactForm a:hover
{
	text-decoration: underline;	
}

.contactForm .button
{
	border:1px solid #000;	
	margin: 2px;
	height: 30px;
}
