
* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	background: #9e9dbe url(images/bg_tile.png) repeat;
}

#wrapper {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #fff;
}

#header {
	background: #ffffff url(images/index_header.jpg) no-repeat right top;
	height: 155px;
}

#header h1 {
	height: 140px;
	width: 400px;
	float: left;
	padding: 10px 0 0 10px;
	overflow: hidden;
	position: relative;
}

#header h1 a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

#header h1 a span {
	position: absolute;
	height: 100%;
	width: 100%;
	
}






/* navigation */

#globalnav {
	float: left;
	margin:0px;
	padding: 0px 0px 0px 120px;
	font-size: 14px;
	width: 660px;
		list-style:none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	clear:both;
	background: url(images/nav_bg.png) top left repeat-x;

	}

#globalnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;

}

#globalnav a {
	margin: 0px 0px 0px 0px;
	padding: 7px;
	color: #FFFFFF;
	text-decoration:none;
	list-style-type: none;
	float: left;
}

#globalnav a:hover, body#intro #n-intro a{
	text-decoration:none;
	background: #e3e191 url('images/nav_roll_bg.png');
	color:#666666;
	
	
}




/* @group Sub page */

#content {
	background: #fff url(images/bg_gradient.gif) repeat-x top left;
}


#content .main {
	float: left;
	
	margin-left: 0px;
	padding-top: 48px;
	padding-left:190px;
	width: 418px;
}

#content .main h2 {
	float: left;
	font-size: 19px;
	line-height: 1.2;
	color: #000;
	width: 155px;
	height: 150px;
	margin-bottom: 7px;
	/*background: url('images/drop_cap.gif') no-repeat; */
}

#content .main p, content .main ul, content .main li{
	
	font-size: 12px;
	padding-bottom: 10px;
	color: #6b69a3;
	line-height: 13pt;
}

#content .main ul, #content .main li {
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 5px;
	color: #ffffff;
	line-height: 13pt;
	
}

#content .main li {
list-style-type: disc;
}


#content .main ul li, content .main ol li {
	padding-bottom: 3px;
}

#content .main a {
	color: #f568ae;
}

#content .main img {
float: left;
padding: 0px 0px 0px 0px;

}


/* main sub pages */



#content .main-sub {
	float: left;
	
	margin-left: 20px;
	padding-top: 48px;
	padding-left: 10px;
	width: 418px;
}

#content .main-sub h2 {
	float: left;
	font-size: 19px;
	line-height: 1.2;
	color: #000;
	width: 155px;
	height: 150px;
	margin-bottom: 7px;
	/*background: url('images/drop_cap.gif') no-repeat; */
}

#content .main-sub p, content .main-sub ul, content .main-sub li{
	
	font-size: 12px;
	padding-bottom: 10px;
	color: #6b69a3;
	line-height: 13pt;
}

#content .main-sub ul, #content .main-sub li {
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 5px;
	color: #ffffff;
	line-height: 13pt;
	
}

#content .main-sub li {
list-style-type: disc;
}


#content .main-sub ul li, content .main-sub ol li {
	padding-bottom: 3px;
}

#content .main-sub a {
	color: #f568ae;
}

#content .main-sub img {
float: left;
padding: 0px 0px 0px 0px;

}

#content .main-sub h1 {
font-weight: normal;
font-size: 20px;;
color: #9e9cc8;
padding: 0px 0px 10px 0px;

}



/* end sub */


#side_img {
float: left;
padding: 30px 0px 40px 50px;
}



#footer {
	clear: both;
	background: url(images/footer-bg.gif) repeat-x left bottom;
	padding: 8px;
	font-size: 10px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
}

#footer .coinfo {
	float: left;
	color: #ffffff;
}

.coinfo a {
	
		color: #ffffff;

}


#footer .right {
	float: right;
	font-size: 10px;
	
	color: #fff;
}

.right a {
	
		color: #ffffff;

}


#footer a {
	text-decoration: none;
}

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





.foot-links {
	text-align: center;
	font: 11px Helvetica, Arial, verdana, sans-serif;
	margin-top: 40px;
	margin-bottom: 5px;
	color: #f9aed4;
}

.foot-links a {
	text-decoration: none;
	color: #f9aed4;
}

.foot-links a:hover {
	text-decoration: underline;
}


.pam-photo {
	float: left;
}












/* @group Clearers! */

.clearer {
	clear: both;
}

#header:after, .menu:after, #bottom-banners:after, #footer:after, #s-footer:after, #s-content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header, .menu, #bottom-banners, #footer, #s-footer, #s-content {
	min-height: 0;
}

/*ie5nono\*/
* html #header, * html .menu, * html #bottom-banners, * html #footer, * html #s-footer, * html #s-content { height: 1%; }
/*ie5yesyes*/

/* @end */



