/* Start of CMSMS style sheet 'content' */
/* CSS Document */

p {
	font-size: 14px;
	color: #202020;
	font-weight: normal;
	line-height: 17px;
	padding-bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#li {
    text-align:right;
	font-size: 14px;
	line-height: 18px;	
	color: #003d79;
	font-weight: normal;
}

ul.list-tick {
  margin: 0;
  padding: 0;
}
ul.list-tick li {
  margin: 0;
  padding: 2px 0 2px 16px;
  list-style: none;
  color: #7d7d7d;
}

#internal-content-text li {
	font-size: 14px;
	line-height: 17px;
	color: #202020;
	font-weight: normal;
	list-style-type: disc;
}

#simple-nav li {
	color: #c41230;
line-height: 14px;
padding-left: 10px;
	padding-right: 10px;
		font-size: 14px;
		font-weight:bold;
		text-decoration: none;
		
}
ol {

	color: #005696;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin-left: 25px;
	padding: 0px;
}

/* HEADINGS */

h1 {
	color: #c41230;
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #7d7d7d;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	
}
h4 {
	color: #c41230;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 18px;
	color: #202020;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 0px;
	padding: 0px;
}
h6 {
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}



#bios h6 {
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#internal-content-right a:link, a:visited{
	color: #c41230;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}

#internal-content-right a:hover{
	color: #979797;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}

hr {
	color:#532380;
}
	

#footer a:link{
	font-size: 14px;
	color: #202020;
	font-weight: normal;
	line-height: 17px;
	padding-bottom: 10px;
	margin: 0px;
	padding: 0px;
}
#footer a:hover{
	
	color: #c41230;
	
	
}
#footer a:visited{
	font-size: 14px;
	color: #202020;
	font-weight: normal;
	line-height: 17px;
	padding-bottom: 10px;
	margin: 0px;
	padding: 0px;
	
}

/* LINKS */

a:link {
}
a:visited {
}
a:active {
}
a:hover {
}
h1 a:link, h1 a:visited, h1 a:active,
h5 a:link, h5 a:visited, h5 a:active,
h2 a:link, h2 a:visited, h2 a:active,
h6 a:link, h6 a:visited, h6 a:active,
h3 a:link, h3 a:visited, h3 a:active,
h4 a:link, h4 a:visited, h4 a:active,
li a:link, li a:visited, li a:active,
p a:link, p a:visited, p a:active {
	color: #c41230;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, p a:hover {
	color: #979797;
}




li h1, li h2, li h3, li h4, li h5, li h6, ul h1, ul h2, ul h3, ul h4, ul h5, ul h6 {
	margin: 0px;
	padding: 0px;	
}

#simple-nav a {
	color: #6b6b6b;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
}
#simple-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
/* pushes the menu div up to give room above for background color to show */
/* keeps the first menu item off the left side */
}
#simple-nav li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;
}
#simple-nav  a:hover {
	font-weight:bold;
	color: #c41230;
}
#simple-nav  a.menuactive{
	font-weight:bold;
	color: #c41230;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#simple-nav a {
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding-top: 0px;
	padding-bottom: 0px;
	
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
	font-weight: bold;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}

input[type="submit"],
input[type="button"],
input.cms_submit {
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	background-color:#c41230;
	border-radius: 10px;
	width: 100px;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input.cms_submit:hover {
	background-color:#ea687e;
}
/* End of 'content' */

