/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	margin: 20px 0;
	background: #2f2f2f;
}

/* -- Main Layout ------------------------------------------------------------ */

/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 731px;
	border-collapse: collapse;
	margin: 0 auto;
	
	
}

#logoContainer {
	

	
}

#flash_container {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}

/* Sidebar where the site menu and mailing list signup are. */
#sideMenu {
	background: white;
	vertical-align:top;
	/*
	margin-left:-5px;
	*/
	padding-top:0px;
margin-top:0px;
}

/* Main content cell. */
#contentCell {
	background: white;
	text-align:left;
	color:#5D5D5D;
	
	min-height:533px;
	height:auto !important;
 	height:533px;

}


#menu {
padding-top:0px;
vertical-align:top;
}


#middleSection {
vertical-align:top;


}

#topImage {
vertical-align:bottom;

height:18px;
position:relative;
top:10px;
}

#bottomImage {
	height:13px;
	position:relative;
	top:-2px;
}

#blankSpace {
	background-color:#fff;
}

/* Page footer, where the text links and copyright are. */
#footerCell {
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0;
	color:#7C7C7C;
}

/* -- Common Page Items ------------------------------------------------- */


#page-breadcrumbs {
	margin: 15px 50px 0;
}

#page-title-container {
	margin-top: 57px;
	line-height:19px;
	
}

#page-title {
	font-size: 1.8em;
	color:#959595;
	margin: 20px 31px;	
}

#page-subtitle-container {
	margin: 1em 0 0;
}



#page-subtitle {
	color: #666;
	margin: 0 50px 10px;
}

#page-intro {
	margin: 15px 31px;
}

#page-intro ul li {
	list-style-image:url(/img/arrow.jpg);
}

#page-intro img {
	margin-right:10px;
}

#page-content {
margin-top:10px;
margin-left:31px;
margin-right:31px;
margin-bottom:-28px;

}

#page-outro {
}

#page-pager-container {
	float: left;
	margin: 10px 50px;
	background: #f6f6f6;
	border: 1px solid #eee;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

.page-pager {
	width: 16em;
	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 50px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
}

.title {
	font-size:25px;
	color:#959595;
}

#titleText {
	font-size:12px;
	color:#959595;
	font-weight:lighter;
	font-weight:bold;
}
#copyright {
	margin-top: 5px;
}

#copyright img {
	margin-bottom: -2px;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */

a, a:link, a:visited {
	text-decoration: underline;
	color:#D91E00;
}

a:focus, a:hover, a:active {
	text-decoration: none;
	color:#D91E00;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}


#readMore {
	display:block;
	text-align:left;
	margin-right:8px;
	margin-top:-11px;
}

#readMore a {
position:relative;
left:-8px;
}

#home #page-intro {
	margin-right:100px;
}
/* -- Mailing List Form ----------------------------------------------- */


#mailingList_container {
height:60px;
background-color:#ffffff;

vertical-align:bottom;
color:#5D5D5D;

}

#mailingList {
	
}
#ml-form {
margin-top:25px;
	
	
	
}

#ml-email {
vertical-align:bottom;
margin-left:30px;
color:#5D5D5D;
}

#ml-submit {
	vertical-align:bottom;
	position:relative;
	top:-2px;
}

.ml-text {
margin-left:30px;
position:relative;
top:-3px;
color:#5D5D5D;
font-style:italic;
}



