/*
 Stylesheet for EMS - Electrical Management Services Ltd
 Author: Scott McDonough (www.zaxxonit.com)
 April 2009
 -----------------------------------------------------------------------
*/

* {margin:0;padding:0;font-family:Arial;font-size:12px;color:#666}
body {background-color:#012147}
h1 {font-size:18px;padding:0 0 10px 0;color:#012147;font-weight:bold}
h2 {font-size:12px;padding:8px 0 8px 0;font-weight:bold}
p {font-size:12px;padding:8px 0px 8px 0px;line-height:14px}
a {color:blue;}
a:visited {color:purple}

/* Layout */
#zxWrapper {width:850px;margin:50px auto 0px auto;}
#header {width:850px;height:160px;background-color:#012147;}
#copyright {clear:both;width:850px;margin:10px auto 0px auto;color:#666;font-size:10px;position:relative}


/* Navgiation */
#navigator {height:45px;background-image:url('../images/nav_background.png');font-size:12px;padding:0 15px 0px 15px;}
#navigator ul li {list-style-type:none;float:left;}
#navigator ul li a {padding:15px 15px 0px 15px;font-weight:bold;text-decoration:none;color:#666;display:block;}
#navigator ul li a.on {color:#fff}

/*Dogy hack for IE, Safari and firefox pixel spacing. */
html*#navigator ul li a {padding:15px 15px 0px 14px;[padding:15px 15px 0px 15px;]}



/* Sub Navigation */
#subnavigator {clear:both;width:825px;height:24px;background-image:url('../images/nav_subbackground.png');padding:0 0 0 25px;}
#subnavigator ul li {list-style-type:none;float:left;display:block;}
#subnavigator a {padding:2px 7px;font-weight:bold;text-decoration:none;color:#ccc;display:block;font-size:11px}
#subnavigator a.on {padding:2px 7px 8px 7px;font-weight:bold;text-decoration:none;color:#fff;display:block;font-size:11px;
	background-image:url('../images/pointer.png');background-repeat:no-repeat;background-position:bottom center}


/* Content Area */
#rightBar {width:270px;background-color:#012147;float:right;}
#homecontent {width:800px;background-color:#fff;padding:15px 25px;background-image:url('../images/home_bottombar.gif');background-repeat:no-repeat;background-position:bottom center;float:left;min-height:200px;}
#content {width:530px;background-color:#fff;padding:15px 25px;background-image:url('../images/content_bottombar.gif');background-repeat:no-repeat;background-position:bottom center;float:left;min-height:543px}
#content ul {margin:0 0 10px 20px}
#content ul li {padding:0 0 0 5px;}


/* Reusable Classes */
.newsletter {height:129px;background-color:#fff;padding:10px 0px;margin:0px;background-image:url('../images/newsletter_signup.jpg');
	background-repeat:no-repeat;background-position:bottom left}
.newsletter div.content {padding:60px 35px 0px 15px;font-size:10px;font-weight:bold;position:relative}
.newsletter div.content input {width:180px}
.newsletterSeperator {height:34px;background-image:url('../images/newsletter_seperator.gif');
background-repeat:no-repeat;background-position:bottom center;baackground-color:#fff;}


/* News feed styling */
.articleBox {width:252px;height:185px;background-color:#012147;background-image:url('../images/newsitems/feed1.jpg');
background-repeat:no-repeat;background-position:bottom center;float:right;margin:0 0 10px 10px;cursor:pointer;}
.articleHeading {font-size:14px;color:#fff;position:relative;top:16px;left:55px;font-weight:bold}
.articleContent {font-size:12px;color:#fff;position:relative;top:50px;left:10px;width:222px}
.articleContent h2 {font-size:13px;color:red;padding:0px 0px 5px 0px;}
.articleContent p {padding:0px 70px 0px 0px;font-size:11px;color:#fff}

#homeArticles {width:850px;margin:0px auto;}
/*#homeArticles .articleBox:first-child {margin:20px 0px 0px 0px;}*/
#homeArticles .articleBox {float:left;margin:15px 0px 0px 45px;}


/* Content area rounded box */
.box {width:530px;background-color:#efefef;background-image:url('../images/top_box.gif');background-repeat:no-repeat;padding:0px}
.boxcontent {padding:10px 10px 0px 10px;color:#012147}
.bottombox {width:530px;height:14px;background-color:#efefef;background-image:url('../images/bottom_box.gif');background-repeat:no-repeat;}


.acclink,.acclink:visited {line-height:18px;color:#666;font-weight:bold}
