/* -------- THE BASICS -------- */
body, html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 22px;
	margin: 12px 0 5px 0;
	color: #D79800;
}

h2 {
	margin: 6px 0px 1px 0px;
	padding: 0px;
	font-size: 16px;
	color: #663300;
}

h3 {
	font-size: 14px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0;
}

pre {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #484848;
}

a:hover, a:active {
	text-decoration: none;
	color: #663300;
}

a.brownLink:link, a.brownLink:visited { color: #663300; }
a.brownLink:hover, a.brownLink:active { color: #303030; }


/* -------- TEMPLATE LAYOUT -------- */

#site {
	width: 867px;
	margin-left: auto;
	margin-right: auto;
}

#sitebody {
	background-image: url(../images/sitebg.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}

/*#site img {	border: 1px solid #999999; }*/

#header-top {
	height: 14px;
	padding: 8px 10px 6px 0;
	text-align: right;
}

#masthead {
	height: 108px;
}

#masthead img { border: 0 !important; }

.colbox {
	padding: 10px;
	margin: 10px 0 10px -11px;
	background-image: url(../images/col-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.colnews {
	padding: 10px;
	border: 1px solid #CC3333;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFCC00;
}

.colnews:hover, .colnews:active {
	color: #FFFFFF;
	background-color: #FF9900;
}

#contentBody {
	width: 852px;
	margin-left: 8px;
}

#maincol {
	float: left;
	background-image: url(../images/left-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 540px;
	padding: 0 10px 10px 10px;
}

#rightcol {
	float: left;
	font-size: 11px !important;
	background-image: url(../images/right-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 2px;
	width: 270px;
	padding: 0 10px 10px 10px;
}

#images-inner {
	text-align: center;
	float: right;
}

.images-centered {
	text-align: center;
	margin: 12px 0 12px 0;
}

.images-centered img {
	margin: 0 8px 0 8px;
}

#footer {
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}

#footer a:link, #footer a:visited, #header-top a:link, #header-top a:visited {
	color: #CCCCCC;
}

#footer a:hover, #footer a:active, #header-top a:hover, #header-top a:active {
	color: #FFFFFF;
}

#links {
	background-color: #999999;
	margin: 0 10px 0 10px;
}

#links a:link, #links a:visited {
	color: #FFFFFF;
}

#links a:hover, #links a:active {
	color: #FFFF66;
}

#links table {
	width: 90%;
	margin-left: 10%;
}

#links table ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sitebtm img {	border: 0 !important; }

#nav {
	width: 852px;
	height: 29px;
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/topnavbg.gif);
	background-repeat: no-repeat;	
}


/* -------- SUCKER-FISH DROP-DOWN MENU -------- */

/* DROP-DOWN (TOP) MENU */
.dropdownmenu, .dropdownmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 5;
}

.dropdownmenu li {
	list-style-type: none;
	position: relative;
	float: left;
	background-image: url(../images/topnavrt.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.dropdownmenu li:hover, .dropdownmenu li:active, .dropdownmenu li.hover {
	background-image: url(../images/topnavhover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.dropdownmenu li:first-child {
	margin-left: 10px;
}

.dropdownmenu li.last-nav {
	background-image: none !important;
}

.dropdownmenu li.last-nav:hover, .dropdownmenu li.last-nav:active {
	background-image: url(../images/topnavhover.gif) !important;
}

.dropdownmenu li.last-nav a:hover, .dropdownmenu li.last-nav a:active {
	background-image: url(../images/topnavhoverrtlast.gif);
}

.dropdownmenu li a:link, .dropdownmenu li a:visited {
	text-decoration: none;
	display: inherit;
	float: left;
	height: 22px;
	padding: 8px 24px 0 20px;
	text-align: left;
	color: #FFFFFF;
}

.dropdownmenu li a:hover, .dropdownmenu li a:active, .dropdownmenu li:hover a, .dropdownmenu li.hover a {
	text-decoration: none;
	color: #000000 !important;
	background-image: url(../images/topnavhoverrt.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* States for active page items */
.dropdownmenu li.current a:link, .dropdownmenu li.current a:visited {
	/*background-color: #7791e5 !important;*/
}

.dropdownmenu li.current a:hover, .dropdownmenu li.current a:active {
	/*background-color: #f1f3f9 !important;*/
}


.dropdownmenu li:hover ul ul, .dropdownmenu li:hover ul ul ul, .dropdownmenu li:hover ul ul ul ul, .dropdownmenu li:hover ul ul ul ul ul{
     display:none;
}

.dropdownmenu li:hover ul, .dropdownmenu ul li:hover ul, .dropdownmenu ul ul li:hover ul, .dropdownmenu ul ul ul li:hover ul, .dropdownmenu ul ul ul ul li:hover ul{
     display:block;
} 

/* 2nd level menu items (drop down) */
.menuitem {
	display: none;
	width: 184px;
	position: absolute;
	top: 30px;
	left: -5px;
	padding: 0 0 8px 0 !important;
	background-color: none;
	background-image: url(../images/submenu_bottom.png);
	background-position: bottom;
	border: 0;
	z-index: 10;
	margin: 27px 0 0 0 !important;
}

.menuitem li {
	width: 171px;
	height: 28px;
	padding: 2px 6px 2px 7px;
	background-image: none !important;
}

.menuitem li:first-child {
	margin-top: -27px;
	margin-left: 0;
	background-image: url(../images/submenu_top.png) !important;
	background-position: top;
	background-repeat: no-repeat;
}

.menuitem li a:link, .menuitem li a:visited {
	width: 171px;
	height: 22px;
	padding: 6px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF !important;
	border: 0;
	background-image: none;
}
.menuitem li a:first-child { margin-top: 4px; }

.menuitem li a:hover, .menuitem li a:active {
	color: #000000 !important;
	background-image: url(../images/submenu_hover.png);
	background-repeat: no-repeat;
}

/* 3rd (or more) level menu items (side menu) */
.subitem {
	display: none;
	width: 180px;
	position: absolute;
	top: -1px;
	left: 180px !important;
	left: 181px;
	padding: 0px;
	border: 1px solid #000000;
	z-index: 15;
}

.subitem li {
	width: 100%;
	height: 25px;
}

.subitem li a:link, .subitem li a:visited {
	width: 168px;
	text-decoration: none;
}

.tick { width: auto !important; }

.continueLink {
	clear: both;
	margin: 3px 0 3px 0;
}

.permaLink {
	clear: both;
	margin: 3px 0 3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 11px;
}

/* ------ SITEMAP STYLES ------ */

#sitemap, #sitemap hr {
	clear: both;
}

.rfi { width: 100%;	}

.homeImg { 
	border: 0 !important; 
	padding: 0;
	margin: -1px 0 0 8px ;
}

.quoteBtn {
	text-align: center;
	padding: 20px 0 30px 0 !important;
}
.quoteBtn img { border: 0 !important; }
.vcodeImg { border: 0 !important; margin-bottom: 2px; }
