/* CSS Document */

body, html {
	font-size: 100.01%;
	color: #033083;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	height: 100%;
	min-height:100%;
	padding: 0px;
}



#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	background-image: url(images/background.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	z-index: 1;
	font-size: 0.75em;
}

#header
{
	width: 100%;
	text-align: center;
	background-image: url(images/images-header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 225px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* Main menu settings */
#centeredmenu {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif; /* Menu font */
	font-size: 100%; /* Menu text size */
	z-index: 1000; /* This makes the dropdown menus appear above the page content below */
	position: relative;
	background-image: url(images/images-nav.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	font-size:0.9em;
	line-height:1.25em;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.75em;
	padding-left: 1em;
}
#centeredmenu ul li.active a {
	color:#CCC;
}
#centeredmenu ul li a:hover {
	background:#36f; /* Top menu items background colour */
	color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#36f; /* Top menu items background colour */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:3.75em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:18em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:100%;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

#content
{
	width: 875px;
	height: auto;
	z-index: 2;
	background-color: #E5E9F2;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.info-box {
	font-size: 120%;
	text-align: left;
	margin: 0px;

	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}
a:link {
	color: #033094;
	text-decoration: none;
}

#left {
	float: left;
	width: 480px;
	height: auto;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
#right {
	padding: 25px;
	float: left;
	height: auto;
	width: 250px;
}
#two-col {
	width: 875px;
	background-color: #E8EDF8;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#flourish {
	background-image: url(images/images-flourish.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	z-index: -1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px;
}


blockquote {
	font-variant: normal;
	color: #4d3d16;
	text-align: justify;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 125px;
	padding-left: 125px;
	line-height: normal;
}

#footer
{	text-align: center;
	height: 1%;
	font-size: 75%;
	font-variant: normal;
	
	font-style: normal;
	font-weight: normal;
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #e1e1e1;
	margin: 0px;
	background-color: #052457;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 150%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#info-box {
	background-image: url(images/images-info_box.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 272px;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	color: #e1e1e1;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#white-box {
	background-color: #FFF;
	border: 1px solid #012b74;
	font-size: 110%;
	font-weight: bold;
	color: #033083;
	width: 300px;
	padding: 15px;
	line-height: 120%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#blue-box {
	background-color: #012b74;
	border: 2px ridge #fff;

	font-size: 100%;
	font-weight: bold;
	color: #e1e1e1;
	width: 242px;
	padding: 15px;
	font-variant: normal;
	line-height: 130%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-style: italic;
	text-align: justify;
	background-image: url(images/images-flourishbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#blue-box a {
	
	font-size: 100%;
	font-weight: bold;
	color: #e1e1e1;
	font-variant: normal;
	font-style: italic;
	text-decoration: none;
}

#blue-box a:hover {
	
	font-size: 100%;
	font-weight: bold;
	color: #e1e1e1;
	font-variant: normal;
	font-style: italic;
	text-decoration: underline;
}

#white-boxSmall {
	background-color: #FFF;
	border: 1px solid #012b74;
	font-size: 100%;
	font-weight: bold;
	color: #033083;
	height: auto;
	width: 200px;
	padding: 10px;
	margin: 25px;
	line-height: 120%;
}

#info-box a {
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
}

#info-box a:hover {
	padding: 0px;
	text-decoration: underline;
	margin: 0px;
	color: #e1e1e1;
}

h2 {
	font-size: 150%;
	font-variant: small-caps;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px;
	margin-top: 0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0em;
	padding-top: 10px;
	color: #022D7F;
	letter-spacing: 1em;
}
#content ul{
	text-align: left;
	font-weight: normal;
}
#content li{
	list-style-position: inside;
	list-style-image: url(images/images-bullet.png);
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: justify;
}
#content li a:hover
{
	text-decoration: underline;
}
a:hover {
	color: #052457;
	text-decoration: underline;
}

h3 {
	font-size: 120%;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 0px;
	margin-top: 0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0em;
	padding-top: 18px;
	color: #033083;
}
#white-boxLG {
	background-color: #FFF;
	border: 1px solid #012b74;
	font-size: 110%;
	font-weight: bold;
	color: #033083;
	width: 300px;
	padding: 10px;
	line-height: 120%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	overflow: hidden;
}
a:visited {
	color: #012b74;
}
#single-col {
	height: auto;
	width: 675px;
	padding-top: 50px;
	padding-right: 75px;
	padding-bottom: 25px;
	margin: 0px;
	position: relative;
	padding-left: 75px;
}
p {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
	line-height: 110%;
}
#white-boxWIDE {
	background-color: #FFF;
	border: 1px solid #012b74;
	font-size: 120%;
	font-weight: bold;
	color: #033083;
	height: auto;
	width: 600px;
	padding: 10px;
	font-variant: small-caps;
	text-transform: capitalize;
	line-height: 160%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	font-style: normal;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 1.75em;
}
/* Form style */

label {
	display: inline-block;
	float: left;
	height: 14px;
	width: 250px;
	font-size: 100%;
	text-align: left;
	color: #052457;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding-top: 5px;
}
input, textarea, select {
	padding: 5px;
	color: #000;
	background: #e1e1e1;
	border: 1px solid #052457;
	margin: 5px 0;
-moz-border-radius: 5px; -webkit-border-radius:5px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}   
input:focus, textarea:focus, select:focus { border: 1px solid #fff; background-color: #fff; color:#000; }
input.submit {
	cursor: pointer;
	border: 1px solid #e1e1e1;
	background:#012b74;
	color:#e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
input.submit:hover {
	background-color: #e1e1e1;
	border: 1px solid #012b74;
	color:#012b74;
}
fieldset {
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact {
	height: 600px;
	width: 675px;
	margin-top: 25px;
}

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #012b74;
padding: 3px 10px 3px 35px; margin: 10px 0; color:#e1e1e1;border: 1px solid #e1e1e1; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#success_page h1 {
	padding-left:150px;
	font-size: 120%;
	color: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 1em;
	height: 100px;
	width: 450px;
	text-align: center;
}
.smallwhiteindent {
	color: #022E80;
	font-size: 85%;
	font-style: italic;
}
.smallwhite {
	color: #8F8F8F;
	float: left;
	margin-left: 40px;
	font-size: 80%;
	font-style: italic;
}
.smallblue {
	color: #052457;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	text-align: center;
}

hr {
	background-color: #012b74;
	height: 1px;
}
#video1 {
	position: absolute;
	background-repeat: no-repeat;
	height: 58px;
	width: 100px;
	z-index: 3;
	left: 644px;
	top: 294px;
}
#video2 {

	position: absolute;
	background-repeat: no-repeat;
	height: 58px;
	width: 100px;
	z-index: 3;
	left: 644px;
	top: 420px;
}
#video3 {


	position: absolute;
	background-repeat: no-repeat;
	height: 58px;
	width: 100px;
	z-index: 3;
	left: 644px;
	top: 357px;
}
.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.trajanpro {
	font-family: 'Trajan Pro', 'Trajan', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.Dropcap {
	font-family: 'Trajan Pro', 'Trajan', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 200%;
}