/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, header, iframe, h1, h2, h3, h4, h5, h6, p, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	margin: 0;
	background: #377C2B;
/*	padding: 50px; */
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrap {
	width: 744px;
	margin: auto;
	border: 0;
	background: #377C2B;
}

#header {
	background: #377C2B url(/assets/images/site/specialtystudios/splashheader2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px;
	width: 744px;
	height: 55px;
	border: 0;
	float: left;
}
#headertext {
	width: 225px;
	height: 21px;
	margin: 30px 0px 0px 505px;
	padding-right: 15px;
	color: #f4cd66;
	text-decoration: none;
	border: 0;
	outline: none;
        font-weight: bold;
		// font-style: italic;
        font-size: 16px;
        text-align: right;
}
#logo {
	padding: 0px 0px;
}
#sslogo {
	width: 150px;
	border: 0;
	background: #6a1e18;
}
#main {
/*	float: right; */
	width: 724px;
	min-height: 200px;
	padding: 0 10px;
	border: 0;
	background: white url(/assets/images/site/specialtystudios/splashBG2.jpg);
}

#main p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
/*	width: 590px; */
	border: 0;
/*	padding: 5px 10px; */
	margin: 0px 10px;
	/* text-align: center; */
}
#main p.subject {
	color: #377C2B;
	font-family: Halvetica;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}

#menu-images {
background:white none repeat scroll 0 0;
border:0 none;
float:right;
padding:0 15px;
width:561px;
}

#sectionImg {
	position: relative;
	width:100px;
	height: 25px;
	left: 468px;
	top: 0px;
}
#footer {
	height: 55px;
	width: 744px;
	border: 0;
	background: white url(/assets/images/site/specialtystudios/splashfooter2.jpg) no-repeat;
	clear: both;
}

#copyright {
	text-align: center;
/*	margin: 1px 0 10px 29px; */
	padding: 0 0 10px 0;
	color: #b2d88b;
}

#navbox {
	margin: 10px 50px 0pt 0pt; 
	padding: 30px 0pt 50px; 
	float: right;
}

div.nav {
	background:none repeat scroll 0 0 #377C2B;
	padding:1px 30px 1px 10px;
	font-weight: bold;
	font-size: 16px; 
	color: white;
}
div.nav a, a:visited {
	color: white;
}
div.nav a:hover {
	color: #b2d88b;
}
div.contentframe {
	margin: 10px 50px;
	clear: both;
}
div.highlights {
/*	margin: 0 40px; */
	background: #b2d88b;
/*	min-height: 150px; */
}
div.aboutdiv {
	background: #b2d88b;
	min-height: 50px;
	border: 0;
}
div.aboutdiv  p {
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	text-align: left;
	margin: 2px 0 2px 10px;
	padding: 2px 2px;	
}
div.contentframe a:hover {
	color: #66CD00;
}
#signupframe  {
color:white;
float:right;
font-family:Trebuchet,Arial,Helvetica,sans-serif;
margin:10px 50px 10px 0;
padding:1px 1px 1px 5px;
width:225px;
}
#signupbody {
background:none repeat scroll 0 0 #377C2B;
padding:5px 5px 5px 20px;
}
span.rtop, span.rbottom{display:block;background: #FFF} /* Setting the corner color, use different color for different layout */
span.rtop span, span.rbottom span{display:block;height: 1px; overflow: hidden; background: #377C2B}/* Setting the strip size and background */
span.r1{margin: 0 5px; border: 1px #B2D88B}

span.r2{margin: 0 3px}

span.r3{margin: 0 2px}

span.r4{margin: 0 1px}

span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 1px}

/* ADDED FOR SECONDARY COLOR OPTION */
#signupbody2 {
background:none repeat scroll 0 0 #b2d88b;
padding:5px 5px 5px 20px;
}

span.rtop2, span.rbottom2{display:block;background: #FFF} /* Setting the corner color, use different color for different layout */
span.rtop2 span, span.rbottom2 span{display:block;height: 1px; overflow: hidden; background: #b2d88b}/* Setting the strip size and background */
span.r21{margin: 0 5px; border: 1px #B2D88B}

span.r22{margin: 0 3px}

span.r23{margin: 0 2px}

span.r24{margin: 0 1px}

span.rtop2 b.r24, b.rbottom2 b.r24{margin: 0 1px;height: 1px}

input.button {
	color: #f4cd66;
	background-color: #6a1e18;
	border: 2px solid #8a7341;
	font-weight: bold;
	cursor: pointer;
}

ul.nav {
	list-style-type: none;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	width: 145px;
	font-family: "DejaVu Serif", Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	
}
ul.nav li {
    height: 22px;
    width: 145px;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: left;
}

p.nav {
	text-align: left;
}
img.nav {
	text-decoration: none;
	border: 0;
	outline: none;
}
a:link {
	color: #377C2B;
}
a:hover {
	color: #B2D88B;
}
a.nav:visited {
	color: #f4cd66;
        text-decoration: none;
        border: 0;
        outline: none;
        position: relative;
        height: auto;
        width: auto;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
}
a.nav:hover {
	color: #8a7341;
	text-decoration: none;
        border: 0;
        outline: none;
	text-shadow:2px 2px 2px black;
}
a.nav:active {
	text-decoration: none;
        border: 0;
        outline: none;
		}


div#imageLabel {
	height: 22px;
	width: 105px;
}
div#textLabel {
	text-decoration: none;
	position: relative;
	height: auto;
	width: auto;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	top: 2px;
}
div.imageLabel {
        height: 22px;
        width: 350px;
		padding: 10px 10px 0px 10px;
		margin: 0px 20px;
}
div.textLabel {
        text-decoration: none;
        position: relative;
        height: auto;
        width: auto;
        font-weight: bold;
        font-size: 16px;
        text-align: left;
        top: 2px;
}
/* a.textLabel:link {
        color: #0000CD;
        text-decoration: none;
        border: 0;
        outline: none;
        position: relative;
        height: auto;
        width: auto;
        font-weight: bold;
        font-size: 16px;
        text-align: center;

}
*/
a.textLabel:visited {
        color: #00008B;
        text-decoration: none;
        border: 0;
        outline: none;
        position: relative;
        height: auto;
        width: auto;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
}
a.textLabel:hover {
        color: blue;
        text-decoration: underline;
        border: 0;
        outline: none;
}

a:link {
	color: #377C2B;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #377C2B;
	text-decoration: none;
}
a:hover {
	color: #B2D88B;
	text-decoration: none;
}

span.fresh {
	color: #377C2B;
	font-family: Halvetica;
	font-weight: bold;
	font-style: italic;
}
span.style4 {
font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
color: #b39d6a;
font-size: 20px;
text-align: left;
}


