/* page styling */

body { padding:0; margin:0; }

#content  {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 10px;
}

p  { margin-top: 0px; margin-bottom: 15px; }

a:link  { color: #00b0d8; text-decoration: underline }
a:visited  { color: #00b0d8; text-decoration: underline }
a:active  { color: #00b0d8; text-decoration: underline }
a:hover  { color: #00b0d8; text-decoration: underline }

h1   {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 0 0 9px
}

h2   {
	color: #00b0d8;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

b   { color: black }

ul   { list-style-type: circle; margin-top: 5px; margin-bottom: 12px; margin-left: 18px; padding-left: 0 }
li   { margin-bottom: 4px }

ol   { margin-top: 5px; margin-bottom: 12px; margin-left: 24px; padding-left: 0 }
ol li   { margin-bottom: 2px }

.small  { font-size: 11px; line-height: 15px; }

.sidebox  { padding-bottom: 20px; }
.titlebox  { padding-bottom: 12px; }

.photo   { background: url("../images/shared/shadowAlpha.png") no-repeat right bottom !important; margin: 10px 0 0 6px; float: left }

.photo img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
} 
  
#feature  {
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

#feature p  { margin-top: 7px; margin-bottom: 7px; }

#hometext      { color: #666666; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 20px; padding: 20px 0 20px 20px }

/* navigation */

#nav1   {
	color: #00b0d8;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}
#nav1 a:link, #nav1 a:visited, #nav1 a:active  {
	color: #666666;
	text-decoration: none;
}
#nav1 a:hover  {
	color: #00b0d8;
	text-decoration: none;
}

#nav2   {
	color: #00b0d8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
}
#nav2 p  { margin-top: 0px; margin-bottom: 10px; }
#nav2 ul    {
	list-style-type: none;
	margin-top: 4px;
	margin-left: 0px;
}
#nav2 li   { margin-bottom: 7px; }

.nav3    { padding-top: 0; padding-bottom: 0; padding-left: 10px }

a.navlink:link    { color: #00b0d8; text-decoration: none }
a.navlink:visited    { color: #00b0d8; text-decoration: none }
a.navlink:active    { color: #00b0d8; text-decoration: none }
a.navlink:hover   { color: #00b0d8; text-decoration: underline }

a.sublink:link    { color: #666666; text-decoration: none; 	font-weight: normal; }
a.sublink:visited    { color: #666666; text-decoration: none; 	font-weight: normal; }
a.sublink:active    { color: #666666; text-decoration: none; 	font-weight: normal; }
a.sublink:hover   { color: #666666; text-decoration: underline; 	font-weight: normal; }

.sublink_on    { color: #666666; font-weight: normal; text-decoration: underline }

/* print settings */

#wrapper     { padding-top: 30px; }

#boxmain     { width: 930px; }
#boxheader     { width: 930px; }
#boxfooter     { width: 930px; }

#copyright   {
	color: #808080;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 15px;
}

#footlinks   {
	color: #808080;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footlinks a:link, #footlinks a:visited, #footlinks a:active  {
	color: #808080;
	text-decoration: none;
}
#footlinks a:hover  {
	color: #808080;
	text-decoration: underline;
}

.printonly { display: none }
#printonly { display: none }