/* Start of CMSMS style sheet 'Sky' */
*
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

p, ul, ol, table, form, h1, h2, h3, h4, h5
{
	margin-bottom: .5em;
}

img
{
	border: none;
}

.clear
{
	clear: both;
}

div#Container
{
	width: 760px;
	height: 612px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	background-image: url(/images/back.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div#Nav_Holder
{
	position: absolute;
	z-index: 2;
	width: 695px;
}

div#Nav
{
	padding: 30px 0 0 35px;
}

div.Nav
{
	float: left;
	padding-right: .5em;
	margin-right: .5em;
	border-right: 1px solid #6495ED;
	font-size: 80%;
}
div.Nav.last
{
	border-right: none;
}

div.Nav a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div.Nav a:hover
{
	text-decoration: underline;
}

div.Nav a.current
{
	color: #75a654;
}

div#SubNav_Holder
{
	clear: left;
	padding: 0 70px 0 35px;
}
div#SubNav
{
	border-top: 1px solid #6495ED;
	padding-top: 2px;
}
div.SubNav
{
	float: left;
	padding-right: .5em;
	margin-right: .5em;
	border-right: 1px solid #6495ED;
	font-size: 70%;
}
div.SubNav.last
{
	border-right: none;
}
div.SubNav a
{
	text-decoration: none;
	color: black;
}
div.SubNav a:hover
{
	text-decoration: underline;
}
div.SubNav a.current
{
	color: #75a654;
}

div#Content_Holder
{
	position: absolute;
	z-index: 2;
	width: 431px;
	height: 316px;
	margin-top: 98px;
	margin-left: 45px;
	overflow: auto;
}
div#Content
{
	padding: 6px;
	font-size: .9em;
	text-align: justify;
	padding-right: 12px;
}

div#Logo_Holder
{
	position: absolute;
	margin-top: 302px;
	margin-left: 500px;
}

div#Logo_Holder a
{
	display: block;
}

div#Services_Holder
{
	position: absolute;
	z-index: 2;
	margin-top: 100px;
	margin-left: 500px;
}

div#Tag_Holder
{
	margin-top: -110px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
div#Tag
{
	position: absolute;
	z-index: 1;
	margin-left: 494px;
	width: 235px;
	color: white;
	font-size: 80%;
	font-weight: bold;
}

div#Copyright_Holder
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.5em;
	display: none;
}
div#Copyright
{
	float: right;
	font-size: 80%;
	padding-right: 10px;
	color: #6C9D31;
}

div.BoxNW
{
	background-image: url(/images/RoundNW.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.BoxNE
{
	background-image: url(/images/RoundNE.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div.BoxSE
{
	background-image: url(/images/RoundSE.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.BoxSW
{
	background-image: url(/images/RoundSW.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 760px;
	height: 612px;
}

div#Kite
{ 
	position: absolute;
	z-index: 1;
}

div#QuestionList
{
	margin-bottom: 3em;
}

div#QuestionList div.Question
{
	padding-left: 12px;
	background-image: url(/images/bullet.gif);
	background-position: 3px .5em;
	background-repeat: no-repeat;
}

div#FAQ
{
}

div#FAQ div.FAQ
{
	margin-bottom: 1em;
}

div#FAQ div.FAQ div.Question
{
	font-weight: bold;
	margin-bottom: .25em;
}

div#FAQ div.FAQ div.Answer
{
}

/* End of 'Sky' */

