/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; 
color:#282828; background:#cccccc url(../images/body_bg5.jpg) left top repeat-x
}
h1 {padding:5px 40px; font-size:2.5em; color:#382b25; 
background:url(../images/FCMSLogo2.jpg) left 50% no-repeat
}
h2, h3, h4, h5, p, ul, ol, dl {margin:5px 0}
h2, h3, h4, h5 {font-weight:bold}
h2 {font-size:2.0em}
h3 {font-size:1.5em}
h4 {font-size:1.25em}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#1ab2c0; outline:none}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

.right {text-align:right}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:800px; padding:15px; padding-bottom:15px; margin:0 auto; border:solid; border-color:#cccccc;
border-width:1px; background:#ffffff }

#navigation {margin:10px 0; text-align:center;}
	#navigation li {display:inline; margin-right:45px; text-transform:lowercase; }
		#navigation li a {text-decoration:none; color:#666666}
			#navigation li a:hover {text-decoration:underline; color:#cc0033}

#content {clear:both; float:left}	
	#content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
        
	#content .two_columns {float:left; display:inline; width:50%; margin-right:0px; }
	#content .four_columns {float:right; display:inline; width:75%; margin-right:20px; 
    margin-top:20px;  margin-left:0px;  background-color:#F7D1A8;  padding:20px;
   
    }
	#content .four_columns h3 {}


	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}

#footer {
clear:both; padding:25px 35 15px 0; font-size:1.0em; font-style:italic; 
color:navy; background-color:#FF8080; 
background:url(../images/FCMS_02_Footeruse.png) no-repeat; background-position:bottom; width:100%; height:105px; 
alt="FCMS footer image" title="Marketing Footer";}	



/* My styles */

.textcenter {text-align:center; padding-right:20%; color:#ff6633;}
.texthighlight {font-weight:bold; font-size:larger; font-style:italic;}
.navtxt {font-weight:bold; font-size:larger;}
.floatright {float:right;}
.headerorig {color:#cc0033; font-weight:100; text-align:left; font-size:25px;}
.aligncenter {text-align:center;}
.centerhr { 
text-align:center;}
.footertxt { margin-left:20px; margin-top:40px; font-size:small; line-height:125%;}
