/*
		CSS style sheet
		---------------
	layout.css
	For jiggersaurus.com
	made by AndySmith
		---------------
*/

#header {
	width: 602px;
	height: 108px;
	margin-left:84px;
	margin-top:30px;
	text-align:right;

}

#header #mainPageTitle{
	padding-top:40px;
	padding-right:15px;
}

#header #mainPageTitle span{
	/* display:none;*/
}
#footer {
	width: 602px;
	height: 67px;
	margin-left:84px;
	padding-left:65px;
}

#mainSection{
	width:602px;
	margin-left:84px;
	padding-left:30px;
	padding-bottom:30px;
}

#mainSection #contentContainer{
	margin: 0px 57px 0px 10px;
}

#mainSection #navPath{
	padding-left:35px;
}

#domainTitle{
	position:fixed !important;
	position:absolute;
	left:73px;
	top:167px;
	width:38px;
	height:363px;
}

#mainMenu{
	/*Code for well behaved Browsers */
	position:fixed !important;
	left:689px !important;
	top:165px !important;
		
	/*Code for naughty browsers ie IE */
	position:absolute;
	left:691px;
	top:190px;
	
	width:120px;
	height:183px;
	clear:none;	
}
#whatsNew{
	float:right;
	width:240px;
}

/* Menu system */

#nav, #nav ul { /* all lists */
	padding:0px;
	margin-top: 10px;
	list-style: none;
	float : left;
	width : 100px;
	margin-left:-23px;
	padding-left:30px;

}
	
#nav li {
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 100px;
}

#nav li a {
	width: 95px;
	display : block;
/*	padding : 0 5px;*/
	color:#333333;
	font-variant: small-caps;
	text-decoration: none;
}

#nav li ul { /* second-level lists */
	padding-left:0px;
	position : absolute;
	left: -999em;
	margin-left : -191px;
	padding-right: 5px;
	margin-top : -1.35em;
	text-align:right;
	background-image: none;
	background-color:#FFFFFF;
/*	width:130px;*/
}

#nav li ul a{
	width:190px;
	background-color:#FFFFFF;
}


#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a:hover {
	font-variant: small-caps;
	text-decoration:underline;
	border-right: 3px solid #6A1DB2;
	font-weight:800;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul , #nav li.sfhover ul ul ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul{
	left: auto;
}
