@charset "UTF-8";
/* CSS Document */
/* Author: Randy Verbeck */


/* The Basics */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}


#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 400px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 60px;
	background-image: url(Pearl_Images/logo.gif);
	background-repeat: no-repeat;
}

hr {
	color: #333;
	background-color: #333;
	height: 1px;
	border: none;
	margin-bottom: 20px;
}

img {
	display: inline;
}

.imgborder {
	border: 1px solid #333;
	margin-bottom: 20px;
}

/* navigation */
#linkbar {
	width: 960px;
	background-color: #FFFFFF;
	height: 15px;
}

ul.menu {
	list-style: none;
	padding-bottom: 0px;
	margin-top: 5px;
	font-size: 10px
	}	
ul.menu li {
	margin-top: 15px;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	}	
ul.menu li a {
	color:#000;
	text-decoration: none;
	background:#FFFFFF;
	border-bottom: none;
	padding: 5px 5px;
	}	
ul.menu li a.selected {
	color:#000;
	background:#EAF1EA;
	padding: 15px 16px 5px 16px;	
	}	
ul.menu li a:hover {
	background-color: #EAF1EA;
	}

/*     business side     */

#left, #left2 {
	float: left;
	width: 460px;
	min-height: 100px;
	text-align: right;
}

#left2 {
	text-align: left;
}

#leftpic {
	float: left;
	width: 460px;
	height: 275px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #333;
}

/*     personal side     */

#right {
	float: right;
	width: 460px;
	min-height: 100px;
}

#rightpic {
	float: right;
	width: 460px;
	height: 275px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #333;
}

/* footer */

#footer {
	clear: both;
	width: 960px;
	border-top: 1px solid #333;
	min-height: 10px;
}


/*     text styles     */

p, h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 50px;
	margin: 0;
	border-bottom: 1px solid #333;
	padding-bottom: 0;
}

h2, h3, h4 {
	font-weight: normal;
	color: #666;
	font-size: 18px;
	padding-bottom: 0px;
	margin:10px 0 0 0;
}


h4 {
	padding-top: 10px;
	border-top: 1px dotted #CCC;
	color: #669966;
}

p {
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0px 10px 0 0;
	font-size: 12px;
	line-height: 16px;
}

.green {
	color: #669966;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 20px;
}

/* list styles */

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

/*    link styles      */

a.business { 
        background:url(Pearl_Images/bluearrow.gif) repeat 0px 0px; 
        width: 460px; 
        height: 196px; 
        display: block; 
}

a.business span { 
        display: none; 
}

a.business:hover { 
        background:url(Pearl_Images/bluearrow.gif) repeat 0px -196px; 
}

a.personal { 
        background:url(Pearl_Images/greenarrow.gif) repeat 0px 0px; 
        width: 460px; 
        height: 196px; 
        display: block; 
}

a.personal span { 
        display: none; 
}

a.personal:hover { 
        background:url(Pearl_Images/greenarrow.gif) repeat 0px -196px; 
}

/* form styles */

form {
	margin-top: 20px;
	margin-bottom: 5px;
}

input {
	width: 200px;
	border: 1px solid #333;
	background-color: #EAF1EA;
}

input.submit {
	width: 50px;
	cursor: pointer;
}




