body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f1ec;
	font-size: 12px;
    color: #333333;

}

h1 {

	font-size: 16px;
	color: #333333;
    font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {

	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

a {
	color: #336699;
	font-weight: bold;

}

a:hover {

	color: #FF6600;
	font-weight: bold;

}

p.notice {
	font-size: 10px;
    font-style: italic;
}

/*Containers*/

#maincontainer {
    width: 982px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    background-color: #f2f1ec;
}

#bottomspacer {
    height: 25px;
    width: 100%;
    float: left;
}

#headercontainer {
    background-image: url(../images/HeaderBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
    width: 982px;
    height: 361px;
}

#rightcontainer{
    width: 298px;
    float: left;
}

#contentcontainer {
    width: 585px;
    float: left;
    padding: 5px;
}

/*END Containers*/

/*Header*/

#logocontainer {
    width: 982px;
    height: 94px;
    float: left;
    position: relative;
}

#logo {
    background-image: url(../images/Logo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
    width: 229px;
    height: 67px;
    float: left;
    padding-left: 67px;
    padding-top: 12px;
}

#topleftlinks {
    background-image: url(../images/TopLeftLinks.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
    width: 191px;
    height: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#advertwhitebox {
    background-color: #f2f1ec;
    width: 893px;
    height: 263px;
    margin-left: 45px;
    float: left;
    position: relative;
}

#advertwhiteboxtl {
    background-image: url(../images/AdvertContainerTopLeft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 2px;
    height: 2px;
    top: 0px;
    left: 0px;
    position: absolute;
}

#advertwhiteboxtr {
    background-image: url(../images/AdvertContainerTopRight.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 2px;
    height: 2px;
    top: 0px;
    right: 0px;
    position: absolute;
}

#advertwhiteboxbl {
    background-image: url(../images/AdvertContainerBottomLeft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 2px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

#advertwhiteboxbr {
    background-image: url(../images/AdvertContainerBottomRight.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 2px;
    height: 2px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

.advert {
    background-image: url(../images/AdvertBG.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
    background-color: #93c7d4;
    width: 291px;
    height: 244px;
    float: left;
    margin-left: 5px;
    position: relative;
}

.advertbl {
    background-image: url(../images/AdvertBottomLeft.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.advertbr {

    background-image: url(../images/AdvertBottomRight.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.adverttitle {

    width: 291px;
    height: 27px;
    float: left;
    background-color: #1884a8;
    position: relative;
    text-align: center;
    color: #ffffff;
    line-height: 27px;
    font-size: 18px;

}

.adverttitlebl {

    background-image: url(../images/AdvertTitleBottomLeft.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.adverttitlebr {

    background-image: url(../images/AdvertTitleBottomRight.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.adverttext {

    width: 281px;
    height: 175px;
    float: left;
    color: white;
    font-size: 12px;
    padding: 5px;

}

.advertbuttoncontainer {

    width: 291px;
    height: 32px;
    float: left;

}

.advertbutton {

    width: 96px;
    height: 23px;
    float: right;
    padding-right: 8px;

}

.advertbutton img {

    border: none;
    
}
/*END Header*/

/*Top Navigation*/
#linkcontainer {
    width: 980px;
    height: 54px;
    float: left;
    border-bottom: 1px solid #d3dde9;
    border-left: 1px solid #d3dde9;
    border-right: 1px solid #d3dde9;
}

.selectedbutton {
    background-image: url(../images/TopLinkSelected.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
    width: 146px;
    height: 47px;
    float: left;
    padding-left: 3px;
    padding-top: 3px;
    line-height: 47px;
    text-align: center;
}

.selectedbutton a, selectedbutton a:visited {
    color: #ffffff;
    text-decoration: none;

}

.deselectedbutton {
    background-image: url(../images/TopLinkDeselected.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
    width: 146px;
    height: 47px;
    float: left;
    padding-left: 3px;
    padding-top: 3px;
    line-height: 47px;
    text-align: center;
    font-size: 12px;
}

.deselectedbutton a, deselectedbutton a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;

}
.linkspacer {
    width: 41px;
    height: 47px;
    float: left;
}
/*END Top Navigation*/

/*Navigation*/
.navspacer {
    width: 44px;
    height: 10px;
    float: left;
}

.navcontainer {
    width: 296px;
    float: left;
    border: 1px solid #8b7f7f;
    position: relative;
    margin-top: 3px;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.navtl {

    background-image: url(../images/NavTL.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: -1px;
    left: -1px;
    position: absolute;
}

.navtr {

    background-image: url(../images/NavTR.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: -1px;
    right: -1px;
    position: absolute;
}

.navbl {

    background-image: url(../images/NavBL.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    bottom: -1px;
    left: -1px;
    position: absolute;
}

.navbr {

    background-image: url(../images/NavBR.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    bottom: -1px;
    right: -1px;
    position: absolute;
}

.navtitle {
    width: 296px;
    height: 41px;
    float: left;
    color: #333333;
    line-height: 46px;
    padding-left: 19px;
    font-size: 16px;
}

.navcontainer ul {
	width: 296px;
	list-style-type: none;
 	padding: 0;
 	margin: 0;
}

.navcontainer li {
    width: 296px;
	/*height: 20px;*/
	line-height: 20px;
}

.navcontainer li a, .navcontainer li a:visited {
	background-image: url(../images/NavArrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
    font-size: 12px;
    color: #2799bf;
    text-decoration: none;
    padding-left: 40px;
    font-weight: normal;
}

.newstext {
    width: 276px;
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}
/*END Navigation*/

/*Portfolio*/
.portfoliocontainer {

	background-color: #FFFFFF;
	width: 570px;
	height: 190px;
	float: left;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
    background-color: #f2f1ec;

}

.portfolioimage {

	float: left;
	padding-left: 5px;
	padding-top: 10px;

}

.portfoliotitle {

	width: 250px;
	float: left;
	color: #333333;
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px;
	padding-top: 10px;

}

.portfoliotitle a {

	float: left;
	color: #336699;
	padding-left: 5px;

}

.portfoliotitleindented {

	width: 250px;
	float: left;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	font-size: 11px;

}

.portfoliotitleindented a {

	float: left;
	color: #336699;
	padding-left: 5px;

}

.portfoliotestimonial {

	width: 250px;
	float: left;
	color: #333333;
	padding-left: 10px;
	font-size: 11px;

}

.portfoliodesc {

	width: 350px;
	float: left;
	color: #333333;
	padding-left: 5px;

}

.portfoliodesc a {

	width: 350px;
	float: left;
	color: #336699;
	padding-left: 5px;

}

.portfoliodescfull {

	width: 550px;
	float: left;
	color: #333333;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;

}

.portfolioincludes {

	width: 122px;
	float: left;
	color: #333333;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;

}
/*END Portfolio*/

/*FORM INPUTS AND MESSAGES*/

.regformbox {

	width: 180px;
	height: 30px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;

}



.regformboxbold {

	width: 180px;
	height: 30px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;

}



.regformboximage {

	width: 180px;
	height: 30px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;

}

.regformboxblank {

	width: 180px;
	height: 30px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;

}

.regformboxerror {

	width: 180px;
	height: 30px;
	float: left;
	font-size: 10px;
	color: #FF6666;
	text-align: center;
	padding-left: 5px;

}

.halfregformbox {

	width: 80px;
	height: 30px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;

}

.regformboxfullwidth {

	height: 30px;
	float: left;
	font-size: 12px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 10px;

}

.regformboxtextarea {

	width: 180px;
	height: 140px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;

}

.regformboxtextareaimageupload {

	width: 180px;
	height: 140px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;

}

.regformboxtextareaimage {

	width: 180px;
	height: 140px;
	float: left;
	font-size: 11px;
	color: #606060;
	line-height: 30px;
	text-align: center;
	padding-left: 5px;

}

.regformboxtextareaerror {

	width: 180px;
	height: 140px;
	float: left;
	font-size: 10px;
	color: #FF6666;
	text-align: center;
	padding-left: 5px;

}

input.submit {

	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	height: 20px;
	font-size: 12px;
	color: #606060;
	font-weight: bold;

}

.regformbox input {

	background-color: #FFFFCC;
	width: 140px;
	font-size: 11px;
	line-height: 17px;

}

.regformboximage input {

	background-color: #FFFFCC;
	font-size: 11px;
	line-height: 17px;

}

.regformboxtextareaimageupload input {

	background-color: #FFFFCC;
	font-size: 11px;
	line-height: 15px;

}

.regformbox input.small {

	background-color: #FFFFCC;
	width: 100px;
	height: 13px;
	font-size: 11px;

}

.regformboxtextarea textarea {

	background-color: #FFFFCC;
	margin-bottom: 7px;
	height: 110px;

}

.regformbox select {

	background-color: #FFFFCC;
	height: 17px;
	font-size: 10px;

}

.formmessage {

	width: 573px;
	background-color: #FFFFCC;
	border: 1px solid #999999;
	padding: 0;
	padding: 5px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;

}

.fieldsetmessage {

	width: 551px;
	background-color: #CADAE2;
	border: 1px solid #999999;
	padding: 0;
	padding: 5px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;

}

.formerrormessage {

	width: 573px;
	background-color: #FFCCCC;
	border: 1px solid #FF6699;
	padding: 5px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;

}

.fieldseterrormessage {

	width: 551px;
	background-color: #FFCCCC;
	border: 1px solid #FF6699;
	padding: 5px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;

}

.myfieldset {

	width: 575px;
	border: 1px solid #CFCAC0;
	margin-bottom: 5px;
	margin-top: 12px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding: 5px;

}

.myfieldset img {

	border: none;

}

.mylegend {

	background-color: #f2f1ec;
	color: #333333;
	margin-left: 10px;
	position: absolute;
	top: -8px;
	left: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;

}

