/*
styles.css

Adapted from Move Networks Refresh Theme
*/
*{
	padding: 0;
	margin: 0;
	border: none;
}

/***** Layout *****/
html{
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
}

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

/*Header*/
#header{
	width: 715px;
	_width: 800px;
	text-align: center;
	margin: 0 auto;
}

#header h1{
	width: 715px;
	_width: 800px;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
}

#header h1 a{
	display: block;
	width: 254px;
	height: 49px;
	background-image:url(images/move-logo.gif);
	background-repeat: no-repeat;
}

#header h1 a span, #homepage #header h1{
	 position: absolute;
	 left: -9000px;
	 width: 100px;
}

/*Container*/
#container{
	text-align: left;
	width: 715px;
	_width: 800px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(images/secondary_container_center.png);
	_background-image: url(images/secondary_container_center.gif);
	background-position: 0 0px;
}

#containertop{
	width: 715px;
	_width: 800px;
	margin: 0 auto;
	background-image: url(images/secondary_container_top.png);
	_background-image: url(images/secondary_container_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	_height: 9px;
	clear: both;
}

#containerbottom{
	width: 715px;
	_width: 800px;
	margin: 0 auto;
	background-image: url(images/secondary_container_bottom.png);
	_background-image: url(images/secondary_container_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
}

/*Content*/

#content{
	width: 645px;
	padding: 10px 35px 20px 35px;
	text-align: left;
	font-size: 12px;
	color: #404040;
	position: relative;
	z-index: 20;
}

/*Footer*/
#footer{
	width: 715px;
	_width: 800px;
	color: #dadada;
	text-align: center;
	padding: 20px 2px 20px 2px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footercontent{
	float: left;
}

/***** Content Elements *****/
#content h1{
	margin: 5px 0 2px 0;
	font-size: 22px;
	color: #A71E01;
	padding-bottom: 5px;
}

#content h2{
	margin: 15px 0 2px 0;
	font-size: 18px;
	color: #A51D00;
}

#content h3{
	margin: 15px 0 2px 0;
	font-size: 16px;
	color: #000000;
}

#content ul, #content ol{
	padding-left: 35px;
	font-size: 12px;
	color: #666666;
}

#content ul li{
	list-style-image: url(images/bullet.png);
	_list-style-image: url(images/bullet.gif);
}

#content ul li, #content ol li{
	margin: 5px 0;
}

a {
	color: #801601;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
}

p{
	margin: 5px 0;
}

.clear{
	clear: both;
}

.emphasis {
	font-weight: bold;
}

.top {
	display:block;
	float:right;
	font-size:10px;
	padding-top: 10px;
}
