@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */

/* ##########################  */
/*  General  HTML  Tag Rules   */
/* ##########################  */

body{
	background-color:#FFF;
	background-attachment:fixed;
	background-position:center;
}
.wrapper    {
    background-color: #FFF;
    width: 800px;
    height: 1430px;
    background-position: center;
    margin-right: auto;
    margin-left: auto;
}
.header  {
	width: 800px;
	height: 100px;
	background-position: center top;
	background-image: url(Content/Page%20Titles/JA_heading.jpg);
	background-repeat: no-repeat;
}
.navMain  {
	float:right;
	margin:60px 50px 0px 0px;
	

}
.navMain ul {
	margin:0px;
	padding:0px;
	
}
.navMain ul li {
	margin:0px;
	padding:0px 0px;
	list-style:none;
	display:inline;
}






.leftCol   {
    width: 116px;
    height: 1220px;
    background-color: #FFF;
    float: left;
    padding-left: 4px;
    padding-right: 20px;
    padding-top: 40px;
}

.leftCol ul  {
	margin:0px; padding:0px;
}


.leftCol  ul li a {
		font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #666;
	display:inline-block;
	width: 110px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #ccc;
		border-radius: 1px;
	color: #333;
	
}
.leftCol ul  li {
	list-style:none;
	width:115px;
	heigth:40px;
	background-color: white;
	font-size:12px;
	line-height:20px;
	text-align:right;
	
}

.leftCol  ul  li a:hover  {
	background-color: white;
	color:#FF6666
}
	
	
.leftCol  ul  li  ul  li   {
	display:none;
	
	
}
	
	.leftCol  ul  li:hover ul li   {
		display:block;
		
		
}








.rightCol   {
    width: 660px;
    height: 1250px;
    margin-top: 1px;
    float: right;
}

.rightCol img {
	transition: 1s;
	padding top: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	with: 100px;
	}
.rightCol img:hover {
	filter:  color(100%);
	transform: scale(1.1);
	}

.rightCol h4  {
    font-family: Arial, Helvetica, sans-serif;
    color: #EF676A;
    font-size: 14px;
    font-weight: normal;
	letter-spacing: 3px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: inherit;
    height: auto;
	font-style: oblique;
	
}



}


/* ~~ The footer styles ~~ */
.footer {
	background-color: #FFFFFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
.footer p {
    font-family: Arial, Helvetica, sans-serif;
    color: #F06365;
   text-align: center;
	font-size: 11px;
    padding-left: 5px;
    padding-right: 0px;
    line-height: 16px;
    height: 20px;
    word-spacing: 1mm;
    padding-bottom: 12px;
}
/* ~~ end The footer styles ~~ */
