﻿/**********************************
    style.css - common style to all pages
    
*/

/**********************************
    Style
*/
*
{
	margin: 0px;
	padding: 0px;
}


body
{
	font-family: "Lucida Grande" , helvetica, verdana;
	font-size: 62.5%;
	background: #fff;
}
img
{
	border: 0px;
}

a
{
	color: #4185ce;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active, a:focus
{
	outline-style: none;
	outline-width: 0px;
	-moz-outline-style: none;
}

/**********************************
    Layout
*/
#everything
{
	width: 961px;
	margin: 0px auto;
}

/**********************************
    Corp Header
*/
#corpHeader
{
	margin-top: -20px;
	height: 20px;
	width: 950px;
	font-size: 95%;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}

#corpHeader span
{
	background: #eee;
	float: right;
	padding: 4px 10px;
}

/**********************************
    Header
*/
#header
{
	width: 100%;
	overflow: hidden;
	background: #fff;
	height: 100px;
}
#header .logo
{
	margin-top: 30px;
	float: left;
	position: relative;
}

/**********************************
    Main navigation (Header)
*/
#mainNav
{
	position: relative;
	left: 0px;
	width: 950px;
}

#mainNav ul
{
	float: right;
	margin-top: 40px;
}


#mainNav li
{
	list-style: none;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 1000;
}
#mainNav #home
{
	display: block;
	width: 81px;
	height: 22px;
	text-indent: 10000px;
	overflow: hidden;	
	background: url(Images/Nav/home.gif) no-repeat;
}

#mainNav #home.active, #mainNav #home:hover.active
{
	background: url(Images/Nav/home_f2.gif) no-repeat;
}

#mainNav #home:hover
{
	background: url(Images/Nav/home_f3.gif) no-repeat;
}


#mainNav #services
{
	display: block;
	width: 188px;
	height: 22px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(Images/Nav/services.gif) top left no-repeat;
}

#mainNav #services.active, #mainNav #services:hover.active
{
	background: url(Images/Nav/services_f2.gif) top left no-repeat;
}

#mainNav #services:hover
{
	background: url(Images/Nav/services_f3.gif) top left no-repeat;
}


#mainNav #clients
{
	display: block;
	width: 148px;
	height: 22px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(Images/Nav/clients.gif) top left no-repeat;
}

#mainNav #clients.active, #mainNav #clients:hover.active
{
	background: url(Images/Nav/clients_f2.gif) top left no-repeat;
}
#mainNav #clients:hover
{
	background: url(Images/Nav/clients_f3.gif) top left no-repeat;
}



#mainNav #contact
{
	display: block;
	width: 116px;
	height: 22px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(Images/Nav/contact.gif) top left no-repeat;
}

#mainNav #contact.active, #mainNav #contact:hover.active
{
	background: url(Images/Nav/contact_f2.gif) top left no-repeat;
}
#mainNav #contact:hover
{
	background: url(Images/Nav/contact_f3.gif) top left no-repeat;
}



#mainNav #aboutcunet
{
	display: block;
	width: 153px;
	height: 22px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(Images/Nav/about.gif) top left no-repeat;
}

#mainNav #aboutcunet.active, #mainNav #aboutcunet:hover.active
{
	background: url(Images/Nav/about_f2.gif) top left no-repeat;
}
#mainNav #aboutcunet:hover
{
	background: url(Images/Nav/about_f3.gif) top left no-repeat;
}



/**********************************
    Big image
*/
#page-banner
{
	width: 961px;
	background: url(Images/header_back.gif) no-repeat;
	height: 224px;
}
#page-banner .headerText
{
	float: left;
}
#serviceButton
{
	display: block;
	position: relative;
	top: 120px;
	right: 90px;
	float: right;
	width: 217px;
	height: 50px;
	text-indent: 10000px;
	outline: none;
	overflow: hidden;
	background: url(Images/service_button.gif) top left no-repeat;
}
#serviceButton:hover
{
	background-position: bottom left;
}
#serviceButton.active
{
	background-position: bottom left;
}

/**********************************
    Footer
*/
#footer
{
	width: 100%;
	background: #111 url(Images/footer_back.jpg) top left repeat-x;
	height: 130px;
	position: relative;
	color: #fafafa;
	float:left;	
	margin: 0px;
	border-top: 3px double #333;
	
}
#footerWrap
{
	background: transparent url(Images/footer_back.jpg) no-repeat scroll center top;
	margin-top: -110px;
	height: 94px;
	position: relative;
	z-index: 1;
}
#footer #footerContent
{
	width: 950px;
	margin: 0px auto;
	color: #ccc;
	position: relative;
	line-height: 16px;
	top: 15px;
	left: 48px;
}
#footer #footerContent div
{
	width: 22%;
	border-right: 1px solid #666;
	float: left;
	position: relative;
	height: 110px;
	margin: 0px auto;
	padding-left: 20px;
}
#footer #footerContent div.right
{
	border-right: 0px solid green;
}
#footer h4
{
	margin: 0 0 5px 0px;
	padding: 0px;
	font-size: 100%;
	color: #fff;
}
#footer #footerContent div ul li
{
	float: left;
	width: 200px;
	list-style: none;
	margin-bottom: 2px;
}
#footer #footerContent div ul li a
{
	color: #eee;
	text-decoration: underline;
	font-size: 95%;
}
#footer #footerContent div ul li a:hover
{
	color: #7eb4e9;
}

#wizardSurvey
{
	float: left;
	margin: 0px;
	width: 600px;
	color: #000;
}
#wizardSurvey h3
{
	color: #333;
	font-family: Georgia,Times,Verdana;
	font-size: 23px;
}
#wizardSurvey div
{
	margin: 3px 0;
	float: left;
	display: block;
	width: 100%;
	padding: 5px;
	background: #fff;
	border: 3px double #eee;
}
#wizardSurvey div label
{
	width: 450px;
	display: inline;
	padding: 5px;
	float: left;
	font-size: 110%;
}
#wizardSurvey div span
{
	float: right;
	background: #eee;
	padding: 10px;
	border: 3px double #eee;
}
#wizardSurvey div.submit, #wizardSurvey div.submit span
{
	background: none;
	border: 0px;
	text-align: right;
	float: right;
	padding: 0px;
}
#wizardSurvey div.submit input
{
	background: #4a4c49;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	width: 75px;
	border: 3px double #fff;
	cursor: pointer;
}
#wizardSurvey div input
{
	vertical-align: middle;
	display: inline;
	margin-left: 5px;
}
#closeButton
{
	display: block;
	width: 67px;
	float: right;
	position: relative;
	top: -25px;
	left: 50px;
	height: 28px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(Images/close_button.png) top left no-repeat;
}
#closeButton:hover
{
	background-position: bottom left;
}
#closeButton.active
{
	background-position: bottom left;
}
#wizardSurvey div div.wizardDiv
{
	display: none;
	background: #ddeeaf;
	width: 585px;
	color: #000;
}
#quickForm div textarea
{
	width: 98%;
}
#quickForm div
{
	width: 100%;
	float: left;
	margin: 3px 0;
	z-index: 10000000000000;
}
#quickForm div label
{
	width: 100%;
	float: left;
	padding-bottom: 2px;
}
#quickForm div input
{
	width: 96%;
	padding: 3px;
}

/**********************************
    Misc
*/


.headlines, .headlines-odd
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #D5D5D5;
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 210px;
}

.clearit
{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.red
{
	color: #ff0000;
}

.contentwhite
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF url(Images/contentbg.jpg) repeat-x scroll 0 0;
	clear: both;
	color: #000000;
	margin: 0;
	padding: 10px;
}

