
0.//* Styles for Screens */

/* RESET reloaded via
http://meyerweb.com/
 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* 
end reset 
*/

body {
	min-width: 230px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	background-color:#808080;
	color:#EEEEEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	padding-left: 50px;      /* LC fullwidth */
	padding-right: 90px;     /* RC fullwidth + CC padding */
	position:relative;
}

#container .column {
	position: relative;
	float: left;
	background:#777777;
}


#header h1 {
	margin:0;
	padding:0;
	height:0;
}

#header h1 span {
	visibility: hidden;
	
}

#navbar {
	font-size:12px;
	text-align:right;
	margin-right:100px;
	padding-bottom:0px;
	background-image: url(../images/laurielane_h1.png);
	background-repeat: no-repeat;
	height:30px;
	background-position: 100px 25px;
	vertical-align: bottom;
	padding-top:30px;
}

#navbar li {
display:inline;
}

#portfolio_dropdown {
margin-top:5px;
}


#portfolio_dropdown li {
display:inline;

}

/* the CSS1 stipulates the order of these pseudo-classes as follows: link, visited, hover, active */

#navbar {
color:#555555;
}

#navbar li a,
#navbar li a:link,
#navbar li a:visited { 
	 text-decoration: none;
	 color: #EEEEEE;
	}

#navbar li a:hover,
#navbar li a:active {
	text-decoration: none;
	color: #CCCCFF;
	}
	

#portfolio_dropdown li a:link,
#portfolio_dropdown li a:visited { 
	 text-decoration: none;
	 color: #CCCCFF;
	}

#portfolio_dropdown li a:hover,
#portfolio_dropdown li a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

#portfolio_dropdown li.selected {
	font-weight:bold;
}


#center {
	padding: 10px 20px;       /* CC padding */
	width: 100%;

}

#center a:link,
#center a:visited { 
	 text-decoration: underline;
	 color: #CCCCFF;
	}

#center a:hover,
#center a:active {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
#center_content p,
#center p, 
#center address {
	font-size:12px;
	line-height:130%;
	padding:0px 10px 0px 10px;
	margin: 5px 0;
	font-style: normal;
}

#center ul {
	font-size:12px;
	line-height:130%;
	padding:3px 10px 0px 20px;
}

#center_wrapper {
text-align:center;
aheight:600px;
}

#center_image {
margin-right:auto;
margin-left:auto;
}

#center h2 {
margin-top:10px;
letter-spacing:-1px;
font-size:18px;
font-weight:normal;
}

#center h4 {
	font-size:12px;
}

#left {
	width: 50px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 90px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 50px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
	margin-left: 120px;
	font-size:10px;
	color:#333333;
	padding-top:10px;
}

#footer address {
	margin-bottom:5px;
	font-style: normal;
}


/*** IE Fix ***/
* html #left {
	left:50px;              /* RC fullwidth */
}

/*** Equal-height Columns ***/

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

/*** Footer Fix ***/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #808080;         /*** Same as body background ***/
}

#center_content a {
	margin-top:200px;
}

div#center_content a img {
	border:none;
}

a#prev_image {
	margin-left: 50px;
	float:left;
}

a#next_image {
	margin-right: 50px;
	float:right;

}

#suckerfish, #suckerfish ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#suckerfish a {
	display: block;
	width: 10em;
}

#suckerfish li {
	float: left;
	width: 10em;
}

#suckerfish li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#suckerfish li:hover ul {
	left: auto;
}

#center_content table tr td span {
	font-size:10px;
}

span#main_title {
	float:left;
}

span#main_count {
	float:right;
}