body
{
	background-color:#075974;
	background-image: url(../images/bg.jpg);
	margin:5px;
	background-repeat: repeat-x;
	color:#075C78;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1
{
	font-size:18px;
	line-height:100%;
}

h2
{
	font-size:16px;
	line-height:100%;
}

#header
{
	width:837px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}

#header a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

#header a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
#header a:active
{
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#headerLeft
{
	width:400px;
	float:left;
}
#headerRight
{
	width:437px;
	/*margin-left:400px;*/
	text-align:right;
	float:right;
}

#container
{
	width:837px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	border:1px solid #FFFFFF;
	line-height:150%;
	background:#FFFFFF;
}
#nav
{
	padding:0;
	background-color:#FFFFFF;
	clear:left;
}

#copy
{
	background:#FFFFFF;
}

#footer
{
	padding:0;
	background-color:#FFFFFF;
	clear:left;
	text-align:center;
	clear:both;
}
#footer a:link, a:visited, a:active
{
	color:#075C78;
	text-decoration:none;
}

#footer a:hover
{
	color:#075C78;
	text-decoration:underline;
}

#pagebody
{
	float:left;
	width:525px;
	margin:0;
	padding:1em;
}
#sideboxes
{
	/*margin-left:595px;*/
	float:right;
	border-left:1px solid #FFFFFF;
	padding-top:1em;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:241px;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
}
#specialsBox
{
	width:275px;
	overflow:auto;
}

#servicesBox
{
	width:275px;
	margin-top:1px;
	overflow:auto;
}
#contactUsBox
{
	width:275px;
	margin-top:1px;
	overflow:auto;
}

#sideBoxTab
{       float:right;
/*	margin-left:241px;*/
        position:relative;
	margin-bottom:0;
	margin-right:0;
	margin-top:0;
	width:32px;
	padding:0;
}

#specialsBoxBody
{
	background-color:#76ECBB;
	background-image: url(../images/specialsBoxBG.jpg);
	background-repeat: repeat-x;
	float:left;
	width:241px;
	min-height:118px;
	margin:0;
	padding:0;
	color:#000000;
	text-align:center;
	line-height:95%;
	overflow:auto;
}
#specialsBoxBody h1
{
	font-size:16px;
}

#specialsBoxBody p
{
	font-size:10px;
	line-height:normal;
}

#servicesBoxBody
{
	background-color:#F5FB98;
	background-image: url(../images/servicesBoxBG.jpg);
	background-repeat: repeat-x;
	float:left;
	width:241px;
	min-height:118px;
	margin:0;
	padding:0;
	color:#509CB5;
	line-height:95%;
	overflow:auto;
}

#servicesBoxBody a:link, a:active, a:visited
{
	color:#509CB5;
	text-decoration:none;
}

#servicesBoxBody a:hover
{
	color:#509CB5;
	text-decoration:underline;
}

#contactUsBoxBody
{
	background-color:#F0963E;
	background-image: url(../images/contactUsBoxBG.jpg);
	background-repeat: repeat-x;
	float:left;
	width:241px;
	min-height:118px;
	margin:0;
	padding:0;
	color:#FFFFFF;
	line-height:95%;
	overflow:auto;
}
#contactUsBoxBody h1
{
	font-size:16px;
}

#contactUsBoxBody p
{
	line-height:normal;
}

#contactUsBoxBody a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
#contactUsBoxBody a:active
{
	color:#FFFFFF;
	text-decoration:none;
}
#contactUsBoxBody a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
#contactUsBoxBody a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~MENU BELOW~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sddm
{
	margin:0 0 0 0px;
	padding:0;
	z-index:30;
}

#sddm li
{	
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font:bold 11px arial;
}

#sddm li a
{	
	display:block;
	margin:0 1px 0 0;
	padding:4px 4px;
	background:#075C78;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#sddm li a.large
{	
	width:109px;
}
#sddm li a.small
{	
	width:73px;
}
#sddm li a.last
{	
	width:74px;
}

#sddm li a:hover
{
	background:#4D99B2;
}

#sddm div
{	
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:0;
	background:#EAEBD8;
	border:1px solid #5970B2;
}

#sddm div a
{	
	position:relative;
	display:block;
	margin:0;
	padding:5px 10px;
	width:auto;
	white-space:nowrap;
	text-align:left;
	text-decoration:none;
	background:#FFFFFF;
	color:#075C78;
	font:11px arial;
}

#sddm div a:hover
{
	background:#DE7C1C;
	color:#FFFFFF;
}

