body {
    margin: 0px;
    padding: 0px;
    background: #333;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11pt;
}

div#wrapper {
    background: #edede1;
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0.0, #c8c8c8), color-stop(0.05, #edede1), color-stop(0.95, #edede1), color-stop(1.0, #c8c8c8));
    background: -moz-linear-gradient(top, #c8c8c8 0%, #edede1 5%, #edede1 95%, #c8c8c8 100%);
    width: 980px;
    padding: 0px;
    margin: 0px auto 30px auto;
    -webkit-border-radius : 5px;
    -moz-border-radius: 5px;
}

div#mainnav {
    background: #bbb;
    position: absolute;
    top: 0px;
    right: 10%;
    padding: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    color: #777;
}

div#mainnav a {
    color: #777;
	text-decoration: none;
	padding: 0px 6px;
}

div#mainnav a.selected {
    color: #578bec;
}

h1 {
    padding: 20px;
    margin: 0px;
}

div#copyrightfooter {
    width: 960px;
    padding: 30px 20px 20px 20px;
}

span.copysmall {
    font-size: 10px;
    color: #888;
}

div#titlebanner {
}

div.mainregion {
    width: 100%;
    margin: 0px;
}

div.mainbox {
    width: 980px;
    margin: 0px;
    color: white;
    height: 500px;
}

div.blogbox {
    width: 980px;
    color: white;
    background: #236cc7;
    line-height: 1.4em;
}

div.blogbox a {
    color: white;
    font-weight: bold;
}

div.blogbox h2 a {
    text-decoration: none;
}

div.homebox {
    background: #578bec;
}

div.homebox table {
    color: white;
}

div.aboutbox {
    background: #5bb122;
}

div.aboutbox table {
    color: white;
    line-height: 1.5em;
}

div.aboutbox table a {    
    text-decoration: underline;
}

div.mainregion a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

div#productbar {
    width: 978px;
    background: #edede1;
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0.0, #ddd), color-stop(0.4, #edede1), color-stop(1.0, #edede1));
    background: -moz-linear-gradient(top, #ddd 0%, #edede1 40%, #edede1 100%);
    border: 1px solid #bbb;
    padding: 5px 0px;
    text-align: right;
    color: #777;
}

div#productbar a {
    text-decoration: none;
    font-weight: normal;
    color: #333;
    margin: 0px;
    padding: 5px;
}

div#productbar a.border {
    border-right: 1px solid #bbb;
}

div#productbar a.selected {
    font-weight: normal;
    color: #578bec;
}

a.rsslink {
    padding: 0px;
}

hr {
    border: 0px;
    padding: 10px;
}

div.prose {
    padding: 10px 40px;
    font-size: 10pt;
}

div.prose h2 {
    margin: 0px 0px;
}
div.prose p.heading {
    margin: 4px 0px 14px 0px;
}

ul.screenlist {
	list-style: none;
	padding: 0px;
}

div.button {
    width: 120px;
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0.0, #333), color-stop(0.3, black), color-stop(0.7, black), color-stop(1.0, #333));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 3px;
}

div.button p {
    margin: 0px;
}

/* overlay for images */

/* default close button positioned on upper right corner */
div.overlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay {
	
	/* growing background image */
	background-color: #333;
	
	/* initially overlay is hidden */
	display:none;
	
	z-index: 1000;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
