/* Table of Contents

	- Global Reset
	- Basic Structural Rules
	- Specific Structural Rules
	- Common Rules
	- Form Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


/* Global Reset

	This is an easy way to make sure that all browsers will default all element rules to the same settings.
	
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


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;
	border : none;
	font-size : inherit;
	line-height : inherit;
}
fieldset,img { border : 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style : normal; font-weight : normal; }
ol,ul { list-style : none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight : normal; }
q:before,q:after { content:''; }
abbr,acronym { border : 0; }

/* Basic Structural Rules

	These ids and classes create the most basic building blocks for the website.
	(html) sets the default font type, color and size for the entire site.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


html {
	width : 100%;
	color : #666;
	font-size : 62.5%;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	text-align : center;
}

body {
	margin : 0 auto 0 auto;
	width : 760px;
	text-align : center;
	background : url(../images/template/pageBackground.gif) top left repeat-x;
}

body.large #content { font-size : 125%; line-height : 125%; }
body.xlarge #content { font-size : 150%; line-height : 150%; }

#wrapper {
	width : 760px;
	font-size : 1.1em;
	line-height : 1.1em;
	background : url(../images/template/wrapperBackground.gif) top left repeat-y;
	display : block;
	float : left;
}

#header {
	margin : 0 auto 0 auto;
	padding : 0;
	width : 760px;
	text-align : left;
	display : block;
	clear : both;
}

#printHeader { display : none; }

/* NOTE! navigationBar is a class, this is so that you can have more than one on a page. */

.navigation {
	margin : 0;
	padding : 0;
	width : 760px;
	display : block;
	float : left;
	clear : both;
}

#content {
	margin : 0 auto 0 auto;
	padding : 0 1px 1em 1px;
	width : 758px;
	text-align : left;
	display : block;
}

#footer {
	margin : 0 auto 0 auto;
	width : 760px;
	text-align : left;
	display : block;
	clear : both;
}

/* Specific Structural Rules

	Use this area to define rules for specific content/pages/design elements.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

#wrapper.home { background : url(../images/template/wrapperBackgroundHome.gif) top left repeat-y; }

#header { height : 130px; background : url(../images/template/headerBackground.jpg) top left no-repeat; }

/* Rules for flash areas */

#headerFlash { height : 130px; width : 473px; display : block; float : right; }
#homepageFlash { padding : 20px; height : 243px; width : 466px; display : block; float : right; }

/* Rules for footer */

#footer { padding : 4px 0 0 0; background : url(../images/template/footerTopBar.gif) top left no-repeat; }
#footer p { padding : 1.1em 1.4em 2em 1.4em; text-align : center; }
#footer p.nav { padding : .7em 1.4em 1.1em 1.4em; background : url(../images/template/footerBackground.gif) bottom left no-repeat; }

#footer a { color: #666; }
#footer p.nav a { padding : 0 1.4em 0 1.4em; }
#footer a:hover { color: #369; }

/* Rules for news listing page */

div.listing p { margin : 0 0 .5em 0; padding : .5em 1.4em 0 1.4em; border-bottom : 1px #d9d9d9 solid; }
div.listing a.forward {
	margin : 1.5em 0 0 0; 
	padding : .5em 2em .5em 1.4em;
	width : auto;
	text-align : right;
	background : url(../images/template/listingButton.gif) top right no-repeat;
	display : block;
	clear : both;
}

div.listing a.back {
	margin : 1.5em 0 0 0; 
	padding : .5em 1.4em .5em 2em;
	width : auto;
	text-align : left;
	background : url(../images/template/listingButtonBack.gif) top left no-repeat;
	display : block;
	clear : both;
}

/* Rules for homepage */

div.homeMain { padding : 0 0 2.55em 0; background : url(../images/template/h1BackgroundHome.gif) bottom left repeat-x; }
div.homeMain h1 { padding : .8em 1em 1.45em 1em; background : url(../images/template/h1BackgroundHome.gif) bottom left repeat-x; }
div.homeMain h2, div.homeMain h3, div.homeMain p { padding : .5em 2em 0 2em; }

div.homeListing { padding : 1.4em 0 0 0; }
div.homeListing h2 { padding : .5em 1.4em 0 1.4em; }
div.homeListing p { margin : 0 0 .5em 0; padding : .5em 1.4em 1.4em 1.4em; border-bottom : 1px #d9d9d9 solid; }

a.process {
	height : 229px;
	width : 253px;
	text-indent : -5000px;
	background : url(../images/template/processButton.jpg) top left;
	display : block;
	overflow : hidden;
}

/* Common Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

a { color : #c60; text-decoration : none; outline : none; }
a:hover { color : #369; }

#content div { display : block; }

/* COLUMNS
	You can use this class to make a div into a column
	The width here defaults to 50% but can be controlled through the class name in the html which is applied by the autowidth.js file
	
	To set a div column width by percent you would specify the class like this ( class="column percent_#" ) where # is the desired value.
	
	To set a div column width to a specific pixel size you would specify the class like this ( class="column pixels_#" ) where # is the desired value.
*/

strong { font-weight: bold; }

.column { margin : 0; padding : 0; width : 50%; float : left; }

h1 {
	padding : .8em .74em 1.45em .74em;
	width : auto;
	color : #369;
	font-family : "Times New Roman", Times, serif;
	font-size : 2em;
	line-height : 100%;
	letter-spacing : 1px;
	background : url(../images/template/h1Background.gif) bottom left repeat-x #fff;
	display : block;
}

h2 {
	padding : .5em 1.4em 0 1.4em;
	width : auto;
	color : #c60;
	font-weight : bold;
	display : block;
}

h3 {
	padding : .5em 1.4em 0 1.4em;
	width : auto;
	color : #930;
	display : block;
}

h4 {
	padding : .5em 1.4em 0 1.4em;
	width : auto;
	font-weight : bold;
	display : block;
}

p {
	padding : .5em 1.4em .5em 1.4em;
	line-height : 1.4em;
	width : auto;
	display : block;
}

ul {
	padding : .5em 1.4em 0 2.4em;
	list-style : disc;
}

ol {
	padding : .5em 1em 0 2.4em;
}

ul li, ol li {
	padding : 0 0 .5em 0;
	list-style-position : outside;
}

hr {
	margin : .5em 1.4em .5em 1.4em;
	display : block;
}

object, embed, img { display : block; }


sup { font-size : 55%; }

/* apply this class to ad a divider between content sections */

.divider { border-bottom : 1px #d9d9d9 solid; }

/* apply this class to properly format images within content */

.photo {
	margin : 5px 10px 5px 10px;
	display : block;
}

/* Apply these classes to float stuff left or right */

.left { float : left; }

.right { float : right; }

.clear { clear : both; float : none; }

/* Apply this to hide anything */

.hide { display : none; }

/* Rules for creating text "Call Out" sections */

.callout {
	margin : 1em;
	padding : .8em;
	width : auto;
	border : 1px #ccc solid;
	background : #fff;
	display : block;
}

.callout img  {
	margin : 0 auto 0 auto;
	padding : 0;
	color : #666;
	clear : both;
}

.callout h3  {
	padding : .5em 0 0 0;
	width : auto;
	color : #666;
	text-align : left;
	clear : both;
}

.floatFix { margin : 1em 0 1em 1em; }

/* Form Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

form {
	padding : 0;
	line-height : 1.4em;
	width : auto;
	display : block;
}

input, select, textarea { padding : .2em; font-size : 1em; font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; }

fieldset {
	margin : 0;
	padding : .5em 1.4em .5em 1.4em;
	font-size : inherit;
	line-height : inherit;
	border : none;
	display : block;
	clear : both;
}

label { margin : 0; padding : 0 1em .5em 0; text-align : left; width : auto; display : block; float : left; }

input { margin : .3em 0 0 0; height : 1.4em; border : 1px #333 solid; display : block; outline : none; }

textarea { margin : .3em 0 0 0; border : 1px #333 solid; display : block; }

input.radio { padding : 0; margin : 0 .5em 0 0; border : none; display : block; float : left; }
input.checkbox { padding : 0; margin : 0 .5em 0 0; border : none; display : block; float : left; }

select { border : 1px #333 solid; display : block; outline : none; }

option { height : 1.3em; }

input.button {
	margin : 0 1em 0 0;
	padding : .2em 1em .2em 1em;
	height : auto;
	border : 1px #333 solid;
	background : url(../images/template/footerBackground.jpg) top left no-repeat;
	float : left;
}


