/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #b37959;
	color: #fff;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
}
IMG {
	border:0px;
}
/* ol, ul {list-style: none;}
 tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.4em/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:5px;
}

ul{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}
li {
	text-indent:30px;
	margin:5px;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:bold 2.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
}

h2{
	font:bold 2.0em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
}

h3{
	font:bold 1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
}

h4{
	font:bold 1.6em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h5{
	font:bold 1.5em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
}	

h6{
	font:bold 1.3em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	cursor:pointer;
}

a:hover, a:active{
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width:969px;
	background-image:url(images/main-back.jpg);
	background-repeat:no-repeat;
	overflow:visible;
}
#leftside{
	width:450px;
	float:left;
	padding-left:50px;
	padding-top:25px;
}
#rightside{
	width:458px;
	float:right;
}
#text{
	padding-top:50px;
	padding-left:20px;
}
.nav {
	width:368px;
	height:59px;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	margin-left:19px;
}
.nav a{
	float: left;
	font:bold 14px/59px "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: none;
	color:#fff;
	text-decoration:none;
	padding-left:9px;
	padding-right:10px;
	display: inline;

}
.nav a:hover{
	background-image:url(images/nav-ovr.gif);
	background-repeat:repeat-x;
}
.nav .first{
margin-left:12px;
}

#shoes{
	padding:30px;
}
#shoes img{
	margin:0; auto;
}
#footer{
	background-image:url(images/footer-bar.png);
	background-repeat:repeat-x;
	height:20px;
}
#footer-text{
	margin:0 auto;
	width:870px;
	font-size:1em;
}
#footer-text a{
	color:#fff;
	text-decoration:none;
}
#regbtn{
	width:360px;
	height:60px;
	background-image:url(images/pdf-icon.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	float:right;
	
}
#regbtn h3 a{
	line-height:60px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	padding-left:60px;
}
#regbtn h3 a:hover{
	text-decoration:underline;
}
#regbtn1{
	width:360px;
	height:60px;
	background-image:url(images/pdf-icon.png);
	background-repeat:no-repeat;
	/*background-position:100% 50%;*/
	float:left;
	
}
#regbtn1 h3 a{
	line-height:60px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	padding-left:60px;
}
#regbtn1 h3 a:hover{
	text-decoration:underline;
}
.logo-sponsors {
	width:100%
}
.logo-sponsors img {
	float:left;
	border:1px solid #000;
	margin:5px;
}

/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
	margin-bottom:10px;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/
