/* CSS Document */

/* FIRST CALLED PROPERTIES */

body {
	background-color: #FFFFFF;
	font-family: Arial, Arial Narrow, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000
}

#contact { /* logo area */
	height: 12px;
	width: 712px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	clear: both;
}

#header { /* logo area */
	height: 116px;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	background: url(header_background.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #9E917B;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold
}

#nav { /* logo area */
	height: 48px;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	text-align: left
}

#main { /* the parent wrapper for main body */
	width: 732px;
	margin-left: auto;
	margin-right: auto;
	text-align: left
}

#index { /* the parent wrapper for main body */
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	text-align: left
}

#index_left { /* the parent wrapper for main body */
	display: inline; /* IE */
	float: left;
	width: 410px;
	height: 615px;
	padding: 20px;
	background: url(lisas_welcome.jpg);
	background-repeat: no-repeat;
	background-position: 40% 20px;
	text-align: left
}
* html #index_left {height:615px} /* IE Min-Height */

#index_right { /* the parent wrapper for main body */
	display: inline; /* IE */
	float: right;
	width: 222px;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 10px;
	text-align: left;
}

#cover { /* the parent wrapper for main body */
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: left
}


#resume { /* the parent wrapper for main body */
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left
}


#bottom { /* logo area */
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #9E917B
}

#bottom a:active {
	color: #9E917B;
	text-decoration: none
}
#bottom a:link {
	color: #9E917B;
	text-decoration: none
}
#bottom a:visited {
	color: #9E917B;
	text-decoration: none
}

#articles { /* the parent wrapper for main body */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold
}

#frame { /* logo area */
	height: 14px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 14px
}


/* GENERAL FONTS */


h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left
}

h2 {
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left
}

.standard {
	font-family: Arial, Arial Narrow, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000
}

.header_space {
	height: 4px;
	font-size: 1px;
	overflow: hidden
}

.p {
	clear: both;
	height: 12px;
	font-size: 1px;
	overflow: hidden
}
* html .p {height:12px} /* IE Min-Height */

.p_large {
	clear: both;
	height: 10px;
	font-size: 1px;
	overflow: hidden
}
* html #p_large {height:10px} /* IE Min-Height */ 

.p_small {
	clear: both;
	height: 2px;
	font-size: 1px;
	overflow: hidden
}
* html #p_small {height:2px} /* IE Min-Height */ 

.p_largest {
	clear: both;
	height: 88px;
	font-size: 1px;
	overflow: hidden
}
* html #p_large {height:88px} /* IE Min-Height */ 

.smaller {
	font-size: 10px;
}








/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #CCCCCC;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #000099;
	border: none;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(classic_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(classic_arrow_o.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #CCCCCC;
	background-image: url(classic_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #CCCCCC;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #CCCCCC;
	border: 1px outset;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #000099;
	border: 1px solid #000099;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}








/* MAIN BODY */


#footer { /* page bottom */
	width: 624px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #707070
}

#footer a:active {
	color: #707070;
	text-decoration: none
}
#footer a:link {
	color: #707070;
	text-decoration: none
}
#footer a:visited {
	color: #707070;
	text-decoration: none
}

.form_checkbox {
	display: inline; /* IE */
	width: 13px;
	float: left;
	padding-right: 5px;
	font-size: 9px
}

.form_left { /* left column fields */
	display: inline; /* IE */
	width: 182px;
	float: left;
	letter-spacing: -0.4px;
	font-size: 9px
}

.form_right { /* right column fields, plus login form */
	display: inline; /* IE */
	float: left;
	letter-spacing: -0.4px;
	font-size: 9px
}

#form_security { /* code generated section */
	display: inline; /* IE */
	width: 250px;
	float: left;
	font-size: 9px
}



#form_state {
	display: inline; /* IE */
	width: 80px;
	float: left;
	font-size: 9px
}

.form_submit { /* login and register buttons */
	display: inline; /* IE */
	float: right;
	padding-right: 30px;
	font-size: 9px
}

#form_valid_addy { /* address text */
	display: inline; /* IE */
	float: left;
	padding-right: 44px;
	letter-spacing: -0.4px;
	font-size: 9px
}

#left_curtain { /* background image */
	display: inline; /* IE */
	width: 41px;
	float: left;
	margin-left: 2px;
	min-height: 525px
}
* html #left_curtain {height:525px} /* IE Min-Height */ 


#left_text { /* wraps login field */
	display: inline; /* IE */
	width: 154px;
	float: left;
	background: url(body_background_left.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #00002E;
	padding-top: 151px;
	padding-left: 40px;
	padding-right: 11px;
	min-height: 374px
}
* html #left_text {height:374px} /* IE Min-Height */ 


.legal { /* fun, legalese disclaimer */
	font-size: 9px
}

#right_curtain { /* background image */
	display: inline; /* IE */
	width: 34px;
	float: left;
	min-height: 525px
}
* html #right_curtain {height:525px} /* IE Min-Height */


#right_text { /* wraps registration fields */
	display: inline; /* IE */
	width: 399px;
	float: left;
	background: url(body_background_right.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #00002E;
	padding-top: 56px;
	padding-left: 18px;
	padding-right: 34px;
	min-height: 469px
}
* html #right_text {height:469px} /* IE Min-Height */ 
