/*
 LandingPage Theme1
 http://www.landingpages.ws
 */
 
 
body {
	margin: 0;
	padding: 0;
	color: #333;
 	margin-bottom: 10px;
	background-image:url(../../../assets/Backgrounds/bg-body.jpg); background-repeat:repeat-x;
	background-position:top center;/*centers the top background image*/
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}

/*html {
	background-image:url(../../../assets/Backgrounds/bg-html.jpg); background-repeat:repeat-x;
	background-color:#34AADA;
}*/

/*backgrounds*/

.formbg1 { /*this is the form background - change it to the formbg below*/
    /* background-color:#FBF9EE;*/
	/* border:#999999 dashed 2px;*/
	background-image:url(../../../assets/Backgrounds/formbg1.png); background-repeat:no-repeat;
}
.formbg2 { /*this is the form background - change it to the formbg below*/
    /* background-color:#FBF9EE;*/
	/* border:#999999 dashed 2px;*/
	background-image:url(../../../assets/Backgrounds/formbg2.png); background-repeat:no-repeat;
}
.formbg3 { /*this is the form background - change it to the formbg below*/
     background-color:#FBF9EE;
	 border:red dashed 2px;
}
.formbg4 {} 

#bodyedges {background-image:url(../../../assets/Backgrounds/bodyedges.png); background-repeat:repeat-y;}

#footerimage {background-image:url(../../../assets/Backgrounds/footer.png); background-repeat:no-repeat;}

.d0 {
	background-color: #E7E3E0;
	padding: 4px 1px 4px 0px; /*top right bottom left*/
}
.d1 {
	background-color:#F9F4F0;
	padding: 4px 1px 4px 0px; /*top right bottom left*/
}
.d2 {
	background-color: #6DA5CD;
	padding: 4px 1px 4px 0px; /*top right bottom left*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}
img {
	border: 0px solid #E9E9E9;
}

.subform {
font-size: 11px;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


#centerDiv {
  width: 200px ;
  margin-left: auto ;
  margin-right: auto ;
}




/*footer*/
.copyright {
	font-size: 10px;
	color: #9DA2B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer { font-size: 8pt; 
	color: #9DA2B6;
font-family: Tahoma, sans-serif; 
}

.footerLink {
	font-size: 9px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerLink a {
	font-size: 9px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.footerLink a:hover {
	font-size: 9px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:8; list-style:none; font-weight:bold; line-height:150%;} /*1st level list*/

#sitemap-list li {padding:8px; margin-top:10px; font-size:12px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:normal; font-size:11px; line-height:18px; background:none
} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;
} /*3rd level items*/



/**************
 	Site Container Box
*/


#Layout {
	clear: both;
	overflow: hidden;
	margin: 0px auto;
		/*padding-right: 6px; padding on right side of content*/
	padding-left: 0px; /*padding on left side of content - KEEP AT 0 FOR FF*/
	padding-bottom: 15px;
	padding-top: 0px;
}
#Content {
	width: 700px; /*width of content area for text an/or paragraphs - does not effect the iframes*/
	float: left;
	margin-left: 0px; /*sets the left "text" margin - 0 for none for both IE and FF */
	text-align: left;
	
}


/*** Main Nav ***/
#Navigation {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px; /*do not touch*/
	overflow: hidden;
	font-size:10px;
}
#Navigation ul { 
	margin: 0;
	padding: 0;
 	float: right; 
	margin-right: 10px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 0px; /*space between buttons*/
		border-left: #3333CC 0px solid; 
		float: left;
		line-height: 3.1em;/*adjust the font height location*/
		display: block;
		background-image:url(../images/topmenubutton_bg.png); background-repeat:repeat-x;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 2.9em; 
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.1em; 
			font-weight:bold;
			padding: 0 22px 0 22px;
			color: #D8D8D8;
			background-image:url(../images/topmenubutton_bg.png); background-repeat:repeat-x;
			}
		

			#Navigation ul li a:hover { 
				background-image:url(../images/topmenubuttonhover_bg.png); background-repeat:repeat-x;
				cursor: pointer;
				color: #FFFFFF;
				line-height: 3.0em;
				}
				
		
    		#Navigation ul li a.current,
    		#Navigation ul li a.section { 
				background-image:url(../images/topmenubuttonactive_bg.png); background-repeat:repeat-x;
			 	color: #FFFFFF;
				line-height: 3.0em;
				}
				
				
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			
				background-image:url(../images/topmenubuttonhover_bg.png); background-repeat:repeat-x;
			 	color: #FFFFFF;
				
				}
				
/*** Main Nav2 Bottom ***/
#Navigation2 {
	width: 270px; /*adjust the bottom navigation*/
	margin: 0 auto;
	padding-top: 0px; /*do not touch*/
	overflow: hidden;
	font-size:10px;
}
#Navigation2 ul { 
 	float: left; 
	margin-left: 0px;
	}
	#Navigation2 ul li { 
	 	list-style: none; 
		margin: 0 0px; /*space between buttons*/
		border-left: #ccc 1px solid;
		float: left;
		line-height: 1.0em;/*adjust the font height location*/
		display: block;

		}
  		#Navigation2 ul li a { 
			/*float: left;*/
			text-decoration: none;
			display: block; 
			height: 1em; 
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.1em; 
			font-weight:bold;
			padding: 0 16px 0 16px;
			color: #999999;

			}
		

			#Navigation2 ul li a:hover { 

				cursor: pointer;
				color: #7292C0;
				line-height: 0.9em;
				}
				
		
    		#Navigation2 ul li a.current,
    		#Navigation2 ul li a.section { 

			 	color: #7292C0;
				line-height: 1.2em;
				}
				
				
    		#Navigation2 ul li a.section:hover,
    		#Navigation2 ul li a.current:hover { 
			
			 	color: #7292C0;
				
				}

    
/** Breadcrumbs **/
.Breadcrumbs { 
 	color: #666666;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 2px 5px 10px 0;
	text-decoration:none;
	width:700px;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
	padding-left:25px;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
	line-height: 1.2em;
	list-style:none;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 20px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


  