body {
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	text-align: center; 
	background: #002B7F url('images/background2.jpg');
}

/* GLOBAL STYLES */
html,body { height:100%; width:100%; }

/* avoid browser default inconsistent heading/pre/code font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default padding or margin on many elements */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* IE Sucks, you have to help it make the images look good */
img { -ms-interpolation-mode:bicubic; }

/* Make <sup> and <sub> useful tags */
sup { font-size:70%; vertical-align:top; }
sub { font-size:70%; vertical-align:bottom; }

/* HEADINGS */
h1, h2, h3, h4 {margin: 0 15px; color: #000; text-align: left; font-family: Georgia, Georgia, serif;}
h1 {font-size: 1.75em; line-height: 1.75em;}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; border: 0;}
h1 a:hover {border-bottom: 1px solid #fff;}
h2, h3, h4 {color: #CE1126;}
h2 {font-size: 1.65em; line-height: 1.65em;}
h3 {font-size: 1.25em; line-height: 1.45em;}
h4 {font-size: 1.00em; line-height: 1.25em;}

/* PARAGRAPH TEXT AND LISTS */
p, ul, ol, form{font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 16px; margin: 5px 15px 10px 15px; text-align: left;}
#bttmbar p {text-align: center}
ul { margin: 0 10px 15px 35px; list-style: disc outside}  
ol { margin: 0 10px 15px 35px; list-style: decimal inside}

/* LINKS */
a:link, a:active, a:visited {color: #002B7F; text-decoration: underline;}
a:hover {color: #002B7F; text-decoration: underline;}

/* OTHER */
acronym {cursor: help; border-bottom: 1px solid #486010}
strong {font-weight: bold}
span.special {color: #CE1126}  /* Use to highlight special text */
p.updated {font-size: 0.55em; color: #CE1126; line-height: 0.55em}

/* MAINNAV */
ul#nav {font-size: 0.80em; margin: 0 0 15px 0; width: 100%; list-style: none outside}
ul#nav li {line-height: 35px; margin-bottom: 3px}
ul#nav li a {display: block; height: 35px; border: 0; padding-left: 33px; background: url(images/button.jpg) 0% 0% no-repeat; color: #000000; }
ul#nav li a:hover, ul#nav li a.current {border: 0; background: url(images/button.jpg) 0% 100% no-repeat; text-decoration: none;}


/* KEY LAYOUT DIVS */
#hdr {
	margin: 0;
	width: 775px;
	height: 325px;
	
}
#hdrcopy 
{
	width: 775px;
	position:relative;
	top:200px;
	padding: 5px 0; /* top and bottom padding */
	background-color: #fff;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

#hdrcopy a:link, #hdrcopy a:active, #hdrcopy a:visited { color: #000; text-decoration:underline;}
#container {  /* all divs are contained in this div and it is positioned centrally */
	margin: 0 auto;  /* positions div centrally */
	width: 775px; /* Suits an 800x600 page, allowing for scrollbar */
	overflow: visible;
	padding-bottom:50px;
}
#outercontainer {  /* for ads */
	margin: 0 auto;  /* positions div centrally */
	width: 1025px; /* for ads */
	overflow: visible;
	padding-bottom:50px;
}
#content
{
	float:left;
	padding: 10px 0; /* top and bottom padding */
	width: 570px;
 	background: #fff;
	border: 1px solid #000;
	min-height:400px;
	margin-bottom: 5px;
}
#sidebar
{
	float: right;
	width: 200px;
}
#sidebar h3 { color:#FCD116;  }
#sidebar a:link, #sidebar a:active, #sidebar a:visited { text-decoration:none;}
#sidebar ul
{
	margin: 0px 10px 15px 15px;
	list-style: none outside; 
}
.pagenav { margin-left:0px; list-style: none outside; }
.pagenav a:link, .pagenav a:active, .pagenav a:visited {color:#fff;}

#footer {
	clear:both;
	width: 570px;
	height: 50px;
	color: #fff;
	float: left;
}
#footer a:link, #footer a:active, #footer a:visited { color: #fff; text-decoration:underline;}
#footer p {margin: 0px; text-align: center;}


/* GOOGLE AD DIVS */
.topgooglead
{
	margin: 5px Auto;
	padding: 0px;
	width: 730px; 
}

.googleadbottom
{
	float: left;
	padding: 10px 0; /* top and bottom padding */
	width: 570px;
}


/* OPTIONAL LAYOUT DIVS */
.travelinsurance
{
	float: left;
	margin: 5px 0;
	padding: 10px 0;
	width: 570px;
	border: 1px double black;
	background-color: #fff;
}

#travelinsurance a {color: #CE1126; text-decoration: none;font-size:20px;font-variant: small-caps;}

/* Wordpress stuff for images */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-left:15px;
}

.alignright {
   float: right;
   margin-right:15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Search */
#searchform { color: #fff; }
