/*contact page*/
h1 {color:#3a6d8c; font-size:34px; line-height:40px; margin:0;}
h3 {color:#3a6d8c; font-size:22px; line-height:26px; font-weight:normal; margin:0 0 8px 0;}
img {border:0;}
#logo {margin-bottom:20px; width:300px;}
#logo h1 {color:#666; letter-spacing:-1px; font-weight:normal;}
#logo h1 span {color:#444; font-weight:bold;}
#logo .title {color:#999; font-size:12px;}

/*navigation bar*/
.nav-wrap { 
	border-top:    3px solid #333; 
	border-bottom: 3px solid #333; 
	background-color: #efefef; 
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

/* Example One */
#example-one { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 960px; 
}
#example-one li { 
	display: inline;	
}
#example-one a { 
	font-size: x-large;
	font-family: 'Amatic SC', cursive;color: #333;
	color: black; 
	padding: 6px 30px 4px 30px;
	text-decoration: none;
}
#example-one a:hover { 
	color: #ff6600; 
}
#magic-line { 
	position: absolute;
	bottom: -3px; 
	left: 0; 
	width: 100px; 
	height: 3px; 
	background: #fe4902;
}
.current_page_item a { 
	color: #ff6600 !important; 
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
header { padding: 100px 0 0 0; display: block; }
header h1 { width: 900px; margin: 0 auto; }

/*everything else*/
*								{margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;}
a								{color: #bb3300; text-decoration: none;}
a:hover							{color: #ff6600;}
#activelink						{}
#activelink a					{color: #f60;text-decoration: underline;}
body							{margin: 0 auto 0 auto;}
form							{padding: 30px;}
form div						{padding: 10px;}
fieldset						{border: 2px solid black; padding: 10 10 10 25;margin-bottom: 15px;}
legend							{color: #fff;background: #f60;border: 2px solid black;padding: 2px 6px;}
html							{}
#banner							{margin: auto; width: 900px;  height: 130px;}
#contactmark					{font-size: large;color: #333}
#content						{border-bottom:1px dotted #999; padding: 30 0 30 0; margin:auto;  min-height: 300px; width: 900px; background-color: white;}
#content p						{text-indent: 20px;}
#footer							{margin:auto; padding: 15 0 0 0; width: 900px;height: 70px;}
#footer a						{font-size: small;color: #333; padding-right: 50px;}
#footer a:hover					{color: #f60;}
#footer p						{font-size: x-small; color: #777}
#news							{font-size: small;color: #333;}
#news a							{}
.links 							{}
.links a						{font-size: x-large;font-family: 'Amatic SC', cursive;color: #333; padding: 7 25 7 25; background-color: white;}
.links a:hover					{color: #f60;text-decoration: underline;}
#primary_container				{}
.ptitle							{font-size: x-large;text-decoration: underline; font-family: 'Amatic SC', cursive; font-weight: bold;}
#title							{font-weight: bold; font-size: xx-large; font-family: 'Calligraffitti', cursive;}
#titlecolor						{color:#f60;font-family: 'Calligraffitti', cursive;}

input, select, text{
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#eee;
	font-family:Cambria, "Times New Roman", "Egyptian710 BT";
	font-size:small;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input:hover, input:focus {
	border-color:#f60;
	background:#ddd;
} 