/* CSS Document */

/* zero out seetings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end zero out settings */



/* common styles */

#main-wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
}

a:link {
	color: #5295aa;
}

a:hover {
	color: #FF5400;
}

a:visited {
	color: #CCCCCC;
}

a:active {
	color: #CC0099}

body {
	/*background-image: url("images/orange-border.gif");*/
	background-repeat: repeat-x;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, li {
	font-family: Verdana, Geneva, sans-serif;
}


p {
	margin-top: 12px;
	font-size: 1.25em;
	line-height: 28px;
	text-align: center;
	color: #5295aa;
}

strong {
	font-weight: bold;
}

em {
	color: #ff5400;
}
/* end common styles */


/* header styles */

h1 {
	text-indent: -9999px;  
	background: url("images/erc-logo-bw-square-large.gif") no-repeat; 
	background-position: center top; 
	width: 600px;  
	height: 500px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
}

/* end header styles */


/* main content styles */
h2 {
	font-size: 3em;
	color: #99c0cd;
	text-align: center;
}

/* top-nav styles */
#top-nav {
	background-color: #ff5400;
	left: 0;
	height: 15px;
	position: fixed;
	top: 0;
	width: 100%;
}
/* end top-nav styles */

#contact {
	font-size: 1em;
	margin: 50px;
}

#contact a {
	border-bottom: thin solid #99c0cd;
}

#contact a:hover {
	background-color: ;
	border-bottom: thin solid #99c0cd;
}


/* end main content styles */



/* jQuery lightBox plugin - Gallery style */
.lbGallery {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.lbGallery p {
	font-size: .85em;
}

.lbGallery ul { list-style: none; }

.lbGallery ul li { display: inline; }

.lbGallery ul img {
	padding: 10px;
}

/* End lightbox gallery styles */


/*Design Request Form*/

#request-form {
	border: thin solid #99c0cd;
	height: auto;
	margin-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	padding: 25px;
	width: 650px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 5px #99c0cd; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #99c0cd; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px #99c0cd; /* Opera 10.5, IE 9.0 */
}



/*End Design Request Form*/


/* footer styles */
#footer {
	background-color: #ff5400;
	bottom: 0;
	left: 0;
	height: 25px;
	position: fixed;
	width: 100%;
}

#footer p {
	font-size: .75em;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: gold;
}

#footer ul {
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	text-align: center;
}

#footer li {
	display: inline;
	font-size: .75em;
	color: #fff;
	margin: 4px 25px;
}

#top-link {
	/*display: block;*/
	background-image: url("images/up-arrow.png");
	background-repeat: no-repeat;
	background-position: 4px 2px;
	background-color: #ff5400;
	color: #fff;
	/*height: 50px;*/
	padding: 15px 20px 10px 20px;
	width: 125px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}




/* end footer styles */

