/*///////////////////////////////////////////////
	Perfect Match Stylesheet (all media types)
///////////////////////////////////////////////*/

/*///////////////////////////////////////////////
	General
///////////////////////////////////////////////*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: white;
}

#page {
	width: 780px;
	margin: 0 auto;
	padding-top: 10px;
	background: white;
}

div.clearer {
	clear: both;
}

/*///////////////////////////////////////////////
	Header
///////////////////////////////////////////////*/

#header {height: 210px; width: 780px; overflow: hidden;}

#header img.logo {float: left;}

#header img {float: right; margin-bottom: 18px;}

#header p {
	font-weight: bolder;
	font-style: italic;
	padding: 0px 10px 10px 25px;
	font-size: 125%;
	line-height: 120%;
}

#header p strong {
	color: #ED486C;
}

#header p.name {
	font-size: 80%;
	padding: 0px 10px 0px 25px;
}
/*///////////////////////////////////////////////
	Nav
///////////////////////////////////////////////*/
#nav {
	width: 780px; 
	height: 36px;
	background: #484848;
	overflow: hidden;
}

#nav ul {
	list-style: none;
	margin-left: 18px;
}

#nav ul li {
	display: inline;
}

#nav ul li a,#nav ul li a:link,#nav ul li a:visited {
	float: left;
	text-decoration: none;
	color: white;
	padding:11px 12px;;
}

#nav ul li a:hover {
	color: #ED486C;
}

#nav ul li a.current,#nav ul li a.current:link,#nav ul li a.current:visited {
	color: white;
	background: #ED486C;
}
/*///////////////////////////////////////////////
	Banner
///////////////////////////////////////////////*/
#banner {
	height: 84px;
}

#banner img {
	float: left;
}

/*///////////////////////////////////////////////
	Left Column
///////////////////////////////////////////////*/
#newprofiles {
	width: 223px;
	background:#F6BFC1;
	float: left;
	font-size: 95%;
	padding-left: 11px;
}

#newprofiles h2{
	margin: 0;
	padding: 0;
	font-size: 105%;
}

#newprofiles .profile {
	border-bottom: 1px solid #CEA3A5;
	margin: 0 10px;
	padding: 10px 0;
}

#newprofiles .profile p {
	padding: 0;
}

#newprofiles .profile p strong {
	color: #666;
}

#newprofiles .profile img {
	float: right;
}
/*///////////////////////////////////////////////
	Center Column
///////////////////////////////////////////////*/
#center {
	clear: none;
	margin-left: 240px;
	width: 385px;
	text-align: justify;
}

/*///////////////////////////////////////////////
	Right Column
///////////////////////////////////////////////*/
#latest {
	float: right;
	width: 130px;
	border-left: 1px solid #ACAEB0;
	margin-top: 15px;
	padding-left: 6px;
	padding-top: 0;
	font-size: 80%;
}

#latest a,#latest a:link,#latest a:hover {
	text-decoration: none;
	color: #EC3C63;
}

#latest a:hover {
	text-decoration: underline;
	color: #ED486C;
}

#latest p {
	padding: 0;
	margin: 5px 0 0 5px;
}

#latest h3{
	padding: 0;
	font-size: 11pt;
}

#additional_content {
	float: right;
	position: relative;
	left: 152px;
	top: 0px;
	width:150px;
	margin-left: -150px;
}

#additional_content p {
	padding: 0;
	margin: 5px 0 0 5px;
}

#additional_content h3 {
	font-size: 15px;
}
/*///////////////////////////////////////////////
	Footer
///////////////////////////////////////////////*/
#footer {
	width: 780px;
	clear: both;
	display: block;
	font-size: 85%;
	text-align: right;
	padding-bottom: 20px;
}

#footer a,#footer a:link,#footer a:visited {
	color: #747577;
	text-decoration: none;
	margin: 0 3px;
}

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

/*///////////////////////////////////////////////
	Content Tags
///////////////////////////////////////////////*/
h1, h2, h3, h4 {
	color: #ED486C;
	padding: 8px 10px 0px 0px;
}	

h2 {
	padding: 8px 10px 0px 0px;
}

h3 {
	padding: 7px 10px 0px 0px;
}

h4 {
	padding: 2px 10px 0px 0px;
}

p {
	padding: 5px 10px 8px 0px;
	line-height: 160%;
	
}

a img {
	border: 0;
}

#center img {
	float: right;
	border: 1px solid #F59CB0;
	padding: 10px;
	margin: 5px;
}

#center img:hover {
	border: 1px solid #ED486C;
}

body a,body a:link,body a:visited {
	color: #ED486C;
	//text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#center ul {
	margin: 10px 20px;
}

#center li {
	margin: 2px 0px;
}

blockquote {
	font-size: 130%;
	font-weight: bolder;
	font-style: italic;
	
}
/*///////////////////////////////////////////////
	Forms
///////////////////////////////////////////////*/
form {
	width: 300px;
	clear: none;
	padding: 10px 0;
}

label {
	background: url(images/message_background.png) repeat-x 0 -100px;
	display: block;
	margin: 10px 0;
	padding: 5px;
}

label span {
	width: 126px;
	float:left;
	margin-top: 3px;
	color: #333;
	font-size: 8pt;
}

input#submit, input.submit {
	padding: 3px 6px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px 15px;
	width: 310px;
	margin: 10px 0;
}

fieldset legend {
	color: #666;
}

fieldsset.hiddenfieldset {
	display: none;
}

fieldset#general_information {
	display: block;
}

select {
	width: 168px;
}

#general_information input.back {
	display: none;
}

textarea {
	width: 300px;
	height: 100px;
}

input.back {
	float: left;
}

input.forward {
	float: right;
}

/*///////////////////////////////////////////////
	Table
///////////////////////////////////////////////*/

table {
	width: 370px;
	padding: 0;
	margin: 0;
	border: 1px solid white;
	font-size: 85%;
}

table th {
	text-align: left;
	background: black;
	color: white;
	padding: 3px 5px;
	font-weight: normal;
}

table tr.alternate {
	background: #FEF1F4;
}

table td {
	padding: 0 0 0 5px;
}

/*///////////////////////////////////////////////
	Messages
///////////////////////////////////////////////*/

p.message_notice, p.message_critical, p.message_warning {
	width: 300px;
	background: white url(images/message_background.png) repeat-x top left;
	border: 1px solid #FEF1F4;
	padding: 10px;
	margin: 15px;
}

/*///////////////////////////////////////////////
	Buttons
///////////////////////////////////////////////*/

a.button_sml,a.button_sml:link,a.button_sml:visited {
	padding: 3px 5px;
	margin: 5px;
	border: 1px solid #ED486C;
	line-height: 300%;
	background: url(images/message_background.png) repeat-x;
	text-decoration: none;
}
a.button_sml:hover {
	background: white;
	text-decoration: none;
}

a.add, a.edit, a.delete, a.back {
	background: url(images/aedb.png) no-repeat;
	padding: 2px 0 2px 24px;
	margin: 0 5px;
	width: 20px;
	line-height: 30px;
}

a.add, a.add:link, a.add:visited {
	background-position: 0px 0px;
}

a.add:hover {
	background-position: 0px -20px;
}

a.edit, a.edit:link, a.edit:visited {
	background-position: 0px -80px;
}

a.edit:hover {
	background-position: 0px -100px;
}

a.delete, a.delete:link, a.delete:visited {
	background-position: 0px -40px;
}

a.delete:hover {
	background-position: 0px -60px;
}

a.back, a.back:link, a.back:visited {
	background-position: 0px -120px;
}

a.back:hover {
	background-position: 0px -140px;
}

/*///////////////////////////////////////////////
	Sect
///////////////////////////////////////////////*/
div.sect {
	margin: 10px;
	margin-left: 0;
	padding: 10px 0px 0px 0;
	border-top: 1px solid #ACAEB0;
}

div.sect h2 {
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
	font-size: 14pt;
	padding: 0;
	margin: 0;
}

div.sect h3 {
	font-weight: normal;
	font-size: 10pt;
	padding: 0;
}

daiv.sect h2 a{
	text-decoration: none;
}

div.sect a.morelink {
	font-size: 8pt;
}

div.sect a,div.sect a:link,div.sect a:visited {
	text-decoration: none;
}

div.sect a:hover {
	text-decoration: underline;
}

div.sect h4 {
	color: black;
	font-style: italic;
}

div.sect strong {
	color: #ED486C;
}
