/* @override http://www.headwaysoftware.com/css/main.css */

p, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, forms, td {margin:0px; padding:0px;}
.hide {display:none;}

@font-face {
	font-family: HW-text;
	src: url('/fonts/museosans_500-webfont.eot');
	src: local('☺'), url('/fonts/museosans_500-webfont.woff') format('woff'), url('/fonts/museosans_500-webfont.ttf') format('truetype'), url('/fonts/museosans_500-webfont.svg#webfontksUwE5Rm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: HW-headers;
	src: url('/fonts/cicle_gordita-webfont.eot');
	src: local('☺'), url('/fonts/cicle_gordita-webfont.woff') format('woff'), url('/fonts/cicle_gordita-webfont.ttf') format('truetype'), url('/fonts/cicle_gordita-webfont.svg#webfontdkhvWntI') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, td {
	background: #FFF;
	margin: 0; padding: 0;
	text-align: left;
	font-family:  HW-text, SansSerif;
	font-size: 0.8em;
	line-height: 1.6em;
}

h1, h2, h3 {
	font-family:  HW-headers, SansSerif;
}

h1 {
	font-size: 2.4em;
	font-weight:normal;
	color: #E65A1D;
	margin:0 0 6px 0;
}

h2 {
    font-size: 1.4em;
    color:#696969;
}

div.download-page h2 {
	font-size: 1.8em;
	font-weight: xbold;
	margin-top: 6px
}

h3 {
    font-size: 1.2em;
    color:#191919;
}

a {
    text-decoration: none;
    color: #E65A1D;
}

a:hover {text-decoration: underline;}

.alignright {
	float:right;
	padding:0 0 5px 8px;
}
a img {border:0;}

p.center {text-align:center;}
p.right {text-align:right;}

p, li, td {font-size:1.1em;}
p.small {font-size:1em;}

div.hr {
  height: 1px; width:80%;
  background: #E0DEDE;
  margin:20px auto 20px auto;
}
div.hr hr { display: none;}
.required {color:#990000;}


/*      Header Area
-----------------------------------------*/
#top {
	width: 100%;
	background: url(/images/banner-gradient.gif) repeat-x;
	border-bottom:3px solid #E65A1D;

}
#header {
	width:1100px; height: 110px;
	margin: 0 auto;
}

#logo a {
	float: left;
	text-align: left;
	padding-top: 18px;
	width:334px; height:84px;
	background:url(/images/headway.gif) bottom right no-repeat;
}

#top_nav {
	width:670px;
	float:right;
	text-align: right;
	font-size: 1.0em;
	padding-top: 15px;
}
#top_nav ul {list-style-type:none;}
#top_nav li  {display:inline; padding: 2px 6px}

#top_nav a {
	color:#696969;
}

#top_nav a:hover {text-decoration: underline;}

#top_nav a.active {
  color:#E65A1D;
}

#main_nav {
    float: right;
    text-align: right;
    font-size: 1.2em;
    padding-top: 45px;
}
#main_nav ul {list-style-type:none;}
#main_nav li  {display:inline; padding: 2px 10px 20px 20px;}

#main_nav a {
	color:#696969;
	font-weight: bold;
}

#main_nav a:hover {
  text-decoration: underline;
}

#main_nav a.active {
  color:#E65A1D;
}

span.highlight {
    background: #FFFF66;
}

/*      Main Body Area
-----------------------------------------*/
#main {
	margin: 0 auto;
	height: 600px;
	padding:10px 10px 10px 10px;
}	

#content {
	float: left;
}

#content p {padding:5px 0 8px 0;}
#content ul {margin: 0 20px; padding: 0 20px;}
#content ol {margin: 0 20px; padding: 0 20px;}

.more-content p {padding:5px 0 8px 0;}

#content ul.tick {list-style-image: url(/images/check.gif);}
#content ul.none {margin: 0 10px; padding:0 10px; list-style-type: none;}

.callout {
	padding:20px; margin-bottom:10px;
	border:1px solid #E0DEDE;
	-moz-border-radius: 1em;
}

.callout-strong  {
	font-weight: bold;
	padding:20px; margin-bottom:10px;
	border:1px solid #E0DEDE;
	background: #FFFF66;
	-moz-border-radius: 1em;
}


/* Sidebar
---------------------------------------*/

#sidebar {
    float: left;
    width: 230px;
    padding-left:20px;
    padding-top:10px;
}

#sidebar ul {list-style-type:none;}
#sidebar ul li {padding:4px 8px;}

#sidebar h3 {
	font-size: 1.4em;
	font-weight:bold;
	#xborder-bottom:1px solid #E65A1D;
	color: #E65A1D;
}

#sidebar h4, #sidebar h4 a {
	font-size: 1.4em;
	font-weight:bold;
	color: #2d2d2d;
	margin:0 0 8px 0;
}

#sidebar h4 a {font-size:1em;}

#sidebar .feed {
	padding:8px 0 8px 0; border-bottom:1px solid #E0DEDE;
}


/*     Tabbed Menu
--------------------------------------------*/

#tabmenu {
	padding-top:55px;
	padding-right:10px;
	float: left;
}
#tabmenu ul {
}
#tabmenu li {
	list-style-type: none;
}
#tabmenu li a {
	display: block;
	width: 140px;
}
#tabmenu li a span{
	border-top: solid 1px #D9D9D9;
	color:#696969;
	display: block;
	padding: 4px 0px 5px 9px;
	margin: 0px 13px 0px 0px;
	height: 18px;
	font-weight: bold;
	text-decoration: none;
}
#tabmenu li span:hover {
	color:#696969;
}
#tabmenu li a:hover {
	text-decoration: underline;
	color:#696969;
}
#tabmenu li.active {
	background: url(/images/menu-active-short.gif) left top no-repeat;
}
#tabmenu li.active a span {
	border-top: 0 none;
	color: #fff;
}
#tabmenu li.active a {
	text-decoration: none;
}
#tabmenu li.active a:hover {
	color: #fff;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* Forms and buttons 
----------------------------------*/

.button {
	margin:5px auto 5px auto; padding:10px;
	text-align:center; /*set width inline for individual buttons */
	background:#696969;
	border:2px solid #E0DEDE;
	-moz-border-radius: 0.5em;
}

.button a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.3em;
}


/*   Footer Area
------------------------------------------ */

#bottom {
	clear:all;
	bottom: 100%;
	background: url(/images/footer_bg.gif) top repeat-x;
}

#footer {
	width:1100px;
	margin:0 auto 0 auto;
	padding: 20px 10px 30px 10px;
	text-align: left;
	color: #2d2d2d;
}

#footer a {
	color:#2d2d2d;
	text-decoration: none;
	padding:0 8px;
}

#footer a:hover {
	text-decoration: underline;
}


