﻿body
{
	text-align: center;
	position:relative;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana;
	color: #c6cbd1;
	text-decoration: none;
	font-size: 70%;
}

a
{
	color: #fff;
	text-decoration: none;
	border: 0;
	font-weight: normal;
}

a:hover
{
	color: #C76316;
}

a:visited
{
	border: 0;
}



#pagewrap
{
	width: 763px;
	padding: 0;
	margin: 0;
	outline: 0;
	text-align: left;
	margin: auto;
}

#key
{
	height: 5px;
	background-color: #d68801;
}

#logo
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Main Navigation*/
#navbar
{
	height: 25px;
	border-top: solid 1px; 
	border-top-color: #4d5256;
	border-bottom: solid 1px; 
	border-bottom-color: #4d5256;
}

#navbar a
{
	outline: none;
	font-family: Verdana;
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}

#navbar a:hover
{
	color: #C76316;
}

#navbar ul
{
	margin-top: 6px;
}

#navbar ul li
{
	list-style: none;
	float: left;
	padding: 0 7px;
}



#footer
{
	border-top: solid 1px;
	border-top-color: #4d5256;
	color: #CCC;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 50px;
}

#copyright
{
    margin-top: 7px;
    text-align: left;
    float: left;
}

#siteby
{
    margin-top: 7px;
    float: right;
    text-align: right;
}

#siteby a
{
	color: #999;
}

#siteby a:hover
{
    color: #fff;
}

#MainContent
{
    min-height: 450px;
    height: auto;
    margin-top: 10px;
}

#homenav a
{
    color: #bdc3cb;
}



/*Generic Box Styling*/


.boxheader
{
    text-align: center;
	width: 763px;
	height: 17px;
	background: url(../images/boxheader.png) no-repeat;
}

.boxheader  h3
{
	padding: 8px;
	margin: 0;
	font-size: 8pt;
	font-family: Verdana;
	color: #EAECEC;
	font-weight: bold;
}

.boxheader  h3 a
{
	color: #FFF;
	font-weight: bold;
}

.boxheader  h3 a:hover
{
	color: #C76316;
}



/*Middle Boxes*/

.boxmainmid
{
	width: 763px;
	min-height: 160px;
	background: url(../images/boxmid.png) repeat-y;
}

.boxfooter
{
	height: 15px;
	background: url(../images/boxfooter.png) no-repeat;
	width: 763px;
	margin-bottom: 15px;
}

/*Bottom Boxes*/

.boxmainbot
{
	min-height: 204px;
	background-color: #2f3438;
	background: url(../images/boxfooter.png) no-repeat;
}

#welcomebox
{
	width: 756px;
	float: left;
	margin-top: 15px;
	
	
}

/* End */

/*content*/

.contenttext
{
    margin-left: 20px;
    padding-top: 10px;
}

.contenttext img
{
    margin-right: 15px;
    /*float: right;*/
    margin-bottom: 15px;
}

.contenttextnimage
{
    margin-left: 15px;
	padding-top: 10px;
}

.contenttextnimage a
{
    color:#FFF;
}

.contenttextnimage a:hover
{
    color:#C76316;
}

.contenttextnimage p
{
    width: 529px;
    /*float: left;*/
    margin-right: 10px;
}

.boxsubtitle
{
	font-size: 150%;
	color:#FFF;
	padding-top: 10px;
	margin-left: 0px;
	text-align: left;
}

h5
{
    float: left;
    width: 500px;
    margin-right: 10px;
}


.contenttext p
{
    margin-right: 10px;
    float: left;
}


.largetextbox
{
	float: left;
	margin-bottom: 15px;
	width: 763px;
}



/* IAN ADDED */


.largetextboximage
{
	float: right;
	margin-top:0px;
	margin-right:24px;
}


/*Top Header Box*/

.bigheader
{
    float: left;
    /*margin-right: 100px;*/
}

.bigheader h3
{
    font-size: 130%;
    margin-top: 15px;
}

.bigheader h4
{
	margin-top: -21px;
    margin-left: -2px;
    font-size: 300%;
}

/* Columns for Header Bar*/

/* Margin altered in indiviual css files */

.colLeft
{
   float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}


.colMid
{
   float: left;
	margin-top: 0px;
	margin-left: 20px;
}


.colRight
{
   float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 21px;
}



.largetextbox .content
{
    margin-left: 50px;
    padding-top: 10px;
}


/*End */

#activelink a
{
    color: #C76316;
}



