h1 {
	position: absolute;
	left: -999px;
	width: 0;
	height: 0;
	overflow: hidden;
}

#main {
	padding: 0 7px 0 7px;
}

#content {
	min-height: 88px;
	background: #fff url(bottom-up-grey-grad.gif) left bottom repeat-x;
}

#content p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

* html #content {
	height: 88px;
}

/* Override static-nav min-heights from default.css */

#static-nav, 
#static-nav .outer-pod-wrap, 
#static-nav .pod-wrap, 
#static-nav .inner-pod-wrap, 
#static-nav .pod {
	min-height: 200px;
}

#static-nav a {
	color: #003366;
}



/* Theme Pods ################################################################# */
/* common styles for all theme Pods */

ul#home-themes {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

li.theme-pod {
	width: 49.5%;
	min-height: 150px;
	margin: 4px 0 0 0;
	padding: 0;
}

li.left {
	clear: left;
	float: left;
}

li.right {
	clear: right;
	float: right;
}

* html li.theme-pod {
	height: 150px;
}

li.theme-pod div.pod-wrap {
	width: 100%;
	min-height: 150px;
}

* html li.theme-pod div.pod-wrap {
	height: 150px;
}

li.theme-pod div.pod {
	width: 100%;
	min-height: 150px;
}

* html li.theme-pod div.pod {
	height: 150px;
}

li.theme-pod a {
	display: block;
	padding: 36px 0 0 18px;
	height: 114px;
	background: transparent url(pics/circled-arrow.gif) 15px 0px no-repeat;
	color: #000033;
	font-weight: 900;
	font-size: 160%;
	text-decoration: none;
}

li.theme-pod a:hover {
	text-decoration: underline;
}

/* Commute Theme  ############################################################### */

#commute-pod.theme-pod {
	background: #fff url(pics/theme-pod-commute-bg.gif) left bottom repeat-x;
}

#commute-pod div.pod-wrap {
	background: transparent url(pics/theme-pod-commute-right-bg.jpg) right bottom no-repeat;
}

#commute-pod div.pod {
	background: transparent url(pics/theme-pod-commute-left-bg.gif) left bottom no-repeat;
}

/* Work Theme  ############################################################### */

#work-pod.theme-pod {
	background: #fff url(pics/theme-pod-work-bg.gif) left bottom repeat-x;
}

#work-pod div.pod-wrap {
	background: transparent url(pics/theme-pod-work-right-bg.jpg) right bottom no-repeat;
}

#work-pod div.pod {
	background: transparent url(pics/theme-pod-work-left-bg.gif) left bottom no-repeat;
}

/* Live Theme  ############################################################### */

#live-pod.theme-pod {
	background: #fff url(pics/theme-pod-live-bg.gif) left bottom repeat-x;
}

#live-pod div.pod-wrap {
	background: transparent url(pics/theme-pod-live-right-bg.jpg) right bottom no-repeat;
}

#live-pod div.pod {
	background: transparent url(pics/theme-pod-live-left-bg.gif) left bottom no-repeat;
}

/* Study Theme  ############################################################### */

#study-pod.theme-pod {
	background: #fff url(pics/theme-pod-study-bg.gif) left bottom repeat-x;
}

#study-pod div.pod-wrap {
	background: transparent url(pics/theme-pod-study-right-bg.jpg) right bottom no-repeat;
}

#study-pod div.pod {
	background: transparent url(pics/theme-pod-study-left-bg.gif) left bottom no-repeat;
}



/* Sub Nav Extra ############################################################### */

/* Override background in default.css */

#sub-nav-extra div.pod-wrap {
	background: transparent url(pics/sub-nav-extra-right-bg.jpg) right bottom no-repeat;
}
