﻿body 
{
    font-family:Arial;
    background-color:#2F075D;
    background-image:url('images/background.jpg');
    background-repeat:repeat-x;
    margin:0px 0px 0px 0px;
}

h1 
{
	padding-top:10px;
}
.fadeDiv
{
	background-image:url('images/bgFade.png');
	background-repeat:repeat-x;
	padding-top:15px;
	padding-bottom:15px;
    width:773px;
    background-color:#140A20;
}

.TopSlideDiv
{
	background-image:url('images/bgTopSlide.gif');
	background-repeat:no-repeat;
	background-position:top;
	width:743px;
	margin-left:18px;
	min-height:500px;
}
.BottomSlideDiv
{
	background-image:url('images/bgBottomSlide.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	width:703px;
	min-height:500px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}

.leftList 
{
	float:left;
	width:500px;
}
.leftList li,.leftList a, .serviceList li, .serviceList a
{
	list-style-image:url('images/bgList.gif');
	border-bottom:solid 1px grey;
	padding-bottom:3px;
	text-decoration:none;
}	

.BottomSlideDiv h1
{
	text-align:left;
	margin-top:10px;
	font-size:24px;
}
.leftCol
{
	float:left;
	width:220px;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	background-repeat:no-repeat;
}
.rightCol
{
	float:right;
	width:480px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	background-repeat:no-repeat;
}

#PemiBg
{
    background-image:url('images/pemi-bg.jpg');
    width:773px;
    min-height:550px;
    font-size:12px;
    text-align:left;
}

#PemiBgJr
{
    background-image:url('images/pemi-bgJr.jpg');
    width:650px;
    background-repeat:repeat-y;
    min-height:550px;
    font-size:12px;
    text-align:left;
}


#HeaderDiv
{
    background-image:url('images/header.jpg');
    font-size:12px;
    width:773px;
    height:121px;
    text-align:left;
}

.HomeForm
{
	margin:130px 10px 10px 230px;
	text-align:left;
	vertical-align:top;
}

.LoginImageButton
{
	margin-left:120px;
}
.LoginTxt
{
	font-family:Arial;
	font-size:18px;
	height:22px;
	margin-top:10px;
	margin-bottom:10px;	
	margin-left:90px;
}

#HomeLogin
{
    background-image:url('images/login_back.jpg');
    background-repeat:no-repeat;
    font-size:12px;
    width:773px;
    height:513px;
    text-align:left;
}

.Camera
{
	border-width:2px;
	border-color:Blue;
	
}
.CameraHeader
{
	background-color:Blue;
	float:left;
}

.HideShow
{
	float:right;
	color:White;
	text-decoration:none;
	font-size:10px;
}
.CameraBody
{
	float:left;
}

.Control
{
	font-size:10pt;
	float:left;
	text-align:center;
	margin:5px 5px 5px 5px;
}

#MenuDiv, #AdminMenuDiv
{
    
    font-size:12px;
    width:500px;
    color:White;
    
    text-align:center;
}

#MenuDiv
{
	background-image:url('images/header.jpg');
	padding:88px 0 0 130px;
}
#AdminMenuDiv
{
	background-image:url('images/adminheader.jpg');
	padding:88px 0 0 130px;
}

#MenuDiv a 
{
	color:White;
}

#MenuDiv a:hover
{
		color:#2F075D;
}

#LogIn a
{
    float:right;
    color:White;
    padding:10px 10px 10px 10px;
    text-decoration:none;
}

#ContentDiv
{
    width:773px;
    text-align:center;
    background-image:url('images/bodyBackground.jpg');
    background-repeat:repeat-x;
}

#ContentDivJr
{
    width:650px;
    text-align:center;
    background-image:url('images/bodyBackground.jpg');
    background-repeat:repeat-x;
}

#InnerContent
{
    width:708px;
    margin:10px 10px 10px 10px;
    text-align:left;
    background:white;
    background-image:url('images/pageBackground.jpg');
    background-repeat:no-repeat;
    margin-bottom:0px;
    padding:20px 10px 0px 10px;
    min-height:448px;
}

#FooterDiv
{
    background-color:#CDC8CF;
    width:773px;
    text-align:center;
    padding:5px 0px 5px 0px;
    font-size:10px;
    color:#555555;
    
}

.PageTitle
{
	font-size:20px;
	font-weight:bold;
	margin:5px 5px 5px 0px;
}

.NoDisplay
{
	display:none;
}

.ServiceTitle
{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.ServiceRate
{
	font-size:16px;
	font-weight:bold;
	float:right;
	clear:right;
}

.FormLabel 
{
	width:200px;
	float:left;
}


/*CustEdit*/
#tabBarDiv
{
	height:21px;
	padding:0px;
}

#tabPageDiv, #tabBarDiv
{
	width:590px;
	float:right;
}

#tabPageDiv
{
	/*height:600px;
	overflow:auto;*/
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

.innerTab, .activeInnerTab
{
	width:114px;
	height:19px;
	padding:2px 0px 0px 2px;
	margin:0px;
	float:left;
}

.innerTab a, .activeInnerTab a
{
	text-decoration:none;
	font-weight:bold;
}

.innerTab
{
	background-image:url('images/tabbg120_a.gif');
	border-bottom:solid 1px #000000;
}
.activeInnerTab
{
	background-image:url('images/tabbg120_b.gif');
}


#ContentDiv
{
	font-size:14px;
}

.invisiblecontrol
{
	display:none;
}