@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
}

body
{
	border:0;
	color: #333333;
	font-family: Century Gothic, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size: 13px;
	height:100%;
    margin: 0px;
    /*
    background-image: url(images/mainbg.jpg);
    background-repeat: repeat-x;
*/
	padding:0;
}
/*
p
{
	font-size: 14px;
}
*/
#links 
{
    /* color: #6E6E6E; */
	color:#e8d61e;
}
#links a 
{
    color:#e8d61e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link
{
    color:#e8d61e;
    text-decoration: none;
}
a:visited
{
    color:#e8d61e;
    text-decoration: none;
}
a:hover
{
	color:#e41235;
    text-decoration: underline;
}
a:active
{
    color:#FFFFFF;
    text-decoration: none;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
  margin: 2px 0 2px 0;
}

h1
{
	color:#e26170;
	/* font-family: Verdana, Tahoma, Helvetica, Helvetica-Narrow, sans-serif; */
	font-family:Verdana, Tahoma, Century Gothic, "Modern No. 20", "Gill Sans MT", Arial;
    font-size: 17px;
	text-transform:capitalize;
    font-weight: normal;
	margin-bottom:18px;
}
h2
{
	color:#c4d8eb;
	font-family:Verdana, Tahoma, Century Gothic, "Modern No. 20", "Gill Sans MT", Arial;
	font-size:14px;
    /* margin: 5px 0 5px 0; */
}

h3
{
	color:#edb039;
	font-family: Verdana, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12px;
    font-weight: bold;
	font-style:italic;
}

h4
{
	color:#017d38;
	font-family: Verdana, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

li
{
	color:#e8d61e;
}

li span
{
	color:#FFFFFF;
}


#header
{
	border:0;
	height:229px;
	letter-spacing:0;
	margin:0;
	padding:0;
}

#nav
{
	background-image:url(images/nav-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:0;
	height:65px;
	margin:0;
	padding:0;
	width:100%;
}
#nav ul
{
	border:0;
	height:42px;
	line-height:42px;
	list-style-type:none;
	margin-bottom:0;
	margin-left:15px;
	margin-right:0;
	margin-top:0;
	padding:0;
	width:auto;
}

#nav li
{
	background-image:url(images/btn-nav-bg.jpg);
	background-repeat:repeat-x;
	display:list-item;
	float:left;
	height:42px;
	list-style-type:none;
	margin-left:1px;
	margin-right:1px;
	vertical-align:middle;
	width:auto;
}

#nav li:hover
{
	background-image:url(images/btn-nav-bg-hover.jpg);
	cursor:pointer;
}

#nav li a
{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	vertical-align:middle;
}

#nav li a:hover
{
	text-decoration:none;
}

#nav li #left
{
	background-image: url(images/btn-nav-left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:inline-block;
	height:42px;
	width:auto;
}

#nav li:hover #left
{
	background-image: url(images/btn-nav-left-hover.jpg);
}

#nav li #right
{
	background-image: url(images/btn-nav-right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline-block;
	height:42px;
	width:auto;
}

#nav li:hover #right
{
	background-image: url(images/btn-nav-right-hover.jpg);
}

#content
{
	background-color:#181628;
	color:#FFFFFF;
	height:100%;
	padding-bottom:18px;
	padding-left:18px;
	padding-right:18px;
}

#footer
{
	background-color:#c6182d;
	background-image:url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:26px;
	padding-top:10px;
	text-align:center;
}

#caption
{
	background-color:#28253e;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	font-size:9px;
	font-style:italic;
	padding:5px;
}
#feature
{
	background-color:#211e35;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
}

#rightside a, #rightside a:visited, #rightside a:active
{
	color:#FFFFFF;
    text-decoration: none;
}

#rightside a:hover
{
	color:#e41235;
    text-decoration: underline;
}

#thumbContainer
{
	background-color:#211e35;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
    position:relative;
	/*
    left:23px;
    top:250px;
	*/
	overflow:auto;
    width:550px;
    height:75px;
	padding:5px;
    z-index:1;
}
#main
{
	position:relative;
	/*
    left:476px;
    top:250px;
	*/
    text-align:center;
    z-index:2;
}

img.thumbs
{
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid #003399 1px;
}

img.thumbs:hover
{
	border-color: #e8d91c;
	cursor:pointer;
}

#container
{
	background-color:#CCCCCC;
	padding:15px;
}
