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;
    background: transparent;
}

body {
	background: #fff;
	margin: 5px;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

p, div, td, li, span {
	line-height: 20px;
	color: #333;
	text-align: left;
}

p {
	margin: 0px 0px 15px 0px;
}

a, a:link, a:active {
	color: #1660a0;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #1660a0;
	text-decoration: underline;
	font-weight: 700;
}

h1 {
	color: #033452;
	text-align: left;
	font-size: 24px;
	padding: 0px 0px 10px 0px;
	font-weight: 100;
	line-height: 30px;
}


.h1 {
	color: #c2dded;
	text-align: left;
	font-size: 30px;
	padding: 0px 0px 0px 70px;
	font-weight: 100;
}

h2, .h2 {
	margin-top: 0;
	color: #333;
	text-align: left;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px #808b8d solid;
}

h3, .h3 {
	color: #1660a0;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 14px;
	font-weight: 700;
	background: #ccc;
}

ul {
	margin-left: 15px;
}

small {
	color: #777;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.impact {
	color: #3366FF;
}

.clear, #clear {
	clear: both;
}

.full {
	width: 75%;
}

.yellow {
	color: rgb(255, 255, 0);
}

.form .clear {
	height: 10px;
}

.verify {
	width: 170px;
}

label {
	float: left;
	width: 175px;
}

.radios {
	float: left;
}

.radio {
	width: auto;
}




#photo {
	padding: 5px;
	border: 1px solid #143248;
	background: #fff;
}

#photo:hover {
	
	background: #143248;
}


/* Login */

select, input, textarea {
	font-family: arial;
	font-size: 12px;
	border: 1px #fff solid;
	background: #eee;
	color: #333;
	padding: 3px;
	width: 200px;
}

select:hover, input:hover, textarea:hover {
	border: 1px #fff solid;
}

.checkbox {
	width: 15px;
}

.textarea {
	height: 70px;
	width: 200px;
}

.form {
	width: 95%;
}


.remove {
	background: #000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	font-size: 12px;
	border: 1px #444 solid;
	cursor: pointer;
}

.remove:hover {
	color: #FF0000;
	border: 1px #FFF solid;
}

.submit {
	background: #575754;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	border: 0px #777 solid;
	cursor: pointer;
	width: auto;
}

.submit:hover {
	background: #222;
	font-weight: bold;
	font-size: 12px;
	border: 0px #444 solid;
}












ul.eyecandy {
	list-style-image: url('http://www.hi-fimedia.com/fit/theme/default/images/icons/leftArrow.gif');
}

ul.eyecandy li {
	margin-left: 25px;
}































/* Navigation */

#navigation {
	width: 700px;
	padding-top: 11px;
	float: right;
}

#navigation p {
	color: #a4bdd1;
	font-size: 14px;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 17px;
}

#navigation p a {
	color: #a4bdd1;
	font-weight: 100;
}

#navigation p a:hover {
	color: #fff;
	font-weight: 100;
	text-decoration: none;
}

#navbar {
}

#navbar ul {
}

#navbar li {
  	list-style: none;
  	float: right;
  	margin-left: 4px; /* Sets the blank space on the main navigation left */
  	margin-right: 0px; /* Sets the blank space on the main navigation right */
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}


#navbar li.current a {
  	display: block;
  	text-decoration: none;
	padding: 5px 5px 5px 5px;
  	margin: 0px 0px 0px 5px;
  	font-size: 14px;
    font-family: Arial;
    letter-spacing: 0px;
  	color: #fff;
	font-weight: 700;
}

#navbar li a { /* sets the main nav a properties */
  	display: block;
  	text-decoration: none;
	padding: 5px 5px 5px 5px;
  	margin: 0px 0px 0px 5px;
  	font-size: 14px;
    font-family: Arial;
    letter-spacing: 0px;
  	color: #abc4d8;	
	font-weight: 700;
}

#navbar li a:hover {
	background: #016cc4;
	color: #fff;
}


#navbar li ul {
  	display: none;
  	width: auto; /* Width to help Opera out */
  	z-index: 10;
	width: 150px;
	margin: -2px 0px 0px 5px;
	padding: 4px;
}

#navbar li a:hover ul, #navbar li.hover ul { /* this is used for the drop down ul properties */
  	display: block;
  	position: absolute;
  	background: #dbe0e1;
  	padding: 4px;
  	border-left: 1px solid #abbcc0;
  	border-right: 1px solid #abbcc0;
  	border-bottom: 1px solid #abbcc0;
  	border-top: 1px solid #abbcc0;
	text-align: left;
}

#navbar li a:hover ul li, #navbar li.hover li { /* this is used for the drop down li */
  	float: none;
  	padding: 0px;
  	margin: 0px;
}

#navbar li a:hover { /* sets the main navigation hover state for the li */
  	
}

#navbar li a:hover li a, #navbar li.hover li a { /* this is used for the drop down a properties */
	margin: 0px;
  	padding: 3px 5px 3px 5px;
  	font-size: 12px;
	text-align: left;
    color: #656363;
    letter-spacing: 0px;
	border: 0px;
}

#navbar li a:hover ul li a:hover, #navbar li.hover li a:hover { /* this is used for the drop down a:hover properties */
  	background-color: #689dce;
  	color: #fff;
}
#navbar li a:hover ul li a:hover { 
}





























































/* Tool Tip */
p#vtip { 
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px; 
	font-size: 0.8em; 
	background-color: #444; 
	border: 1px solid #a6c9e2;
	z-index: 9999;
	width: 200px;
	
}

a.vtip {
	cursor: pointer;
}

p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
}





.msg_head {
	cursor: pointer;
}

a.gallery {
	width: 194px;
	height: 124px;
	padding: 3px 3px 13px 3px;
	float: left;
	margin: 10px 0px 5px 20px;
	background: url('images/frame/gallerybgOver.jpg') top center no-repeat;
}

a.gallery img.gallery {
	border: 4px solid #fff;
	width: 186px;
	height: 116px;
}

a.gallery:hover {
	background: url('images/frame/gallerybg.jpg') top center no-repeat;
}

a.gallery:hover img.gallery {
	filter: alpha(opacity=80);
	opacity: 0.8;
}














/******************************************************************************/
#header {
	width: 950px;
	height: 82px;
	overflow: hidden;
	background: url('images/frame/header.jpg') top center no-repeat;
}

#logo {
	width: 250px;
	height: 82px;
	float: left;
	display: inline;
	cursor: pointer;
}

#rightsideoflogo {
	width: 700px;
	height: 82px;
	float: left;
	display: inline;
}

#bgg {
	background: #fff url("images/frame/bg-sub.jpg") top center repeat-x;
}

#bg {
	background: url('images/frame/main-bottom.jpg') bottom center no-repeat;
}

#bg #main {
	width: 950px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url('images/frame/image_sub.jpg') top center no-repeat;
}

#bg #bottom {
	width: 950px;
	margin: 0px;
	padding: 5px 0px 40px 0px;
}

#bg #top {
	width: 950px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#bg #breadcrumbs {
	display: none;
}	
.breadcrumb ul {
	padding: 5px 0px 55px 70px;
}
.breadcrumb ul, li {
	list-style-type:none;
	margin:0;
	}		
.breadcrumb #crumbs {
	}
.breadcrumb #crumbs li {
	float:left;
	}		
.breadcrumb #crumbs li a {
	display:block;
	padding: 0 10px 0 0px;
	color: #f3f8fb !important;
	font-weight: 100;
	font-size: 10px;
	}							
.breadcrumb #crumbs li a:hover {
	color:#fff;
	text-decoration:underline;
}

#topbody {
	width: 950px;
	height: 350px;
}

#topbody h1 {
	color: #abc3d8;
	font-size: 35px;
	font-style: italic;
	font-family: arial;
	font-weight: 600;
	line-height: 30px;
	padding: 40px 0px 10px 20px;
}

#topbody .h1 {
	color: #abc3d8;
	font-size: 32px;
	font-style: italic;
	font-family: arial;
	font-weight: 400;
	line-height: 20px;
	padding: 0px 0px 15px 20px;
}

#topbody h2 {
	color: #abc3d8;
	font-size: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 0px 5px 20px;
	border: 0;
	margin-bottom: 0px;
}

#topbody p {
	margin-top: 0px;
	padding: 0px 0px 15px 20px;
	color: #abc3d8;
	font-family: arial;
	font-style: italic;
}

.home {
	width: 930px;
	padding: 10px;
}

.home .one {
	width: 425px;
	float: left;
	display: inline;
	padding: 0px 30px 0px 15px;
	
}

.home .two {
	width: 220px;
	float: left;
	display: inline;
	padding: 0px 25px 0px 0px;
}

.home .three {
	width: 215px;
	float: left;
	display: inline;
}

.homecta {
	padding: 20px 25px 0px 0px; 
	width: 925px; 
	letter-spacing: 0px; 
	font-weight: 700; 
	font-style: italic; 
	line-height: 26px; 
	height: 254px; 
	background: url('images/frame/homeaccent.jpg') top center no-repeat; 
	text-align: right;
}

#full {
	width: 950px;
}

#full #content {
	width: 910px;
}

#full #sidebar {
	display: none;
}
	
#content {
	float: left;
	width: 600px;
	display: inline;
	margin: 0px;
	padding: 18px 15px 15px 25px;
}

#sidebar {
	float: left;
	width: 260px;
	display: inline;
	margin: 0px;
	padding: 0px;
	background: url('images/frame/subnavbg.jpg') 0 75px repeat-x;
}

#sidebar #ctas {
	padding: 10px 15px 10px 0px;
}

#sidebar h3 {
	background-color: #1660a0;
	color: #fff;
	padding: 10px 10px 10px 20px;
}

#sidebar p {
	padding: 0px 10px 15px 20px;
}


/* Footer */

#footer {
  width: 100%;
  background: #01172c url('images/frame/footer.jpg') top center no-repeat;
  margin-top: 0px;
  clear: both;
  padding: 0px 0px 100px 0px;
}

#footer p, #footer div, #footer td, #footer li, #footer span {
	line-height: 20px;
	color: #ccc;
	text-align: left;
}

#footer .chunk {
	float: left;
	display: inline;
	width: 265px;
	height: 270px;
	margin: 0px 10px 25px 0px;
	padding: 50px 10px 10px 10px;
	border: 0px solid #ccc;
}

#footer .chunk.last {
	margin-right: 0px;
}

#footer .chunk a {
	color: #777;
}

#footer a {
  color: #a1c3e3;
  font-weight: 100;
}

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

#footer .copyright {
	float: left; 
	text-align: left;
	color: #a1c3e3;
	font-size: 10px;
	padding: 25px 0 0 0px;
}

#footer .footernav {
	float: right;
	text-align: right;
	font-size: 10px;
}

#freequote {
	padding: 15px 0px 30px 0px;
	text-align: center;
}

/* Navigation */



#footer .text {
	clear: both;
	width: 920px;
	padding: 0px 15px 10px 15px;
}

#footer .text .left {
	float: left; width: 610px; display: inline;
}

#footer .text .left h1 {
	color: #a1c3e3;
	text-align: left;
	font-size: 26px;
	font-style: italic;
	padding: 0px 0px 5px 0px;
	font-weight: 100;
	line-height: 20px;
}

#footer .text .left p {
	color: #a1c3e3;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	font-weight: 600;
}

#footer .text .left p a {
	color: #fff;
	font-weight: 100;
	font-size: 16px;
	font-style: italic;
}

#footer .text .left ul.awards {
	color: #a1c3e3;
	margin: 0px 10px 5px 10px;
	padding: 0px;
}

#footer .text .left ul.awards li {
	padding: 5px 0px 0px 0px;
	color: #a1c3e3;
	line-height: 20px;
}

#footer .text .right {
	float: left; 
	width: 300px; 
	display: inline;
}

#footer .text .right h1 {
	color: #a1c3e3;
	text-align: left;
	font-size: 26px;
	font-style: italic;
	padding: 0px 0px 5px 0px;
	font-weight: 100;
	line-height: 20px;
}

#footer .text #navbar {
  	margin: 20px 0px 0px 0px;
	float: right;
  	height: auto;
}

#footer .text #navbar ul {
	margin: 0;
	padding: 0;
}

#footer .text #navbar li {
  	list-style: none;
  	float: right;
  	margin-left: 8px; /* Sets the blank space on the main navigation left */
  	margin-right: 0px; /* Sets the blank space on the main navigation right */
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

#footer .text #navbar li a { /* sets the main nav a properties */
  	display: block;
  	text-decoration: none;
  	padding-left: 5px;
  	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
  	margin: 0px 0px 0px 10px;
  	font-size: 10px;
    font-family: Arial;
    letter-spacing: 0px;
	text-transform: Capitalize;
  	color: #fff;
	font-weight: normal;
}

#footer .text #navbar li a:hover, #footer .text #navbar li.current a {
	color: #fff;
	background: transparent;
	border-bottom: 0px;
	text-decoration: underline;
}

#footer .text #navbar li ul {
  	display: none;
}

#twitter_update_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#twitter_update_list li {
	padding: 0px 0px 10px 0px;
}


#footer a.bright {
	font-weight: 700;
	color: #fff;
}

#footer a.bright:hover {
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}

#footer .footergal {
	width: 125px;
	height: 80px;
	border: 0;
	border: 1px solid #9fc0e1;
	margin: 5px 5px 10px 5px;
}

#footer .main {
	width: 265px;
	height: 150px;
	margin-top: 15px;
}

#footer .right a {
	font-style: italic;
	font-size: 16px;
	color: #fff;
}







/* Extras */

#postComment {
  width: 600px;
  height: 100px;
}

#table {
  width: 600px;
  margin-top: 15px;
}

#tableleft {
  width: 100px;
  float: left;
  display: inline;
  clear: both;
}

#tableleft p {
  text-align: right;
  padding-top: 0px;
  font-size: 14px;
}

#tableright {
  width: 350px;
  float:left;
  display: inline;
  padding-left: 10px;
}

#tableright .register {
  width: 325px;
}

#tableright textarea.register {
	height: 200px;
}

#tableclear {
  clear: both;
  width: 620px;
  margin-bottom: 10px;
}

































.infiniteCarousel {
  width: 631px;
  position: relative;
  margin: 0 0 0 -1px;
}

.infiniteCarousel .wrapper {
  width: 631px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 297px;
  margin: 8px 0px 0px 52px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 0px solid #000;
}

.infiniteCarousel .wrapper ul {
  width: 631px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0px;
  height: 297px;
  width: 631px;
}

.infiniteCarousel ul li img {
}

.infiniteCarousel ul:hover li img {
}

.infiniteCarousel ul:hover li:hover img {
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 51px;
  width: 54px;
  text-indent: -9999px;
  position: absolute;
  top: 128px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  right: 0;
}

.infiniteCarousel .back {
  left: 0;
}

.infiniteCarousel .forward:hover {
  
}

.infiniteCarousel .back:hover {
  
}

#hometext {
	width: 254px;
	height: 300px;
	float: left;
	display: inline;
}

#homeflash {
	width: 631px;
	height: 297px;
	margin: 10px 0px 0px 0px;
	float: left;
	display: inline;
}


































.menu {
	padding: 10px 0 0 0;
	margin: 0px;
	list-style: none;
}

.menu li a {
	width: 250px;
	text-decoration: none;
	padding: 15px 0px 15px 20px;
	display: block;
}

.menu li a span {
	color: #000000;
}

.menu li a.active, .menu li a:hover {
	background: #1660a0;
}

.menu li a.active span, .menu li a:hover span {
	color: #fff;
}




div.post {
	border-bottom: 1px #ccc dashed; 
	margin-bottom: 15px;
}

div.post a.posttitle {
	font-size: 24px;
	line-height: 26px;
}

.recentposts {
	font-size: 24px;
	color: #444;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 0px 20px;
}



#rightred {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0 10px 0;
}
	
	
	
.msg_body, .commentpost {
	background: #eee;
	padding: 15px;
	border: 1px solid #ccc;
	margin: 5px 5px 15px 5px;
}

ul.mainaub li {
	padding-bottom: 10px;
}
