/* --------------CGI Copiers - All Rights Reserved------------------------------------- */
/* ------------------------------------------------------------------------------------ */
/* ------------DESIGNED/CSS/HTML - Brian Kerr Design, www.BrianKerrDesign.com --------- */


/* ---------------- PAGE -------------------------------------------------------------- */
body{
background-color:#ffffff;
text-align: center; /* css center */
font: Arial,Georgia,serif;
color:#696a6c;
}

.container {
width:900px;
margin: 0 auto; /* css center */
}

.spacer{
clear:both;
height:0px;
}

.center{
text-align:center;
}

/* ---------------- HEADER -------------------------------------------------------------- */
.header{
width:900px;
height:110px;
border-bottom: 5px solid #ad4125; /* red */
margin-top:25px;
position:relative;
}

.logo{
height:110px;
width:250px;
float:left;
}

.headtext{
text-align:right;
color:#ad4125;
font:bold 14px Arial,Georgia,serif;
position:absolute;
top:0;
right:0;
}


/* ---------------- MENU -------------------------------------------------------------- */

#menu{
/*menu alignment */
position:absolute;
bottom:0;
left:250px;
height:25px;
}

#menu ul{
font: bold 11px Arial,Georgia,serif;
margin:0;
list-style: none;
}

#menu li{
display: inline;
}

#menu a{
float: left;
display: block;
color: #696a6c; /*off color - dark grey*/
background:url('../images/menu_tabs.jpg') 0 -50px no-repeat;
width:88px;
height:15px;
padding:8px 0 2px 0;
text-decoration: none;
text-align:center;
}

#menu a:hover{
color:#696a6c; /*Menu hover color*/
background:url('../images/menu_tabs.jpg') 0 -25px no-repeat;
}

#menu #current a{ /*currently selected tab*/
color:#ffffff;	/*on color - white*/
background:url('../images/menu_tabs.jpg') 0 0 no-repeat;
}

/* ---------------- MAINHEADING-------------------------------------------------------- */
.mainheading{
width:900px;
height:85px;
background:#f1f1f1;
border-bottom:2px solid #e0e0e0;
text-align:center;
}

.bigquote{
margin:auto;
padding-top:20px;
width: 550px;
background:url('../images/quote2.jpg') bottom right no-repeat;
padding-right:30px;
}
.bigquote div{
font:bold 18px Arial,Georgia,serif;
color:#ad4125;
padding-left:30px;
background:url('../images/quote1.jpg') top left no-repeat;
}

/* ---------------- BODY -------------------------------------------------------------- */

.content{
padding:10px 25px;
text-align:left;
font: 12px Arial,Georgia,serif;
background:url(../images/watermark.jpg) bottom right no-repeat;
}

.contentbox{
margin-bottom:10px;
padding-bottom:10px;
}
p{
margin:5px 0 8px 0;
text-indent:25px;
line-height:19px;
}

.noindent{
text-indent:0;
}

.leftcol{
float:left;
width:550px;
}

.rightcol{
float:right;
width:275px;
}

.center_msg{
	width:820px;
	height:100px;
	padding:100px 0;
	text-align:center;
	font:bold 14px Verdana, Geneva, sans-serif;
	color:#ad4125;
}

/* ---------------- FOOTER -------------------------------------------------------------- */
.footer_bar{
width:900px;
height:15px;
border-bottom: 5px solid #ad4125; /* red */
margin-bottom:5px;
text-align:center;
}

.footer{
position:relative;
width:900px;
text-align:center;
font: 10px Arial,Georgia,serif;
color:#b5b5b5;
}

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

.footer a:hover{
color:#939393;
}

.footer span{
clear:both;
display:block;
padding:2px 0;
}

.footer_cgi{
position:absolute;
left:0;
top:0;
}
.footer_bkd{
position:absolute;
right:0;
top:0;
}

/* ---------------- GLOBAL TEXT -------------------------------------------------------------- */
h3{
display:block;
margin:5px 0 5px 0;
font: bold 12px Arial,Georgia,serif;
color:#ad4125;
clear:both;
}

h2{
display:block;
margin:5px 0 5px 0;
font: bold 14px Arial,Georgia,serif;
color:#ad4125;
clear:both;
}

h2 span{
display:block;
clear:both;
font: bold 11px Arial,Georgia,serif;
color:#696a6c;
}

.with_icon{
position:relative;
padding-left:15px;
}

.h_icon{
position:absolute;
left:-25px;
top:-10px;
}

a{
text-decoration:none;
color:#aa6958;
}

a:hover{
color:#ad4125;
}


blockquote{
background:url(../images/smquote1.png) top left no-repeat;
}

blockquote p{
background:url(../images/smquote2.png) bottom right no-repeat;
margin:0;
}

blockquote span{
padding:2px 0 10px 0;
font: bold 11px Arial,Georgia,serif;
clear:both;
float:right;
}


.arrows ul{
margin: 0;
padding: 0;
}

.arrows li{
display:block;
float:left;
width:145px;
margin:0 20px 10px 0;
padding: 0 0 0 18px;
background: url(../images/icons/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
}



