
body
{
	margin: 0;
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	background:url('/images/bg.gif') repeat-x top;
}

a
{
	text-decoration: underline;
	font-weight: bold;
}
a:link { color: #009999; }
a:visited { color: #009999; }
a:active { color: #009999; }
a:hover { color: #999999; }

h2
{
	margin: 1px 0 10px 0;
	border: 0;
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
#pagecontent
{
	padding: 25px;
	border-top: #99CCCC solid 1px;
}



/* header */
#header
{
	border: 0;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	background:url('/images/headers/rose.jpg') no-repeat top right;
	height:214px;
	border-bottom: #66CCCC solid 2px;
}
#header a
{
	color: #FFFFFF;
	text-decoration: none;
}
#header p
{
	margin: 0;
}
#header-title
{
	position: absolute;
	top: 100px;
	left: 25px;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}
#header-description
{
	position: absolute;
	top: 155px;
	left: 25px;
}
#header-links
{
	position: absolute;
	top: 182px;
	right: 26px;
}




/* stickie styles */
div.sticky_yellow, div.sticky_blue
{
	cursor: default;
 
	background: url(images/dropshadow.png) bottom right no-repeat;
	padding: 0px 4px 4px 0px; }
div.sticky_yellow div
{
	background-color: #FEF49C;
	border-top: 1px solid #FEF9CD;
	border-left: 1px solid #FEF9CE;
	border-right: 1px solid #BCA902;
	border-bottom: 1px solid #BCA902;
 
	position: relative;
	top: -3px;
	left:-3px
 }
div.sticky_blue div
{
	background-color: #ADF4FF;
	border-top: 1px solid #D5F9FF;
	border-left: 1px solid #EAFCFF;
	border-right: 1px solid #00CCCC;
	border-bottom: 1px solid #00CCCC;
 
	position: relative;
	top: -3px;
	left:-3px
 }
div.stickyheader
{
	height: 10px;
	font-size: 10px
}
div.stickycontent
{
	padding: 10px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 14px
}
div.stickycontent h3
{
	margin: 0 0 6px 0;
	font-size: 11px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
}
div.stickycontent a
{
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}





.breadcrumbs
{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 16px;
	width: 100%;
	white-space: nowrap;
}

.navfooter
{
	border-top: 1px solid #CCCCCC;
}

p.caption
{
	font-size: 8pt;
	color: #666666;
	line-height: 50%;
}

div#functionsearch
{
	height: 80px;
	width: 306px;
	overflow: auto;
	border: 0;
	top: 0px;
	left: 0px;
}


.portfolio {
	margin-top: 30px;
}
.portfolio img {
	float: left;
	margin: 0px 40px 20px 20px;
}
.portfolio ul {
	list-style-position: inside;
}


/* portfolio large images */
#gallery {
	position: relative;
	margin: 10px auto;
	background: #666666;
	border: 2px solid #5f5f5f;
}
#caption {
	text-align: center;
	color: #666666;
	font-size: 10pt;
	margin-top: 4px;
}
#nextlink {
	text-align: center;
}
#next {
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	background: url(/images/arrow.jpg) no-repeat right center;
	padding-right: 14px;
}


/* tag cloud */
#skills {
	margin-left: 40px;
	margin-right: 40px;
}
#skills span {
	padding: 6px;
	line-height: 22pt;
}
#skills span.size1 {
	font-size: 8pt;
}
#skills span.size2 {
	font-size: 11pt;
}
#skills span.size3 {
	font-size: 14pt;
}
#skills span.size4 {
	font-size: 15pt;
}
#skills span.size5 {
	font-size: 18pt;
}

#firefox {
	text-align: center;
	margin-top: 20px;
}


/* clearfix */
.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




