@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	background: #d3fade url(../images/bodybgall.jpg) top center repeat-x;
}

/* Layout CSS */

#container{
	width: 900px;
	margin: auto;
}


/* Header CSS */

#header{
	width: 900px;
	float: left;
	margin: 0;
}

#topmenu{
	width: 400px;
	float: left;
	height: 55px;
	padding-left: 500px;
	margin-top: -15px;
}

.headerrow{
	width: 900px;
	float: left;
}

#logo{
	width: 235px;
	float: left;
	height: 155px;
}

#phonenumber{
	width: 400px;
	float: right;
	height: 155px;
}

#mainmenu{
	width: 900px;
	float: left;
	height: 225px;
}

#flashbanner{
	width: 890px;
	float: left;
	height: 260px;
	padding-left: 10px;
	margin-bottom: 35px;
}


/* Main Content CSS */

#maincontent{
	width: 900px;
	float: left;
}

.mctopimg{
	width: 900px;
	float: left;
	height: 10px;
	background-image: url(../images/mctop_all.jpg);
}

.mcbottomimg{
	width: 900px;
	float: left;
	height: 40px;
	background-image: url(../images/mcbottom.jpg);
}

.maincontentrow{
	width: 880px;
	float: left;
	background-image: url(../images/mcmiddle.jpg);
	padding: 10px;
}

#primarycontent{
	width: 595px;
	float: left;
	padding: 15px;
}

#secondarycontent{
	width: 230px;
	float: left;
	padding: 10px;
	border-left: #fff 1px solid;
}



/* Footer CSS */

#footer{
	width: 900px;
	float: left;
	background-image: url(../images/footerbgimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.footerrow{
}

.footercell{
	width: 300px;
	float: left;
}

#base{
	width: 900px;
	float: left;
}





/* Primary Content Sections CSS */

.pagetitle{
	width: 575px;
	float: left;
	height: 40px;
}

.whitebox{
	width: 538px;
	float: left;
	background-image: url(../images/wbbtmimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: 25px;
	background-color: #FFF;
	padding: 15px 15px 30px 15px;
}

/* Secondary Content Sections CSS */

.cf{
	width: 213px;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #F8F0FF;
}

.cfcntnr{
	width:213px;
	float:left;
}

.specialsbox{
	width: 213px;
	float: left;
	padding: 10px;
	background-color: #EBFFF2;
}


/* Typographic CSS */

.graytext{
	color:#666;
}

.greentext{
	color:#093;
}

.violettext{
	color:#639;
}

.whitetext{
	color:#FFF;
}

.centurygothic{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}

.trebuchetms{
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif
}

.sm{
	font-size:12px;
}

.med{
	font-size:14px;
	line-height: 20px;
}

.lg{
	font-size:18px;
	line-height: 24px;
}

.xl{
	font-size:24px;
}



/* Links CSS */

a.graylink{
	color: #666;
}

a.graylink:hover{
	color: #CCC;
}

a.greenlink{
	color: #393;
}

a.greenlink:hover{
	color: #0C6;
}

a.violetlink{
	color: #306;
}

a.violetlink:hover{
	color: #66C;
}

a.whitelink{
	color: #fff;
}

a.whitelink:hover{
	color: #99F;
}



/* Top Menu CSS */

#topmenucntnr ul li{
	list-style-type: none;
	display: block;
	text-align: center;
	float: right;
	width: 120px;
}

#topmenucntnr a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 40px;
	background-image: url(../images/topmenubg.png);
	border-right: #fff 1px solid;
}

#topmenucntnr a:hover{
	color: #B99CC8;
	background-image: url(../images/topmenuhoverbg.png);
	background-repeat: repeat-x;
	height: 40px;
}



/* Photo CSS */

.photoleft{
	padding: 0 15px 5px 0;
}

.photoright{
	padding: 0 15px 15px 0;
}


/* Headers CSS */

.grayhdr{
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}

.violethdr{
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#339;
}

.greenhdr{
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#096;
}
