* {
margin:0;
padding:0;
}

body {
background: #595460 url(../images/HeaderBG.png) repeat-x;
font-family: Arial, sans-serif;
color:#666666;
font-size:12px;
}

p {
line-height:12px;
}

a {
color: #32468F;
text-decoration:underline;
}

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

ul {
margin:0;
padding:0 0 0 10px;
list-style-type: none;
}

li {
margin:0;
padding:2px 0;
background-image: url(../images/check-box.gif);
background-repeat: no-repeat;
padding-left:25px;
margin-top:10px;

}

h1 {
color: #FFFF99;
font-size:36px;
font-weight:normal;
font-style:italic;
letter-spacing:-1px;
}

h2 {
color: #32468F;
font-size:24px;
font-weight:normal;
font-style:italic;
letter-spacing:-1px;
}

h3 {
color: #CCCCCC;
font-size:16px;
font-weight:normal;
}

h4 {
color: #FFFFFF;
font-size:36px;
font-weight:normal;
font-style:italic;
letter-spacing:-1px;
}

h5 {
color: #FFFFFF;
font-size:15px;
font-weight:normal;
font-style:italic;
letter-spacing:-1px;
}

h6 {
color: #32468F;
font-size:18px;
font-weight:normal;
font-style:italic;
}

/* Wrapper */

#wrapper {
width:908px;
margin:0 auto;
}

/* Header */

#header {
width:908px;
padding:50px 0 0 0;
height:122px;
background:url(../images/RoundedTop.png) bottom center no-repeat;
}

/* Content */

#content-wrapper {
width:853px;
background:#FFFFFF;
padding:0 25px 15px 30px;
}

#content {
padding-top:25px;
width:550px;
float:left;
}

#content-footer {
height:11px;
width:908px;
margin:0 auto;
background: url(../images/RoundedBottom.png) bottom center no-repeat;
}

#content p {
margin:5px 0 10px 0;
}

#half-list {
width:235px;
padding:10px;
float:left;
margin-top: 15px;
margin-right: 10px;
margin-bottom: 0;
margin-left: 10px;
background:#FFFFE0;
}

#converts {
padding:25px 0 0 40px;
width:260px;
float:right;
}

#converts p{
padding:10px 5px;
background:#EBEBEB;
margin:5px 0 25px 0;
}

/* Navigation */	
#navigation {
width:858px;
height:30px;
padding:0;
margin:0;
}

#navigation ul {
list-style:none;
margin:-10px 0 0 0;
padding:0;
}

#navigation li {
float:left;
display:block;
text-transform: uppercase;
font-size: 14px;
width:auto;
margin:0;
padding:0;
}

#navigation a {
display:block;
padding:5px 18px 5px 18px;
text-transform: uppercase;
font-size: 14px;
width:auto;
font-weight: normal;
text-align:center;
margin:0;
background: #666666;
border-right:1px solid #999999;
color: #FFFFFF;
text-decoration:none;
}

#navigation a:hover {
background: url(../images/NavActiveBG.png) repeat-x;
color: #FFFF99;
text-decoration:none;
}

#navigation li a.active {
background: url(../images/NavActiveBG.png) repeat-x;
color: #FFFF99;
text-decoration:none;
}

#navigation li a.last {
border:none;
}

/* Form */

#form {
width:220px;
float:left;
height:360px;
background:url(../images/FormBG.png) repeat-x;
margin:-4px 0 0 0;
padding:10px 15px;
color:#FFFFFF;
}

#form p {
margin:5px 0;
}

.thirdtextfield {
	font-size:11px;
	width:54px;
	height: 15px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA;
	color: #464646;
	padding:3px 5px;
	font-family:"Lucida Sans", Arial, san-serif;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

.halftextfield {
	font-size:11px;
	width: 96px;
	height: 15px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA;
	color: #464646;
	padding:3px 5px;
	font-family:"Lucida Sans", Arial, san-serif;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

.textfield {
	font-size:11px;
	width: 208px;
	height: 15px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA;
	color: #464646;
	padding:3px 5px;
	font-family:"Lucida Sans", Arial, san-serif;
	margin:2px 0 2px 0;
}

.button {
	font-size:11px;
	width: 220px;
	height: 28px;
	padding: 0;
	background: #FFFF99;
	color:#32468F;
	margin:2px 0 0 0;
	padding:0;
	font-family:"Lucida Sans", Arial, san-serif;
}

.button:hover {
background:#666666;
color: #FFFFFF;
}

/* Carousel */

#carousel{
float:right;
width:600px;
height:358px;
margin:-4px 3px 0 0;
padding:0;
}

.stepcarousel{
position:relative; /*leave this value alone*/
padding:0;
overflow:scroll; /*leave this value alone*/
width:600px; /*Width of Carousel Viewer itself*/
height:358px; /*Height should enough to fit largest content's height*/
background:#FFFFFF;
border:1px solid #32468F;
margin:0;
}

.stepcarousel .belt{
position:absolute; /*leave this value alone*/
left:0;
top:0;
}

.stepcarousel .panel{
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0; /*margin around each panel*/
width:600px;
height:358px;
padding:0;
}

#mygallery-paginate {
width:600px;
text-align:right;
line-height:100%;
margin:3px 0 0 0;
}

/* Footer */

#footer {
width:908px;
margin:0 auto;
color:#FFFFFF;
text-align:center;
padding:20px 0;
}

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

#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
}
 
/* HighSlide */

.highslide-container div {
    font-size: 12px;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.indent p{
margin: -5px 0 12px 11px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width:600px;
	height: 550px;
    padding: 10px;
	text-align:center;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: normal;
	color:#32468F;
	text-transform: uppercase;
	text-decoration: underline;
}
.highslide-wrapper .highslide-header a:hover {
	color: #333333;
	text-decoration: underline;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-dimming {
	background: black;
}

