@charset "UTF-8";
/* CSS Document */

/*@charset "UTF-8";*/

/* RESET */
html, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol
{
	list-style: none;
}
fieldset, img
{
	border: none;
}
caption, th
{
	text-align: center;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */
body {
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    background: #000 url() no-repeat top center;
}

#container {
    margin: 0 auto;
    height: 100% auto;
    width: 800px;
    background: #000 url(background.jpg) no-repeat top center;
}
	  
.clear
{
	clear: both;
}
img.left
{
	float: left;
	margin: 2px 20px 16px 0;
}
img.right
{
	float: right;
	margin: 2px 0 16px 20px;
}

#wrapper
{
	margin: 0px auto;
	width: 982px;
}
#headernav
{
	height: 110px;
}
#header
{
	background: #000 url(../../images/header.jpg) no-repeat 502px 0px;
	clear: both;
	height: 85px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-align: left;
	float: center;
}

/*
#header {
	background: #000 url(../../images/header.jpg) no-repeat 502px 0px;
	clear: both;
	height: 85px;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	color: #FFF;
	text-align: left;
	border-right: 1px solid #F00;
}
*/

#header .topnav
{
	float: left;
	font-size: 0.8em;
	color: #F00;
	text-align: right;
	width: 460px;
	margin-top: 5px;
}
#header .topnav a
{
	color: #FFF;
	text-decoration: none;
}
#header .topnav a:hover
{
	color: #FFF;
	text-decoration: underline;
}
#nav
{
	background: #000;
	margin: 0px;
	width: 980px;
	height: 24px;
	padding: 0px;
	float: right;
}
/*
#nav {
	background: #000;
	margin: 0px auto;
	width: 980px;
	border-right: 1px solid #F00;
	border-bottom: 2px solid #F00;
	height: 24px;
	padding: 0px;
}
*/
#main {
	min-height:500px;
	text-align: left;
	background: #FFF;
	margin: 0px;
	padding: 20px 15px 30px 25px;
	overflow: visible;
	border: 2px solid #F00;
	vertical-align: top;
}
#main li {
	list-style: square;
	margin-left: 30px;
}
/*
#main {
	float: right;
	width: 762px;
	min-height:800px;
	text-align: left;
	background: #FFF;
	margin: 0px;
	padding: 0px 20px;
	border-right: 1px solid #F00;
}
*/
#sub
{
	text-align: right;
	margin: 0px;
	padding: 5px 0px 0px;
	border-top: 2px solid #F00;
	background: #000 no-repeat;
	width: 176px;
	vertical-align: top;
}
#sub ul
{
	text-align: left;
	float: right;
	margin: 5px 0px 0px;
	padding: 0px;
	width: 176px;
}
#sub ul li
{
	display: block;
	margin: 0px;
	width: 176px;
	padding: 0px;
	float: left;
}
#sub ul li a
{
	color: #FFF;
	text-decoration: none;
	font-size: .85em;
	background: url(../../images/bg-button.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 176px;
	padding-top: 5px;
	padding-left: 15px;
	margin: 0px;
}
#sub ul li a:hover
{
	color: #F00;
	text-decoration: underline;
	font-size: 0.85em;
	background: url(../../images/bg-buttonUp.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 176px;
	padding-top: 5px;
	padding-left: 15px;
}
#footer
{
	background: #000;
	font-size: 0.75em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #999;
}
/*
#footer {
	background: #FFF;
	clear: both;
	font-size: 0.75em;
	padding-top: 10px;
	border-top: 1px solid #999;
	padding-bottom: 10px;
	text-align: center;
	color: #666;
}
*/
#bucket
{
   	background: url(../../images/boxA.jpg) no-repeat;
	float: left;
	height: 184px;
	width: 235px;
	margin-right: 8px;
}
/*this is the code for Blog in the Default Page*/
#bucketl
{
    position:relative;
    top:15px;
	background: url(../../images/bucket2.jpg) no-repeat;
	float: left;
	height: 379px;
	width: 100%;
	margin-right: 8px;
	clear: both;

}
#bucketl h3 
{
    color: #FFF;
    font-weight:bold;
    font-size: .95em;
    margin-top: -7px;
    margin-left: 35px;
}

#bucketl h4
{
    color: #FFF;
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 23px;
    margin-top: -63px;
}

#bucketl ul 
{
    font-size: .8em;
    width: 680px;
    height: 379px;
    overflow: hidden;
    line-height: 1.2em;
    color: #666;
    margin: 15px 0px 0px 15px;
    padding: 0px;
}

#bucketl ul li 
{
    
    list-style: url(none) none;
    margin: -1px 0px 7px 15px;
    padding: 0px 0px 0px 15px;
}

#main #bucket h1
{
	color: #FFF;
	font-size: .95em;
	margin-top: 5px;
	margin-left: 20px;
}
#main #bucket h2
{
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 4px;
}
#main #bucket h2 a
{
	color: #FFF;
	text-decoration: none;
}
#main #bucket h2 a:hover
{
	color: #FFF;
	text-decoration: underline;
}
#main #bucket p
{
	font-size: 0.7em;
	width: 208px;
	margin-left: 20px;
	height: 118px;
	overflow: hidden;
	line-height: 1.2em;
	margin-bottom: 0px;
	color: #666;
}
#main #bucket p img
{
	margin-right: 8px;
	margin-bottom: 2px;
	float: left;
}
#main #bucket p a:hover
{
	text-decoration: none;
}
#bucketB
{
	background: url(../../images/boxB.jpg) no-repeat;
	margin-top:-2px;
	float: left;
	height: 149px;
	width: 359px;
	margin-right: 2px;
}

#main #bucketB h1
{
	color: #FFF;
	font-size: .95em;
	margin-top: 5px;
	margin-left: 20px;
}
#main #bucketB h2
{
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 4px;
}
#main #bucketB h2 a
{
	color: #FFF;
	text-decoration: none;
}
#main #bucketB h2 a:hover
{
	color: #FFF;
	text-decoration: underline;
}
#main #bucketB p img
{
	margin-right: 8px;
	margin-bottom: 2px;
	float: left;
}
#main #bucketB p
{
	font-size: 0.7em;
	width: 332px;
	margin-left: 20px;
	height: 80px;
	overflow: hidden;
	line-height: 1.2em;
	margin-bottom: 0px;
	color: #666;
}
#main #bucketB p a:hover
{
	text-decoration: none;
}

/* TYPE */

body
{
	color: #003;
	font: 100.01% Arial, Helvetica, sans-serif;
	background: #000;
}

a
{
	color: #F00;
}
strong, b
{
	font-weight: bold;
}
em, i
{
	font-style: italic;
}
#main h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
	margin-bottom: 10px;
	margin-top: 0px;
}

#main p
{
    margin-top: 5px;
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#main h2
{
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFF;
	text-decoration: underline;
}
/*#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
*/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider
{
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}
.qmmc .qmdividery
{
	float: left;
	width: 0px;
}
.qmmc .qmtitle
{
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.qmclear
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
}
.qmmc
{
	position: relative;
	zoom: 1;
	z-index: 10;
}
.qmmc a, .qmmc li
{
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li
{
	float: none;
}
.qmsh div a
{
	float: left;
}
.qmmc div
{
	visibility: hidden;
	position: absolute;
}
.qmmc .qmcbox
{
	cursor: default;
	display: block;
	position: relative;
	z-index: 1;
}
.qmmc .qmcbox a
{
	display: inline;
}
.qmmc .qmcbox div
{
	float: none;
	position: static;
	visibility: inherit;
	left: auto;
}
.qmmc li
{
	z-index: auto;
}
.qmmc ul
{
	left: -10000px;
	position: absolute;
	z-index: 10;
}
.qmmc, .qmmc ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.qmmc li a
{
	float: none;
}
.qmmc li:hover > ul
{
	left: auto;
}
#qm0 ul
{
	top: 100%;
}
#qm0 ul li:hover > ul
{
	top: 0px;
	left: 100%;
}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/
#qm0
{
	width: 790px;
	border: none;
	float: right;
}


/*"""""""" (MAIN) Items""""""""*/
#qm0 a
{
	padding: 5px 20px 5px 8px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #FF0000;
}


/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover
{
	background-color: #FF0000;
	color: #000000;
	text-decoration: none;
}


/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/
#qm0 li:hover > a
{
	background-color: #FF0000;
	color: #000000;
	text-decoration: none;
}


/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
	background-color: #FF0000;
	color: #000000;
	text-decoration: none;
}


/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul
{
	padding: 5px;
	margin: 0px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	text-align: left;
}


/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a
{
	padding: 2px 40px 2px 5px;
	color: #FFFFFF;
	font-size: 11px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
}


/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover
{
	background-color: #FF0000;
	color: #FFFFFF;
	border-color: #666666;
}


/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
#qm0 ul li:hover > a
{
	background-color: #FF0000;
	color: #FFFFFF;
	border-color: #666666;
}


/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: underline;
	border-color: #666666;
}


/*"""""""" Individual Titles""""""""*/
#qm0 .qmtitle
{
	margin: 2px 5px 5px 5px;
	color: #222222;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}


/*"""""""" Individual Horizontal Dividers""""""""*/
#qm0 .qmdividerx
{
	border-top-width: 2px;
	margin: 4px 5px 4px 5px;
	border-color: #A2A1AD;
}


/*"""""""" Custom Rule""""""""*/
ul#qm0 ul li:hover > a.qmparent
{
	text-decoration: underline;
	background: #F00 url(../../images/arrow_0.gif) no-repeat right 50%;
	color: #FFF;
}


/*"""""""" Custom Rule""""""""*/
ul#qm0 ul li .qmparent
{
	background: url(../../images/arrow_0.gif) no-repeat right 50%;
}


/*"""""""" Custom Rule""""""""*/
ul#qm0 li:hover > a.qmparent
{
	text-decoration: none;
	background: #F00 url(../../images/arrow_2.gif);
	color: #000;
}


/*"""""""" Custom Rule""""""""*/
ul#qm0 li .qmparent
{
	background: url(../../images/arrow_3.gif) no-repeat 92% 50%;
}


/* Add-On Core Code (Remove when not using any add-on's) */
.qmfv
{
	visibility: visible !important;
}
.qmfh
{
	visibility: hidden !important;
}

 
