@charset "UTF-8";
html, body {
	margin:0;
	padding:0;
	font: 14px/20px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	height:100%;
	background: url(../imgs/bkg.jpg) repeat-x;
}

/* ****** DIVS *************** */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	padding-bottom: 3em;
	}

#header {
	text-align: center;
	padding-bottom: 20px;
}


#navTopWrapper {
	text-align: center;
	padding-bottom: 40px;
	height: 37px;
}

#navTopCenter {
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
}

#navSideWrapper {
	float: left;
	width: 208px;
	height:100%;
}

ul li {
	margin-left:5px;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#footer {
	font-size: 10px;
	clear: both;
 	position: relative;
 	z-index: 10;
 	height: 3em;
 	margin-top: -3em;
	text-align: center;
	border-top: 1px solid #bbb;
}


#footer a {
	text-decoration: none;
	color: #636363;
}

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

#body {
	float: right;
	padding-left: 20px;
	width: 767px;
	font-size: 92%;
	line-height: 1.2em;
}

#video {
	width: 208px;
	padding-bottom: 20px;
}

/* ***** CLASS **************** */

.col1 {
}

.col2 {
}

/* ***** Miscellanous Items **************** */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link     {
	color: #000099;
	text-decoration: none;
}

a:visited  {
	color: #000099;
	text-decoration: none;
}

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

a.italics:link     {
	color: #000099;
	text-decoration: none;
	font-style: italic;
}

a.italics:visited  {
	color: #000099;
	text-decoration: none;
	font-style: italic;
}

a.italics:hover    {
	color: #949599;
	text-decoration: underline;;
	font-style: italic;
}

h1, h2, h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1 {
	color: #cc252e;
	font-size: 160%;
	font-weight: bold;
}
h2 {
	color: #cc252e;
	font-size: 120%;
	font-weight: bold;
}
h3 {
	color: #cc252e;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}
.authorCopyright {
	font-size: 95%;
	color: #000099;
	font-weight: bold;
	line-height: 1.1em;
}
.boldBlack {
	font-size: 95%;
	color: #000000;
	font-weight: bold;
	line-height: 1.1em;
}
.note {
	font-size: 95%;
	color: #cc252e;
	font-weight: bold;
	line-height: 1.1em;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.shiftRight {
	padding-left: 5px;
	vertical-align: bottom;
}

.shiftRightBtm {
	padding-left: 5px;
	vertical-align: bottom;
	padding-bottom: 20px;
}

/* ****** IE STICKER FOOTER FIX *************** */
body > #wrapper { 
	height: auto; min-height: 100%; 
}

/* ****** contact page *************** */

form { padding-left: 70px; }
.required { font: 95% Verdana, Geneva, sans-serif; color: #264f87; }
fieldset { border: 0; margin: 0 0 20px 0; padding: 0; clear: both; }
label { margin: 0; padding: 0; font: 95% Verdana, Geneva, sans-serif; color: #264f87; }
input.normal,select,textarea { font: 95% Verdana, Geneva, sans-serif; margin: 3px auto; padding: 3px; border: 1px solid #cccccc; }
input.normal { width: 300px; }
select { width: 308px; cursor: pointer; }
textarea { width: 430px; height: 130px; }
input.normal:focus,select:focus,select:hover,textarea:focus,textarea:hover { background-color: #feffd7; border: 1px solid #999999; }
input.normal:hover { background-color: #feffd7; border: 1px solid #999999; }
#login { font-weight: bold; color: #ffffff; background-color: #264f87; border: 1px solid #666666; width: 100px; text-align: center; margin-top: 8px; padding: 2px 9px; cursor: pointer; margin-bottom: 10px; }
#login:hover { background-color: #4f6788; }
div#nifty{ margin: 0 auto; width: 600px; background: #9BD1FA}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

