body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	color:#333333;
	font-family:arial;
	font-size:14px;
}

/* end typography ------------------------------------------------------------ */

p{
	font-size:14px;
	line-height:150%;
}

h1, .huge{
	font-size:28px;
}

h2, .large{
	font-size:18px;
}

h3, .big{
	font-size:16px;
}

h4, .tall{
	font-size:14px;
}

.regular{
	font-size:14px;
}

.small{
	font-size:12px;
}

.tiny{
	font-size:11px;
}

a{
	color:#555555;
	text-decoration:none;
}
a:hover{
	color:#555555;
	text-decoration:underline;
}

.orange{
	color:#ff6600;
}

.light-orange{
	color:#ff9900;
}

.light-grey{
	color:#d1d1d1;
}

.grey{
	color:#555555;
}

/* end typography ------------------------------------------------------------ */

/* begin photo-wrapping */

.photo-left{
	float:left;
	margin-top:2px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#eeeeee;
}

.photo-right{
	float:right;
	margin-top:2px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#eeeeee;	
}

.photo{
	float:none;
	margin-top:2px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#eeeeee;
}

.photo-left img, .photo-right img, .photo img{
	border-top:8px solid #555555;
}

.photo-left p, .photo-right p, .photo p{
	font-family: arial, verdana, serif;
	font-size:10px;
	color:#555555;	
	margin:0px;
	padding:4px;
}

img.img-left{
	border-top:8px solid #555555;	
	margin-top:2px;
	margin-right:10px;
	margin-bottom:10px;
}

img.img-right{
	border-top:8px solid #555555;	
	margin-top:2px;
	margin-left:10px;
	margin-bottom:10px;
}

/* end photo-wrapping */

/* begin bullets */

ul.bullets{
	margin:10px 0 0 0;
	padding-left: 0;
	list-style: none;
}

.bullets li{
	padding-left: 10px;
	background-image: url('../images/bullet_red.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	
	font-family: arial, verdana, serif;
	font-size:12px;	
}

.bullets li{
	margin-top:10px;
}

/* end bullets */

/* begin sitemap */

#sitemap ul{
	position:relative;
	left:40px;
	margin:10px 0 0 0;
	padding-left: 0;
	list-style: square;
}

#sitemap li{
	font-family: arial, verdana, serif;
	font-size:14px;	
	font-weight:bold;
}

#sitemap li{
	margin-top:10px;
}

/* end sitemap */

/* begin horizontal line */

div.dotted-hr{
	width:100%;
	height:12px;
	padding:0;
	margin-top:4px;
	margin-bottom:10px;
	border-bottom:1px #000000 dotted;
}

/* end horizontal line */

/* begin layout ------------------------------------------------------------ */

/* begin row-01 */

#row-01-container{
	width:100%;
	margin-top:15px;
}

#row-01{
	margin:0 auto;	
	width:900px;
	height:79px;
}

#logo{
	float:left;
}
#top-right-menu{
	position:relative;
	top:25px;
	float:right;
}

#top-right-menu span{
	font-family:arial;
	font-size:11px;
	padding-left:26px;
}

#top-right-menu a{
	color:#555555;
	text-decoration:none;
}

#top-right-menu a:hover{
	color:#fe9400;
}

/* end row-01 */

/* begin row-02 */

#row-02-container{
	width:100%;	
	margin-top:45px;
}

#row-02{
	margin:0 auto;	
	width:900px;
}

#topmenu{
	height:30px;
}

#topmenu span{
	font-family:arial;
	font-size:32px;
	line-height:30px;
	font-weight:bold;
	padding-right:30px;
}

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

#topmenu a.active{
	color:#999999;
}

#topmenu a:hover{
	color:#fe9400;
}

#submenu{
	margin-top:10px;
	margin-bottom:10px;
	height:20px;
}

#submenu span{
	font-family:arial;
	font-size:22px;
	line-height:20px;
	font-weight:bold;
	padding-right:20px;
}

#submenu a{
	color:#555555;	
	text-decoration:none;
}

#submenu a.active{
	color:#999999;
}

#submenu a:hover{
	color:#fe9400;
}

/* end row-02 */

/* begin row-03 */

#row-03-container{
	width:100%;	
	margin-top:25px;
}

#row-03{
	margin:0 auto;	
	width:900px;
}

/* end row-03 */

/* begin row-04 */

#row-04-container{
	width:100%;	
	margin-top:25px;
}

#row-04{
	margin:0 auto;	
	width:900px;
}

/* end row-04 */

/* begin row-05 */

#row-05-container{
	width:100%;	
	margin-top:25px;
}

#row-05{
	margin:0 auto;	
	width:900px;
}

#row-05 .left-column{
	float:left;
	width:515px;
}

#row-05 .mid-column{
	float:left;
	width:240px;
	margin-left:25px;
	margin-right:25px;
}

#row-05 .right-column{
	float:left;
	margin-left:25px;	
	width:360px;
}

/* end row-05 */

/* begin row-06 */

#row-06-container{
	width:100%;	
	margin-top:25px;
	margin-bottom:25px;	
}

#row-06{
	margin:0 auto;	
	width:900px;
}

#bottom-logo{
	float:right;
}

#bottom-left-menu{
	position:relative;
	top:25px;
	float:left;
}

#bottom-left-menu span{
	font-family:arial;
	font-size:11px;
	padding-right:26px;
}

#bottom-left-menu a{
	color:#555555;
	text-decoration:none;
}

#bottom-left-menu a:hover{
	color:#fe9400;
}

/* end row-06 */

.content h1, .content h2, .content h3{
	margin-top:0px;
}
.content{
	min-height:180px;
}

/* begin orange-box */

.orange-box .title h3{
	display:inline;
	margin:0;
	padding:0;
	background-color:#ff6600;
	color:#ffffff;	
	font-family:arial;
	font-size:14px;	
	padding-top:4px;
}

.orange-box .title h3 span{
	padding-right:10px;
	padding-left:10px;
}

.orange-box .box{
	background-color:#ff6600;	
}

.orange-box .box .content{
	padding:10px;
	color:#ffffff;
}

.orange-box .box .content a{
	color:#555555;
}

/* end orange-box */

/* begin light-orange-box */

.light-orange-box .title h3{
	display:inline;
	margin:0;
	padding:0;
	background-color:#FF9900;
	color:#ffffff;	
	font-family:arial;
	font-size:14px;	
	padding-top:4px;
}

.light-orange-box .title h3 span{
	padding-right:10px;
	padding-left:10px;
}

.light-orange-box .box{
	background-color:#FF9900;	
}

.light-orange-box .box .content{
	padding:10px;
	color:#ffffff;
}

.light-orange-box .box .content a{
	color:#555555;
}

/* end light-orange-box */



/* begin light-grey-box */

.light-grey-box .title h3{
	display:inline;
	margin:0;
	padding:0;
	background-color:#d1d1d1;
	color:#333333;	
	font-family:arial;
	font-size:14px;	
	padding-top:4px;
}

.light-grey-box .title h3 span{
	padding-right:10px;
	padding-left:10px;
}

.light-grey-box .box{
	background-color:#d1d1d1;	
}

.light-grey-box .box .content{
	padding:10px;
}

.light-grey-box .box .content a{
	color:#ff6600;
}

/* end orange-box */



/* end layout ------------------------------------------------------------ */

/* begin misc. ------------------------------------------------------------ */

.clear{
	clear:both;
}

/* end misc. ------------------------------------------------------------ */

/*

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:1161px;
}

#front-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:15px;
}

#front-02_ {
	position:absolute;
	left:0px;
	top:15px;
	width:1000px;
	height:79px;
}

#front-03_ {
	position:absolute;
	left:0px;
	top:94px;
	width:1000px;
	height:45px;
}

#front-04_ {
	position:absolute;
	left:0px;
	top:139px;
	width:1000px;
	height:30px;
}

#front-05_ {
	position:absolute;
	left:0px;
	top:169px;
	width:1000px;
	height:23px;
}

#front-06_ {
	position:absolute;
	left:0px;
	top:192px;
	width:1000px;
	height:252px;
}

#front-07_ {
	position:absolute;
	left:0px;
	top:444px;
	width:1000px;
	height:14px;
}

#front-08_ {
	position:absolute;
	left:0px;
	top:458px;
	width:1000px;
	height:17px;
}

#front-09_ {
	position:absolute;
	left:0px;
	top:475px;
	width:1000px;
	height:308px;
}

#front-10_ {
	position:absolute;
	left:0px;
	top:783px;
	width:1000px;
	height:266px;
}

#front-11_ {
	position:absolute;
	left:0px;
	top:1049px;
	width:1000px;
	height:31px;
}

#front-12_ {
	position:absolute;
	left:0px;
	top:1080px;
	width:1000px;
	height:42px;
}

#front-13_ {
	position:absolute;
	left:0px;
	top:1122px;
	width:1000px;
	height:39px;
}

*/