@charset "utf-8";
/* CSS Document */

body {
margin: 0;
background-attachment: fixed;
background-image: url(images/bg_long.jpg);
background-repeat: repeat-x;
background-position:top;
text-align: center;
font: normal 76%/1.5em arial, helvetica, sans-serif;
}

a img {border: none; }
a:link { color: #c51900; font-weight: bold; text-decoration: none; }
a:visited { color: #c51900; font-weight: bold; text-decoration: none; }
a:hover { color: #666666; font-weight: bold; text-decoration: none; }
a:active { text-decoration: none; color: #c51900; font-weight: bold; }

#wrapper {
width: 750px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#JCIlogo {
	float: left;
	position: relative;
	left: 0px;
	top: 10px;
	width: 112px;
	height: 112px;
	z-index: 1;
	background-image:url(images/jci_logo.png);
}

#JCIlogo2 {
	float: left;
	position: relative;
	margin-left: 0px;
	top: 10px;
	width: 183px;
	height: 37px;
	z-index: 1;
	background-image:url(images/logo_right.png);
}

#social_media 
{
    float: right;
    position: absolute;
    top: 0px;
    width: 252px;
    height: 64px;
    margin-left: 580px;
    background-image: url(images/social-media-bg.png);
}

.pageimage {
	float: left;
	position: absolute;
	background-position: left;
	background-repeat: no-repeat;
	width: 356px;
	height: 123px;
	z-index: 2;
	margin-left: 145px;
	margin-right: auto;
	top: 80px;
	} 
	
.pagename {
	float: left;
	position: absolute;
	width: 139px;
	height: 50px;
	z-index: 2;
	margin-left: 572px;
	margin-right: auto;
	top:137px;
	} 


#content {
	position: absolute;
	width: 600px;
	z-index:3;
	top: 166px;
	margin-left: 145px;
	}
	


.content_top {
	width: 100%;
	height: 20px;
	background-image: url(images/text_top.png);
	}
.content_footer {
	width: 100%;
	height: 19px;
	padding-top: 15px;
	background-image: url(images/text_footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 10px;
	}
.content_center {
	width: 100%;
	background-image: url(images/text_mid.png);
	background-repeat:repeat-y;
	}
.content_text {
	margin-left: 25px;
	margin-right: 24px;
	background-color:#FFFFFF;
	background-image: url(images/text_bg.jpg);
	background-repeat:repeat-x;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	}
/* Menu */
#menu {
	position: absolute;
	width: 173px;
	height: 397px;
	z-index:5;
	top: 130px;
	margin-left: 20px;
	text-align: left;
	}
	
.menu_mid {
	height: 385px;
	width: 100%;
	background-image: url(images/menu_mid.png);
	background-repeat: repeat-y;
	padding-left: 11px;
	}
	
.menu_content {
	height: 362px;
	width: 143px;
	text-align: left;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	}
.menu_top 
{
    background-image: url(images/menu_top.png);
    height: 17px;
    width: 100%;
}

.menu_contact_portion
{
    background-image: url(images/menu_contact_portion.jpg);
    height: 23px;
    width: 148px;
}

.menu_bottom 
{
    background-image: url(images/menu_bottom.png);
    height: 15px;
    width: 100%;
}
    	
/*
a.contact_link 
{
    display: block;
    width: 65px;
    height: 17px;
    background: url("images/menu_contact.gif") 0 0 no-repeat;
    text-decoration: none;
    margin-left: 20px;
}

a.contact_link:hover {
background-position: -65px 0;
}

*/

.contact_link 
{
    display: block;
    margin-left: 8px;
    z-index: 99;
}

#pscroller1{
width: 198px;
height: 85px;
padding-left: 65px;
background: transparent;
font-weight: bold;
color: #223267;
margin-top: 64px;
font-size: inherit;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
color: #223267;
font-size: inherit;
}

#pscroller2 a:link{
text-decoration: none;
color: #223267;
}
#pscroller2 a:hover{
text-decoration: none;
color: #c51900;
}
#pscroller2 a:visited{
text-decoration: none;
color: #223267;
}
#pscroller2 a:active{
text-decoration: none;
color: #223267;
}

#pscroller1 a:link{
text-decoration: none;
color: #223267;
}
#pscroller1 a:hover{
text-decoration: none;
color: #c51900;
}
#pscroller1 a:visited{
text-decoration: none;
color: #223267;
}
#pscroller1 a:active{
text-decoration: none;
color: #223267;
}

.innerDiv 
{
    width: 198px !important;
}

.someclass 
{
   
}