@charset "UTF-8";
/* CSS Document */


/* ------------------------------Fonts/Inputs------------------------------------ */

/* ---------effects-------- */

#LinkHover a:hover, a:hover h3 {
	color:#bf4531;
	text-decoration:underline;
	cursor:pointer;
}

#FooterLinkHover a:hover {
	text-decoration:underline;
	color:#ffffff;
	cursor:pointer;
}

/* ---------Elements-------- */

a {
	font-family: verdana;
	font-style: normal;
	font-weight: normal;
	color:#65236d;	
	text-decoration:none;
}

/* ---------Headers-------- */

h1 {
	margin:0px;
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color:#65236d;
	text-decoration:none;
}

h2 {
	margin:0px;
	font-family: verdana;
	font-size: 15px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

h3 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#445c74;
	text-decoration:none;
	line-height:14px;
	margin-bottom:0px;
}

/* ---------Formating-------- */

.NoTopMargin {
	margin-top:0px;
}

.NoMargins {
	margin:0px;
	padding:0px;
}

.NoIndentList {
	margin-left: 1em;
	padding: 5px;
}

.MethodologyList {
	margin-left: 1em;
	padding: 5px;
	color:#ffffff;
}

/* ---------Footer-------- */

.FooterHeader {
	color:#cccaca;
	font-family: verdana;
	font-size: 12px;
	font-style:normal;
	text-decoration: none;
	font-weight:bold;
}

.FooterLink {
	color:#a5b6be;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

/* ---------Blog-------- */

.txtBlogDay {
	color:#ffffff;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height:16px;
}

.txtBlogMonth {
	color:#000000;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.txtBlogFooter {
	color:#333333;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}

/* ---------Other-------- */

.txtHeaderLink {
	color:#40697c;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

.txtHeaderCategory {
	color:#445c74;
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.txtLinkBullet {
	color:#999999;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}


.RightMenuLink {
	color:#333333;
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
}

.txtAddress {
	color:#333333;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height:20px;
}

.txtLeftMenu {
	color:#40697c;
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.txtMenuBar {
	color:#ffffff;
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.txtParaHeading {
	margin-top:0px;
	color:#999999;
	font-family: verdana;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}

.txtLMHeading {
	margin-top:0px;
	color:#65236d;
	font-family: verdana;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}

.txt3DHeader {
	margin-top:0px;
	color:#999999;
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.txtSoundBite {
	color:#000000;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height:18px;
	margin-top:10px;
	margin-bottom:0px;
}

.txtIconLabel {
	color:#000000;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height:20px;
}

.txtSmall {
	font-size: 10px;
}


/* ---------Colors-------- */


.Red11 {
	color:#ff0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.red11 {
	color:#ff0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.txtSnailTrail {
	color:#ffffff;
}

.txtMethodology {
	color:#ffffff;
}


/* ------------------------------Inputs------------------------------------ */

/* ---------Contact pages-------- */

.TextInput {
	height:18px;
	width:320px;
	border: 1px solid #999999;
	
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.TextArea {
	max-height:100px;
	max-width:320px;
	border: 1px solid #999999;
	
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.SelectBox {
	height:22px;
	width:322px;
	border: 1px solid #999999;
	
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


.Button {
	height:22px;
	width:170px;
	cursor:pointer;
	border: 1px solid #40697c;
	
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #40697c;
	background-color:#e8e8e8;
}

/* ---------Services Right menu-------- */

.rmTextInput {
	height:18px;
	width:170px;
	
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#999999;
	border: 1px solid #CCCCCC;
}

.rmTextInputRequired {
	height:18px;
	width:170px;
	
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	font-weight:bold;
	border: 1px solid #CCCCCC;
}



.rmTextArea {
	max-height:100px;
	max-width:170px;
	
	
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#999999;
	border: 1px solid #CCCCCC;
}















