body
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.65;
    color: #565454;
}

a
{
    color: #83a828;
}

a:visited
{
    color: #83a828;
}

em
{
    font-style: italic;
}

.sidebar p
{
	padding-left: 9px;
	padding-top: 1px;
}

.sidebarheading
{
    color: #aa9e82;
    font-size: 19px;
    font-weight: normal;
}

.sidebarheading em
{
    color: #97b328;
    font-style: normal;
}

h1
{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

h2
{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

h3
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

h4
{
    color: #83A828;
    font-size: 18px;
    font-weight: bold;
}

h5
{
    color: #5db3dd;
    font-size: 14px;
    font-weight: bold;
    padding:0;
    margin:0;
}



/*****HOME PAGE*****/
#homeBox1
{	
	width:221px;
	height:281px;
	background: url('/images/home_box_base.gif') bottom no-repeat;
	padding-bottom:7px;
	margin-right:10px;
}

#homeBox2
{	
	width:221px;
	height:281px;
	background: url('/images/home_box_base.gif') bottom no-repeat;
	padding-bottom:7px;
}

#homeBox1Title
{
	width:202px;
	height:34px;
	background: url('/images/home_box_1_title.gif') bottom no-repeat;
	padding:10px 0 0 19px;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}

#homeBox2Title
{
	width:202px;
	height:34px;
	background: url('/images/home_box_2_title.gif') bottom no-repeat;
	padding:10px 0 0 19px;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}

#homeBox3Title
{
	width:202px;
	height:34px;
	background: url('/images/home_box_3_title.gif') bottom no-repeat;
	padding:10px 0 0 19px;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}

#homeBox1Image
{
	background: url('/images/home_box_1_image.jpg') no-repeat;
	height:80px;
} 

#homeBox2Image
{
	background: url('/images/home_box_2_image.jpg') no-repeat;
	height:80px;
} 

#homeBox3Image
{
	background: url('/images/home_box_3_image.jpg') no-repeat;
	height:80px;
} 

#homeBox1Content
{
	background: url('/images/background_homeBox.gif') repeat-y;
	height:159px;
	padding:0 10px 0 20px;
} 

#homeBox2Content
{
	background: url('/images/background_homeBox.gif') repeat-y;
	height:141px;
	line-height:16.5px;
	padding:18px 0 0 20px;
} 


#homeBox3Content
{
	background: url('/images/background_homeBox.gif') repeat-y;
	height:159px;
	padding:0 10px 0 20px;
} 

#homeBox1List
{
	color:#5aa6cc;
	list-style-position: outside;
	padding:18px 0 0 13px;
	list-style-image: url(/images/listArrow.gif);
}

#homeBox1List li a
{
	color:#5aa6cc;
	text-decoration:underline;
}

#homeBox1Content a
{
	color:#5aa6cc;
	text-decoration:underline;
} 


#homeBox3Content a
{
	color:#D1A016;
	text-decoration:underline;
} 

#homeBox3List
{
	color:#d1a016;
	list-style-position: outside;
	padding:18px 0 0 13px;
	list-style-image: url(/images/listArrow.gif);
}

#homeBox3List li a
{
	color:#d1a016;
	text-decoration:underline;
}

/*****OUR WORK*****/
#infoBoxContainer
{
    width:412px;
    height:138px;
}

#infoBoxImage
{
	width:133px;
	height:138px;
	float:left;
}

#infoBoxRightContainer
{
	width:258px;
	float:right;
	padding-left:19px;
}

#infoBoxText
{
	height:102px;
}

#infoBoxButton
{
	height:35px;
	padding-bottom:1px;
}

/*****LIST ITEMS*****/

ul li
{
    list-style: disc none outside;
    margin-left: 14px;
}

ol li
{
    list-style: decimal none outside;
    margin-left: 18px;
}


