/*
Content Block Background Colours

YELLOW		#FFCC00
BLUE		#3399CC

Content Block Font Colours

BLUE		#006699
WHITE		#FFFFFF
*/

/**************************************************
 SPECIFIC ELEMENTS
**************************************************/

table#mainContainer {
	width: 100%;
	height: 100%;
}

td#mainContainerCell {
	text-align: center;
	vertical-align: middle;
}

table#structureContainer {
	width: 764px;
}

table.fullWidth {
	width: 100%;
}

/*************************************************/

td#topBackground {
	background: #FFFFFF url('/images/bg_top.gif') no-repeat top right;
	width: 514px;
	height: 110px;
}

td#mainNavContainer {
	width: 250px;
	padding-bottom: 90px;
	background: #FFFFFF url('/images/bg_bottom.gif') no-repeat bottom left;
}

td#mainNavContainerIndex {
    width: 250px;
    background: #FFFFFF url('/images/bg_bottom.gif') no-repeat bottom left;
}

div#needToKnowMore {
	margin-top: 50px;
	margin-left: 15px;
    font-size: 10px;
}

div#yourSayVideoBox {
	width: 209px;
	height: 192px;
	background: #FFFFFF url('/images/your_say_video_box.gif') no-repeat top left;
	margin-top: 25px;
	margin-left: 15px;
}

td#mainContent {
	background: #FFFFFF url('/images/bg_bottom.gif') no-repeat bottom right;
	padding-bottom: 70px;
	text-align: left;
	vertical-align: top;
}

td#mainContentIndex {
    background: #FFFFFF url('/images/bg_bottom.gif') no-repeat bottom right;
    padding: 0 80px 70px 80px;
    text-align: center;
    vertical-align: top;
}

/**************************************************
 CONTENT BLOCK CONTAINERS
**************************************************/

div.contentBlockContainer { width: 504px; clear: both; }

div.contentBlockContainerTop {
	height: 32px;
	margin: 0px; padding: 0px;
	clear: both;
	display: block;
}

div.contentBlockContainerMiddle {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	margin: 0px; padding: 0px 15px 0px 20px;
	clear: both;
	display: block;
}

div.contentBlockContainerBottom {
	height: 32px;
	margin: 0px; padding: 0px;
	clear: both;
	display: block;
}

/**************************/

div.cbcSmallContainer { width: 504px; }

div.cbcSmall { width: 242px; clear: both; }

div.cbcSmallTop {
	height: 18px;
	margin: 0px; padding: 0px;
	clear: both;
	display: block;
}

div.cbcSmallMiddle {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	margin: 0px; padding: 0px 15px 0px 15px;
	clear: both;
	display: block;
}

div.cbcSmallBottom {
	height: 18px;
	margin: 0px; padding: 0px;
	clear: both;
	display: block;
}

/**************************/
div.cbcYellow { background: #FFCC00 url('/images/content_containers/large/yellow_middle.gif'); }
div.cbcTopYellow { background: url('/images/content_containers/large/yellow_top.gif') no-repeat; }
div.cbcMiddleYellow { background: #FFCC00 url('/images/content_containers/large/yellow_middle.gif'); color: #006699; }
div.cbcBottomYellow { background: url('/images/content_containers/large/yellow_bottom.gif') no-repeat; }

div.cbcSmallYellow { background: #FFCC00 url('/images/content_containers/small/yellow_middle.gif'); }
div.cbcSmallTopYellow { background: url('/images/content_containers/small/yellow_top.gif') no-repeat; }

div.cbcSmallTopYellowGameEnglish { background: url('/images/english/yellow_top_game.gif') no-repeat; height: 47px; }
div.cbcSmallTopYellowGameWelsh { background: url('/images/welsh/yellow_top_game.gif') no-repeat; height: 47px; }

div.cbcSmallMiddleYellow { background: #FFCC00 url('/images/content_containers/small/yellow_middle.gif'); color: #006699; }
div.cbcSmallBottomYellow { background: url('/images/content_containers/small/yellow_bottom.gif') no-repeat; }
/**************************/
div.cbcBlue { background: #3399CC url('/images/content_containers/large/blue_middle.gif'); }
div.cbcTopBlue { background: url('/images/content_containers/large/blue_top.gif') no-repeat; }
div.cbcMiddleBlue { background: #3399CC url('/images/content_containers/large/blue_middle.gif'); color: #FFFFFF; }
div.cbcBottomBlue { background: url('/images/content_containers/large/blue_bottom.gif') no-repeat; }

div.cbcSmallBlue { background: #3399CC url('/images/content_containers/small/blue_middle.gif'); }
div.cbcSmallTopBlue { background: url('/images/content_containers/small/blue_top.gif') no-repeat; }

div.cbcSmallTopBlueGameEnglish { background: url('/images/english/blue_top_game.gif') no-repeat; height: 47px; }
div.cbcSmallTopBlueGameWelsh { background: url('/images/welsh/blue_top_game.gif') no-repeat; height: 47px; }

div.cbcSmallMiddleBlue { background: #3399CC url('/images/content_containers/small/blue_middle.gif'); color: #FFFFFF; }
div.cbcSmallBottomBlue { background: url('/images/content_containers/small/blue_bottom.gif') no-repeat; }
/**************************/

div.rightColumn {
	text-align: right;
	float: right;
	display: block;
	clear: right;
}

div.leftColumn {
	text-align: left;
	float: left;
	display: block;
	clear: left;
}

div.paragraphSpacing {
	margin-bottom: 10px;
	display: block;
}

.pageTitle {
	font-size: 26px;
}

.pageTitleSmall {
	font-size: 16px;
	font-weight: bold;
}

/**************************************************
 GENERIC ELEMENTS
**************************************************/

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
}

body {
	background-color: #FF7F00;
	padding: 0px;
	margin: 0px;
}

a { color: #0000FF; }
a:link { color: #0000FF; }
a:active { color: #0000FF; }
a:hover { color: #0000FF; text-decoration: none; }

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	padding: 0px;
	margin: 0px;
	
	text-align: left;
	vertical-align: top;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img.ie_spacing_fix {
	vertical-align: -.25em;
}

object, embed {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
