/*

CSS - http://www.      




/* =STRUCTURE
----------------------------------------------- */
#wrapper {
	width:800px;
	width:\800px;
	w\idth:800px;
	height:auto;
	min-height:100%;
	background-image: url(../_images/carter_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 4em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}


#header {
	width:101.6em;
	background-image: url(../_images/global/header_bg.png);
	background-repeat: no-repeat;
	height: 108px;
}

#footer {
	width:800px;
	background-image: url(../_images/global/footer_bg.jpg);
	margin: 0 auto;
	height: 3em;
	background-repeat: no-repeat;
}

#footer_home {
	width:101.6em;
	background-image: url(../_images/footer_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	height: 11em;
}


#fm_logo_hdr { 
width:98.2em;
padding-right: 34px;
margin: 0em auto;
}


#middle_wrapper {
	width: 800px;
	margin: 2em 3.4em 0em 3.4em;
}

#middle {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 33px;
	padding-left: 66px;
	background-color: #FFFFFF;
	background-image: url(../_images/carter_background.jpg);
}

#middle_hm {
	width: 800px;
	background-image: url(../_images/middle_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#content { 
width: 720px;
margin-left: 2em;
float: left;
height:auto;
min-height:100%;
}



#left_menu {
	width:184px;
	float: left;
	
	height:auto;
	min-height:100%;
}


.right_column {
	width: 200px;
	margin: 0px 1px 10px 10px;
	float: right;
	text-align: right;
}



/* =BODY & TEXT
----------------------------------------------- */
body {
	color:#333;
	height:100%;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #004DAA;
}

*,img {
border-style:none;
margin:0;
padding:0;
}

p {
	font-size:1.4em;
	line-height:20px;
	padding-bottom: 1.2em;
	text-align: left;
}


.clear {
clear:both;
line-height:0;
}



.home_copy {
	width: 40em;
	margin-left:2.5em;	
 }
 
 .home_copy_txt {
	font-size: 2.5em;
	color:#333;
	line-height: 1.25em;
	padding-bottom: 0.5em;
 }
 
 .copyright {
	color:#fff;
	margin: 0 auto;
	width: 94.8em;
	height: 3em;
 }
 


.bold_blue {
	color: #0057B8;
	font-weight: bold;
}

.italic_blue {
	color: #0057B8;
   font-style: italic;
}

.underline {
	text-decoration: underline;
}


.caution_box {
	width: auto;
	padding:.5em 2em 0em 2em;
	border: 2px #000 solid;
	background-image:url(../_images/global/caution_bar.gif);
	background-repeat: no-repeat;
	background-color: #CCC;
	background-position: top right;
	margin-bottom: 2em;
}


.r_sidebar {
	width: 200px;
	padding: 1em;
	margin: 0em 0em 1em 1em;
	background-color: #FFFFCC;
	float: right;
	font-size: 1.75em;
	font-weight: lighter;
}

.superscript {
font-size: 50%;
}

/* =LISTS
----------------------------------------------- */

.list {
	margin-left:1.4em;
	margin-bottom:1em;
	font-size: 1.4em;
	padding-bottom: .5em;
	}

.list li {
	margin-bottom: 0.5em;
	line-height: 1.6em;
	}

.list_diag {
	margin-left:1.4em;
	margin-bottom:1em;
	font-size: 1.4em;
	padding-bottom: .5em;
	}
	
ul.list {
	list-style-image: url(../_images/global/bullet.gif);
	} 



/* =LINKS
----------------------------------------------- */


p a:visited,.list a:visited {
text-decoration:none;
	
}

p a:link,p a:visited,.list a:link,.list a:visited {
	color: #0057b8;
	border-bottom: 1px dotted #0057b8;
	text-decoration:none;
}

p a:hover,.list a:hover {
	color: #889B21;
	border-bottom: 1px solid #889B21;
}


h3 a:visited,h2 a:visited {
	text-decoration:none;
	
}

h3 a:link,h3 a:visited {
	color: #0057b8;
	text-decoration:none;
}

h3 a:hover {
	color: #889B21;
}

h2 a:link,h2 a:visited {
	color: #889B21;
	text-decoration:none;
}

h2 a:hover {
	color: #0057b8;
}


#footer a:link,#footer a:visited,#footer a:hover {
	color: #fff;
	text-decoration:none;
}


/* =HEADS
----------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
	color: #0057b8;
	font-weight: lighter;
	letter-spacing: -1px;
}

h2 {
	font-size: 2em;
	padding-bottom: .5em;
	color: #7D8F1F;
	font-weight: lighter;
	text-align: left;
}


h3 {
	font-size:1.75em;
	color: #0057b8;
	padding-bottom: .25em;
}

h4 {
	font-size:1.75em;
	padding-bottom: 0.25em;
	color: #0057b8;
	border-bottom: 1px #ccc solid;
	margin: 0.5em 0em;
}

h5 {
	font-size:1.75em;
	padding: 0.25em;
	background-color:#0057B8;
	color: #FFFFFF;
	margin: 0.5em 0em;
}


h6 {
	font-size:1.75em;
	color: #fff;
	padding-bottom: 1em;
	font-weight:bold;
}



/* =IMAGES
----------------------------------------------- */

.search {
	left: 25em;
	margin-bottom: 4em;
	margin-left: 25em;
}

.img_left {
	float:left;
	margin: 0em 1em 0em 0em;
	color: #FFFFFF;
}


.img_right {
	margin: 0px 1px 10px 10px;
	float: right;
}

/* =FOOTER NAV
----------------------------------------------- */


/* =SUBNAV
----------------------------------------------- */



/* =FORMS
----------------------------------------------- */



/* =MAIN NAV
----------------------------------------------- */




#left_menu li {
font-size:1.2em;
line-height:14px;

}

#left_menu ul {
width:184px;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background-image: url(../_images/_global/left_menu_bg.gif);/* background-color:#c0ac75;*/
background-repeat: repeat-y;
}

#left_menu a,#left_menu p {
	display:block;
	width:174px;
	border-bottom: 1px solid #ccc;
	margin:0;
	padding:6px 0px 6px 10px;
	text-decoration:none;
	color: #0057b8;
}


#left_menu a:visited {
color: #0057b8;
}

#left_menu a:hover {
color: #fff;
background-color: #0057b8;

}


#left_menu_active a {
background-color:#fff;
color: #0057b8;
}

#left_menu_active a:visited {
background-color:#fff;
color:#54492c;
}

#left_submenu li {
font-size:1.2em;
line-height:14px;
font-weight:bold;
}

#left_submenu ul {
	width: 144px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../_images/_global/left_menu_sub_bg.gif);
	background-repeat: repeat-y;
}

#left_submenu a {
display:block;
width:124px;
margin:0;
padding:7px 10px;
text-decoration:none;
}


#left_submenu a:visited {
color: #fff;
}

#left_submenu a:hover {
	background-color:#fff;
	color:#54492c;
}


/* =TEST
----------------------------------------------- */
