/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Questionnaire Error Messages

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ErrorText
{
	position: relative;
	font-size: medium;
	top: 0px;
	left: -10px;
	color: red;
}

.ErrorMessage
{
	display: block;
	border: solid 1px red;
	background-color: #ffffff;
	background-image: url(../../images/stopsign.jpg);
	padding: 5px;
	padding-left: 50px;
	color: #000000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
}
.ErrorMessage ul
{
	visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Report 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.updateProgress
{
	position: static;
	background-color: #009933;
	left: 47%;
	top: 0%;
	color: White;
	height: 100px;
	width: 200px;
	vertical-align: top;
	text-align: center;
	z-index: 12000;
	display: block;
	azimuth: center;
	padding: 10px 25px 125px 25px;
	border-right: green 2px solid;
	border-top: green 2px solid;
	font-weight: bold;
	border-left: green 2px solid;
	border-bottom: green 2px solid;
}

.ReportLink a
{
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
.ReportLink a:hover
{
	font-weight: bold;
	color: #990033;
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 728px;
	border: 1px solid #818181;
	position: relative;
	background-color: #ffffff;
}

#content-main-two-column
{
	width: 480px;
	float: left;
}

#content-side-two-column
{
	float: right;
	width: 220px;
	background-color: #f5f5f5;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - One COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-column
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 728px;
	border: 1px solid #818181;
	position: relative;
	background-color: #ffffff;
	height:100%;
}

#content-main-column
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	margin: 0px;
	background-color: #464646;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: black;
	font-size: 12px;
}

p
{
	margin: 10px 0;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: 15px 0;
	_margin: 10px 0;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
	font-size: 1.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
}

h1
{
	margin-bottom: 0;
	color: Green;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
	color: Green;
}

h3
{
	font-size: 1.1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
	color: #d61719;
	text-decoration: none;
}

a:visited
{
	color: #980000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #980000;
}

#content-side-two-column a:link, #content-side-two-column a:link, #content-side1-three-column a:link, #content-side-two-column a:visited, #content-side-two-column a:visited, #content-side1-three-column a:visited
{
	text-decoration: none;
}

#content-side-two-column a:hover, #content-side-two-column a:hover, #content-side1-three-column a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	color: #999999;
	position: relative;
	width: 760px;
	height: 106px;
	background-image: url(../../images/home_top-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.CustomLayoutTop
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	position: relative;
	width: 760px;
	height: 106px;
	background-repeat: no-repeat;
	background-position: left top;
}
#logo
{
	position: absolute;
	top: .5em;
	left: 15px;
	font-size: 2.6em;
	font-family: Georgia, "Times New Roman" , Times, serif;
	height: 2.8em;
	padding: .1em 0 .2em 0;
	font-variant: small-caps;
}

#logo a
{
	color: #4A6BB3;
	text-decoration: none;
}

#heading
{
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: Green;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADMIN MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#admin-nav-main
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding: 0 0 20px 20px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	background-color: #f5f5dc;
	vertical-align: top;
	height: 40px;
}
#admin-nav-main ul
{
	margin: 0;
	padding: 0 20% 0 0;
}

#admin-nav-main li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#admin-nav-main a:link, #nav-main 
{
	color: #4F4F4F;
	text-decoration: none;
}

#admin-nav-main a:hover 
{
	color: #0E9B11;
	text-decoration: underline;
}

#admin-nav-main a:activea a:visited
{
	color: #4F4F4F;
}

#admin-nav-main li.current a:link, #nav-main li.current 
{
	text-decoration: underline;
}

#admin-nav-main li.current a:hover
{
	color: #D4E7F8;
	text-decoration: underline;
}

#admin-nav-main li.current a:active 
{
	color: #4F4F4F;
}

/* ACTIVE PAGES */
#admin-nav-main a.StaticSelectedStyle:link, #nav-main a.StaticSelectedStyle:visited
{
	color: #006600;
	text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding: 0 0 20px 20px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	background-color: #f5f5dc;
	vertical-align: top;
	height: 15px;
}

#nav-main div
{
	top: 0;
	right: 0;
	padding: 0 0 0 0;
	
}

#nav-main ul
{
	margin: 0;
	padding: 0 20% 0 0;
}

#nav-main li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#nav-main a:link, #nav-main a:visited
{
	color: #4F4F4F;
	text-decoration: none;
}

#nav-main a:hover
{
	color: #0E9B11;
	text-decoration: underline;
}

#nav-main a:active
{
	color: #4F4F4F;
}

#nav-main li.current a:link, #nav-main li.current a:visited
{
	text-decoration: underline;
}

#nav-main li.current a:hover
{
	color: #D4E7F8;
	text-decoration: underline;
}

#nav-main li.current a:active
{
	color: #4F4F4F;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link, #nav-main a.StaticSelectedStyle:visited
{
	color: #006600;
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
	margin: 0;
	padding: 0;
}

li
{
	list-style: none;
	background: url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding: .2em 0 .2em 1em;
	margin-left: 0.4em;
}

ul.list-of-links
{
	border-bottom: 1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links, #content-side-two-column ul.list-of-links
{
	margin: 0 0 30px 0px;
}

ul.list-of-links li
{
	border-top: 1px dotted #B2B2B2;
	background-image: url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current
{
	background-color: #E5E5E5;
}


ul.no-lines, ul.no-lines li
{
	border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}

.photo-border
{
	border: 1px solid #cecece;
	padding: 4px;
	background: #d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}

.photo-float-left
{
	float: left;
	margin-right: 10px;
}

.image-border-none
{
	border: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	About Us

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HangingIndent
{
	margin-left: 50px;
	margin-right: 150px;
	text-align: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FAQ

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AnswerText
{
	width: 650px;
	float: right;
	text-align: left;
}
.QuestionText
{
	width: 700px;
	float: right;
	text-align: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .8em 0 1em 20px;
	position: relative;
	font-size: .8em;
	color: #999999;
	background-color: #f5f5dc;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#footer a:link, #footer a:visited
{
	text-decoration: underline;
	color: #4F4F4F;
}

#footer a:hover
{
	color: #0E9B11;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date
{
	font-size: 0.9em;
	font-style: italic;
	color: #A4A4A4;
}

.arrow
{
	vertical-align: middle;
}

input.button-big
{
	font-weight: bold;
	padding: .7em 1.5em;
	font-size: 1.1em;
	vertical-align: bottom;
}

input.button-small
{
	font-weight: normal;
	padding: .4em 1em;
	font-size: .8em;
	vertical-align: bottom;
}

.clear
{
	clear: both;
}

.none
{
	display: none;
}

.PartnerShipMessage
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
	width: 100%;
	float: left;
	vertical-align: top;
	padding-left: 350px;
}

.PartnerShipMessage H2
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	text-decoration: none;
	width:300px;
}
.txt-bold
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #008100;
	text-decoration: none;
	padding-bottom: 9px;
}
.gray-box
{
	background-image: url(../../images/home_gray-box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 22px;
	padding-top: 8px;
	height: 50px;
	vertical-align:top;
}
.txt-bold2
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
	float:right;
}