/* CSS Document */

body {
	background: #666 url(../_images/bg.gif) top left repeat; 
	margin: 0px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #444444;
}

#wrapper {
	width: 1006px;
	margin: 35px auto 0px auto;
	background: url(../_images/wrapper-center.jpg) 0px 100px repeat-y;
}

#container {
	width: 100%;
	background: url(../_images/container-top.jpg) top left no-repeat;
	z-index: 2;
}

#plastic {
	z-index: 1;
	background: url(../_images/plastic-bottom.jpg) bottom left no-repeat;
	overflow:auto;
	padding: 13px 23px 21px 18px;
	margin: 0px;
}

#header {
	height: 63px;
}

#content {
	overflow:hidden;
	background-color: #c9d4d5;
	padding: 15px;
	width: 935px;
}

#leftbar {
	width: 144px;
	float: left;
	margin: 0px 15px 0px 0px;
}

#center {
	float: left;
	width: 557px;
}

#rightbar {
	float: left;
	margin: 0px 0px 0px 15px;
}

#banner {
	border: 5px #fff solid;
	margin: 0px 0px 15px 0px;
}

#potatoes {
	border: 5px #e1e9fe solid;
	background-color: #ffffff;
	padding: 15px;
}

#footer {
	background-color: #4a78bd;
	padding: 10px;
	margin: 15px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer #plug {
	float: right;
	width: 370px;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
}

#footer #plug a.validcss {
	background: url(../_images/footer-css.gif) no-repeat left center;
	padding-left: 13px;
	color:#ffffff;
	text-decoration: none;
	margin-left: 10px;
}

#footer #plug a.validhtml {
	background: url(../_images/footer-xhtml.gif) no-repeat left center;
	padding-left: 13px;
	text-decoration: none;
	margin-left: 10px;
	color:#ffffff;
}

#footer #plug a.validhtml:hover {
	text-decoration: none;
	color:#80c43d;
}

#footer #plug a.validcss:hover {
	color:#FF9900;
	text-decoration: none;
}


/* Line Items */
h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #4a78bd;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 7px 5px;
	font-weight: normal;
}

.box h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	text-align: center;

}


p {
	line-height: 120%;
	margin: 0px;
	padding: 5px 0px 10px 2px;
}

a {
	color: #4a78bd;
}


#potatoes a {
	color: #46885f;
	text-decoration: none; 
	border-bottom: 1px dotted #4a78bd;
}

#potatoes .element a {
	color: #4a78bd;
}

/* Menu */
#header ul {
	float: right;
	list-style: none;
	margin: 40px 10px 0px 0px;
	padding: 0px;
}

#header ul li {
	float: left;
	height: 23px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #433c2a;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 1px 0px 0px;
}

#header ul li a {
	display: block;
	height: 23px;
	padding: 6px 0px 0px 0px;
	text-align:center;
	text-decoration: none;
	color: #444444;
}
* html #header ul li a {
	height: 17px;
}
#header ul li a:hover {
	color: #ffffff;
}

#header ul li.home a, #header ul li.blog a  {
	background: url(../_images/menu-bg-60.gif) top right no-repeat;
	width: 60px;
}
#header ul li.home a:hover, #header ul li.blog a:hover,
#header ul li.home a.current, #header ul li.blog a.current  {
	background: url(../_images/menu-bg-60-hover.gif) top right no-repeat;
	color: #ffffff;
}
#header ul li.portfolio a {
	background: url(../_images/menu-bg-112.gif) top right no-repeat;
	width: 112px;
}
#header ul li.portfolio a:hover, #header ul li.portfolio a.current {
	background: url(../_images/menu-bg-112-hover.gif) top right no-repeat;
	color: #ffffff;
}
#header ul li.contact a {
	background: url(../_images/menu-bg-90.gif) top right no-repeat;
	width: 90px;
}
#header ul li.contact a:hover, #header ul li.contact a.current {
	background: url(../_images/menu-bg-90-hover.gif) top right no-repeat;
	color: #ffffff;
}


/* Feature */
#feature {
	border: 5px #fff solid;
	background: #4a78bd url(../_images/feature-bg.jpg) top left no-repeat;
	width: 194px;
	margin: 0px 0px 15px 0px;
}

#feature h2 {
	border-bottom: 5px #fff solid;
	color: #fff;
}

#feature.portfolio p {
	border-top: 5px #fff solid;
	color: #ffffff;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}

#feature a {
	color: #ffffff;
	text-decoration: none;
}

/* Login Area */
#login {
	border: 5px #fff solid;
	background-color: #c3dbd3;
	width: 194px;
	padding-bottom: 10px;
}

#login h2 {
	color: #082011;
}

#login p {
	padding: 2px 5px 5px 7px;
	margin: 0px 10px;
	font-size: 13px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2b4336;
}

#login p.login {
	width: 157px;
	text-align: right;
	margin: 10px;
}

#login .field {
	margin: 2px 0px 0px 0px;
	border: 1px #1fb457 solid;
	font: 11px Arial, Helvetica, sans-serif;
	width: 150px;
	padding: 2px;
}

#login .links {
	margin: 10px 10px 0px 10px;
	padding-bottom: 4px;
}

#login .links a {
	color: #082011;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}

#login .links a:hover {
	color: #1fb457;
}

#login #vertical_slide {
	padding: 0px 15px 15px 17px;
	font: 11px Arial, Helvetica, sans-serif;
}

#login #vertical_slide a {
	text-decoration: none;
	color: #1fb457;;
	font-weight: bold;
}

#login #vertical_slide a:hover {
	text-decoration: underline;
}

#login #vertical_slide .callout {
	color: #222222;
	font-style: italic;
}

#preload {
	display: none;
}

.box {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 5px #ffffff solid;
	background-color: #e1e9fe;
}

.field {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px #555 solid;
}
