@charset "UTF-8";
/* CSS Document */

html,
body {
margin:0;
padding:0;
height:100%;
background-color:#FFF;
color:#666;
background-image:url(images/g1.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

* {
outline:none;
}

#container {
min-height:100%;
position:relative;
}

#header {
padding:0px;
padding-top:10px;
text-align:center;
}

#main {
padding:0px;
padding-bottom:95px;   /* Height of the footer */
margin:0px;
text-align:center;
}

#footer {
position:absolute;
bottom:0;
width:100%;
height:95px; /* Height of the footer */
background-image:url(images/g2.gif);
background-repeat:repeat-x;
}

#imagebox1 {
float:right;
width:300px;
height:auto;
padding-left:10px;
padding-bottom:10px;	
}

/*********** Styles *************/

.title1 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#f4941e;
}

.title2 {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#000000;
font-weight:bolder;
margin-top:10px;
margin-bottom:2px;
}

.navigation {
width:900px;
height:45px;
padding:0px;
}

.orange {
color:#f4941e;
}

.line1 {
width:900px;
height:1px;
top:10px;
margin-top:10px;
margin-bottom:20px;
padding:0px;
border-bottom: solid 2px #f4941e;
}

.line2 {
width:900px;
height:1px;
top:20px;
margin-top:20px;
padding:0px;
border-bottom: solid 2px #f4941e;
}

.header-content {
width:900px;
margin:0 auto;
text-align:left;
padding:0px;
}

.main-content {
width:900px;
margin:0 auto;
text-align:left;
color:#000;
}

.main-top {
height:20px;
width:900px;
margin:0px;
padding:0px;
background-image:url(images/border-top.gif);
background-repeat:no-repeat;
}

.main-bottom {
height:20px;
width:900px;
background-image:url(images/border-bottom.gif);
background-repeat:no-repeat;
padding:0px;
margin:0px;
}

.main-content2 {
padding:10px;
width:880px;
background-image:url(images/bg.gif);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
}

.main-content2 a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#f4941e;
}

.main-content2 a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

.clipbox {
margin-top:20px;
text-align:center;
}

.clipthumb {
width:440px;
float:left;
text-align:center;
margin-top:20px;
}

.clearer {
clear:both;
}

.author {
width:900px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:12px;
text-align:center;
padding-top:20px;
}

.author a {
font-family:Arial, Helvetica, sans-serif;
color:#f4941e;
font-size:12px;
}

.author a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}

.formbox {
width:200px;
border: solid 2px #f4941e;
background-color:#FFF;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;
}

.formbox2 {
width:100px;
border: solid 2px #f4941e;
background-color:#FFF;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;
}

.eq {
width:900px;
font-family:Arial, Helvetica, sans-serif;
color:#CCC;
font-size:10px;
text-align:center;
padding-top:0px;
font-weight:bold;
}

.eq a {
font-family:Arial, Helvetica, sans-serif;
color:#CCC;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

.eq a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#999;
font-size:10px;
font-weight:bold;
text-decoration:none;
}#captionbox {
	float:right;
	width:275px;
	height:auto;
	margin-left: 10px;
	background-image: url(images/caption-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.captionboxinner {
	background-color: #D9D9D9;
	background-image: url(images/caption-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 255px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}
.spacer {
	float: left;
	height: 5px;
	width: 900px;
}
