﻿body 
{
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}

img
{
	border: none;
}

a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
		a:hover
		{
			color: #E31F26;
		}

h1
{
	color: #8B702F;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
}
h2
{
	color: #858586;
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}
		h2 a
		{
			color: #858586;
			text-decoration: none;
		}
				h2 a:hover
				{
					color: #E31F26;
				}
h3
{
	font-size: 14px;
	margin-bottom: 5px;
}
h4
{
	color: #858586;
	font-size: 14px;
	margin: 0;
}
		h4 a
		{
			color: #858586;
			text-decoration: none;
		}
				h4 a:hover
				{
					color: #E31F26;
				}

#Wrapper
{
	width: 960px;
	margin: 0 auto 0 auto;
	border-top: 21px solid #D9D8D8;
}
		#ColWrap
		{
			width: 100%;
		}
				#LeftCol
				{
					float: left;
				}
						#Logo
						{
							width: 88px;
							height: 165px;
							margin-top: 25px;
						}
						#Awards
						{
							width: 190px;
							margin-top: 30px;
							color: #959595;
						}
								.ClickAwards
								{
									color: #3C6993 !Important;
									font-size: 12px;
									text-decoration: underline;
									cursor: Hand;
								}
								#AwardsList a
								{
									color: #939598 !important;
									display: block;
									text-decoration: none;
									font-weight: normal;
								}
										#AwardsList a:hover
										{
											color: #E31F26 !Important;
										}
								.Divider
								{
									margin: 15px 0;
									height: 0px;
									border-top: 1px dotted #333333;
								}
				#RightCol
				{
					float: right;
				}
						#Navigation
						{
							text-align: right;
							margin: 30px -15px 10px 0;
						}
								#Navigation a
								{
									color: #999999;
									font-size: 12px;
									text-decoration: none;
									padding: 0 15px;
									font-weight: normal;
								}
										#Navigation a:hover
										{
											color: #E31F26;
										}
						#ContentHolder
						{
							background: url(../images/circles_bg.gif) no-repeat top;
							width: 773px;
							/* hack to set min height in IE 6 */
							height: auto !important;
							height: 330px /*390px*/;
							min-height: 330px;
							padding-top: 60px;
							margin-right: -20px;
						}
								/***Home Page***/
								#HomePageVideo
								{
									margin-left: 53px;
								}
										#JoysLogo
										{
											width: 145px;
											height: 14px;
											margin-top: 40px;
											margin-right: 20px;
											float: right;
										}
								
								/***Internal Pages***/
								#ContentWhiteWrap
								{
									width: 710px;
									margin-left: 47px;
								}
										#ContentWhiteCentre
										{
											width: 670px /*710px*/;
											/* hack to set min height in IE 6 */
											height: auto !important;
											height: 240px;
											min-height: 240px;
											padding: 20px;
											background: url(../images/content_bg.png) repeat-y;
											color: #858586;
										}
												/***Awards Pages***/
												#AwardsHeadWrap
												{
													margin-bottom: 10px;
												}
														#AwardsHeading
														{
															float: left;
															width: 500px;
														}
																#AwardsHeading h1
																{
																	margin-bottom: 0;
																}
																#AwardsHeading img
																{
																	margin-top: 5px;
																}
														#AwardsImage
														{
															float: right;
															width: 163px;
															height: 94px;
														}
														.Quote
														{
															font-style: italic;
															font-size: 17px;
														}
														.QuotePerson
														{
															font-weight: bold;
															font-size: 14px;
														}
														.Nomination
														{
															color: #E31F26;
															font-weight: bold;
														}
												/***News Pages***/
												.NewsHeading
												{
													color: #000000;
													font-size: 14px;
													font-weight: bold;
												}
												.NewsDate
												{
													font-size: 11px;
													font-weight: bold;
													color: #858586;
													line-height: 20px;
												}
												.NewsDescription
												{
													font-size: 11px;
													color: #858586;
												}
												.NewsDivider
												{
													height: 1px;
													background-color: #CCCCCC;
													margin: 15px 0 5px 0;
												}
												.FileIcon
												{
													vertical-align: middle;
												}
										#ContentWhiteBottom
										{
											width: 710px;
											height: 12px;
											background: url(../images/content_bg_bottom.png) no-repeat;
										}
								/***Judging Panel Page***/
								#ContentWhiteWrapJudges
								{
									width: 855px;
									margin-left: 47px;
								}
										#ContentWhiteCentreJudges
										{
											width: 815px /*855px*/;
											padding: 20px;
											background: url(../images/content_bg_judges.png) repeat-y;
											color: #858586;
											font-size: 11px;
										}
												.JudgeImage
												{
													margin-bottom: 10px;
												}
												.JudgeName
												{
													font-size: 14px;
													font-weight: bold;
													color: #000000;
												}
												.CompanyName
												{
													font-size: 10px;
													color: #ED2024;
													font-weight: bold;
												}
										#ContentWhiteBottomJudges
										{
											width: 855px;
											height: 12px;
											background: url(../images/content_bg_bottom_judges.png) no-repeat;
										}
						#CallsToAction
						{
							width: 700px;
							margin-top: 20px /*55px*/;
							margin-left: 54px;
							font-size: 11px;
						}
								#CallsToAction a
								{
									color: #000000;
									text-decoration: none;
									font-weight: bold;
									font-size: 12px;
								}
										#CallsToAction a:hover
										{
											color: #E31F26;
										}
								.CallsColumn
								{
									width: 157px;
								}
								#FirstColumn
								{
									float: left;
									margin-right: 24px;
								}
								#SecondColumn
								{
									float: left;
									margin-right: 24px;
								}
								#ThirdColumn
								{
									float: left;
								}
								#FourthColumn
								{
									float: right;
								}

		#Footer
		{
			border-top: 1px dotted #333333;
			padding-top: 15px;
			margin-top: 15px;
			margin-bottom: 50px;
			color: #858586;
			font-size: 11px;
		}
				#Submarine
				{
					width: 100%;
					text-align: right;
					margin-top: 20px;
					padding-top: 10px;
					border-top: 1px dotted #333333;
				}
						#Submarine a
						{
							text-decoration: none;
							color: #333333;
							font-weight: bold;
						}
								#Submarine a:hover
								{
									color: #E31F26;
								}
