* {margin:0;padding:0;}

body {
	background:#FAFAF8;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#wrapper {
	background:#FAFAF8 url(/assets/templates/fiveq/gui/bg_page.gif) repeat-y 50% 0;
	}
#subwrapper {
	background:#FAFAF8 url(/assets/templates/fiveq/gui/bg_footer.gif) no-repeat 50% 0;
	min-height:250px;
	height:auto !important;
	height:250px;
	}
#leaf {
	position:absolute;
	top:250px;
	top:290px;
	left:-78px;
	width:330px;
	height:821px;
	background:transparent url(/assets/templates/fiveq/gui/swirly_leaf.png) no-repeat 0 0;
	_behavior: url(iepngfix.htc);
	}
#main {
	min-height:1100px;
	height:auto !important;
	height:1100px;
	overflow:visible;
	background:#FFF url(/assets/templates/fiveq/gui/bg_page.gif) repeat-y 50% 0;
	font-size:12px;
	}
.frame {
	position:relative;
	margin:0 auto;
	width:776px;
	text-align:left;
	}
#content {
	background:transparent url(/assets/templates/fiveq/gui/flank_content.gif) no-repeat 0 0;
	margin-left:254px;
	padding:0 25px 30px 25px;
	}
ul#utilitynav {
	position:absolute;
	right:0;
	top:185px;
	}
#flank_right,
#flank_left {
	position:absolute;
	top:0;
	width:15px;
	height:25px;
	z-index:99;
	}
#flank_left {left:-15px;background:transparent url(/assets/templates/fiveq/gui/flank_left.gif) no-repeat 0 0;}
#flank_right {right:-15px;background:transparent url(/assets/templates/fiveq/gui/flank_right.gif) no-repeat 0 0;}

/* HEADER CONTROLS ========== */
#header {
	position:relative;
	background:#FAFAF8 url(/assets/templates/fiveq/gui/header.jpg) no-repeat 50% 0;
	height:250px;
	width:auto;
	/* overflow:hidden; */
	}
#header h1 a {
	display:block;
	position:absolute;
	top:95px;
	left:0;
	width:255px;
	height:100px;
	}
#header h1 a span,
#header h3 {position:absolute;left:-1000px;}

/** TASKBAR ========== */
#taskbar {
	position:absolute;
	left:0;
	top:201px;
	height:49px;
	/* overflow:hidden; */
	width:100%;
	background:#FAFAF8 url(/assets/templates/fiveq/gui/bg_taskbar.gif) repeat-x 50% 0;
	color:#fff;
	font-size:12px;
	}
#search {float:left;padding-top:6px;}
#tasktabs {float:right;list-style:none;padding-top:9px;}
#tasktabs li {float:left;}
#tasktabs li a {
	display:block;
	width:137px;
	height:40px;
	background: url(/assets/templates/fiveq/gui/tasktabs.jpg) no-repeat 0 0;
	margin-left:10px;
	}
#tasktabs li a span {position:absolute;left:-1000px;}
#tasktabs a#ask {background-position:0 0;}
#tasktabs a#send {background-position:-137px 0;}
#tasktabs a#print {background-position:-274px 0;}
#tasktabs a#ask:hover {background-position:0 -40px;}
#tasktabs a#send:hover {background-position:-137px -40px;}
#tasktabs a#print:hover {background-position:-274px -40px;}


/* LEFT PANEL ========== */
#panel_left {
	float:left;
	width:254px;
	background:transparent url(/assets/templates/fiveq/gui/bg_sunset.jpg) no-repeat 0px 320px;
	min-height:1100px;
	height:auto !important;
	height:1100px;
	}
#panel_flank {background:transparent url(/assets/templates/fiveq/gui/flank_menu.gif) no-repeat 0 0;}
#emailupdates {color:#fff;padding:20px 0 20px 35px;}
#emailupdates p {margin-bottom:1em;text-transform:lowercase;}
#emailform {padding:0 85px 20px 0px;}
#emailform label {font-weight:bold;}


/* FORM CONTROLS ========== */
input,select,textarea {font-family:Verdana, Arial, sans-serif;font-size:11px;}
input.field {
	background:#fff url(/assets/templates/fiveq/gui/bg_input.gif) repeat-x 0 0;
	border:1px solid #fff;
	padding:2px;
	width:255px;
	}
input.field.small {width:130px;}
input.button {
	background:#888888 url(/assets/templates/fiveq/gui/bg_button.gif) repeat-x 0 0;
	border:0;
	padding:2px;
	margin-left:.5em;
	}


/* NAV LIST LINKS ========== */
ul.navlist {
	list-style:none;
	font-size:11px;
	}
ul.navlist li {
	border-left:1px solid #333;
	float:left;
	padding:0 .5em;
	}
ul.navlist li.first {
	clear:left;
	border:0;
	padding-left:0;
	}
ul.navlist li.last {padding-right:0;}
ul.navlist a {
	text-decoration:none;
	color:#028888;
	}
ul.navlist a:hover {color:#35bbbb;}

/* MENU NAVIGATION ========== */
#menu {padding:10px 0;}
#menu ul {
	list-style:none;
	margin-left:20px;
	}
#menu li {position:relative;padding:1px 0;margin:0;}
#menu li a {
	display:block;
	padding:10px 0 10px 20px;
	height:1%;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(/assets/templates/fiveq/gui/dink_menu.gif) no-repeat 0 50%;
	}
#menu li:hover,
#menu li.over {z-index:300;background:transparent url(/assets/templates/fiveq/gui/bg_menulink.gif) repeat-y 120% 50%;}
#menu li.over {padding:1px 0;margin:0;}

#menu li:hover li,
#menu li.over li {background:none;}

#menu li ul {
	margin:0;
	padding:0;
	position:absolute;
	left:234px;
	top:0;
	width:200px;
	display:none;
	background:#35bbbb;
	}
#menu li:hover ul,
#menu li.over ul {display:block;}

#menu li li {background:none;padding:0;}
#menu li li a {color:#044;background:none;padding:5px 10px;font-weight:normal;border-bottom:1px solid #028888;}
#menu li li a:hover {color:#fff;}


/* FOOTER CONTROLS ========== */
#footer {padding-top:50px;}
#footer_right {float:right;}
#footer_right p {width:50%;clear:both;padding:1em 0 .5em 0;}
#footer_right li {margin-bottom:1em;}
#footer_left {float:left;width:160px;}
#footer_left a {
	position:relative;
	display:block;
	width:160px;
	background:transparent url(/assets/templates/fiveq/gui/footer_logos.gif) no-repeat 0 0;
	}
#footer_left a span {position:absolute;left:-1000px;}
#logo_ff a {height:62px;}
#logo_gcn a{height:42px;background-position:0 -62px;}
#sticker {position:absolute;top:110px;right:0px;}
#sticker a {
	position:relative;
	display:block;
	width:100px;
	height:15px;
	background:transparent url(/assets/templates/fiveq/gui/5Qsticker.gif) no-repeat 0 0;
	overflow:hidden;
	}
#sticker a span {position:absolute;left:-1000px}

/* TEXT/TYPE CONTROLS ========== */
h1{font-size:24px;}
h2{font-size:18px;}
h3{font-size:15px;}
h4{font-size:13px;}

h1,h2,h3,h4,h5,h6 {padding-top:1em}

#content a {color:#028888;}
#content a:hover {color:#35bbbb;}

#content p {
	margin:.5em 0 1em 0;
	line-height:1.5em;
	}
#content p.desc {margin-top:0;}
#content ul,
#content ol {
	line-height:1.5em;
	margin:.5em 0 1em 2.5em
	}
blockquote {
	padding:1em;
	margin:1em 0;
	border:1px solid #CDDBDB;
	background-color:#DEECEC;
	}
#content p.intro {
	background:transparent url(/assets/templates/fiveq/gui/dink_content.gif) no-repeat 50% 100%;
	padding-bottom:40px;
	}

/* MISC Styles ========== */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.left {float:left;}
.right {float:right;}
.fix {clear:both;}
img.right {margin:0 0 1em 1em;}
img.left {margin:0 1em 1em 0;}

.errors {
color: #f00;
}


/* ============================================= *
 *        Blog pagination styles                 *
 * --------------------------------------------- */

#ditto_pages {
    margin: 0 0 10px; 0;
    }

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
    }
#ditto_pages .ditto_currentpage,
#googlePagination .currentPage {
    border: 1px solid #028888;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #028888;
    color: #fff;
    font-weight: bold;
    }
#ditto_pages .ditto_off,
#googlePagination .off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
    }
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited,
#googlePagination a {
    border: 1px solid #028888;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #028888;
    }
#ditto_pages a:hover,
#googlePagination a:hover {
    background-color: #35bbbb;
    color: #fff;
    }

p.ditto_pages {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    }



/* ============================================= *
 *     Added Google Custom Search Engine         *
 * --------------------------------------------- */

#googleSearch {
    margin-top: 20px;
    }

#googleResults {
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px solid rgb(192,205,223);
    text-align: right;
    }

#googleRefine {
    margin-bottom: 30px;
    }

dl#googleResultsList {
    margin: 10px 0;
    }
#googleResultsList dd {
    margin: 0 0 10px 20px;
    }
#googleResultsList a.url {
    color: rgb(0,112,186);
    font-size: 10px;
    }
    #googleResultsList a.url:hover {
        background-color: rgb(235,235,255);
        text-decoration: none;
        }

#googlePagination {
    margin: 25px 0 15px 0;
    text-align: center;
    }

    /* for further googlePagination styles
     * see above in the ditto pagination
     * area. I wanted both styles to be the
     * same so I set them there
     */
