@charset "utf-8";

.no_javascript_alert {
	background: #fff6bf url(../images/bullets/exclamation_mark.gif) no-repeat 20px 50%;
	text-align: center;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
body {
	/* [disabled]margin: 0; */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-attachment: fixed;
	background-image: url(../images/backgrounds/beach_palm_trees_1400x1050.jpg);
	background-color: #ECDACB;
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, p , address, blockquote, ul, li, div{
	margin: 0px;
	padding: 0px;
}
h1,h2,h3 {
	clear: both;
}
h1{
	font-size: 2em;
	color: #0D3E73;
	text-align: center;
	padding-bottom: 10px;
}
h2 {
	font-size:1.5em;
	color: #223F6A;
	font-weight:normal;
	margin: 0em 0 1em;
	text-align: center;
}
.h2_red {
	color:#FB0004;
	font-size:1.5em;
	font-weight:normal;
	margin: 0em 0 1em;
	text-align: center;
}
h3 {
	fon-size:1.3em;
	color: #204875;
	margin: 1em 0 0.5em;
}
h4   {
	margin:0px;
	color:#4B6681;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
	}

h5 {
	color:#365C8B;
	font-weight: bold;
	margin: 1em 0 0.5em;
	font-size: 1em;
}


p{
	color:#000;
	line-height:1.5em;
	margin-bottom:1em;
}
.superscript {
	font-size: x-small;
	bottom: 0.8em;
	position: relative;
}
.container .content #TabbedPanels1 .TabbedPanelsContentGroup .em.TabbedPanelsContentVisible p em {
	font-size: 0.9em;
}


.undernote {
	font-size: small;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: normal;
}
.undernote_red {
	font-size: small;
	line-height: 1.2em;
	color: #F00;
}


.undernote_xtrasmall {
	font-size: x-small;
	line-height: 1.1em;
}

.undernote_xtrasmall_red {
	font-size: x-small;
	color: #F00;
	line-height: 1.1em;
}



.container .prefooter p {
	line-height: 1.3em;
}
.strong_blue {
	color:#4B6681;
	font-weight: bold;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #155CAC;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:hover, a:active{
	color: #009BF9;
}
a .undernote_red {
	text-decoration: underline;
}

/*html5 display rule */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	display: block;
	width: 900px;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 961px;
	background: #EDF4FE;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 5px 5px 10px 0px;
	box-shadow: 5px 5px 10px 0px;
	margin-left: auto;
	margin-right: auto;
}


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	position: fixed;
}
.hmenu {
	/* [disabled]background-color: #EDF4FE; */
}
#contentTop {
	height: 25px;
	width: 800px;
	/* [disabled]background-color: #EDF4FE; */
	float: left;
}


#FBtop {
	height: 25px;
	width: 960px;
	background-color: #EDF4FE;
	margin-top: 40px;
	align-content: center;
}
#sharetop {
	float: right;
	/* [disabled]height: 21px; */
	/* [disabled]width: 25px; */
	padding-top: 4px;
}


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
.content {
	padding: 15px;
	/* [disabled]width: 750px; */
	float: none;
	background-color: #fff;
	margin-top: 190px;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ccc;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 10px 0px 10px 2.4em;
}
.content ul li  , .content ol li{
	margin-bottom: 0.5em;
	right: 0px;
}
.content ul li strong   , .content ol li strong{
	color: #223F6A;
}
.content ul li strong   , .content ol li strong{
	color: #223F6A;
}
/*~~ Tabbed Panels ~~*/
.content ul.TabbedPanelsTabGroup, .content ol.TabbedPanelsTabGroup {
	padding: 0px
}
.content ul.TabbedPanelsTabGroup li, .content ol.TabbedPanelsTabGroup li{
	margin-bottom: 0px;
}
.container .content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #gallery {
	position:relative;
	width:94%;
	height:300px;
	overflow:auto;
	float: none;
	/* [disabled]white-space: nowrap; */
	margin: auto;
	}
.container .content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #gallery a img {
	padding: 6px;
}
.content table.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 20px auto;
	width: 95%;
	background: #EDF4FE;
	border: 1px solid #333;
	border-collapse: collapse;
}
.content table.data td {
	font-size: 0.9em;
	border: 1px solid #333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content table.data th {
	font-size: 1em;
	padding: 0px 10px;
	line-height: 2.6em;
	font-weight: normal;
	color: #FFF;
	background: #357DB3;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.content .CollapsiblePanelContent table.data {
	margin: 0px;
	padding: 0px;
}









/* ~~ Defitition Lists ~~ */
dl {
	font-size: 0.9em;
	padding: 0px 0px 0px 10px;
}

dt {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #2D528A;
	background: url(../images/bullets/v5_bullets_14.gif) no-repeat -5px;
	padding-left: 10px;
}
dd {
	margin: 5px 0 20px 20px;
	font-size: 0.9em;
}


.images_None {
	padding: 5px;
	clear: none;
	float: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}
.images_Left {
	padding: 5px;
	clear: left;
	float: left;
	margin-right: 1em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}

.images_Right {
	padding: 5px;
	clear: right;
	float: right;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	margin-left: 1em;
}

.prefooter {
	font-size: x-small;
	color: #000;
	text-align: justify;
	background: #EDF4FE;
	float: right;
	/* [disabled]width: 760px; */
	padding: 10px;
}
.facebook {
	width: 800px;
	background-color: #070D21;
	margin-left: auto;
	margin-right: auto;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px;
	background: #111F4F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #CCC;
	font-size: small;
	text-align: center;
}
