@import url(undo.css);

html,body {
	margin:0;
	padding:0;
	color:#000000;
	background:#ffffff;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	padding:0 10px 10px 10px;
	min-width:760px;
}

.memberships {
float:right;
border:1px solid #FFCC66;
margin:10px 0 10px 10px;
padding:0 10px 0 10px;
width: 160px;
background:#FFFFFF
}

.memberships .title {
text-align:center;
font-size:112%;
font-stretch:expanded;
font-weight:bold;
}

.example {
clear:both;
border-bottom:1px solid #FECB65;
}

.example img {
margin:5px;
}

h1 {
	font-size:5em;
	position:relative;
	top:50px;
	left:240px;
	width:6em;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position:relative;
	top:55px;
	left:340px;
	font-size:.9em;
	letter-spacing:.6em;
	width:35em;
	text-transform:uppercase;
}

h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	border-bottom:2px dashed #6699FF;
	font-size:1.7em;
	font-variant:small-caps;
	margin-bottom:10px;
}

h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.5em;
	border-top:1px solid #FECB65;
	padding-top:1em;
	text-align:center;
	margin-top:1em;
	margin-bottom:1em;
}

input {
    border:1px solid #6699FF;
}

.highlight {
	font-size:112%;
	font-stretch:expanded;
	font-weight:bold;
}

#main li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:25px;
	padding-left:5px;
	margin-top:10px;
}

#main p {
	margin-bottom:1em;
	margin-top:1em;
	line-height:2em;
}

.defn {
	border:dashed 1px #6699FF;
	padding:10px;
	text-align:center;
	font-size:1.2em;
}

#footer {
	text-align:center;
	clear:both;
}
#wrap {
	width:760px;
	margin:0 auto;
}
#main {
	clear:both;
	margin:20px 40px;
}

#main a, a:link, a:active {
	color:#0D5BFF;
	text-decoration:none;
}

#main a:visited {
	color:#0D5BFF;
	text-decoration:line-through;
}

#main a:hover {
	color:#0D5BFF;
	text-decoration:none;
	border-bottom:1px solid #FFCC66;
}

/* CSS for the tabs starts here */
#header {
	height:240px;
	background:url(header.gif) 0 0 no-repeat;
	border-top:#FFFFFF 1px solid;
	margin-top:-1px;
}

#nav {
	float:left;
	width:760px;
	margin-top:-34px;
	font-size:0.94em;
	line-height:1em;
}
#nav ul {
	margin:0;
	padding:0 0 0 28px;
	list-style:none;
}
#nav li {
	float:left;
	margin:0 0 0 -1px;
	padding:0 0 0 6px;
	background:url(nav1.gif) 0 100% no-repeat;
}
#nav li:hover {
	background-position:-6px 100%;
}
#nav a {
	float:left;
	display:block;
	color:#000000;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	background:url(nav2.gif) 100% 100% no-repeat;
	padding:5px 14px 12px 8px;
	text-decoration:none;
}
#nav li:hover a {
	background-image:url(nav1.gif);
}
/* Hide from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	color:#000;
	text-decoration:underline;
}
#home #nav #t1,
#services #nav #t2,
#portfolio #nav #t3,
#about #nav #t4,
#contact #nav #t5 {
	background-position:-12px 100%;
	padding-left:26px;
	margin:0 2px 0 1px;
}
#home #nav #t1 a,
#services #nav #t2 a,
#portfolio #nav #t3 a,
#about #nav #t4 a,
#contact #nav #t5 a {
	background-image:url(nav2s.gif);
	padding-left:0;
	padding-right:19px;
}
#nav #t1,
#home #nav #t1 {
	margin-left:0;
}
#nav #t5,
#contact #nav #t5 {
	margin-right:0;
}