/** Setup default styles for all the main content elements **/
html 
{
	background: #cccccc none repeat scroll 0 0;
	margin: 0;
	padding: 0 0 0 1px;
}

body
{
    font-size: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
	text-align: left;
	color: black;

	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

h1
{
    /*font-size: 134%;*/
    font-size: 100%;
    font-weight: bold;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #2493CB;
}

h2
{
    font-size: 92%;
    font-weight: bold;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #2493CB;
}

h3
{
    font-size: 92%;
    font-weight: bold;
	/*text-decoration: underline;*/
}

h4
{
    font-size: 84%;
    font-weight: bold;
}

p
{
    font-size: 84%;
}

table, 
tbody,
tr
{
	font-size: 100%;
}

th
{
	text-align: center;
    font-weight: bold;
    font-size: 84%;
}

td
{
    font-size: 84%;
}

li
{
}

ol ol li,
ol ol ol li,
ul ul li,
ul ul ul li,
ol ul li,
ol ul ol li,
ol ul ul li,
ul ol li,
ul ol ul li,
ul ol ol li,
.sublist li
{
    font-size: 100%;
}

ol.lettered
{
    list-style-type: lower-alpha;
}

em
{
    font-weight: bold;
    font-style: normal;
}

img
{
    border: 0;
}

a
{
    font-size: 100%;
	color: #2493CB;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;	
}

/** Setup common custom styles for Forms **/
input,
button,
.button
{
    font-size: 100%;
}

select
{
	font-size: 100%;
}


textarea
{
	font-family: inherited;
    font-size: 100%;
}

select.xsmall,
input.xsmall
{
	width: 5em;
}

select.small,
input.small
{
	width: 10em;
}

select.medium,
input.medium
{
	width: 20em;
}

select.large,
input.large
{
	width: 30em;
}

select.xlarge,
input.xlarge
{
	width: 40em;
}

.formPanel
{
	border: 1px solid #2493CB;
	padding: 10px 10px 10px 10px;
}

.formRow
{
	
}

.formLabel
{
    font-weight: bold;
}

.formInput
{
}


.imageButton
{
	width: 6em;
	height: 2.0em;
	vertical-align: middle;
}

/** Setup common custom styles **/
.smallprint
{
    font-size: 58%;
}

.hidden
{
    display: none;
}

.label
{
	font-weight: bold;
}

.justified
{
    text-align: justify;
}

.watermarkApplied
{
    /*font-style: italic;*/
    color: gray;
}

.error
{
	color: red;
	font-weight: bold;
}

.noResults
{
	font-weight: bold;
}




/** Setup site level structure formatting **/
div#body
{
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF none repeat scroll 0 0;
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px;
}

div#siteHeader
{
	/*height: */
	padding: 5px 1px 5px 1px;
	width: 790px;
	position: relative;
}

div#siteMenu
{
	width: 100%;
	position: relative;
}

div#siteBody
{
	border-top: 1px solid #2493CB;
	border-bottom: 1px solid #2493CB;
	padding: 5px 10px 5px 10px;
	width: 780px;
	position: relative;
}

div#siteFooter
{
	text-align: center;	
	padding-bottom: 1px;
	width: 100%;
	position: relative;
}

div#siteFooter img.twitter
{
	width: 6em;
	height: 1em;
}


/** Site Header formatting **/
div#siteHeader div#siteLogo
{
	text-align: right;
	padding-right: 10px;
	clear: both;
	/*
    background: transparent url( ../images/GC-LargeBanner.jpg ) no-repeat center;	
	*/
}
div#siteHeader div#siteLogo img#siteLogo
{
	width: 799px;
	height: 108px;
}

div#siteHeader div#siteLogo div#siteLogoTopRow
{
	text-align: right;
}

div#siteHeader div#siteLogo div#siteLogoBottomRow
{
	width: 420px;
	margin-left: 380px;
	height: 32px;
	text-align: left;
}

div#siteHeader div#siteLogo img#siteLogoTop
{
	width: 400px;
	height: 68px;
}

div#siteHeader div#siteLogo img#siteLogoBottom
{
	width: 231px;
	height: 32px;
}


div#siteHeader div#siteLogo img#siteLogoWii
{
	width: 17px;
	height: 32px;
}

div#siteHeader div#siteLogo img#siteLogoDS
{
	width: 19px;
	height: 32px;
}

div#siteHeader div#siteLogo img#siteLogoDSi
{
	width: 20px;
	height: 32px;
}

div#siteHeader div#siteLogo img#siteLogoDSLite
{
	width: 35px;
	height: 32px;
}

div#siteHeader div#siteLogo img#siteLogoPS2
{
	width: 23px;
	height: 32px;
}

div#siteHeader div#siteLogo img#siteLogoPS3
{
	width: 23px;
	height: 32px;
}

div#siteHeader div#siteLogo img#siteLogoXBox
{
	width: 32px;
	height: 32px;
}


/** Menu Formatting **/
div#siteMenu
{
	background-color: #1282FF;/*#2493CB;*/
}

div#siteMenu ul#menu
{
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 0;
	display: block;
	clear: both;
	height: 1.2em;

    font-size: 84%;
}

div#siteMenu ul#menu li
{
	display: block;
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	/*border-left: 1px solid white;*/
	border-right: 1px solid white;
	width: 150px;
	text-align: center;
}

div#siteMenu ul#menu li a
{
	color: white;
    font-weight: bold;	
	text-decoration: none;
}

div#siteMenu ul#menu li a:hover
{
	text-decoration: underline;
}



