/*
Theme Name: CED Corporate Template
Version: 1.0
Author: Enjoy Creative, Inc.
Author URI: http://www.enjoycreativeinc.com/
*/

body {
        background: url("images/home_bg.jpg") repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* web standard browsers */
}

html>body {
	font-size: small; /* Opera settings */	
}

* {margin: 0pt; padding: 0pt; }

img { border: 0px; }

p { margin: 0 0 15px 0; }

/* ------ LINK STYLES ------ */

a:link { color: #2A398C; text-decoration:none; }
a:visited { color: #2A398C; text-decoration:none; }
a:hover { color: #2A398C; text-decoration: underline; }
a:active { color: #2A398C; text-decoration:none; }

.callinks a:link { display: block; padding: 5px; color: #666666; text-decoration:none; border-bottom: 1px solid #ffffff; }
.callinks a:visited { display: block; padding: 5px; color: #666666; text-decoration:none; border-bottom: 1px solid #ffffff; }
.callinks a:hover { display: block; padding: 5px; color: #333333; text-decoration: none; background-color: #f3f3f3; border-bottom: 1px solid #cccccc; }
.callinks a:active { display: block; padding: 5px; color: #666666; text-decoration:none; border-bottom: 1px solid #ffffff; }

/* ---------- LAYOUT -------------------- */
div#mainwrap {
	display: block;
	position:relative;
	left: 50%;
	margin: 0px 0 0 -465px;
	width: 926px;
	top: 0px;
}

div#topbar{
	width: 926px;
	padding: 10px 0 10px 0;
        overflow: hidden;  /* ---- IE clear ---- */
        height: 1%;        /* ------- FIX ------ */
}

div#topbarlogo{
        width: 709px;
        float: left;
}

div#topbarsearch{
        width: 207px;
        float: left;
        padding: 10px 0px 10px 10px;
}

div#imgarea{
	width: 926px;
	background-color: #000000;
        overflow: hidden;
}

div#bottomarea {
	display: block;
	clear: both;
	background-color: #ffffff;
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	font-size: 80%;
	visibility: visible;
	width: 100%;
}

div#bottomarea_content {
	position: relative;
	text-align: left;
	margin: 0pt auto;
	padding: 10px 0;
	width: 926px;
	background: #000000;
        overflow: hidden;  /* ---- IE clear ---- */
        height: 1%;        /* ------- FIX ------ */
}

div#bottomarea_content .footer_col p {
	padding: 0 20px 0 0;
}

div#bottomarea_content .bottomarea_col p {
	padding: 0 20px 0 0;
}

div.bottomarea_col {
	display: block;
	position: relative;
	margin: 0px 10px 0 0;
	float: left;
	text-align: center;
        width: 177px;
        height: 80px;
}

div.bottomarea_col2 {
	display: block;
	position: relative;
	margin: 0px 0px 0 1px;
	float: left;
	text-align: center;
        width: 177px;
        height: 80px;
}

div.clearpx {
	clear:both;
	position: relative;
	width: 800px;
}

div#contentwrapper {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        overflow: hidden;  /* ---- IE clear ---- */
        height: 1%;        /* ------- FIX ------ */
}

div#fulltext {
        float: left;
	padding: 10px 0px 10px 0px;
        width: 906px;
        font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}

div#fulltext p { margin: 0 25px 15px 0; }

div#maintext{
	float: left;
	padding: 10px 20px 10px 0;
	width: 619px;
	background-color: #ffffff;
        font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}

div.searchresult {
        font-size: 200%;
        margin: 20px 20px 30px 20px;
        background: #f3f3f3;
        width: 865px;
        padding: 10px;
        border-bottom: 1px solid #CCCCCC;
}

div.posthead {
        font-size: 150%;
        font-weight: bold;
        text-transform: uppercase;
        color: #2a398c;
        border-left: 10px solid #2a398c;
        text-indent: 10px;
        margin-bottom: 5px;
}

div.postbody {
        font-size: 110%;
        margin: 0px 0px 30px 20px;
}

div.postbody li {
        margin: 0px 0px 0px 20px;
}

div.postbody ul {
        margin: 0px 0px 30px 20px;
}

div.postbody ol {
        margin: 0px 0px 30px 0px;
}

div#gmapwrap {
        width: 900px;
        border: 2px solid #2a398c;
        margin: 0 0 0 10px;
}

div#autowallwrap {
        width: 900px;
        border: 2px solid #2a398c;
        margin: 0 0 0 10px;
}

div.traindate {
        border-left:10px solid #2A398C;
        color:#2A398C;
        font-size:120%;
        margin-bottom:10px;
        text-indent:10px;
}

div.trainposthead {
        color:#333333;
        font-size:150%;
        font-weight:bold;
        margin-bottom:5px;
        margin-left:20px;
        text-transform:uppercase;
}

div#sidebar{
	float: left;
	padding: 10px 10px 10px 10px;
	width: 265px;
        overflow: hidden;  /* ---- IE clear ---- */
        height: 1%;        /* ------- FIX ------ */
}

div#calendar{
        border: 3px solid #2a398c;
        width: 239px;
        padding: 10px;
        font-family: arial, helvetica, sans-serif;
        margin-bottom: 20px;
}

div.classes {
        margin-bottom: 10px;
}

div#footer{
	clear: both;
	width: 916px;
	color: #666666;
	background: url("images/footer_bg.jpg") no-repeat;
        padding: 5px;
        border-top: 1px solid #cccccc;
        font-family: arial; 
        text-align: center;
}

/* --------------- NAVIGATION ------------------ */
body#homehome a#homenav, 
body#abouthome a#aboutnav,
body#prodhome a#prodnav,
body#servhome a#servnav,
body#trainhome a#trainnav,
body#contacthome a#contactnav {
        background-color: #333333;
        color: #ffffff;
}

div#navwrap{
	width: 926px;
        background-color: #2a398c;
        height: 20px;
}

div.menu {position:relative; z-index:100;font-family:arial, sans-serif;}
/* remove all the bullets, borders and padding from the default list styling */
div.menu ul {padding:0;margin:0;list-style-type:none;}
div.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div.menu li {float:left; position:relative;}
/* style the links for the top level */
div.menu a, .menu a:visited {text-decoration: none; display:block;font-size:12px;text-decoration:none; color:#fff; border-right:1px solid #fff; background:#2a398c;font-weight:bold; padding: 0.2em 1em;}

/* style the second level background */
div.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ccccc;}
/* style the second level hover */
div.menu ul ul a.drop:hover{background:#cccccc;}
div.menu ul ul :hover > a.drop {background:#ccccc;}
/* style the third level background */
div.menu ul ul ul a, .menu ul ul ul a:visited {background:#2a398c;}
/* style the third level hover */
div.menu ul ul ul a:hover {background:#cccccc;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; left:0; width:149px; top:19px;}

/* position the third level flyout menu */
div.menu ul ul ul{left:149px; width:149px;}

/* position the third level flyout menu for a left flyout */
div.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
div.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
div.menu ul ul a, .menu ul ul a:visited {background:#2a398c; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px; border-right:none; text-decoration: none; }

/* style the top level hover */
div.menu a:hover, .menu ul ul a:hover{color:#333; background:#cccccc;}
div.menu :hover > a, .menu ul ul :hover > a {color:#333; background:#cccccc;}

/* make the second level visible when hover on first level list OR link */
div.menu ul li:hover ul,
div.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
div.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
div.menu ul :hover ul :hover ul{ visibility:visible;}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

/* IMAGE BUTTONs ----------------------------------------------*/
/* Automation Button -----------------------------------------------*/
#autohome .automation a {
        background-position: 0 -80px;
}

.automation a {
        display: block;
        width: 177px;
        height: 80px;
        background: transparent url(images/automation_butt.jpg) no-repeat;
}

div.automation a:hover {
        background-position: 0 -80px;
} 

/* Electrical Button -----------------------------------------------*/
#elechome .electrical a {
        background-position: 0 -80px;
}

.electrical a {
        display: block;
        width: 177px;
        height: 80px;
        background: transparent url(images/electrical_butt.jpg) no-repeat;
}

.electrical a:hover {
        background-position: 0 -80px;
} 

/* Lighting Button -----------------------------------------------*/
#lighthome .lighting a {
        background-position: 0 -80px;
}

.lighting a {
        display: block;
        width: 177px;
        height: 80px;
        background: transparent url(images/lighting_butt.jpg) no-repeat;
}

.lighting a:hover {
        background-position: 0 -80px;
} 

/* Safety Button -----------------------------------------------*/
#safehome .safety a {
        background-position: 0 -80px;
}

.safety a {
        display: block;
        width: 177px;
        height: 80px;
        background: transparent url(images/safety_butt.jpg) no-repeat;
}

.safety a:hover {
        background-position: 0 -80px;
} 

/* Support Button -----------------------------------------------*/
#supporthome .support a {
        background-position: 0 -80px;
}

.support a {
        display: block;
        width: 177px;
        height: 80px;
        background: transparent url(images/support_butt.jpg) no-repeat;
}

.support a:hover {
        background-position: 0 -80px;
} 

/* Newsletter Button -----------------------------------------------*/
.newsletter a {
        display: block;
        width: 265px;
        height: 55px;
        background: transparent url(images/newssignup.jpg) no-repeat;
        margin: 0 0 20px 0;
}

.newsletter a:hover {
        background-position: 0 -55px;
} 

/* Inventory Button -----------------------------------------------*/
.viewinventory a {
        display: block;
        width: 265px;
        height: 55px;
        background: transparent url(images/productinventory.jpg) no-repeat;
        margin: 0 0 20px 0;
}

.viewinventory a:hover {
        background-position: 0 -55px;
} 

/* Project Station Button -----------------------------------------------*/
.project_station a {
        display: block;
        width: 265px;
        height: 55px;
        background: transparent url(images/docupload.jpg) no-repeat;
        margin: 0 0 20px 0;
}

.project_station a:hover {
        background-position: 0 -55px;
} 

/* Rockwell Button -----------------------------------------------*/
.rockwell_supported a {
        display: block;
        width: 265px;
        height: 55px;
        background: transparent url(images/rockwellsupported.jpg) no-repeat;
        margin: 0 0 10px 0;
}

.rockwell_supported a:hover {
        background-position: 0 -55px;
} 

/* IA Video Feed Button -----------------------------------------------*/
.ia_video a {
        display: block;
        width: 265px;
        height: 55px;
        background: transparent url(images/iavideo.jpg) no-repeat;
        margin: 0 0 10px 0;
}

.ia_video a:hover {
        background-position: 0 -55px;
} 

/* Application Forum Button -----------------------------------------------*/
.app_forum a {
        display: block;
        width: 265px;
        height: 55px;
        background: transparent url(images/appforum.jpg) no-repeat;
        margin: 0 0 10px 0;
}

.app_forum a:hover {
        background-position: 0 -55px;
} 

/* SIDE TABS ----------------------------------------------*/
div.sidetabs {
	margin-bottom: 20px;	
}

ul.tabs {
        margin: 7px 0 -3px 0;
        overflow: hidden;
}
ul.tabs li {
	list-style:none;
	display:inline;
        float: left;
}
ul.tabs li a {
	background-color:#cccccc;
	color:#666666;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
        float: left;
        margin-right: 1px;
        margin-bottom: 1px;
	/* border:1px solid #666666; */
}
ul.tabs li a:hover {
	background-color:#2A398C;
        text-decoration:none;
	border-color:#ffffff;
        /* border:1px solid #666666; */
        color: #ffffff;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#333333;
	border:2px solid #2A398C;
	border-bottom: 1px solid #ffffff;	
}
div.tabcontent {
	text-decoration:none;
	background-color:#ffffff;
	padding:10px;
	border:2px solid #2A398C; 	
	font-family:Arial, Helvetica, sans-serif;	
}
#tabcontent_2, #tabcontent_3 { display:none; text-decoration:none; }

div.tabcontent ul {
	text-decoration:none;
	margin:0px;
}
div.tabcontent ul li {
	list-style:none;
	font-size:13px;
        text-decoration: none;
}
div.tabcontent ul li:last-child {
	border-bottom:none;
}
div.tabcontent ul li a {
	text-decoration:none;
        padding: 5px 5px 6px 5px;
        display: block;
	color:#666666;
}
div.tabcontent ul li a small {
	text-decoration:none;
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
div.tabcontent ul li a:hover {
	color:#333333;
        background: #f3f3f3;
        display: block;
        padding: 5px;
        border-bottom: 1px solid #cccccc;
        text-decoration: none;
}
div.tabcontent ul li a:hover small {
	color:#baae8e;
}

div#contactwrap {
        width: 900px;
        margin: 0 0 30px 20px;
        overflow: hidden;
}

div#contactcolumn1 {
        width: 300px;
        float: left;
        margin: 0 10px 0 0;
}

div#contactcolumn2 {
        width: 340px;
        float: left;
}

div#formwrap {
        float: left;
        width: 650px;
}

div.personwrap {
        float: left;
        width: 215px;
        margin: 0px 10px 0px 0px;
}

div.personwrap p {
        margin: 0 25px 15px 0;
}

div.personwrap img {
        float: left;
        margin: 0 10px 0 0;
}

div.locationwrap {
        width: 900px;
        margin: 0 0 0 20px;
}

/* CONTACT FORM ----------------------------------------------*/
/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #333333;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #333333;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
        font-weight: bold;
}

.ddfmerrors {
	color: #333333;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	/* margin: 15px auto 15px auto; */
	width: 500px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 650px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	/* width: 26%; */
	/* text-align: right; */
	margin: 0 10px 3px 0; 
	/* padding-bottom: 15px; */
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;

	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {

	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	clear: left;
        width: 90%;
	display: block;
        height: 200px;
	margin-bottom: 15px;
	padding: 3px;
        border: 1px solid #2A398C; /* --- Added ---*/
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
        border: 1px solid #2A398C; /* --- Added ---*/
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
        clear: left;
	float: left; 
	display: block;
	width: 90%;
	margin-bottom: 15px;  
	padding: 3px;
        border: 1px solid #2A398C; /* ---  Added ---*/
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: right;
	clear: both; 
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */

.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}

