@charset "UTF-8";

/***************************************
1: BASE STYLES
****************************************/
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements
	we could do more elements, but this gives us the 
	most widely used block level elements so that we
	control main element spacing without having to 
	add margins back for every block element */
	
body, html, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}


body {
	background: #B0B0B0 url(images/gradientbgr.png) repeat-x fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4em;
}


/***************************************
2: LAYOUT STYLES
****************************************/

/* Site width 900*/


.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bgr-site.png) no-repeat scroll;
	margin: 40px auto 0; /* this overrides the text-align: center on the body element. */
	height: 650px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 190px;
	background: url(images/header.png) no-repeat scroll;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: url(images/bgr-content.png) no-repeat scroll;
	height: 430px;
	padding: 0px 100px 0;
	/* Main Content has a 100 -100 padding on the sides, leaving 700 for slider div*/
}

.oneColFixCtrHdr #container #mainContent #slider {
	/* Slider 700, 640+30+30*/
	
	height: 370px;
	position: relative;
	padding-top: 60px;
	width: 640px;
	padding-right: 30px;
	padding-left: 30px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	height: 30px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: center;
}




/***************************************
3: GENERAL TYPOGRAPHY AND COLOR STYLES
****************************************/

H2 {
	font-size: 21px;
	text-align: right;
	text-shadow: #EAEAEA 1px 1px 2px;
}


.oneColFixCtrHdr #container #mainContent #slider .scroll .scrollContainer #iphone .faderbgr H2 {
	text-shadow: #2E2E2E 1px 2px 2px;
	
}


.oneColFixCtrHdr #container #mainContent #slider .navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 15px;
	color: #434343;
}


/***************************************
4: CONTACT FORM STYLES
****************************************/
#container #mainContent #formdiv {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 15px;
	color: #434343;
	text-align: center;
	padding-top: 70px;
}


#formdiv .fieldbox input {
	resize:none;
	background:transparent url(images/textinputbgr.png) no-repeat left 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CCCCCC;
	height: 38px;
	width: 203px;
	border-style: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
	padding-top: 9px;
}


#formdiv textarea {
	resize:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(images/textareabgr.png) no-repeat fixed center 400px;
	font-size: 15px;
	color: #CCCCCC;
	height: 112px;
	width: 415px;
	padding: 10px 15px 0px 13px;
	border-style: none;
}

#Submit {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #434343;
	text-align: center;
	background:#CCCCCC;
	width: 80px;
	font-weight: bold;
}


/***************************************
Fader code
****************************************/

.scrollContainer div.thumbs {
	height: 300px;
	width: 600px;
	text-align: center;
	position: absolute;
	top: 0px;
}

.scrollContainer div.fadercontainer {
	height: 300px;
	width: 600px;
	position: absolute;

}

/*  inner containers left and right are 300-300px */
.scrollContainer div.leftcontent {
	height: 223px;
	width: 280px;
	position: relative;
	float: left;
	padding: 7px 10px 0px;
}

.scrollContainer div.rightcontent {
	height: 220px;
	width: 270px;
	position: relative;
	float: right;
	margin-left: 0px;
	padding: 5px 20px 5px 10px;
	color: #CCCCCC;
	text-align: right;
}

/*  inner containers left and right for large left content are 400-200 */

.scrollContainer div.leftcontent400 {
	height: 205px;
	width: 390px;
	position: relative;
	float: left;
	padding: 25px 5px 0px;
}

.scrollContainer div.rightcontent200 {
	height: 220px;
	width: 175px;
	position: relative;
	float: right;
	margin-left: 0px;
	padding: 5px 20px 5px 5px;
	color: #CCCCCC;
	text-align: right;
}

.scrollContainer div.faderbgr {
	height: 230px;
	width: 600px;
	text-align: center;
	top: 0px;
	background: url(images/faderbgr.png);
}

.scrollContainer div.faderpager {
	height: 52px;
	width: 600px;
	text-align: center;
	position: absolute;
	margin-top: 230px;
}


#ulpager {
	width: 600px;
}
#ulpager li { width: 52px; height: 52px; margin: 30px; list-style: none; display: inline;}
#ulpager a { width: 52px; height: 52px; display: inline-block; }
#ulpager a.activeSlide {
	background: url(images/ulpagerbgr.png) no-repeat center top;
}
#ulpager a:focus { outline: none; }
#ulpager img { border: none; }



/***************************************
Slider code
****************************************/
.scroll {
	height: 300px;
	width: 640px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	/* 640x300 area is maintained with the padding*/
	padding: 0px 20px;
	height: 300px;
	width: 600px;
}



ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 7px;
}

ul.navigation a {
	padding: 10px;
	color: #434343;
	text-decoration: none;
}

ul.navigation a:hover {
	text-decoration: underline;
	color: #000;
}

ul.navigation a.selected {
	text-decoration: underline;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
.oneColFixCtrHdr #container #mainContent #messagediv {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4em;
}

