/* Layout by Jerry Emerson for Gag Cartoons V1*/


body {
padding: 0;
margin: 0;
font: 76% Arial;
background: #9ECDFB url(../images/bg_1x800.jpg) repeat-x;
color: #4B3B0F;
}

a {
text-decoration: none;
font-weight: normal;
color: #3586C5;
background: transparent none ;
}

a:hover {
color: #004884;
font-weight: normal;
background: #CDE4E9 none ;
text-decoration: underline ;
}

a:visited {
color: #035AA2;
font-weight: normal;
text-decoration: none;
}

#topmenucontainer {
margin: 10px auto 0 auto;
width: 800px;
height: 27px;
}


#topborder {
margin: 0 auto;
height: 18px;
width: 800px;
background: transparent url(../images/topborder.jpg) no-repeat top center;
}

/*PAGE MENU*/

#menu {
  
	font-size: 1.0em;  
	float: left; 
	width: 100%; 
	line-height: normal;
}
#menu UL {
	width: 760px;
	height: 25px; 
	margin: 0; 
	padding-left: 0; /*adjust buttons sideways to right*/
	list-style-type: none;
      background: transparent none; /*url(../images/button-strip.jpg) no-repeat*/
	
}
#menu LI {
  width: 114px;
	height: 25px;
	background: url(../images/menu-button.jpg) no-repeat left top; 
	float: left; 
      margin: 0px; 
	padding: 0px;
	
}
#menu A {
	padding: 0px;
	width: 114px;
	height: 25px;
	display: block; 
  font-weight: bold;  
	float: left; 
	color: #806312; 
	text-decoration: none;
}


#menu A {
	float: none;
}

#menu span{
            position: relative;
						float: left; 
						left: 0px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 114px;
						height: 25px;
						text-align: center;
}

#menu a:hover {
	color: #E6C770;
	background-image: url(../images/menu-button-over.jpg);
}
#menu #current {
  width: 114px;
	height: 25px;
	background-image: url(../images/current-button.jpg);
}

#menu #current a {
	color: #806312;
}

#menu #current a:hover {
      color: #E6C770;
	background-image: url(../images/current-button-over.jpg);
}

#menu #endcap {
      width: 76px;
	height: 25px;
      background-image: url(../images/endcap.jpg);
}



/*TOP MENU*/

#topmenu {
      margin: 0 auto;
	font-size: 0.9em;  
	float: right; 
	width: 555px;
      height: 27px; 
	line-height: normal;
}
#topmenu UL {
	width: 760px;
	height: 27px; 
	margin: 0px; 
	padding-left: 4px;
      padding-top: 2px; 
	list-style-type: none;
	background: transparent url(../images/top-button-strip.jpg) no-repeat;
}
#topmenu LI {
      width: 91px;
	height: 22px;
	background: url(../images/top-button.jpg) no-repeat left top; 
	float: left; 
      margin: 0px; 
	padding: 0px;
	
}
#topmenu A {
	padding: 0px;
	width: 91px;
	height: 22px;
	display: block; 
  font-weight: bold;  
	float: left; 
	color: #806312; 
	text-decoration: none;
}


#topmenu A {
	float: none;
}

#topmenu span{
            position: relative;
						float: left; 
						left: 0px;
						top: 3px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 91px;
						height: 22px;
						text-align: center;
}

#topmenu a:hover {
	color: #E6C770;
	background-image: url(../images/top-button-over.jpg);
}
#topmenu #active {
      width: 91px;
	height: 22px;
	background-image: url(../images/active-button.jpg);
}

#topmenu #active a {
	color: #806312;
}

#topmenu #active a:hover {
      color: #E6C770;
	background-image: url(../images/active-button-over.jpg);
}

#topmenu #title  {
      width: 91px;
	height: 22px;
      color: #4B3B0F;
      font-weight: bold;
      background: transparent none;
}


#container {
margin: 0 auto 15px auto;
width: 760px;
padding: 5px 20px 20px 20px;
background: #ffffff; /*url(../images/bg-main.jpg) repeat-y;*/
}

#logo {

margin: 0 0 0 4px;
}

#logo h1 a {
color: #3586C5;
font-size: 1.0em;
font-style: italic;
text-decoration: none;
}

#logo h1 a:hover {
text-decoration: none;
background: none;
}


#subnav {
height: 25px;
color: #4B3B0F;
font-size: 1.0em;
text-align: center;
font-weight: normal;
padding: 0;
background: #F9EAC3 url(../images/bg-subnav.jpg) top right no-repeat;
border-left: 1px solid #BE983A;
border-right: 1px solid #BE983A;
border-bottom: none;
clear: both;
margin: 0 0 0 0;
}

/*#subnav a {
color: #3586C5;
text-decoration: none;
}*/

/*#subnav  a:hover {
color: #E6C770;
background: #fff none;
text-decoration: none;
}*/

.pad {
padding: 3px;
}

#header {
height: 175px;
color: #fff;

border: 1px solid #BE983A;

padding: 0;
background: #505050 url(../images/header.jpg) top left no-repeat;
clear: both;
margin: 0 0 0 0;
}

#header p {
width: 290px;
font-size: 1em;
line-height: 1.2em;
padding: 0 0 0 15px;
}

#header h3 {
margin: 0 0 8px 0;
padding: 7px 15px 0 15px;
color: #FCD09D;
font-size: 1.4em;
font-weight: normal;
}

#header a {
color: #F29149;
text-decoration: none;
}

#header a:hover {
color: #ffc;
background-color: none;
text-decoration: underline;
}

#main {
width: 560px;
float: right;
padding: 0 0 0 15px;
margin-top: 0;
}

/*a:hover {
color: #c6005c;
}*/

.block {
background: #FFCAC1 url(../images/bg-block.jpg) repeat-x;
padding: 8px;
border: 1px solid #3586C5;
}

#sidebar {
width:160px;
float: left;
padding: 0 15px 0 0;
border-right: 3px double #3586C5;
margin-top: 0;
}

#sidebar p {
/*font-size: 0.9em;*/
/*line-height: 1.3em;*/
margin: 0 0 8px 0;
}

.sidelink {
text-align: center;
cursor: hand;
font-weight: bold;
font-size: 1.0em;
color: #806312;
display: block;
width: 122px;
height: 25px;
background: transparent url(../images/side-button.jpg) top right no-repeat;
margin: 4px 0 0 0;
}

.sidelink:visited {
color: #806312;
font-weight: bold;
}

.sidelink:hover {
text-align: center;
cursor: hand;
font-weight: bold;
text-decoration: none;
color: #E6C770;
display: block;
width: 122px;
height: 25px;
background: transparent url(../images/side-button-over.jpg) top right no-repeat;
margin: 4px 0 0 0;

}



.sidelinkpad  {
position: relative;
padding: 4px 4px 2px 4px;
}

#footer {
clear: both;
background: #F9EAC3;
color: #000;
font-size: 0.9em;
padding: 5px 0 8px 0;
border-top: 3px double #3586C5;
border-bottom: 3px double #3586C5;
text-align: center;
}

/*#footer a {
color: #808080;
}*/




h1 {
margin: 0 0 8px 0;
font-size: 1.6em;
font-weight: normal;
color: #3586C5;
}

h2 {
margin: 8px 0 6px 0;
color: #3586C5;
font-size: 1.4em;
font-weight: normal;
border-bottom: 3px double #3586C5;
}

h3 {
margin: 8px 0 6px 0;
color: #3586C5;
font-size: 1.4em;
font-weight: normal;
}




h4 {
margin: 8px 0 6px 0;
color: #3586C5;
font-size: 1.4em;
font-weight: normal;
}



p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

.right {
text-align: right;
}

.left {
text-align: left;
}

.center {
text-align: center;
}

a img {
border: 0;
}

.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}

.hide {
display: none;
}

/*Alignment of thumbnail images and box with border if needed*/
.thumbs {
text-align:  left;
background: transparent none;
}

.thumbs img {
margin-top: 4px;
margin-left: 0px;
margin-bottom: 8px;
margin-right: 6px;

}
.thumbs .left {float:left;}
.thumbs .right {float:right;}
/*The Thumbs border box*/
.addbox {border: 3px solid #D3BE84;}

/*Split Content Into Two Rows*/
.splitcontent {
width: 100%;
padding: 0;
background: transparent none;
color: inherit;
border-left: none;


}

.splitright {
width: 48%;
float: right;
overflow: hidden;
/*border-left: 3px double #D5A372;*/
margin-right: 4px;
}

.splitleft {
width: 48%;
float: left;
overflow: hidden;
}

.promos {
width: 225px;
height: 225px;
background: transparent url(../images/promos/promos.jpg) no-repeat;
border: none;
padding: 0px;
margin-left: 0px;
}
.promos p{
color: #000;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 3px;
}
.promos a {
color: #85B0DC;
}

.promos a:hover {
color: #25303B;
background: #C6E5FA none;
}



.promopad {
padding-top: 6px;
padding-right: 12px;
padding-left: 8px;
padding-bottom: 8px;
}


#promo1 {
width: 200px;
height: 200px;
background: transparent url(../images/promos/promo1.jpg) no-repeat;
border: none;
margin-left: 28px;
color: #000;
font-size: 12px;
}
#promo1 a {
color: red;
}
#promo1 a:hover {
color: #fff;
background: red none;
}

#promo2 {
width: 200px;
height: 200px;
background: transparent url(../images/promos/promo2.jpg) no-repeat;
border: none;
margin-left: 28px;
color: #000;
font-size: 12px;
}
#promo2 a {
color: #fff;
}
#promo2 a:hover {
color: #ffffcc;
background: red none;
}



#promo3 {
width: 200px;
height: 200px;
background: transparent url(../images/promos/promo3.jpg) no-repeat;
border: none;
margin-left: 28px;
color: #000;
font-size: 12px;
}
#promo3 a {
color: #fff;
}
#promo3 a:hover {
color: #ffffcc;
background: red none;
}


#promo4 {
width: 245px;
height: 125px;
background: transparent url(../images/promos/promo4.jpg) no-repeat;
border: none;
padding: 0px;
margin-left: 22px;
}
#promo4 p{
color: #000;
margin-right: 75px;
margin-left: 6px;
margin-top: 6px;
margin-bottom: 2px;
padding: 3px;
}
#promo4 a {
color: #fff;
}

#promo4 a:hover {
color: #000;
background: #F3D98B;
}

/*FORMS FORMATTING*/




select {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 165px;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 195px;
      height: 125px;
}


input {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
	font-family: Arial;
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 1px 3px;
	width: 165px;
}

input.error, textarea.error {
	color: #000000;
	background-color: #f5731d;
}

input.reset {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	width: 145px;
}

input.send {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
      text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 145px;
}

input.radio {
width: 25px;
}


input.smallbtn {
	background-color: #F4C36F;
	border: 1px solid #000;
	color: #ffc;
      text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	width: 135px;
}

input.smalltext {
	background-color: #ffffff;
	border: 1px solid #000;
	color: #000000;
      text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width: 130px;
}

input.smallselect {
	background-color: #ffffff;
	border: 1px solid #000;
	color: #000000;
      text-align: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	width: 80px;
}




table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td {
	
	font-family: Arial;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}

td.formtext {
	
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	text-align: right;
	text-decoration: none;
}

td.formtexttitle {
	
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px 0px 24px 0px;
	text-decoration: none;
}

td.formtext2 {
	
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	text-decoration: none;
}

td.formtext3 {
	
	font-family: Arial;
	font-size: 1.0em;
	padding: 0px 0px 12px 0px;
	text-align: right;
	text-decoration: none;
}

tr {
	vertical-align: top;
}

.displaybox {

color: #4B3B0F;
background: #FFF6E9 url(../images/bg-displaybox.jpg) repeat-x top;
border-right: 1px solid #3586C5;
border-left: 1px solid #3586C5;
border-bottom: 1px solid #3586C5;
border-top: 1px solid #3586C5;
margin-top: 0px;
margin-bottom: 8px;
margin-right: 0px;
margin-left: 0px;

}
.displayboxpad {
padding-top: 5px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
}

#indexSplash {
width: 518px;
height: 450px;
overflow: auto;
background: transparent url("../images/featured/slide_1.jpg") no-repeat top center;
}

#indexSplashpad {
padding: 50px 18px 18px 320px ;
}
