* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	list-style-type: none; 
	text-decoration: none;
	outline: none;
}
html,
body {
	z-index: 0;
}
body {
	font:100% "Molengo", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	line-height:180%;
	text-align: center;
	color: #040404;
	background:  #fff url(../images/grey-topdown-gradient-bg.png) repeat-x top left;
}
html,
body,
#site-container {
	height: 100%;
}
body > #site-container {
	height: auto;
	min-height: 100%;
}
a,
a:visited,
a:active {
	color: #51caf5;
}
a:hover,
a:focus {
	text-decoration: underline;
	outline: none;
}
.alert
{
	display:block;
	padding:5px;
	border:1px solid #390;
	background:url(../images/reportbg.png);
	color:#390;
	margin-top:5px;
}

#content-container {
	width: 100%;
	overflow: hidden;
}
#content-container #content {
	display: block;
	width: 960px;
	margin: 20px auto;
	text-align: left;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
}

#content-container #content #main-content
{
	margin:0 auto;
	width:820px;
	padding:20px;
	padding-left:60px;
	background:#fff;
	position:relative;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;
}

#header {
	width: 700px;
	height: 36px;
	padding: 10px;
	margin: 10px auto;
}

#header h1
{
	font-family: 'Droid Sans Mono', arial, serif;
	font-weight:normal;
	font-style:normal;
	font-size:26px;
}
#header h2
{
	font-size:16px;
	font-family: 'Droid Sans Mono', arial, serif;
}
.copy
{
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;
	background:#777;
	color:#fff;
	padding:20px;
	margin-top:10px;
	margin-left:40px;
	width:680px;
	font-size:12px;
	line-height:18px;
}

.copy p
{
	margin-bottom:10px;
}

.contactform input, .contactform textarea
{
	padding:5px;
	border:1px solid #000;
	margin:10px 0;
	width:360px;
}
#contact-form-holder h3
{
	background:#000;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-family:georgia,times new roman;
	font-size:16px;
	margin-bottom:10px;
}
#contact-form-holder p
{
	margin-top:10px;
}
#footer-container {
	width: 100%;
	background: #040404;
	overflow: hidden;
	position: relative;
	clear: both;
	margin-top:-75px;
}
#footer-container #footer {
	width: 720px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	overflow: hidden;
}	
	
ul.action
{
	list-style-type:none;
	overflow:hidden;
	width:100%;
	margin-top:20px;
	margin-left:40px;
}

ul.action li
{
	list-style-type:none;
	float:left;
	display:inline;
}
ul.action li.middle
{
	margin:0 46px;
}
ul.action li a
{
	display:block;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;
	color:#fff;
	padding:10px;
	width:130px;
	height:50px;
	padding-top:30px;
	padding-left:70px;
	font-weight:bold;
	font-size:16px;
}

ul.action li a p
{
	font-size:9px;
	font-weight:normal;
	line-height:10px;
}

ul.action li a.contactlink
{
	background:#000 url(../images/contact.png) no-repeat top left;
}
ul.action li a.twitterlink
{
	background:#000 url(../images/twitter-grey.png) no-repeat top left;
}
ul.action li a.bloglink
{
	background:#000 url(../images/blog.png) no-repeat top left;
}


    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */


#glider{
margin-left:40px;}	
#glider ul, #glider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#glider li{ 
	width:720px;
	height:313px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:171px;
	}	
#nextBtn{ 
	left:820px;
	}	
#prevBtn{
	left:70px;
}	
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}
	
/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
