 /* Main Styles */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background-color: #f5da59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 160%;
	}

img	{
	border-width: 0px;
	}

li	{
	font-size: .9em;
	margin-left: 18px;
	}

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	color:#ecb13b;
	line-height: 130%;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#ecb13b;
	line-height: 130%;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	}
	

	
#container {
	width: 800px;
	margin: 20px auto;
	}

/* Main Nav */

#mainNavTest {
	width: 800px;
	height: 25px;
	float: left;
	}

#mainNav {
	width: 800px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	/* background: url(../imgs/main_nav.jpg) no-repeat; */
	float: left;
	position: relative;
	}

#mainNav li {
	display: inline;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	}

#mainNav a:link {
	color:#FFFFFF; /* color:#333333; */
	text-decoration: none;
	}

#mainNav a:visited {
	color:#FFFFFF; /* color:#333333; */
	text-decoration: none;
	}

#mainNav a:hover {
	color:#333333; /* color:#000000; */
	text-decoration: none;
	}

#tabSpacerOne{
	width: 75px;
	height: 25px;
	background:url(../imgs/spacer_nav1.jpg) no-repeat;
	float: left;
	}

#tabOne {
	width: 125px;
	height: 25px;
	background: url(../imgs/tab1.jpg) no-repeat;
	float: left;
	}

#tabTwo {
	width: 125px;
	height: 25px;
	background: url(../imgs/tab2.jpg) no-repeat;
	float: left;
	}

#tabThree {
	width: 125px;
	height: 25px;
	background: url(../imgs/tab3.jpg) no-repeat;
	float: left;
	}

#tabFour {
	width: 125px;
	height: 25px;
	background: url(../imgs/tab4.jpg) no-repeat;
	float: left;
	}

#tabFive {
	width: 125px;
	height: 25px;
	background: url(../imgs/tab5.jpg) no-repeat;
	float: left;
	}

#tabSpacerTwo{
	width: 100px;
	height: 25px;
	background:url(../imgs/spacer_nav2.jpg);
	float: left;
	}

/* Sub Nav */

#subNav {
	width: 800px;
	height: 30px;
	background: url(../imgs/sub_nav_white.jpg) no-repeat;
	float: left;
	}

#subNavHome{
	width: 800px;
	height: 30px;
	background: url(../imgs/sub_nav_yellow.jpg) no-repeat;
	float: left;
	}

/* Branding Stickler Logo */

#branding {
	width: 800px;
	height: 115px;
	background :url(../imgs/sl_lgo.jpg) no-repeat;
	float: left;
	}

/* Content */

#content {
	width: 800px;
	padding-bottom: 20px;
	background: url(../imgs/content_bg.jpg) repeat-y;
	float: left;
	}

#col1B {
	width: 250px;
	padding-left: 0px;
	margin-left: 40px;
	padding-right: 0px;
	float: left;
	text-align:right;
	}
	
#col1 {
	width: 310px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: -20px;
	float: left;

	}


#col2 {
	width: 380px;
	padding-right: 20px;
	float:left;

	}

#col2 a:link {
	font-weight: bold;
	color: #ecb13b; /* color: #ffcc66 */
	text-decoration: underline;
	}

#col2 a:visited {
	font-weight: bold;
	color: #ecb13b;
	text-decoration: underline;
	}

#col2 a:hover {
	font-weight: bold;
	color:#333333;
	background-color: #ffcc66;
	text-decoration: none;
	}

/* Footer */

#footer {
	width: 800px;
	text-align: center;
	float: left;
	}

#spine {
	width: 800px;
	height: 76px;
	background-image:url(../imgs/spine.jpg);
	background-repeat: repeat-y;
	float: left;
	}
.videodiv {
	padding:0;margin:0;height:450px;width:250px;
}
.login {
	width: 411px;height:72px;
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textbox {
	font-size:11px;
	height:11px;
	padding:1px;margin:1px;
}
#col2 a.linkbox {
	display:block;
	width:302px;
	border:solid #ecb13b 1px;
	text-align:center;
	color:#323230;
	text-decoration:none;
	padding:1em 0;
}
#col2 a.linkbox:hover {
	text-decoration:underline;
}
