/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"Ubuntu Light";
	src:url("/resources/fonts/Ubuntu-Light.eot?") format("eot"),
	url("/resources/fonts/Ubuntu-Light.woff") format("woff"),
	url("/resources/fonts/Ubuntu-Light.ttf") format("truetype"),
	url("/resources/fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
}
@font-face
{
	font-family:"Ubuntu";
	src:url("/resources/fonts/Ubuntu-Regular.eot?") format("eot"),
	url("/resources/fonts/Ubuntu-Regular.woff") format("woff"),
	url("/resources/fonts/Ubuntu-Regular.ttf") format("truetype"),
	url("/resources/fonts/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
}
@font-face
{
	font-family:"Ubuntu Bold";
	src:url("/resources/fonts/Ubuntu-Bold.eot?") format("eot"),
	url("/resources/fonts/Ubuntu-Bold.woff") format("woff"),
	url("/resources/fonts/Ubuntu-Bold.ttf") format("truetype"),
	url("/resources/fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
}
/*------------------------------------
	Layout
------------------------------------*/
*
{
	margin:0px;
	padding:0px;
	border:0px none;
	font-family:"Ubuntu Light", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/*font-family:"Ubuntu", Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	/*font-family:"Ubuntu Bold", Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	font-size:16px;
    line-height:18px;
	color:#56595C;
}
#page{}
#header
{
	height:136px;
	background:#FFF url(../../images/design-assets/header-nav-repeat.gif) left top repeat;
}
#header #logo-and-desc
{
	height:88px;
}
#logo
{
	padding:0;
}
/*------------------------------------
	Nav
------------------------------------*/
/*
#nav
{
	list-style:none;
	height:48px;
}
#nav li
{
	display:inline;
}
#nav li a
{	
	display:inline-block;
	height:48px;
	line-height:48px;
	font-family:"Ubuntu Bold", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	padding:0 12px;
	color:#FFFFFF;
}
#nav li a:hover
{
	background:#;
	color:#;
}
*/
#nav li a#elec
{
	background:#E60000;
}
#nav li a#refg
{
	background:#00529B;
	color:#FFF;
}
#content{}
#footer
{
	background:#E2E2E2;
}
#offers-and-announcements
{
	background:#E2E2E2;
	height:100px;
}
#news
{
	position:relative;
	height:48px;
	overflow:hidden;
}
#news li
{
	position:absolute;
	left:0;
	z-index:2;
	display:block;
	list-style-type:none;
	text-align:center;
	overflow:hidden;
}

/*------------------------------------
	General Styles
------------------------------------*/
h1, h2, h3, h4, h5, h5
{
	font-weight:normal;
}
.extra-large{font-size:48px; line-height:54px}
.large{font-size:32px; line-height:36px}
.medium{font-size:24px; line-height:28px;}
.default{font-size:16px; line-height:18px}
.small{font-size:14px; line-height:16px}
.tiny{font-size:12px; line-height:14px}

.blue{color:#00529B;}
.white{color:#FFFFFF;}
.red{color:#E60000;}
.orange{color:#DE6100;}
.gray{color:#767A7D;}

.refg-bg{background:#D2EFFF;}
.elec-bg{background:#FFE8E9;}
.about-bg{background:#708DB9}

.capitalize{text-transform:uppercase;}
.light{font-family:"Ubuntu Light", Verdana, Tahoma, Arial, Helvetica, sans-serif}
.normal{font-family:"Ubuntu", Verdana, Tahoma, Arial, Helvetica, sans-serif}
.bold{font-family:"Ubuntu Bold", Verdana, Tahoma, Arial, Helvetica, sans-serif}
.center{text-align:center !important}
.align-right{text-align:right}

.home-split
{
	/*background:url(../../images/design-assets/home-split-repat.gif) left top repeat-y;*/
	background:url(../../images/design-assets/home-split-seperator.gif) center top repeat-y;
}
.bordered-box
{
	border:1px solid #767A7D;
}
#brainjob
{
	display:inline-block;
	color:#767A7D;
	text-decoration:none;
}
#brainjob:hover
{
	color:#557DC0;
}
#gmap
{
	width:296px;
	height:380px;
}
/*------------------------------------
	Form
------------------------------------*/
#form-wrapper
{
	/*background:url(../../images/form-bg-repeat.png) left top repeat;*/
}
.red{color:#DC241F;}
.textbox, .form-label, textarea, .btn
{
	display:inline-block;
	width:100%;
	height:2em;
	line-height:2em;
	text-align:center;
}
.captchaUserInput
{
	width:3em;
}
.textbox, textarea
{
	border:1px solid #A9ABAE;
	background:#FFF;
	/*background:url(../../images/form-bg-repeat.png) left top repeat;*/
}
textarea
{
	height:6em;
	line-height:1.2em;
	padding:0.4em 0;
}
.err
{
	display:inline-block;
	width:100%;
	margin-top:0.3em;
}
.btn
{
	background:#00529B;
	height:2.5em;
	line-height:2.5em;
	color:#FFF;
	cursor:pointer;
}
#submitEnquiry:hover, #submitEnquiry:active, #submitEnquiry:focus
{
	background:#00347F;
}
#loader
{
	display:inline-block;
	width:100%;
	text-align:center;
}
#loader img
{
	height:2em;
	vertical-align:middle;
}
#captcha-img
{
	display:inline-block;
	height:2em;
	width:auto;
	margin:0 0.5em 0 0;
	vertical-align:top;
	border:1px solid #FFF;
}

