* {
padding: 0px;
margin: 0px;
}

html, body {
width: auto;
height: 100%;
min-width: 950px;
min-height: 580px;
padding: 0px;
margin: 0px;
font-family: arial, sans-serif;
font-size: 12px;
line-height: 14px;
color: #777;
background-color: #1d2121;
background-image: url(../graphics/bg.gif);
background-repeat: repeat-x;
}

a:link {
color: #c95;
font-weight: normal;
text-decoration: none;
font-family: arial, sans-serif;
}
	
a:hover {
color: #fff;
font-weight: normal;
text-decoration: none;
font-family: arial, sans-serif;
}
	
a:active {
color: #fff;
font-weight: normal;
text-decoration: none;
font-family: arial, sans-serif;
}
	
a:visited {
color: #777;
font-weight: normal;
font-family: arial, sans-serif;
text-decoration: none;
}

h1 {
font-family: georgia, serif;
text-decoration: none;
font-weight: normal;
font-size: 24px;
line-height: 26px;
color: #777;
}

h2 {
font-family: georgia, serif;
text-decoration: none;
font-weight: normal;
font-size: 22px;
line-height: 24px;
color: #888;
}

h3 {
font-family: georgia, serif;
text-decoration: none;
font-weight: normal;
font-size: 16px;
line-height: 18px;
color: #777;
}

p {
color: #777;
font-family: arial, sans-serif;
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-decoration: none;
}

/********************** Begin Container Styles **********************/

.container {
position: relative;
clear: both;
width: 950px;
height: 96%;
margin: auto;
padding: 0px;
}

.header {
position: relative;
clear: both;
width: 850px;
height: 90px;
margin: 0px;
padding: 0px;
text-align: left;
}

.content {
position: relative;
clear: both;
width: 850px;
height: auto;
margin: auto;
padding: 0px;
}

.footer {
position: relative;
clear: both;
width: 850px;
height: 4%;
margin: auto;
padding: 0px;
font-family: arial, sans-serif;
font-size: 11px;
line-height: 13px;
text-align: left;
color: #777;
}

/********************** End Header Styles **********************/



/********************** Begin One-Column row Styles **********************/

.row-1col {
position: relative;
clear: both;
width: 850px;
height: auto;
padding: 0px;
margin: 0px 0px 0px 0px;
text-align: left;
}

/********************** End One-Column row Styles **********************/



/********************** Begin Two-Column row Styles **********************/

.row-2col {
position: relative;
clear: both;
width: 850px;
height: auto;
padding: 0px;
margin: 10px 0px 10px 0px;
}

.row-2col-left {
position: relative;
float: left;
width: 400px;
height: auto;
padding: 0px;
margin-right: 30px;
}

.row-2col-right {
float: right;
width: 400px;
height: auto;
padding: 0px;
margin: 0px;
}

/********************** End Two-Column row Styles **********************/



/********************** Begin Three-Column row Styles **********************/

.row-3col {
position: relative;
z-index: 1;
clear: both;
width: 850px;
height: auto;
padding: 0px;
margin: 10px 0px 10px 0px;
}

.row-3col-left {
position: relative;
float: left;
width: 250px;
height: auto;
padding: 0px;
margin: 0px;
text-align: left;
}

.row-3col-center {
position: relative;
float: left;
width: 250px;
height: auto;
padding: 0px 50px 0px 50px;
margin: 0px;
text-align: left;
}

.row-3col-right {
float: left;
width: 250px;
height: auto;
padding: 0px;
margin: 0px;
text-align: left;
}


/********************** End Three-Column row Styles **********************/



/********************** Begin Line Styles **********************/

.lines {
position: relative;
clear: both;
float: left;
width: 850px;
height: 1px;
padding: 0px 0px 0px 0px;
margin: 10px auto 10px auto;
border-bottom: 1px dotted #444;
}

/********************** End Line Styles **********************/


/********************** Begin Thumbnail Styles **********************/

.thumbnail {
position: relative;
float: left;
width: 250px;
height: 150px;
padding: 0px;
margin: 10px 0px 10px 0px;
}

/********************** End Thumbnail Styles **********************/



/********************** Begin Contact Styles **********************/

.contact {
position: relative;
top: 8px;
width: 850px;
height: 30px;
padding: 0px;
margin: auto;
text-align: right;
}

/********************** End Contact Styles **********************/



/********************** Start Jflow Styles **********************/

#jFlowSlide{
position: relative;
margin: 0px;
padding: 0px;
color: #777;
background-color: #2a2d2f;
background-image: url(../graphics/jflowbg.gif);
background-repeat: no-repeat;
}

#myController {
position: relative;
clear: both;
width: 850px;
height: 20px;
margin: 20px 0px 0px 0px;
padding: 0px;
font-family: arial, sans-serif;
font-size: 14px;
line-height: 16px;
text-align: left;
color: #c95;
}

#myController span.jFlowSelected {
color: #fff;
}

.slide-wrapper {
margin: 0px;
padding: 0px;
}

.slide-thumbnail {
position: relative;
float: left;
width: 450px;
margin: 0px;
padding: 20px;
}

.slide-description {
position: relative;
float: left;
width: 300px;
height: auto;
margin: 0px;
padding: 50px 20px 20px 20px;
font-family: arial, sans-serif;
font-size: 12px;
line-height: 14px;
color: #777;
}

.jFlowControl, .jFlowPrev, .jFlowNext {
cursor: pointer;
margin: 0px;
padding: 10px;
font-family: arial, sans-serif;
font-size: 14px;
line-height: 16px;
text-align: left;
color: #c95;
}

.jFlowHidden {
display: none;
}


/********************** End Jflow Styles **********************/
