/* $Id$ */

html, body {
	height: 100%;
}

body {
	margin: 0em;
}

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F7F7F7 url(../images/back-gradient.png) repeat-x scroll left top;
	color:#000000;
	font-family: Arial, tahoma, sans-serif;
	font-size:12px; 
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

a {
	color: #00468C;
}

h2 {
	color: #646464;
	font-size: 14pt;
	letter-spacing: 2px;
	margin: 0 0 15px -20px;
}

p {
	margin: 0em;
	margin-bottom: 20px;
	padding: 0em;
	text-indent:2em;
}

img {
	border: medium none;
}

/*
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}
*/


#wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header {
	padding: 13px 0;
}

#nav {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #D5D5D5 url(../images/navgrad-normal.png)
	repeat-x scroll left top;
	font-size: 12px;
	height: 33px;
}


#nav ul {
	display: block;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 710px;
}

#nav ul li {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#nav ul li a.home {
	padding: 7px 15px 8px;
}

#nav ul li a {
	border-right: 1px solid #BBBBBB;
	color: #333333;
	display: block;
	padding: 7px 14px 8px;
	text-decoration: none;
	text-shadow: 0 0.5px 1px #FFFFFF;
}

#nav li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#2A2A2A url(../images/navgrad-hover.png) repeat-x scroll left top;
	color:#FFFFFF;
	text-shadow:none;
}


#container {
	padding: 15px;
}

#container p {
	font-size: 10pt;
	line-height: 20px;
}

.fix {
	display: block;
}

#searchform {
	float: right;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 205px;
}
#searchform #s {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(../images/form-field-bg.gif) no-repeat scroll 0 0;
	border:1px solid #888888;
	color:#999999;
	font-size:12px;
	margin:6px 0 0;
	padding:4px 7px 2px 5px;
	width:158px;
}

#searchform #searchsubmit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/search-button.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:24px;
	line-height:1px;
	margin:0;
	text-indent:-999%;
	width:24px;
}


#nav, #sidebar {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#searchform #s {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:transparent url(../images/form-field-bg.gif) no-repeat scroll 0 0;
	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	border-style:solid;
	border-width:1px;
	font-family:arial,helvetica;
	font-size:110%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:5px 3px 3px 5px;
}

blockquote {
	font-style:italic;
	padding:0 3em;
}

/* copy from apple.com */

#main {
	width: 960px;
	padding-top: 20px;
}

#content strong {
	color:#000000;
	position: relative;
}

#content {
	padding: 30px 62px;
	/*width: 856px;*/
}

.content {
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	background:none repeat scroll 0 0 #FFFFFF;
}
.content {
}
.content:nth-child(n) {
	border:medium none;
}
.content, .rounded, .article .box {
	-moz-border-radius:4px 4px 4px 4px;
}


.shadow  {
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}

img.right {
	float: right;
	margin: 2px 0 16px 20px;
}

.content img.right {
	padding: 5px;
}


.navfoot hr {
	border-color:#3366CC -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-width:1px medium medium;
	color:#3366CC;
	height:0;
	margin-bottom:2px;
	margin-top:0;
	padding:0;
}

#footer {
	border-top: 1px solid #DDDDDD;
	clear: both;
	padding-top: 9px;
	width: 100%;
	margin: 18px auto;
	text-align: left !important;
}

