/* Start of CMSMS style sheet 'nfsl' */
body {
	background-image: url(images/site_images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-color: #dbdbdb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
img {
	border: 1px solid #1F478C;
}
a, a:link, a:active, a:visited {
	color: #4a6ed1;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4a6ed1;
}
ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
	padding-left: 0px;
    
}
/* HEADINGS */
h1 {
}
h2 {
	margin: 0px;
	padding: 5px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a6ed1;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	color: #234CA4;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h5 {
}
h6 {
}
#home_content h3 {
	text-align: center;
	color: #4a6ed1;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.address {
	font-size: 12px;
	font-weight: bold;
	color: #1A539A;
}

#pagewrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/site_images/header_bg.jpg);
	display: block;
	clear: both;
	height: 95px;
	width: 770px;
}
#flashHolder {
	height: 273px;
	width: 768px;
	border: 1px solid #CCCCCC;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
}
#home_content {
	background-image: url(images/site_images/home_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5A5A5;
}
#home_main {
	float: left;
	width: 522px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5A5A5;
}
#home_content   img {
	border: 1px solid #1F478C;
}

#intro {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A5A5A5;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#left {
	width: 153px;
	float: left;
	padding-right: 15px;
}
#center {
	width: 149px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A5A5A5;
	border-left-color: #A5A5A5;
}
#right {
	float: left;
	width: 153px;
	padding-left: 15px;
}
#left a, #center a, #right a, #featured a {
	float: right;
}


#featured {
	float: right;
	padding: 10px;
	width: 203px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5A5A5;
}

#content {
	background-color: #FFFFFF;
	margin-top: 5px;
	border: 1px solid #a5a5a5;
	padding: 10px;
}
#main {
}
#sidebar {
}
#footer {
	display: block;
	clear: both;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	font-size: 10px;
}
#footer  p  {
	margin: 0px;
	padding: 0px;
}
#footer  a, #footer a:link, #footer a:active, #footer a:visited {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	background-color: transparent;
}
#sub_menu table {
	width: 770px;
	background-image: url(images/site_images/sub_menu_bg.jpg);
	background-repeat: repeat-x;
}
#sub_menu td {
	text-align: center;
}
#sub_menu a, #sub_menu a:link, #sub_menu a:active, #sub_menu a:visited {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 21px;
	height: 21px;
}
#sub_menu a:hover {
	background-image: url(images/site_images/sub_menu_sel.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	background-color: transparent;
}
#sub_menu  .currentpage {
	background-image: url(images/site_images/sub_menu_sel.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	color: #234CA4;
	font-size: 11px;
	}
.serviceBlock {
	border: 1px solid #A5A5A5;
	margin-top: 10px;
	padding: 10px;
}
.float_img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_img_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
label {
	display: block;
	clear: both;
}
form {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.submit input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2119EA;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #2119ea;
	cursor: pointer;
}
.required input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 8px;
	width: 200px;
	border: 1px solid #2119ea;
}
.required textarea {
	height: 150px;
	width: 400px;
	border: 1px solid #2119ea;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
iframe {
	margin-top: 10px;
	border: 1px solid #2119ea;
}
.error_message  ul   {
	background-color: #990000;
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.clearb {
	display: block;
	clear: both;
	height: 1px;
}




/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* The wrapper clears the floating elements of the menu */
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


#menu_vert {
	background-image: url(images/site_images/main_menu_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	clear: both;
	height: 31px;
	border: 1px solid #a5a5a5;
	width: 768px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width: 230px;
	font-size: 11px;
	text-align: left;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul {
	position: absolute;
	top: auto;
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #234CB4;
   display: none;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li {
	float: left;
	display: block;
}
#primary-nav .separator {
	display: block;
	background-image: url(images/site_images/sep.jpg);
	height: 31px;
	width: 2px;
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	display: block;
	line-height: 31px;
	text-align: center;
	width: 152px;
}
#primary-nav   ul   a     {
	font-size: 11px;
	text-align: left;
	line-height: 30px;
	width: 220px;
	background-color: transparent;
	background-image: none;
}

#primary-nav  a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/site_images/selected.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}
#pagewrapper #menu_vert #primary-nav .menuactive a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/site_images/selected.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}
#pagewrapper  #menu_vert  #primary-nav  ul   a {
	background-color: transparent;
	background-image: none;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#pagewrapper  #menu_vert  #primary-nav  ul  a:hover  {
	background-color: #999999;
	background-image: none;
	color: #FFFFFF;
}




/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul {
	display: none;


}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a { 
   height: 1%; 
}

/* End of 'nfsl' */

