/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body {
	font-family: Arial, Helvetica;
	font-size: 72%;
	color: #333;
	background-color: #000;	
}

a:link, a:visited {
	color: #0099CC;
}
a:hover, a:active {
	color: #333;	
}

p {	
	margin-bottom: 1.1em;
}

h1 {
	margin-bottom: 0.4em;
	font-weight: normal;
	font-size: 210%;
	color: #0099CC;	
}

h2 {
	font-size: 130%;
	margin-bottom: 0.75em;
}

h3 {
	margin-bottom: 0.7em;
	color: #0099CC;	
}

ul {
	margin-bottom: 1.2em;
}

/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 760px;
	margin: 0 auto 30px auto;
}

#contentWrapper {
	clear: both;
	width: 760px;
	border: 2px solid #FFF;
	background: url(sitegraphics/bg_contentwrapper.jpg) right 0 no-repeat #FFF;
}

/*--------------------BRANDING-------------------*/

#branding {
	width: 760px;
}

/*---------------------NAV-----------------------*/

#nav {
	width: 760px;
	height: 35px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	background: url(sitegraphics/bg_nav.jpg) 0 0 repeat-x;
}
#nav ul {
	width: 465px;
	padding-left: 142px;
}

#nav li,
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 35px;
	background-image: url(sitegraphics/nav.gif);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav ul li a:hover { background-image: none;}

#nav-home a { width: 75px; background-position: 0px 0px;}
#nav-about a { width: 165px; background-position: -75px 0px;}
#nav-endorsements a { width: 133px; background-position: -240px 0px;}
#nav-contact a { width: 91px; background-position: -373px 0px;}

#nav-home { width: 75px; background-position: 0px -35px;}
#nav-about { width: 165px; background-position: -75px -35px;}
#nav-endorsements { width: 133px; background-position: -240px -35px;}
#nav-contact { width: 91px; background-position: -373px -35px;}



#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover, #nav a:active {
	color: #0099CC;	
}


/*---------------------NAV SUB-----------------------*/

#navSub {
	float: right;
	width: 185px;
	margin: 32px 0 20px 0;
	padding: 15px;
	border-bottom: 2px solid #FFF;
	background: url(sitegraphics/bg_navsub.jpg) 0 0 repeat-x;
}

#navSub li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 10px;
	background: url(sitegraphics/bullet_navsub.gif) 0 0.3em no-repeat;
	font-size:120%;
}

#navSub a:link, #navSub a:visited {
	text-decoration: none;
}
#navSub a:active, #navSub a:hover {
	color: #FFF;
}

#headerBusiness {
	width: 160px;
	height: 20px;
	text-indent: -1976px;
	background: url(sitegraphics/header_mybusinessis.gif) 0 0 no-repeat;
}

#headerServices {
	width: 160px;
	height: 20px;
	text-indent: -1976px;
	background: url(sitegraphics/header_iwanthelpwith.gif) 0 0 no-repeat;
}

.contactDetails {
	float: right;
	margin: 0 0 20px 0;
}

.epirPanel {
	float: right;
	margin: 10px 0 30px 0;
}

/*--------------------LISTS----------------------*/

#contentMain li.pdfLink {
	padding: 0 0 10px 20px;
	background:url(sitegraphics/pdficon.gif) no-repeat;
}


/*-------------------CONTENT----------------------*/

#contentMain {
	float: left;
	width: 465px;
	margin: 25px 0 0 0;
	padding: 0 0 20px 23px;
}

#contentMain ul {
	padding: 0 0 0 15px;
}

#contentMain li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 10px;
	background: url(sitegraphics/bullet.gif) 0 0.5em no-repeat;
}

#contentSub {
	float: right;
	width: 242px;
	padding: 0 23px 0 0;
}

#address p {
	margin: 0;
}

.companyReg {
	padding-top: 0.75em;
	font-size: 90%;
	text-align: right;
}

.quote {
	font-size: 110%;
	font-style: italic;
	margin-bottom: 0.4em;
}
.cite {
	margin-bottom: 2em;
	text-align: right;
	color: #0099CC;
}

.highlight {
	font-weight: bold;
}

/*---------------------FORMS-----------------------*/


#form {
	width: 400px;
	margin: 0 auto;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #333;
	background: #fafafa;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #333;
	background: #fafafa;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #333;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 70px;
	border: 1px solid #333;
}
.mandatoryAsterisk {
	font-weight:bold;
	color: #6a9900;
}

/*-------------------FOOTER-----------------------*/

#footer {
	clear: both;
}

.imageLeft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageRight {
	float: right;
	margin: 0 0 15px 15px;
}


/*--------------------AMBRIT------------------*/

#ambrit {
	width: 780px;
	margin: 10px auto;
	padding-bottom: 20px;
	text-align: right;
	font-size: 90%;
}

#ambrit a:link, #ambrit a:visited {
	color: #0099CC;
	text-decoration: none;
}
#ambrit a:active, #ambrit a:hover {
	color: #333;
	text-decoration: underline;
}


