@charset "UTF-8";
body  {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F5931D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/REDSTART_Ltop.jpg);
	background-color: #FBF3EB;
}
.twoColFixRtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center 220px;
	width: 950px;
} 
.twoColFixRtHdr #header {
	height: 255px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-position: center bottom;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right top;
	margin-left: 10px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin-top: 5px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
	background-repeat: no-repeat;
	background-color: #BCAA98;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #514540;
	border-right-color: #514540;
	border-bottom-color: #514540;
	border-left-color: #514540;
	}

.twoColFixRtHdr #sidebar1 a {
	text-decoration: none;

}

.twoColFixRtHdr #container #sidebar1 li {
	list-style-image: none;
	list-style-type: none;
}



.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 234px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 0px;
} 
.twoColFixRtHdr #footer {
	padding-top: 100;
	padding-right: 50px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 13px;
}

.twoColFixRtHdr #footer a {
	text-decoration: none;
}


.twoColFixRtHdr #footer a:hover {
	text-decoration: underline;

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.select {
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
	color: #FFFFFF;
	background-color: #524741;
	text-shadow: #000000 2px 2px 1px
	-webkit-box-shadow: 0 0 10px #000000 inset;  
	-moz-box-shadow: 0 0 10px #000000 inset;
	box-shadow: 0 0 10px #000000 inset;
}

.noStyle {
}


.MenU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
	width: 755px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	margin-right: 100px;
	clear: both;
	float: right;
	margin-top: 20px;
	z-index: 1000;
}
.MenUbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
.MenUbutton a {
	float: left;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: inline;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: normal;
	outline: none;
	text-shadow: #000000 2px 2px 1px
}
.MenUbutton :hover {
	display: inline;
	text-decoration: none;
	color: #F5931D;
}

h1 {
	font-family: 'IM Fell English', arial, serif;
	font-size: 33px;
	color: #2F2825;
	font-weight: bolder;
	letter-spacing: 3px;
	background-image: url(images/REDSTARTlgtS.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 75px;
	padding-top: 30px;
	padding-bottom: 30px;
}
h2 {
	font-family: 'Droid Serif', arial, serif;
	font-size: 25px;
	color: #2F2825;
	font-weight: bold;
	margin-bottom: 2px;
}
h3 {
	font-family: 'IM Fell English', arial, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
	width: 100%;
	margin-right: 0%;
	text-align: center;
	margin-left: 0%;
	background-repeat: repeat-x;
	line-height: 0px;
	background-position: center;
	padding-bottom: 6px;
}
h4 {
	font-family: 'Droid Serif', arial, serif;
	font-size: 14px;
	font-style: normal;
	color: #000099;
	letter-spacing: 5px;
	text-transform: lowercase;
	word-spacing: 4px;
	text-align: left;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Droid Serif', arial, serif;
	margin-bottom: 0px;
	font-style: italic;
	padding-left: 200px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	font-style: italic;
	color: #F4921D;
	line-height: 10px;
}


a {
	font-family: 'Droid Serif', arial, serif;
	color: #000000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}


p {
	font-family: 'Droid Serif', arial, serif;
	font-size: 18px;
	line-height: 26px;
	color: #3E3430;
}

.flash {
	width: 335px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 270px;
	padding-right: 25px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 35px;
}
.twoColFixRtHdr #container #mainContent #flash {

}
.twoColFixRtHdr #sidebar1 a {
	padding-left: 12px;
	color: #514540;
	font-weight: bold;
	text-transform: lowercase;
	white-space: nowrap;
	padding-bottom: 3px;
	display: block;
	outline: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	background-color: #514540;
	text-decoration: none;
	padding-right: 15px;
}

.redstart {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/REDSTARTbirdLfb.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
	padding-right: 340px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	line-height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px

			}
			
.printbox {
	float: right;
	width: 275px;
	background-image: url(images/printS.png);
	background-repeat: no-repeat;
	background-position: center 140px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 15px;
	line-height: 17px;
	margin-top: 0px;
	height: 241px;
	border: 1px solid #666666;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px

			
}
.webscroll {
	width: 680px;
	padding-top: 6px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 8px;
	float: left;
	clear: none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px

}
.webThumbs {
	padding: 5px;
	width: 310px;
	margin-right: 4px;
	margin-left: 4px;
	float: left;
}
.flashscroll {
	width: 250px;
	left: 600px;
	float: left;
	margin-left: 50px;
	height: 300px;
		-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px
	
			
}
.captionthing {
	line-height: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 350px;
}
.intro {
	width: 50%;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	line-height: 20px;
	color: #514540;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #514540;
	border-bottom-color: #514540;
	clear: left;
	float: left;
	background-color: #BCAA98;
	padding-top: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #514540;
	border-left-color: #514540;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
	
			}

.eblastsdiv {
	background-color: #FFFFFF;
	padding: 6px;
	float: left;
	width: 300px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
	margin-top: 20px;
	margin-bottom: 3px;
	margin-left: 200px;
	background-repeat: repeat-x;
	background-position: top;
}
.eblastsdiv  li:hover  {
	background-color: #000066;
	list-style-type: circle;
	color: #000066;
}
.flashscroll li:hover {
	background-color: #000066;
	list-style-type: circle;
}

body#webdesign a#webdesignLink {
 background:
	color: #000000
	border-bottom-width: 1px;
	text-decoration: underline;
	}
	
body#contact a#contactLink {
 background:
	color: #000000
	border-bottom-width: 1px;
	text-decoration: underline;
	}

body#creative a#creativeLink {
 background:
	color: #000000
	border-bottom-width: 1px;
	text-decoration: underline;
	}

body#about a#aboutLink {
 background:
	color: #000000
	border-bottom-width: 1px;
	text-decoration: underline;
	}

body#homePage a#homePageLink {
 background:
	color: #000000
	border-bottom-width: 1px;
	text-decoration: underline;
	}
.quicklinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #534741;
	background-image: url(images/qback.jpg);
}
.ql1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.ql2 {
	width: 300px;
	float: right;
	padding-left: 20px;
}
.redstartContact {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	line-height: 20px;
}
