/* CSS Document */

body
{
	text-align:center;
	font-family: Arial,sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


table {
  font-size: 1em;
}

#shiftNav
{
	position: relative;
	top: -10px;
}

#container
{
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#logo
{
	width: 600px;
	text-align: left;
	background:#FFFFFF;
}

#logoText
{
	width: 300px;
	text-align: center;
	font-size: 25px;
	text-transform: lowercase;
	color: #666666;
	padding-top: 60px;
}

#navLeft
{
	width: 16px;
	height: 40px;
	background: url(images/navLeft.gif) no-repeat;
}

#nav
{
	width: 866px;
	height: 40px;
	background: url(images/navBg.gif) repeat-x;
}

#navRight
{
	width: 16px;
	height: 40px;
	background: url(images/navRight.gif) no-repeat;
}


#nav a
{
	height: 37px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
	margin-right: 30px;	
}

#nav a:hover
{
	padding-left: 29px;
	padding-right: 29px;
	color: #CCCCCC;
	background: url(images/navBgOver.gif) repeat-x;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

#nav img
{
	border: 0px;
	vertical-align: middle;
}

#main
{	
	position: relative;
	top: -13px;	
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: url(images/mainBg.gif) repeat-y;
}

#mainBody
{
	width: 635px;
	padding-left: 30px;
	padding-right: 20px;
}

#mainBottom
{
	position: relative;
	top: -14px;
	width: 900px;
	height: 20px;
	margin: 0px auto;
	background:url(images/mainBottom.gif) no-repeat;
}

#sideBarTop
{
	width: 210px;
	height: 22px;
	background: url(images/sideBarTop.gif) no-repeat;
}

#sideBarBody
{
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	background: url(images/sideBarBg.gif) repeat-y;
}

#sideBarBottom
{
	width: 210px;
	height: 17px;
	background: url(images/sideBarBottom.gif) no-repeat;
}

#sideBarBody h1
{
	margin: 0px auto;
	font-size: 12px;
}

#sideBarBody a
{
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}

#sideBarBody a:hover
{
	color: #666666; 	
}


#sideBarSmallTop
{
	width: 147px;
	height: 17px;
	background: url(images/sideBarSmallTop.gif) no-repeat;
}

#sideBarSmallBody
{
	width: 147px;
	font-size: 12px;
	background: url(images/sideBarSmallBg.gif) repeat-y;
}

#sideBarSmallBottom
{
	width:147px;
	height: 11px;
	background: url(images/sideBarSmallBottom.gif) no-repeat;
}

#sideBarSmallBody h1
{
	margin: 0px auto;
	padding-left: 14px;
	font-size: 16px;
}

#sideBarSmallBody a
{
	text-decoration: none;
	display: block;
	color: #003399;
	padding: 1px 0px 1px 10px;	
}

#sideBarSmallBody a:hover
{
	color: #666666; 
	border-top: solid 1px #666666;	
	border-bottom: solid 1px #666666;	
	padding: 0px 0px 0px 10px;	
	background: url(images/sideBarSmallBgOver.gif) repeat-y;
}

#home h1
{
	text-align: center;
	font-weight: normal;
	color: #666666;
}

#home a
{
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #666666;
	text-transform: lowercase;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 5px;
	margin-left: 5px
}

#home a:hover
{
	color: #333333;
	background: #E2E2E2;
}

#home p
{
	padding-left: 30px;
	padding-right: 30px;
}

#newsletterSide
{
	padding-left: 10px;
	padding-right: 10px;
}

#newsletterTop
{
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}

#footer
{
	text-align: right;
	padding-right: 50px;
	font-size: 12px;
	background: #FFFFFF;
}

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

#footer a:hover
{
	text-decoration: underline;
}

ul
{
	margin-left: 40px;
}

li
{
	margin-bottom: 8px;
}

.topPage 
{
	width: 635px;
	text-align: right;	
}

.topPage a
{
	text-decoration: none;
	font-weight: bold;
	color: #000066;	
}

.topPage a:hover
{
	color: #CCCCCC;
}


#links
{
	padding-left: 35px;
	padding-right: 30px;
	font-size: 16px;
	background: url(images/bgImage.gif) no-repeat;
}

#links a
{
	text-decoration: none;
	color: #333333;
	padding-left: 10px;
	font-size: 14px;
	color: #003366;
}

#links a:hover
{
	color: #0000FF;
}

#links h2
{
	color: #666666;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 18px;
	font-weight: bold;
	
}

#services h3
{
	margin: 0px;
	text-align: center;
}

#services h1
{
	font-weight: bold;
	font-size: 26px;
	margin-left: 40px;
}

#services h2
{
	font-weight: bold;
	font-size: 16px;
	margin-left: 0px;
}

#services p:first-letter
{
	font-weight: bold;
}

#admin
{
	width: 835px;
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}
 
#adminLink a
{
	width: 200px;
	text-decoration: none;
	text-align:center;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	display: block;
	float: left;
	margin: 10px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #333333;
}

#adminLink b
{
	width: 200px;
	text-decoration: none;
	text-align:center;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	display: block;
	float: left;
	margin: 10px;
	padding: 5px 10px 5px 10px;
}

#adminLink a:hover
{
	color: #000000;
	background: #E2E2E2;
}

#editor
{
	font-size: 20px;
	float:none;
	margin-top: 80px;
}

#adminHead a
{
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

#adminHead a:hover
{
	color: #0000FF;
}

#contact_us
{	
	padding: 40px;
	background: url(images/bgImage.gif) no-repeat;
}

#contact_us h2
{
	font-weight: normal;
	color: #666666;
}

#editMsg
{
	color: #FF0000;
	font-size: 18px;
	text-align:center;
}
