/*---------Site Name---------*/

/* 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 {
	background: url(sitegraphics/bg.gif) 0 0 repeat-y #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #444;
}

a:link, a:visited {
	color: #1c9fd2;
}

a:hover, a:active {
}

br { margin: 0; }

.imageright {
	float: right;
	
}
.imageleft {
	float: left;	
}


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

#wrapper {
	width: 750px;
	margin: 30px auto 0 auto;	
	border-top: 5px solid #FFF;	
	border-right: 15px solid #FFF;
	border-bottom: 15px solid #FFF;
	border-left: 15px solid #FFF;
	background-color: #FFF;
}


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

#branding {	
	width: 750px;
	height: 82px;
	border-bottom: solid 3px #D2D2D2;
}


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

#nav {
	height: 38px;
}

#nav ul {
	width: 750px;
	height: 38px;
}

#nav li {
	float: left;
}

#nav a, #nav li  {
	display: block;	
	height: 38px;	
	text-indent: -1984px;
}

#navHome { width:57px; background: url(sitegraphics/navhome.gif) 0 0 no-repeat; }
#navStandardSigns { width:319px; background: url(sitegraphics/navstandard.gif) 0 0 no-repeat; }
#navBespokeSigns { width:138px; background: url(sitegraphics/navbespoke.gif) 0 0 no-repeat; }
#navCompanyProfile { width:128px; background: url(sitegraphics/navcompany.gif) 0 0 no-repeat; }
#navContactUs { width:94px; background: url(sitegraphics/navcontact.gif) 0 0 no-repeat; }

#navHome.selected { width:57px; background: url(sitegraphics/navhome_selected.gif) 0 0 no-repeat; }
#navStandardSigns.selected { width:319px; background: url(sitegraphics/navstandard_selected.gif) 0 0 no-repeat; }
#navBespokeSigns.selected { width:138px; background: url(sitegraphics/navbespoke_selected.gif) 0 0 no-repeat; }
#navCompanyProfile.selected { width:128px; background: url(sitegraphics/navcompany_selected.gif) 0 0 no-repeat; }
#navContactUs.selected { width:94px; background: url(sitegraphics/navcontact_selected.gif) 0 0 no-repeat; }


/*--------------------BANNER---------------------*/

#banner {
	width: 750px;
	height: 142px;	
}

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


#content {
	width: 750px;
	padding: 30px 0 0 0;
	border-bottom: solid 2px #d2d2d2;	
}

#content h1 {
	margin-bottom: 0.5em;
	font-size: 205%;
	font-weight: normal;
	color: #1c9fd2;
}

#content h2 {
}

#content p {
	margin-bottom: 1.2em;
	line-height: 1.4em;
	font-size: 120%;
}

.panelHome {
	float: right;
	margin: 0 0 15px 0;
	padding: 13px;
	width: 403px;
	border: solid 2px #e6e6e6;
}
.panelHome p {
	font-size: 110%;
}

.panelHome h2 {
	margin-bottom: 0.5em;
    font-size: 170%;
    font-weight: normal;
	color: #1c9fd2;
}

.panelHome li {
	font-size: 110%;
	padding-left: 8px;
	margin-bottom: 5px;
	background: url(sitegraphics/bulletpanel.gif) 0 5px no-repeat;
}

.panelHome .panelListLeft {
	width: 105px;
	float: left;
}

.panelHome .panelListRight {
    width: 190px;
	float: left;
}

#contentHome {
	float: left;
	width: 290px;
}
#contentHome h1 {
	font-size: 200%;
}
#contentHome p {
	font-size: 120%;
}


#contact {
	margin-bottom: 30px;
	text-align: center;
}
#contact h2 {
	margin-bottom: 0.45em;
	font-size: 130%;
}
#contact p {
	margin-bottom: 0.75em;
	line-height: 0.5em;
}
#contact .caption {
	font-weight: bold;
}



/*---------------------CONTACT---------------------*/


#googlemap {
	margin-bottom:15px;
	width: 750px;
	height: 375px;
}

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

#footer {
	clear:both;
	padding: 20px 0 10px 0;
	width: 750px;
	height: 60px;
	background: url(sitegraphics/Xbgfooter.gif) repeat-x 0 0;
}

#footerContact {
	width: 375px;
}

#footerContact h1 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0.1em 0;
	color: #1c9fd2;
}

#footerContact p {
	margin: 0 0 0.0.8em 0;
}

#footerContact .highlight {
	font-weight: bold;	
}

.footerBullet {
	padding: 0 2px;
	font-weight: bold;
	font-size: 130%;
	color: #1c9fd2;
}	

#footerContact a:link, #footerContact  a:visited {
	text-decoration: none;
}

#footerContact a:hover,#footerContact a:active {
	
}