/* ----- Page Layout BEGIN ----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	padding: 0px;
	background-color: #Dfdee2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#DivBody {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#DivHeader {
	font-size: 0.8em;
	background-color: #0a1f5c;
	overflow: hidden;
	height: 590px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
#DivHeadBox {
	background-image: url(../images/newheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	width: 900px;
}
#DivHeadBox p {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}



#DivContent {
	padding: 0px;
	background-color: #0a1f5c;
	margin: 0px;
}
#DivFooter {
	background-image: url(../images/BGGradFlip.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #6dc6f2;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
#DivSidebar {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/WHITEgradient.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	color: #000;
	overflow: hidden;
}
.DivBox {
	width: 870px;
	padding: 15px;
	background-color: #fff;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.DivBoxFooter {
	width: 870px;
	padding: 15px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}
h1, h2, h3, h4, h5, h6, h7, p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-shadow: 0.05em 0.05em 0.05em #333
}
h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 1.3em;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #Cc0000  ;
	text-shadow: 0.05em 0.05em 0.1em #333
}
h4 {
	font-size: 36px;
	text-align: left;
	padding-left: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
}
h5 {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}

a {
	text-decoration: none;
}


/* ----- Styled Pseudo Tags END ----- */

/* ----- Navigation START ----- */

#TopNav {
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	width: 100%;
	float: left;
	height: 240px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 40px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#divlinks a:link, #divlinks a:visited, #divlinks a:active {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	margin: 2px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 7px;
	width: 225px;
	background-color: #0a1f5c;
	font-size: 1.4em;
}
#divlinks a:hover, #divlinks a.current:link, #divlinks a.current:visited {
	color: #FFF;
	background-color: #133db9;
	background-image: url(../images/NAV_over_flowers.jpg);
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";


	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.floatleft {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.clearboth {
	clear: both;
}
.red {
	color: #FF0000;
}
.title {
	font-style: italic;
	color: #1C92CA;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.glowgreen {text-shadow: 0 0 0.2em #8F7}
.glowred {text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87}
.glowblue {text-shadow: 0 0 0.2em #87F, 0 0 0.2em #87F}
.whttextglow {color: white; text-shadow: black 0.1em 0.1em 0.2em}
.standout {
	font-weight: bold;
	letter-spacing: .1em;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";



	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding: 10px;
	background-color: #FFF;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.imgpadding {
	padding-bottom: 80px;
}
.issue {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	font-style: italic;
}
.imgborder {
	padding: 10px;
	background-color: #FFF;
	border: 3px ridge #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.resolution {
	color: #1A89BF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}






#mini-features {
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
}
#mini-features .block {
	width: 395px;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
	background-color: #dddddd;
}
#mini-features .block.last { margin:0; }
#mini-features .feature {
	margin-left:45px;
}
#mini-features p { padding-bottom:15px; }
#mini-features h3 {
	font-size: 18px;
	text-shadow: 0.07em 0.07em 0.1em #333
}

a.btn {
	margin: 15px;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	border:none;
	background-color: #ff0033;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
a.btn:hover { background:#333; color:#fff; text-decoration:none; }

.DivGreyBlock {
	background-color: #dddddd ;
	padding: 10px;
}

.widget  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.widget h1  { margin: 0 0 15px 0;text-transform:uppercase; font-size:24px; text-transform:uppercase; color:#3188a9; }

.widget p { color:#666; font-weight: normal; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.widget ul  { clear:both; }
.widget ul li  { background: url(images/ico-bullet.png) no-repeat left 8px; padding-left:15px; }
.widget ul li a  { display: block; padding: 3px 0; line-height: 18px; text-decoration: none; color:#666; }
.widget ul li a:hover  { color: #000; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

#footer-widgets {
	margin: 0 0 0 0;
	color:#bbbbbb;
	font-size:16px;
}
#footer-widgets p {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
.DivBoxFooter h3 {
	text-align: center;
}

#footer-widgets .block {
	float:left;
	width:260px;
	margin-right: 40px;
	margin-bottom:-50px;
}
#footer-widgets .block.last { margin-right:0; }
#footer-widgets ul {
	border:none;
	text-align: left;
}
#footer-widgets li {
	padding-left:15px;
	list-style-type: none;
	list-style-image: url(../images/ligear.gif);
	font-size: 14px;
	list-style-position: outside;
	padding-bottom: 15px;
	padding-top: 5px;
	margin: 0px;
}
#footer-widgets li a {
	border:none;
	color:#fefefe;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footer-widgets li a:hover { color:#06a0f0; }
/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}
div#container
{
    width:100%;
    height:400px;
    overflow:scroll;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:vertical; 
    -moz-resize:vertical;
    resize:vertical;
    min-height:317px;
}

iframe#embed
{
    width:1040px;       /* set this to approximate width of entire page you're embedding */
    height:2000px;      /* determines where the bottom of the page cuts off */
    margin-left:-200px; /* clipping left side of page */
    margin-top:-244px;  /* clipping top of page */
    overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}
