/* Global style sheet for screen */

html {padding:0px; margin:0px;}
body {padding:0px; margin:0px; background: url(../Images/Global/Bg.gif) no-repeat top center; text-align:center; font-size:9pt; color:#666; font-family:verdana, arial, sans-serif;}

/*CKB Styles for Adrian */
p {margin:0px; line-height:150%;}
h1 {color:#060; font-size:18pt; border-bottom:1px solid #060; font-weight:normal; margin:0px; 0px 10px 0px;}
h2 {color:#060; font-size:10pt; border-bottom:1px solid #060; font-weight:normal;}
a:link, a:visited {color:#060;}
a:hover {color:#999;}
table th{color:#060; text-align:left;}
table tr td{vertical-align:top;}

.txt {font-size:10pt; font-family:ariel, sans-serif;}
img {border:none;}

/*The main container of all content*/
#Container {
	position:relative;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:750px;
	text-align:left;
	background-color:#fff;
	border-top:1px solid #999;
	border-right:2px ridge #999;
	border-bottom:2px ridge #999;
	border-left:1px solid #999;
	
}

/*Styling the footer */
#Footer {font-size:8pt; text-align:right; margin:20px 10px 10px 10px; padding:6px 0px 0px 0px; border-top:1px solid #060; color:#ccc; clear:both;}

/*This is used on pages where you don't want the left hand side navigation box */
#ContentBig {padding:15px;}

/*Left hand side navigation box, this also holds the mc donals logo on the home page */
#Side {Display:inline; position:absolute; top:170px; left:10px; width:200px; margin:0px 0px 0px 0px; padding:0px 0px 50px 0px; }

/*Forming the main text area */
#Main {Display:inline; width:515px; padding:0px 0px 0px 0px; margin:5px 10px 0px 0px; float:right;}

/*Styling the top navigation */
#TopNav {width:730px; background-color:#363; padding:5px 0px 5px 0px; margin:0px 10px 5px 10px; font-size:10pt; border-bottom:1px solid #666;}
#TopNav a:link, #TopNav a:visited {display:inline; color:#ffc; text-decoration:none; padding:0px 20px 0px 20px; border-right:1px solid #ffc;}
#TopNav .login:link, #TopNav .login:visited {color:#060; font-weight:bold; border-right:none;}
#TopNav a:hover {color:#fff;}

/*Styling the side navigation.......*/
#SideNav {width:187px; margin:0px 4px 5px 0px; padding:0px 0px 0px 4px; background-color:#363;}
#SideNav a:link, #SideNav a:visited {background: url(../Images/Global/GreenDot.gif) no-repeat left; display:block; border-bottom:1px dotted #999; color:#ffc; padding: 5px 0px 5px 20px; text-decoration:none; font-size:8pt;}
#SideNav a:hover {color:#fff;}

/*For example the news type boxes on the home page */
#DisBox {margin:5px 0px 10px 0px; color:#666; padding:5px 5px 15px 5px; border:1px solid #ccc; background-color:#ffc;}
#DisBox h1 {background:url(../Images/Global/Ball.gif) no-repeat left; background-color:#363; color:#fff; margin:0px; padding:4px 4px 4px 30px; font-size:12pt;}
#DisBox h1 a:link, #DisBox h1 a:visited {color:#fff; text-decoration:none;}
#DisBox h1 a:hover {color:#ffc;}
