/*----------- Global Containers ----------- */

.core-wrap-100 {
	width: 100%;
}
.core-wrap-960 {
	width: 960px;
}
.core-wrap-650 {
	width: 655px;
}
.core-wrap-100,
.core-wrap-960,
.core-wrap-650,
.custom-wrap-x {
	margin-left: auto;
	margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-100  .core-float-left,
.core-wrap-960  .core-float-left,
.core-wrap-650  .core-float-left,
.custom-wrap-x  .core-float-left {
	float: left;
	display: inline;
}
.core-wrap-100  .core-float-right,
.core-wrap-960  .core-float-right,
.core-wrap-650  .core-float-right,
.custom-wrap-x  .core-float-right {
	float: right;
	display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-100   .core-center,
.core-wrap-960   .core-center,
.core-wrap-650   .core-center,
.custom-wrap-x   .core-center {
	margin-left: auto;
	margin-right: auto;
}
*/
/* Utils */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*
Stantby for nowbody {
	line-height: 1;
}
*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------- */
* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
dfn {
	display: none;
	overflow: hidden;
}
/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}
body {
/* default text for entire site */
	font: normal 12px Tahoma, Arial, sans-serif , Verdana, Helvetica;
/* default text color for entire site */
	color: #3A3A36;
/* you can set your own image and background color here */
	background: #fff url(gfx/layout/bg__full.png) repeat-x scroll left top;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#maincontainer {
/* set to width of viewport */
	width: auto;
/* you can set your own image and background color here */
	background: #fff url(gfx/layout/bg__full.png) repeat-x scroll left top;
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
    color: #0F80EF;
	line-height: 1.2em;
	font-weight: bold;
	width: auto;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
 
}
/*default link styles*/
a {
	color: #0F80EF;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #0F80EF;
        text-decoration: underline;
}
a:active {
	color: #0F80EF;
}
a:visited {
	color: #0F80EF;
}
input, textarea, select {
	font-size: 0.95em;
}

/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 100%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 90px;
	width: 650px;
}
/* ------------ Content ------------ */
.msgbbox{
	width: 610px;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	text-align: left;
	
	background: #FFF url(gfx/msg_bkgr.png) repeat-y left top;
}
#formfield{
	width: 610px;
	margin-top: 5px;
	padding: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 90%;
	border-color:#0F80EF;
	border-style:solid;
}
.disclam{
	width: 610px;
	margin-top: 5px;
	padding: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 10px;
}
.errmsg{
	width: 610px;
	margin-top: 5px;
	padding: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 120%;
	border-color:#0F80EF;
	border-style:solid;
}
.errmsgstrong{
	width: 610px;
	margin-top: 5px;
	padding: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 120%;
	font-weight:bold;
	color:red;
	border-color:red;
	border-style:solid;
}
.data{
	color: #0F80EF;
	text-decoration: none;
	text-align: left;
	font-size: 75%;
}
.msg{
	color: #1D1D1D;
	text-decoration: none;
	text-align: left;
	font-size: 115%;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #0F80EF;
	border: none;
	float: right;
}
textarea {
	width:605px;
	padding:2px;
	font: normal 1.2em Verdana, sans-serif;
	border:1px solid #0F80EF;
	height:150px;
	display:block;
	color:#777;
}
/* ------------ Footer ------------ */

#footer {
	width: 610px;
	color:#777;
	font-size: 11px;
	min-height: 60px;
	height: auto!important;
	height: 60px;
	margin-top:10px;
}
.footertxt{
	color:#777;
	font-size: 11px;
}
/* ------------ Footer Links ------------ */
#footer a {
	color:#777;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;;
}
/* ------------ END LAYOUT ---------------*/

