@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; }

p {padding:10px 0}
h1 {font-size:2em; color:#4F2683}
h2 {font-size:1.2em; color:#4F2683}

#servicepage h2 {font-size:1em; color:#4F2683; margin:10px 0 }
#servicepage h2 a:hover { text-decoration:underline}


a {color: #4F2683}
.header {background:url(../images/skeleton/heading-tile.gif) repeat-x; height:103px}
.headerinner {width:846px; margin:0 auto; position:relative}
.stop-watch {display:block; position:absolute; left:0px; padding:10px; height:50px; z-index:1;}

.logo {padding-left:180px; padding-top:30px}
.wrapper {
	width:846px; margin:0 auto; 
	background:url(../images/skeleton/watermark.gif) bottom left no-repeat; 
	border-left:3px solid #d7d1e6;
	border-right:3px solid #d7d1e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding-top:40px
	}
.lowerwrapper {width:852px; margin:0 auto; height:20px; background:url(../images/skeleton/lower-curve.gif) no-repeat}

.page-text {width:400px; float:left; padding-left:160px;}

.servicepara {display:none; background:#F4F3F8; padding:10px}

.clearfloat {clear:left}

ul {padding-left:40px}

/* Rounded corner box */
.rbroundbox { background: url(../images/skeleton/nt.gif) repeat; float:left }
.rbtop div { background: url(../images/skeleton/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/skeleton/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/skeleton/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/skeleton/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 250px; margin: 0 0 0 20px; }


/* Nav */
ul.nav { float:right; padding-top:65px; font-size:0.9em; font-weight:bold }
ul.nav li {display:inline; list-style:none; float:left; margin-right:2px}
ul.nav li a{background:url(../images/skeleton/nav-tab.gif) no-repeat; display:block; width:84px; height:35px; text-align:center; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; text-decoration:none; padding-top:5px }
ul.nav li a:hover {background:url(../images/skeleton/nav-tab.gif) bottom no-repeat; color:#330066;  }
#servicepage ul.nav li.services a, #homepage ul.nav li.home a, #aboutpage ul.nav li.about a, #contactpage ul.nav li.contact a {background:url(../images/skeleton/nav-tab.gif) bottom no-repeat; color:#330066;}


#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 1em;
	background: #F4F3F8; 
	color: #4F2683;
	margin: 0 0 4px 0;
	padding: 10px;
}

