/* ------------------------------------------------------------------------
   CSS RESET
   ------------------------------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;	font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* ------------------------------------------------------------------------
   STYLESHEET START
   ------------------------------------------------------------------------ */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;padding:0;
} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #root {height: 100%;}

body > #root {height: auto; min-height: 100%;}

#content {padding-bottom: 250px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: 250px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#root {
	margin: 0 auto;
	width: 1024px;
	height: 100%;
}

h1 {
	font-size: 300%;
	font-weight: bold;
}

h2 {
	font-size:250%;
	color:#c9c;
	font-weight:bold;
}

h3 {
	color:#80b2ff;
	font-size:180%;
	font-weight:bold;
}

h4 {
	font-size:120%;
	color:#c9c;	
}

h5 {
	color:#80b2ff;
	font-size:120%;
	font-weight:bold;	
}

a {
	color:#80B2FF;	
}

a:hover {
	text-decoration:none;	
}

div.textbox {
	width: 254px;
	background: #f9f9fd url(_images/bg_textbox.jpg) center bottom no-repeat;
	margin-bottom: 20px;
	border: 1px solid #aeaeb2;
}

div.textbox h5, div.textbox p {
	padding: 10px;
	margin-bottom:0 !important;
}

a.textbox {
	text-decoration:none;
	color: #333 !important;
	display:block;
}

a.textbox:hover {
	color: #80B2FF;	
}


/* HEADER */

#header h1 {
	color:#ccc;
	margin:15px 0 0 0;
}

#pink {
	color: #c9c;
}

#header img {
	float:left;
}

/* NAVIGATION */

#navigation {
	float:left;
	/* margin-bottom:20px; */
	border:1px solid #ccc;
	border-top:none;
	height:46px;
	background: url(_images/bg_navigation.gif) bottom repeat-x;
	width:1022px;

}

#navigation li {
	display: inline;
	line-height:49px;
}

#navigation a {
	padding:10px 10px 13px 10px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:hover {
	background: url(_images/bg_navigation.gif) top repeat-x;

}

#secondaryNavigation {
	float:right;
	width:210px;
	margin: 20px 10px 0 40px;
	margin-right:10px;
	background: url(_images/bg_secnav.jpg) top no-repeat #eee;
	border:1px solid #ccc;
	margin-top: 20px;
}

#secondaryNavigation li {
	display:block;
}

#secondaryNavigation a {
	color:#666;
	text-decoration: none;
	display:block;
	padding:15px;
}

#secondaryNavigation a:hover {
	background: #c9c;
	color: #fff;
}

#secondaryNavigation h4 {
	margin: 15px;	
}

/* CONTENT */



#content {
	float:left;
}

.columns {
	margin-top:20px;	
}

#firstColumn, #secondColumn {
	float: left;	
	width: 350px;
	padding: 0 10px 20px 10px;
	clear: right;
}

#thirdColumn {
	float: right;
	width: 284px;
}

#primaryContent {
	float:left;
	width:740px;
	margin:20px 0 0 10px;
}

#content h2 {
	margin-bottom:20px;
	font-size:250%;
	color:#c9c;
}

#content p {
	margin-bottom:20px;
	letter-spacing:0.2px;
	line-height:20px;
}

ul.content li {
	list-style:square;
	margin-bottom:15px;
	list-style-position: inside;
	margin-left:20px;
}

table {
	display: block;
	float: left;
	width: 500px;
	margin: 0 5px 40px 0;
}

tr, th, td {
	padding:10px;
	border: 1px solid #ccc;
	height: 55px;
}

tr:hover {
	background: #ccc;
}

th {
	background: #c9c;
	color: #fff;
	font-weight: bold;
}



/* FOOTER */
 
#footer {
	float:left;
	font-size:90%;
	background: #fcfcff url(_images/bg_footer.gif) top repeat-x;
	width:100%;
}

#footer_content {
	margin:0 auto;
	width:1024px;
}

#footer .footer_column, #footer #footer_links {
	float:left;
	padding:10px;
	margin-top:15px;
}

#footer #footer_links {
	width: 320px;
	margin-left:20px;
}

#footer .footer_column h3, #footer #footer_links h3  {
	color:#c9c;
	font-weight:bold;
	font-size:140%;
	margin-bottom:10px;
}

#footer a {
	color: #000;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#footer li {
	margin-bottom:5px;
}

#footer img {
	border:2px solid #c9c;
}

/* ------------------------------------------------------------------------
   STYLESHEET END
   ------------------------------------------------------------------------ */