
/*//////////////////////////////////////////////////////////////////////////////////////////////// Sports Timing Styles by Niall Wilson */
/*//////////////////////////////////////////////////////////////////////////////////////////////// October 2010 */
/*//////////////////////////////////////////////////////////////////////////////////////////////// www.doubleodesign.ie */

body
{
	margin:0 auto;
	height:100%;
	background-color:#0B0B0B;
	
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	text-align:left;
}

a:link
{
	text-decoration:underline;
	color: #FDC82F;
}

a:visited
{
	text-decoration:underline;
	color: #FDC82F;
}

a:hover
{
	text-decoration:none;
	color: #FDC82F;
}

a:active
{
	text-decoration:none;
	color: #FFFFFF;
}

.SiteWrapper
{
	position: absolute;
	top: 0px;
	left: 50%;
	
	margin:0px 0px 0px -500px;
	padding:0px;
	
	width:1000px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////// Header Styles & Branding */

.Branding
{
	margin:40px;
	padding:0px;
	
	height:90px;
	width:920px;
	
	background-image:url(../Images/Branding/TagLine.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////// GNS Styles */

.GNS_Wrapper
{
	margin:0px;
	padding:0px;
	
	height:40px;
	width:1000px;
}

.GNS
{
	float:left;
	
	margin:0px;
	padding:0px;
	
	height:40px;
	width:800px;
	
	background-image:url(../Images/GNS/GNS_BG.jpg);
	background-repeat:repeat-x;
}

.GNS ul
{
	margin:0px;
	padding:0px;
	
	line-height:40px;
	
	text-transform:uppercase;
	list-style-type: none;
}

.GNS ul li
{
	float:left;
	display:inline;
	text-align: center;
	text-shadow: #666666 0px 0px 5px;
}

.GNS ul li a:link
{
	display:block;
	
	width:105px;
	
	text-decoration:none;
	color:#FFFFFF;
	
	border-left:1px solid #FFCC00;
	border-right:1px solid #CC9900;
}

.GNS ul li a:visited
{
	display:block;
	
	width:105px;
	
	text-decoration:none;
	color:#FFFFFF;
	
	border-left:1px solid #FFCC00;
	border-right:1px solid #CC9900;
}

.GNS ul li a:hover
{
	display:block;
	
	width:105px;
	
	text-decoration:none;
	color:#FFFFFF;
	
	background-image:url(../Images/GNS/GNS_BG_Over.jpg);
	background-repeat:repeat-x;
	
	border-left:1px solid #D8B00F;
	border-right:1px solid #8F7622;
}

.GNS ul li a:active
{
	display:block;
	
	width:105px;

	text-decoration:none;
	color:#FFFFFF;
	
	background-image:url(../Images/GNS/GNS_BG_Active2.jpg);
	background-repeat:no-repeat;
	
	border-left:1px solid #FFCC00;
	border-right:1px solid #CC9900;
}

#Current a:link
{
	background-image:url(../Images/GNS/GNS_BG_Over.jpg);
	background-repeat:repeat-x;
	
	border-left:1px solid #D8B00F;
	border-right:1px solid #8F7622;
}

#Current a:visited
{
	background-image:url(../Images/GNS/GNS_BG_Over.jpg);
	background-repeat:repeat-x;
	
	border-left:1px solid #D8B00F;
	border-right:1px solid #8F7622;
}

#Home a:link
{
	display:block;
	
	width:49px;
	
	background-image:url(../Images/GNS/GNS_Home_BG.jpg);
	background-repeat:no-repeat;
	
	border-left:none;
	border-right:1px solid #CC9900;
}

#Home a:visited
{
	display:block;
	
	width:49px;
	
	background-image:url(../Images/GNS/GNS_Home_BG.jpg);
	background-repeat:no-repeat;
	
	border-left:none;
	border-right:1px solid #CC9900;
}

#Home a:hover
{
	display:block;
	
	width:49px;
	
	background-image:url(../Images/GNS/GNS_Home_BG_Over.jpg);
	background-repeat:no-repeat;
	
	border-left:none;
	border-right:1px solid #8F7622;
}

#Home a:active
{
	display:block;
	
	width:49px;
	
	background-image:url(../Images/GNS/GNS_Home_BG_Active.jpg);
	background-repeat:no-repeat;
	
	border-left:none;
	border-right:1px solid #CC9900;
}

#Home_Current a:link
{
	display:block;
	
	width:49px;
	
	background-image:url(../Images/GNS/GNS_Home_BG_Over.jpg);
	background-repeat:no-repeat;
	
	border-left:none;
	border-right:1px solid #8F7622;
}

#Home_Current a:visited
{
	display:block;
	
	width:49px;
	
	background-image:url(../Images/GNS/GNS_Home_BG_Over.jpg);
	background-repeat:no-repeat;
	
	border-left:none;
	border-right:1px solid #8F7622;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Event Results Dropdown */

.Results
{
	float:right;
	
	margin:0px;
	padding:0px;
	
	height:40px;
	width:200px;
	
	background-image:url(../Images/GNS/Results_BG.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.Results p
{
	margin:0px;
	padding:0px;
	
	line-height:40px;
	text-indent:30px;
	color:#666666;
}

.Results p a:link
{
	display:block;
	
	height:40px;
	width:200px;
	
	color:#0B0B0B;
	text-decoration:none;
}

.Results p a:visited
{
	display:block;
	
	height:40px;
	width:200px;
	
	color:#0B0B0B;
	text-decoration:none;
}

.Results p a:hover
{
	display:block;
	
	height:40px;
	width:200px;
	text-decoration:none;
	
	/*
	color:#FFFFFF;
	background-image:url(../Images/GNS/Results_BG_Over.jpg);
	background-position:right;
	background-repeat:no-repeat;
	*/
}

.DDM {
	position:absolute;
	
	margin:-1px 0px 0px 0px;
	padding:5px 5px 20px 5px;
	
	line-height:30px;
	text-transform:capitalize;
	
	z-index:10000;
	background-color: #666666;
	
	width:330px;
	visibility: hidden;
	
	background-image:url(../Images/Backgrounds/DDM_BG.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.DDM a:link
{
	float:left;
	display: block;
	
	margin:0px 5px 0px 5px;
	
	width:155px;
	
	text-indent:5px;
	text-decoration: none;
	color: #FFFFFF;
	
	border-bottom:1px solid #FFFFFF;
}

.DDM a:visited
{
	float:left;
	display: block;
	
	margin:0px 5px 0px 5px;
	
	width:155px;
	
	text-indent:5px;
	text-decoration: none;
	color: #FFFFFF;
	
	border-bottom:1px solid #FFFFFF;
}

.DDM a:hover
{
	float:left;
	display: block;
	
	margin:0px 5px 0px 5px;
	
	width:155px;
	
	text-indent:5px;
	text-decoration: none;
	color:#FDC82F;
	
	border-bottom:1px solid #FDC82F;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Dropdown Hacks */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.Results p a
{
	float:none;
}

/*HTML to indicate drop down link*/
.Results p a[rel]:after
{
	content: "";
}

/*IE only hack*/
* html .DDM a
{
	width: 160px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////// Page Content */

.Page
{
	margin:20px 0px 10px 0px;
	padding:0px 0px 20px 0px;
	
	width:1000px;
	overflow:hidden;
}

.Column_Left_Home
{
	float:left;
	
	margin:0px;
	padding:0px;
	
	width:650px;
}

.Column_Left
{
	float:left;
	
	margin:0px;
	padding:0px 0px 30px 0px;
	
	width:650px;
	
	background-color:#0b0b0b;
}

.Column_Right
{
	float:right;
	
	margin:0px 0px 0px 20px;
	padding:0px;	
	width:330px;
}

.QuoteButton {
	margin: 20px 0px 20px -5px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
	font-size: 11px;
	text-shadow: #666666 0px 0px 5px;
}

.QuoteButton a:link {
	background-image:url(../Images/Backgrounds/quote_button_up.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 184px;
	display:block;
	color: #FFFFFF;
	text-decoration:none;
}

.QuoteButton a:visited {
	background-image:url(../Images/Backgrounds/quote_button_up.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 184px;
	display:block;
	color: #FFFFFF;
	text-decoration:none;
}

.QuoteButton a:hover {
	background-image:url(../Images/Backgrounds/quote_button_over.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 184px;
	display:block;
	color: #000000;
	text-decoration:none;
}

#Feature_Header
{
	margin:0px 0px 10px 0px;
	
	color:#FDC82F;
	font-size:14px;
	line-height:18px;
	
	text-transform:uppercase;
	letter-spacing:.1em;
}

#Feature_Text
{
	margin:0px 0px 10px 0px;
	
	color:#CCCCCC;
	line-height:18px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////// Social Networking Links */

.Social_Links_Label {	
	
	float: left;
	width: 70px;
	
	height: 20px;
	line-height: 20px;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #CCCCCC;
	font-weight: bold;
			
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-khtml-border-radius: 3px;
 	border-radius: 3px;
}

.Social_Links_Clear {
	clear: both;
}

.Social_Links_Text {
	float: left;
	width: 200px;
	height: 20px;
	line-height: 20px;
	margin: 7px 0px 0px 0px;
	color: #CCCCCC;
}

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


#Testimonial_Footer
{
	margin:0px 0px 10px 0px;
	
	color:#FDC82F;
	line-height:18px;
}

#Page_Header
{
	margin:10px 30px 20px 10px;
	
	color:#FDC82F;
	font-size:24px;
	line-height:28px;
	
	text-transform:capitalize;
}


#Page_Header_Thanks
{
	margin:10px 30px 20px 10px;
	
	color:#FDC82F;
	font-size:22px;
	line-height:28px;
	
	text-transform:none;
}



#Page_Text P
{
	margin:0px 30px 10px 10px;	
	color:#E9E9E9 !important;
	font-size:14px;
	line-height:20px;
}

#Page_Text ol
{
	clear:left;
	margin:10px 30px 10px 0px;	
	color:#E9E9E9 !important;
	font-size:14px;
	line-height:20px;
}

#Page_Text ol li
{
	margin: 10px 0px 0px 0px;
}

#Page_Text P img
{
	margin: 0px 20px 20px 0px;	
	float: left;
}


#Page_Text H3 {
	margin:60px 30px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FDC82F !important;
	clear: left;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////// Frequently Asked Questions */


#faqs {
		margin: 0px 0px 0px 10px;
}

#faqs h2 {	
	font-family: Helvetica, Arial, sans-serif;
	margin: 40px 0px 20px 0px;
	text-indent: 15px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 5px solid #FDC82F;
	height: 40px;
	line-height: 40px;
	width: 610px
}

	
#faqs h3 {
 
	cursor:pointer;
	width: 600px;
	margin: 0px;
	padding: 5px 0px 4px 10px; 		
	font-size: 14px; 
	font-weight: normal;	
	
	color: #FDC82F !important;
	text-decoration: underline;	
	
	background-image: url(../Images/Backgrounds/FAQ_ROUND_RECT_BG.png);	
	background-repeat:no-repeat;
	background-position:top;
	background-color: #111111; 
	
	text-indent: 15px;
	
	/* make text none selectable */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
}

.mouseover {
	background-color: #FF0000;
}

#faqs h3.active	{ 			
	/* background-image: url(../Images/Dropdowns/arrow_active.png); */
	background-image:url(../Images/Backgrounds/FAQ_ROUND_RECT_OVER_BG.png);
	background-repeat:no-repeat;
	background-position:left;			
	background-color: #333333;
}

#faqs h3.faqover {
	background-color: #333333;
	text-decoration:none !important;
}

#faqs div { 
	height:0; overflow:hidden;
	font-size: 14px;
	font-weight: normal;
	width: 610px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 20px;
	background-color: #333333;
	background-image:url(../Images/Backgrounds/FAQ_ROUND_RECT_BOTTOM_BG.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#faqs div P {
	margin: 0px;
	padding: 10px 20px 10px 25px;
}

#faq_content {
	float: left;
	height: 200px;
}
	
	
/*//////////////////////////////////////////////////////////////////////////////////////////////// End of Frequently Asked Questions */


/*//////////////////////////////////////////////////////////////////////////////////////////////// Technology Page */

#Technology_Components {
	margin: 0px 0px 0px 10px;
}

#Technology_Box {
	float: left;
	width: 190px;
	margin: 0px 0px 0px 10px;
}

#Technology_Box_Header  {
	width: 190px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	
	background-color: #222222;
	background-image: url(../Images/Backgrounds/Tech_Box_Header.png);
	background-repeat:no-repeat;
	background-position:top;
}

#Technology_Box_Header P {
	margin: 5px;
	padding: 5px;
	color:#FDC82F !important;
}

#Technology_Box_Text  {
	padding: 0px;
	background-color: #333333;
	background-image: url(../Images/Backgrounds/Tech_Box_Footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#Technology_Box_Text P {
	padding: 10px;
	margin: 0px;
	/*background-color: #333333; */
	height: 85px;
	width: 170px;
	font-size: 14px;
	color: #CCCCCC;
}

#Technology_Components H3 {		
	width: 590px;
	margin: 0px;
	padding: 7px 0px 6px 0px;	
	
	/* 
	background-image: url(../Images/Dropdowns/arrow.png); 
	background-position:left;
	*/
	background-image: url(../Images/Backgrounds/Round_Rect_BG.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #111111;
	
	color: #FDC82F !important;
	font-weight: normal;
	font-size: 16px;
	text-indent: 20px;
	text-decoration:underline;
	
	/* make text none selectable */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.Component_H3_Over {
	background-color: #333333 !important;
	text-decoration:none !important;
}
	
.Component_H3_Active {
	/*background-image: url(../Images/Dropdowns/arrow_active.png) !important;
	background-position:left;
	*/
	background-image: url(../Images/Backgrounds/Round_Rect_Top_BG.png) !important;	
	background-repeat:no-repeat;
	background-position: top;
	background-color: #333333 !important;
}

#dropdown_content {
	padding: 10px 0px 0px 0px;
	width: 590px;
	background-color: #333333;
	margin: 0px 0px 15px 0px;
	background-image:url(../Images/Backgrounds/Component_Round_Base.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
	/* make image none selectable */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#dropdown_content P {
	padding: 10px 0px 0px 0px;
	margin: 0px 30px 10px 20px;
	color:#E9E9E9 !important;
	font-size:14px;
	line-height:20px;
}

#dropdown_content P img {
	max-width:200px;
	border: 6px solid #555555;	

	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-khtml-border-radius: 5px;
 	border-radius: 5px;

}

#Tech_Block_Clear {
	clear: both;
	margin: 20px 0px 0px 0px;
	height: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////// End of Technology Page */



/*//////////////////////////////////////////////////////////////////////////////////////////////// Services Page */


.Services_Column {
	float: left;
	width: 280px;
	margin: 15px 5px 0px 10px;
}

.Service_Block {	
	width: 270px;
	height: 60px;
	
	margin: 0px;
	padding:5px;
	background-color: #222222;
	/*background-image: url(../Images/Backgrounds/Service_Icon_BG.png); */
	
	background-image: url(../Images/Backgrounds/SERVICE_BLOCK_BG.png);
	
	background-repeat:no-repeat;
	background-position:top;
	
	/* make text none selectable */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.Service_Block_Over {
	background-color: #333333;	
}

.Service_Block_Active {
	background-color: #333333;
	background-image: url(../Images/Backgrounds/SERVICE_ROUND_BORDER_TOP.png);
	background-position:top;
	background-repeat:no-repeat;
}

.Service_Block img {
	margin: 12px 15px 0px 15px; 
	float:left;
}

.Service_Block P {
	margin: 20px 0px 0px 0px;
	color: #FDC82F;
	font-size: 12px;		
	text-transform:uppercase;
	line-height: 18px;
	text-decoration:underline;
}

.Service_Info {	
	display:block;
	background-color: #555555;
	width: 240px;
	padding: 20px;
	color: #E9E9E9;
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 15px 0px;
	
	background-image: url(../Images/Backgrounds/SERVICE_ROUND_BORDER_END.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

#Service_Text 
{
	margin:0px 30px 10px 10px;
}

#Service_Text P 
{
	color:#E9E9E9 !important;
	font-size:14px;
	line-height:20px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// End of Services Page */


#Page_Text ul
{
	color:#E9E9E9;
	font-size:14px;
	line-height:20px;
	margin:0px;
	padding:0px;
}

#Page_Text ul li
{
	margin:0px;
	padding:0px;
	list-style:circle #FDC82F;
	list-style-position:inside;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Homepage Specific */


.Home_Features
{
	margin:0px 0px 10px 0px;
	padding:20px;
	
	height:140px;
	width:290px;
	
	background-image:url(../Images/Homepage/Home_Features.jpg);
	background-repeat:no-repeat;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Events Page Specific */


.Events_Box
{
	float:left;
	
	margin:0px 5px 10px 5px;
	padding:20px;
	
	height:140px;
	width:200px;
	
	background-image:url(../Images/Backgrounds/Events_BG.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#Get_Results
{
	position:absolute;
	margin:100px 0px 0px 0px;
	
	line-height:40px;
	z-index:1000;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Contacts Page Specific */

.Contact_Form_BG
{
	float:left;
	
	margin:0px;
	padding:20px;
	
	height:330px;
	width:610px;
	
	background-image:url(../Images/Backgrounds/Contact_Form_BG.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.Form_Left
{
	float:left;
	width:25%;
}

.Form_Right
{
	margin:0px 0px 5px 0px;
	float:right;
	width:75%;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Footer */

.Footer_Wrapper
{
	clear: right;
	margin:0px 0px 40px 0px;
	padding:0px;
	
	height:150px;
	width:1000px;
	
	border-top:1px solid #FDC82F;
}

.Footer_Item
{
	float:left;
	
	margin:0px 1px 0px 0px;
	padding:10px;
	
	height:90px;
	width:229px;
}

.Footer_Item p
{
	margin:0px 0px 10px 0px;
	
	font-size:11px;
	line-height:18px;
	color:#999999;
}

#FooterHeads
{
	display:block;
	height:30px;
	
	font-size:14px;
	line-height:18px;
	color:#FDC82F;
	
	border-bottom:1px solid #666666;
}

#face
{
	font-size:22px;
	color:#FFFFFF;
}

.seconds
{
	font-size:18px;
	color:#FDC82F;
}

.milliseconds
{
	font-size:12px;
	color:#FDC82F;
}

input.Newsletter_Text {
	margin: 0px 0px 10px 0px;
	background-color: #333333;
	color: #888888;
	border: 1px solid #777777;
	height: 20px;
	padding: 2px;
	
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-khtml-border-radius: 5px;
 	border-radius: 5px;

	
}

input.Newsletter_Button {
	margin: 0px 0px 10px 0px;
	background-color: #222222;
	color: #888888;
	border: 1px solid #777777;
	height: 20px;
	padding: 2px;
}