html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/*Defined html elements *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
html {
background:url(../images/bg-page.gif) repeat-x;
padding-top:10px;
}

body {
line-height: 1.25; 
background: white; 
width:760px;
margin-left:auto; /* The left & right margin being set to auto will make the page centered*/
margin-right:auto; /* The left & right margin being set to auto will make the page centered*/
background-color: #ffffff; 
position:relative;
}

ol, ul {
list-style: none;
}

p {
padding:5px 0px;
}


label { 
cursor: pointer;  
}


hr { /* Used under titles, between letter on ComposeLetters Page */
margin-bottom:15px;  /* "h1 has a Negative Margin to bring this directly under the Title, if this is changed the h1 should be looked at too */
margin-top:15px;
background-color:#CCCCCC;
height:1px;
border-style:none;
border-width:0;
display:none;
}

textarea{ /* Used to set the size of the textarea on composeletters page & Tell-Ariend */
width:90%;
height:150px;
}

label { 
display:block;  
width:7.5em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

input{
width:13.55em;
margin-bottom:5px;
}

select{
width:14em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
}


table{
border-collapse:collapse;
}

th { 
padding:5px;
background-color: #0199C0; 
font-weight: 700; 
color:#ffffff;  
border-style:solid;
border-color:#ffffff;
border-width:1px;
}

td { 
padding:5px;
border-style:solid;
border-color:#cccccc;
border-width:1px;
}

/* Styles used by the includes 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*Header Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#MainHeaderContainer{
text-align:center; /* Centers the banner */
}

/*Body Container holds the other three containers ImageBar, Nav, & ContentContainer
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.BodyContainer { /* This holds the main area includeing Nav,Main and Image Bar.*/
width: 100%; 
}

/*Image Bar Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#ImageBarContainer{ /* This hold the imagebar include file */
float:left;
width:760px;
display:block;  /*Change this to display:block; to show the Image Bar, also make sure to reduce the Content Container's width (Add the width, padding & margin to reduce the correct amount) to make room for this bar*/
}


/*Main Container Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
float:left;
padding:0 20px;
width:720px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
}
			  
/* If this style where uncommented it would control the size of the Content Container for only the AlertDetail Page.
This technique can be used to over ride any style on a page by page level (Always place the page id first).
#AlertDetail .ContentContainer {  
padding:10px;
width: 400px;
}
*/


/*Footer Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#MainFooterContainer {  /* This holds the mainfooter include file.*/
clear:both;
border-top:20px solid white;
text-align:center;
background-color:#000;
}


/*Menu/Nav Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.MenuContainer {
	float: left;
	background-color: #000;
	width: 100%;
	padding: 0 0 5px 0;
	}
	.MenuContainer #ddcGeneratedMenu {
		float: right;
	}
	.MenuContainer li {
		float: left;
		border-left: 1px solid #FFF;
		line-height: 1.2em;
	}
	.MenuContainer #ddcGeneratedMenuListItem1 {
		border: none;
	}


/* Content Managed Class */

.cm ul, .cm ol{
margin-left:50px;
padding:5px;
}

.cm ul {
list-style-type:disc;
}

.cm ol {
list-style-type:decimal;
}

/* Index Page */

#breadcrumbs{
margin-bottom:10px;

}

#left{
width:500px;
float:left;
margin-top:-5px;
margin-right:20px;
}



#right{
width:165px;
float:left;
border-left:1px solid #ccc;
padding-left:10px;
}


/* Login Page */

#login-box{
width:278px;
border:1px solid #ccc;
padding:10px;
margin:20px auto 10px auto;
}

#login-box h2{
width:295px;
background:url(../images/login-header-bg.gif);
height:20px;
padding-left:5px;
padding-top:4px;
color:#fff;
font-size:12px;
font-style:normal;
margin:-10px -10px 10px -11px;
}

	* > #login-box h2{
	width:295px;
	background:url(../images/login-header-bg.gif);
	height:20px;
	padding-left:5px;
	padding-top:4px;
	color:#fff;
	font-size:12px;
	font-style:normal;
	margin:-20px -10px 10px -11px;
	}

#login-box label {
text-align:right;
margin-right:5px;
font-weight:bold;
margin-top:2px;
}

#login-box input{
width:10em;
}

#btnLogin, #btnSubmit {
background-image:url(../images/grey-submit.gif);
width:100px!important;
height:25px;
border:0;
cursor:pointer;
}

#Login h1 { text-align: center; }

#Login p{
width:320px;
margin:0 auto 156px auto;
}