body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url('images/bg.gif') center repeat-y;
}

#clientReviews {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#headerwrapper {
    width: auto;
}

#headerContainer {
	width: 700px;
	margin-left: -350px;
	top: 0px;
}

#headerbg {
	position: absolute;
	margin: -20px 0px;
	z-index: 1;
}

#headerLogo {
	position: absolute;
	padding-left: 10px;
	padding-top: 0px;
	z-index: 2;
}

#headerVans {
	position: absolute;
	top: 25px;
	padding-left: 230px;
	z-index: 2;
}

.headerVans {
	border:1px solid #cfcfcf;
}

#headerMenu {
	position: relative;
	left: 30px;
	bottom: 30px;
}

#menuContainer {
	width: 700px;
	margin-left: -350px;
}
#menubg {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: center;
	top: 200px;
	margin: 0px;
	z-index: 10;
	clear: both;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-top: 208px;
	margin-left: -350px;
	z-index: 2;
}

#footerLogos {
	width: 700px;
	margin-left: -350px;
	position: absolute;
	bottom: 27px;
}

#footerContainer {
	width: 700px;
	margin-left: -350px;
	position: absolute;
	bottom: 0px;
}
#footer {
	background-color: #CfCfCf;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/*******************************************************************************/
/* Now for all the buttons                                                     */
/*******************************************************************************/

#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    height:45px;
    margin-left: -20px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    width:90px;
    color:#fff;
    text-decoration:none;
    background:url(images/button.png) no-repeat;
    float:left;
    padding:15px 10px 15px 10px;

}
#navbar a:hover { 
    background-position:0 -45px;
    color:#1e5ebd;
}
#navbar a:active {
    background-position:0 -45px;
    color:#1e5ebd;
}

/*******************************************************************************/
/* End of the buttons                                                          */
/*******************************************************************************/

.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
    margin-left:-348px;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #000000;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: 235px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}


#flashItem
{
    float: left;
    margin-right: 10px;
}


/* class that styles the holder div of the forms */
.userform {
    width: 400px;
    color: #000000;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    margin-bottom: 1px;
}

.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.userform textarea {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

.readmoreLeft {
    text-align: left;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 5px 6px 0px 5px;
    clear: both;
    margin-left:-348px;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}