/* 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: 15px 0 50px;
}
#contact a {
	border-bottom: thin solid #99c0cd;
}
#contact a:hover {
	background-color: ;
	border-bottom: thin solid #99c0cd;
}
/* end main content styles */

/* call to action buttons */
.cta1 a {
	background-image: -moz-linear-gradient(top, #ff5400, #be4019);	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff5400),color-stop(1, #be4019));
		border: 2px solid #ffa200;
	box-shadow: 0px 0px 5px #99c0cd;
	color: #fff;
	cursor: pointer;
    -moz-border-radius: 35px;
	-webkit-border-radius: 35px;
    border-radius: 35px;
    -moz-box-shadow: 0px 0px 5px #99c0cd;
    -webkit-box-shadow: 0px 0px 5px #99c0cd;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5400', EndColorStr='#be4019');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5400', EndColorStr='#be4019')";
    width: 270px;
    text-align: center;
    text-shadow: 0px 0px 6px #000;
    font-weight: bold;
}
.cta1 a:hover {
    -moz-box-shadow: 0px 0px 20px #72cdec;
    -webkit-box-shadow: 0px 0px 20px #72cdec;
    box-shadow: 0px 0px 20px #72cdec;
	background-image: -moz-linear-gradient(top, #ffc20e, #be4019);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffc20e),color-stop(1, #be4019));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc20e', EndColorStr='#be4019');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc20e', EndColorStr='#be4019')";
}
.cta1 a:active {
    -moz-box-shadow: 0px 0px 20px #72cdec;
    -webkit-box-shadow: 0px 0px 20px #72cdec;
    box-shadow: 0px 0px 20px #72cdec;
	background-image: -moz-linear-gradient(top, #be4019, #ffc20e);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #be4019),color-stop(1, #ffc20e));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#be4019', EndColorStr='#ffc20e');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#be4019', EndColorStr='#ffc20e')";
}
/* call to action buttons */

/* 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;
	margin-top: 0;
}
#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: 8px 6px;
	background-color: #ff5400;
	color: #fff;
	/*height: 50px;*/
	padding: 20px 20px 10px 24px;
	width: 125px;
	-moz-border-radius: 15px; /* FF1+ */
	-webkit-border-radius: 15px; /* Saf3+, Chrome */
	border-radius: 15px; /* Opera 10.5, IE 9 */
}
/* end footer styles */
