/* ==============================================================================
=RESET
================================================================================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; line-height: 16pt; margin-top: 0;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* ==============================================================================
=BODY
================================================================================*/
body{
	background: url(../images/background.jpg) repeat-x fixed;
	margin: 0 auto;
	text-align: center;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

h1, h2, h3{	color: #039; }

h1{ font-size: 14pt; margin-bottom: 15px; }

h2{ font-size: 12pt; margin: 15px 0 5px 0; }

p{ margin-bottom: 10px; margin-top: 5px; }

ul.square { list-style: square; margin-left: 10px; line-height: 18pt; }

ul.long { line-height: 12pt; }
ul.long li { margin-bottom: 15px; }

a:link{ color: #69c; }
a:visited{ color: #69c; }
a:hover{ color: #039; text-decoration: underline; }
a:active{ color: #69c; }

.bold, strong { font-weight: bold; }

em { font-style: italic; }

/* ==============================================================================
=CONTENT
================================================================================*/
#gradient{
	width: 890px;
	background: url(../images/shadow.png) top center repeat-y;
	margin: 0 auto;
}

#container{
	width: 850px;
	background-color: white;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #039;	
	border-left: 1px solid #039;	
	border-right: 1px solid #039;
	min-height: 800px;
}

	#main_content{
		width: 530px;
		padding: 15px;
		margin: 0 260px 0 0;
	}
	
	#sub_content{
		width: 230px;
		float: right;
		padding: 15px;
	}

	#main_content_sm{
		width: 530px;
		padding: 15px;
		margin: 0 260px 0 0;
		background: url(../images/smallmoves2.jpg) no-repeat bottom right;
	}	

/* ==============================================================================
=BRANDING
================================================================================*/

#branding{
	float: left;
	padding: 0 10px;
}

#contact{
	float: right;
	text-align: right;
	padding: 15px;
}

#header{
	height: 140px;
	width: 850px;
	padding: 0;
	background: url(../images/banner.jpg) top left no-repeat;
	border-top: 1px solid #039;
	border-bottom: 1px solid #039;
	clear: both;
}

#bottombanner{
	text-align: center;
}

/* ==============================================================================
=NAVIGATION
================================================================================*/
#navigation{
	padding: 5px;
	clear: both;
}


/* ==============================================================================
=FOOTER
================================================================================*/
#footer{
	font-size: 8pt;
	background-color: #ccc;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #039;
}