/* EAGLE DESIGN STYLESHEET */
/* LINKS */
a:link { color: #F78C29; }
a:visited { color: #674F3F; }
a:hover { color: #F78C29; }
a:active { color: #F78C29; }

/* LAYOUT */
body
{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande',Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #674F3F;
	line-height: 1.5em;
}

#centered
{
	position: absolute;
	top: 50%;
	height: 468px;
	width: 100%;
	margin-top: -234px;
}

#homeheader
{
	position: relative;
	background-image: url(/images/Flowers_Bkgnd.jpg);
	height: 216px;
}

#homeheader img
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}

#header
{
	background-image: url(/images/gradient.gif);
	height: 74px;
}

#homecontent
{
	background: #685040 url(/images/Flower_Bottom.jpg) no-repeat top right;
	color: white;
	height: 232px;
	margin: 0;
	text-align: center;
}

#content { margin: 22px 90px 0 240px; }

#footer
{
	clear: both;
	background-color: #f1ab00;
	text-align: center;
	height: 20px;
	padding-top: 4px;
}

#footer a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover { text-decoration: underline; }



/* SKIP TO NAV LINK */

.skip
{
	position: absolute;
	width: 990em;
	left: -999em;
}

.skip:active,
.skip:focus
{
	display: block;
	width: 100%;
	left: 0;
	text-align: center;
	color: #f78f2a;
}

/* NAVIGATION */
ul#nav
{
	position: absolute;
	z-index: 100;
	top: 82px;
	left: 0;
	width: 220px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
}

#centered ul#nav { top: 220px; }

#nav li
{
	margin: 5px 0;
	list-style-type: none;
	background-color: white;
	color: #f78f2a;
	border-top: solid 1px #674F3F;
	border-right: solid 1px #674F3F;
	border-bottom: solid 1px #674F3F;
}

#nav li a
{
	display: block;
	height: 13px;
	padding: 2px 2px 5px 2px;
	color: #f78f2a;
	text-decoration: none;
}

#nav li.main { background-color: #6b5242; }

#nav li a em
{
	font-style: normal;
	color: black;
}

#nav li.main em
{
	color: white;
	font-style: normal;
}

#nav li a:hover { background-color: #fbc91d; }

ul.subnav
{
	margin: 0 0 2em 0;
	padding: 0;
}

ul.subnav li
{
	display: inline;
	padding: 0 1em;
	border-top: dotted 2px #674F3F;
}

ul.subnav li a { text-decoration: none; }

/* STANDARD TAGS */
h1,
h2
{
	color: #F78C29;
	line-height: 1.25em;
}

h1 { font-size: 22px; }
.h1sub { color: #674F3F; }

h2
{
	font-size: 16px;
	margin-bottom: 0;
}

p { margin: 0.5em 0 1em 0; }

a img
{
	border: none;
	text-decoration: none;
}

ul { list-style-type: square; }
address { margin-left: 4em; }

acronym,
abbr
{
	font-style: normal;
	cursor: help;
}

/* TABLES */
table
{
	border: none;
	margin: 1em 0;
}

table.rowheaded th { padding-right: 1em; }

th,
td
{
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

.shaded { background-color: #FCE081; }

/* CUSTOM IDs AND CLASSES */
#homecontent img#logo,
img#tag
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#homecontent img#logo
{
	position: relative;
	top: -22px;
	margin-bottom: 2px;
}

#homecontent img#tag
{
	position: relative;
	margin-top: 30px;
}

#homecontent .news
{
	font-size: 12px;
	line-height: 1.75em;
	color: #FFF;
}

#header img#logo
{
	position: absolute;
	top: 15px;
	left: 35px;
}

#header img#tag
{
	position: relative;
	top: 30px;
	margin-right: 100px;
}

#header img#flower
{
	position: absolute;
	top: 0;
	right: 0;
}

.intro
{
	font-size: 14px;
	line-height: 1.75em;
}


.sample
{
	clear: both;
	margin: 15px 0;
}

.sample img
{
	float: left;
	margin: 0 40px 15px 0;
}

.sample .text { margin: 0 0 25px 162px; }

.sample ul ul
{
	margin-left: 25px;
	padding-left: 25px;
}

.screenshot
{
	float: left;
	width: 240px;
	margin: 15px 25px 0 0;
}

.screenshot p
{
	margin-top: 0;
	font-size: 10px;
}

.clear { clear: both; }

.next
{
	clear: both;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin: 2em 30px;
}

/* TOGGLE HEADERS */
.small
{
	font-size: 10px;
	color: #666;
	font-style: oblique;
}

ul.toggle
{
	margin-left: 10px;
	padding-left: 10px;
}

ul.toggle li
{
	list-style-image: url(/images/triangle_orange.gif);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

ul.toggle li p,
ul.toggle li div,
ul.toggle li ul { font-size: 11px; }

p.bold
{
	font-weight: bold;
	margin: 0;
}

.hidden
{
	display: none;
	margin-top: 0;
	font-weight: normal;
}

.hidden .bold { margin-top: 1em; }
div.hidden ul { margin-top: 0.5em; }

div.hidden ul li
{
	list-style-image: none;
	list-style-type: square;
	width: 60%;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 0;
	vertical-align: top;
}

/**portflio**/
.container
{
	width: 500px;
	position: relative;
	text-align: left;
	border-right: 20px solid #fff;
	background: #fff;
}

.stuff
{
	text-align: left;
	padding: 10px 10px 50px 10px;
	width: 500px;
	height: 300px;
	overflow: auto;
}

h1.headline
{
	margin: 10px 0 10px 0;
	font-size: 1.5em;
}

#menu1
{
	width: 500px;
	padding: 0;
	margin: 10px 0px 40px 0px;
	list-style-type: none;
}

#menu1 li
{
	float: left;
	width: 30px;
	border: 1px solid #fff;
}

#menu1 a
{
	display: block;
	width: 30px;
	color: #000;
	background: #d4d4d4;
	text-align: center;
	padding: 4px 0;
	text-decoration: none;
	float: left;
}

#menu1 a:hover
{
	color: #fff;
	background: #08c;
}

.other { margin: 0 auto; }

/**portflio ends**/
