 /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* Easy Slider */
#content{
		position:relative;
		}		
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:340px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:39px;
		height:78px;
		position:absolute;
		left:-30px;
		top:88px;
		}	
	#nextBtn{ 
		left:960px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:39px;
		height:78px;
		background:url(../images/prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}												
#strap a{color:#FFF;}
#strap a:active{color:#FFF;}
/* // Easy Slider */

/**
 * HTML5 ’úƒ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table {
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body {
	font:12px/1.231 sans-serif;
*font-size:small;
	background-attachment: scroll;
} /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol {
}
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th {
	font-weight: bold;
	color: #3099D5;
}

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #F91D0C; color:#fff; text-shadow: none; }
::selection { background:#F91D0C; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #F91D0C; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited {
	color: #3099D5;
}
a:hover {
	color: #3099D5;
}


/**
 * Primary styles
 *
 * Author: Steve Wright Goldmine Media
 */

 
p {
	font-family:Arial, Helvetica, sans-serif;
	size:10px;
	color:#444;
	line-height:1.4em;
}
.white {
	color:#FFF;
}
.green {
	color:#849518;
	text-shadow:#000 1px 1px;
}
.greysmall {
	size:9px;
	color:#666;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#3099D5;
	line-height:1em;
	text-shadow:#121212 1px 1px;
	font-size: 4em;
	letter-spacing: -2px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:1.4em;
	text-shadow:#121212 1px 1px;
	font-size: 2em;
	letter-spacing: -1px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#3099D5;
	line-height:1.4em;
	letter-spacing: -1px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:1.4em;
	text-shadow:#000 1px 1px;
	font-size: 2em;
	letter-spacing: -1px;
}

.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#CCC;
	line-height:1.4em;
	text-shadow:#000 1px 1px
}
#lines {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/bglines.gif);
	background-repeat: repeat;
}
.train {
	width:100%;
	display:table;
	float:left;
	background-color: #319AD6;
	background-image: url(../img/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
}

.slidepan {
	width:100%;
	display:table;
	float:left;
	background-color: #04111F;
	background-image: url(../img/slidebg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 340px;
}
.textpan {
	width:100%;
	display:table;
	float:left;
	background-color: #FFF;
	background-image: url(../img/midbg.jpg);
	background-repeat: repeat-x;
	background-position: center -71px;
	min-height: 340px;
}

.testpan {
	width:100%;
	display:table;
	float:left;
	background-color: #319AD6;
	min-height: 20px;
	text-align: center;
	}
	
.testpan p {
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	letter-spacing: 0px;
	}

.footpan {
	width:100%;
	display:table;
	float:left;
	background-color: #FCFCF9;
	background-image: url(../img/midbg.jpg);
	background-repeat: repeat-x;
	background-position: center -71px;
	min-height: 140px;
}


.wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
}
.wraps {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height: 288px;
}
.wrapt {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	min-height: 350px;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;	
}
header {
	width:100%;
	height:61px;
	float:left;
	position:relative;
	display: table;
	margin-right: auto;
	margin-left: auto;
	background-color: #3099D5;
	background-image: url(../img/navbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#logo {
	width:589px;
	height:80px;
	float:left;
	position:relative;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
#strap {
	width:320px;
	height:80px;
	float:right;
	position:relative;
	padding-left: 0px;
	color: #FFF;
	text-align: right;
	background-color: #319BD7;
}

.white {
	color: #FFF;
	font-size: 13px;
}
.whitebig {
	font-size:20px;
/* Previous 26px */	
	color: #FFF;
}
.slider {
	width:920px;
	height:520px;
	float:left;
	position:relative;
}
.photos {
	width:960px;
	float:left;
	position:relative;
	padding-top: 5px;
	display: block;
}
.left {
	width:670px;
	float:left;
	position:relative;
	padding-right: 30px;
	padding-top: 5px;
	display: block;
	padding-bottom: 10px;
}

.leftfull {
	width:910px;
	float:left;
	position:relative;
	padding-right: 30px;
	padding-top: 5px;
	display: block;
	padding-bottom: 10px;
}

.leftconlnew {
	width:270px;
	float:left;
	position:relative;
	padding-right: 30px;
	padding-top: 5px;
	display: block;
}
.rightlastnew {
	width:450px;
	float:left;
	position:relative;
	padding-right: 0px;
	padding-left: 30px;
	text-align: left;
}

.leftcon {
	width:370px;
	float:left;
	position:relative;
	padding-right: 30px;
	padding-top: 5px;
	display: block;
}
.leftcon1 {
	width:450px;
	float:left;
	position:relative;
	padding-right: 30px;
	padding-top: 5px;
	display: block;
}
.right {
	width:200px;
	height:300px;
	float:left;
	position:relative;
	background-image: url(../img/sidediv.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 20px;
}
.rightlast {
	width:240px;
	float:left;
	position:relative;
	padding-right: 0px;
	padding-left: 20px;
	text-align: left;
}
.social {
	width:220px;
	height:300px;
	float:left;
	position:relative;
	padding-right: 0px;
	padding-left: 20px;
	text-align: right;
}
.rightfirst {
	width:200px;
	height:300px;
	float:left;
	position:relative;
	padding-right: 20px;
	padding-left: 0px;
	background-image: url(../img/sidediv.png);
	background-repeat: no-repeat;
	background-position: right center;
}

nav {
	width:960px;
	height:46px;
	position:relative;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.gilessection {
	width:920px;
	float:left;
	position:relative;
	display: block;
	padding: 20px;
}

.footer {
	width:100%;
	float:left;
	position:relative;
	display: table;
}
.footerinner {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	height: 500px;
}

#fcontainer {
	width:920px;
	float:left;
	position:relative;
	margin-top: 0px;
	padding-top: 30px;
}
#fcontainerb {
	width:1060px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.fcontainerr {
	width:120px;
	height:100px;
	float:left;
}

.fcontainerl {
	width:360px;
	height:100px;
	float:left;
	padding-left:50px;
}

.fcontainerr1 {
	width:207px;
	height:100px;
	float:left;
}

.fcontainerr2 {
	width:79px;
	height:100px;
	float:left;
}

.fcontainerr3 {
	width:175px;
	height:100px;
	float:left;
}

.fcontainerr4 {
	width:136px;
	height:100px;
	float:left;
}

.fcontainerr5 {
	width:105px;
	height:100px;
	float:left;
}

.fcontainerr6 {
	width:72x;
	height:100px;
	float:left;
}

.fcontainerrall {
	width:691px;
	height:100px;
	float:left;
}


#footerlogo {
	width:179px;
	height:35px;
	float:left;
	position:relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footerl {
	width:595px;
	height:55px;
	float:left;
	position:relative;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
}
#footerr {
	width:95px;
	height:35px;
	float:left;
	position:relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 615px;
}

/* Simple NAV CSS */


	ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#topnav h1{
	font-size: 1.6em;
	padding-left: 5px;
	padding-bottom: 5px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 46px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

/*
ul#topnav a.homer {background: url(../img/nav3.jpg) 0px 0px;width: 72px;}
ul#topnav a.program {background: url(../img/nav3.jpg) -72px 0px;width: 143px;}
ul#topnav a.photo {background: url(../img/nav3.jpg) -215px 0px;width: 173px;}
ul#topnav a.goals {background: url(../img/nav3.jpg) -388px 0px; width: 100px;}
ul#topnav a.safe {background: url(../img/nav3.jpg) -488px 0px; width: 123px;}
ul#topnav a.news {background: url(../img/nav3.jpg) -611px 0px; width: 122px;}
ul#topnav a.reg {background: url(../img/nav3.jpg) -733px 0px; width: 124px;}
ul#topnav a.contact {background: url(../img/nav3.jpg) -857px 0px; width: 103px;}

ul#topnav a.homer:hover {background: url(../img/nav3.jpg) 0px -46px;width: 72px;}
ul#topnav a.program:hover {background: url(../img/nav3.jpg) -72px -46px;width: 143px;}
ul#topnav a.photo:hover {background: url(../img/nav3.jpg) -215px -46px;width: 173px;}
ul#topnav a.goals:hover {background: url(../img/nav3.jpg) -388px -46px; width: 100px;}
ul#topnav a.safe:hover {background: url(../img/nav3.jpg) -488px -46px; width: 123px;}
ul#topnav a.news:hover {background: url(../img/nav3.jpg) -611px -46px; width: 122px;}
ul#topnav a.reg:hover {background: url(../img/nav3.jpg) -733px -46px; width: 124px;}
ul#topnav a.contact:hover {background: url(../img/nav3.jpg) -857px -46px; width: 103px;}
*/

ul#topnav a.homer {background: url(../img/nav4.jpg) 0px 0px;width: 72px;}
ul#topnav a.photo {background: url(../img/nav4.jpg) -72px 0px;width: 173px;}
ul#topnav a.goals {background: url(../img/nav4.jpg) -245px 0px; width: 100px;}
ul#topnav a.safe {background: url(../img/nav4.jpg) -345px 0px; width: 123px;}
ul#topnav a.news {background: url(../img/nav4.jpg) -468px 0px; width: 122px;}
ul#topnav a.reg {background: url(../img/nav4.jpg) -590px 0px; width: 124px;}
ul#topnav a.contact {background: url(../img/nav4.jpg) -714px 0px; width: 103px;}

ul#topnav a.homer:hover {background: url(../img/nav4.jpg) 0px -46px;width: 72px;}
ul#topnav a.photo:hover {background: url(../img/nav4.jpg) -72px -46px;width: 173px;}
ul#topnav a.goals:hover {background: url(../img/nav4.jpg) -245px -46px; width: 100px;}
ul#topnav a.safe:hover {background: url(../img/nav4.jpg) -345px -46px; width: 123px;}
ul#topnav a.news:hover {background: url(../img/nav4.jpg) -468px -46px; width: 122px;}
ul#topnav a.reg:hover {background: url(../img/nav4.jpg) -590px -46px; width: 124px;}
ul#topnav a.contact:hover {background: url(../img/nav4.jpg) -714px -46px; width: 103px;}

#dropmenudiv{
	font-family: Arial, Lucida Sans, 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, sans-serif;
	font-size: 11px;
	word-spacing:1px;
	position:absolute;
	border-bottom-width: 0;
	line-height:36px;
	z-index:100;
margin-top: 47px;
}

#dropmenudiv a{
	color: #FFFFFF;
	background: url(../img/navDropBkgrd.png) no-repeat right;
	width:250px;
	display: block;
	text-indent: 15px;
	padding: 11px 0;
	text-decoration: none;
	text-align: left;
	margin-top: -10px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background: url(../img/navDropBkgrdOver.png) no-repeat right;
	color: #ffffff;
}
















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* FORM STYLE
/////////////////////////////*/

/* General */

form {
	color:#1b1b1b;
	text-align:left;
	margin:1em auto
}

/* Elements */

form  label,form legend{
	padding:0;
	margin:0.3em 0
}

form fieldset{
	padding:0.7em;
	border:1px solid #ddd;
	margin:0 0 0.5em 0
}

form label {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

form fieldset input {
    width:70%;
    line-height:1.5em;
	padding:0.15em
}

form .radio input,
form .checkbox input {
    width:auto;
    border:none;

 }

form input, form textarea, form select {
	display:block;
	margin-bottom:1em;
	font-size:1em;
	padding:0.15em;
	margin-right:1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1C1C1C;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
	height:26px;
 }

form .radio label, form .radio input,
form .checkbox label, form .checkbox input {
    display:inline;
  
}

form .radio input, form .checkbox input {
    
}

/* Button */

form button {
	cursor:pointer;
	border:none;
	background-color:#F04323;
	padding:0;
	height: 26px;
	width: 123px;
}

form button:hover {
	border:none;
	background-color:#F04323;
	padding:0;
	height: 26px;
	width: 123px;
}

form button:active {
	background-color:#F04323;
	border:none;
	padding:0;
	height: 26px;
	width: 123px;
}

/* information */

form .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
}

form .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

form .formInfo p{
	text-align:justify
}

form .required {
	color:#849518;
	font-weight:bold;
	font-size:1em
}

input[type="hidden"] {
 	display:none;
}
/*/////////////////////////////

/* Simple Form CSS */

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }  

.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; } 
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; } 
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; } 
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; } 
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }
 
form .error { border: 2px solid #e10c0c; } /* js error class */

/* Center Image */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}