﻿div.rounded-box
{
	position: relative;
	clear: both;
	/*padding-top: 15px;*/	
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-color: #E8EEFA;
	margin: 3px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	overflow: hidden;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside
{
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #E8EEFA;
	line-height: 40px;
}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner
{
	top: 0px;
	left: 0px;
}
div.bottom-left-corner
{
	bottom: 0px;
	left: 0px;
}
div.top-right-corner
{
	top: 0px;
	right: 0px;
}
div.bottom-right-corner
{
	bottom: 0px;
	right: 0px;
}

div.top-left-inside
{
	left: -8px;
}
div.bottom-left-inside
{
	left: -8px;
	top: -17px;
}
div.top-right-inside
{
	left: -25px;
}
div.bottom-right-inside
{
	left: -25px;
	top: -17px;
}

div.box-contents
{
	position: relative;	
	color: #000;
	/*padding:10px;*/ 	
}
body
{
}
div.rounded-box2
{
	position: relative;
	background-color: #FFFFFF;
	margin: 3px;
}

div.aboutus-rounded-box2
{
	position: relative;
	background-color: #FFFFFF;
	margin: 3px;
	width:98%;
	padding-left:25px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner2, div.bottom-left-corner2, div.top-right-corner2, div.bottom-right-corner2
{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #E8EEFA;
	overflow: hidden;
}

div.top-left-inside2, div.bottom-left-inside2, div.top-right-inside2, div.bottom-right-inside2
{
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #FFFFFF;
	line-height: 40px;
}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner2
{
	top: 0px;
	left: 0px;
}
div.bottom-left-corner2
{
	bottom: 0px;
	left: 0px;
}
div.top-right-corner2
{
	top: 0px;
	right: 0px;
}
div.bottom-right-corner2
{
	bottom: 0px;
	right: 0px;
}

div.top-left-inside2
{
	left: -8px;
}
div.bottom-left-inside2
{
	left: -8px;
	top: -17px;
}
div.top-right-inside2
{
	left: -25px;
}
div.bottom-right-inside2
{
	left: -25px;
	top: -17px;
}

div.box-contents2
{
	position: relative;
	padding: 8px 8px 0px 8px;
	color: #000;
}
div.contact-box-contents2
{
	position: relative;
	padding: 0px 8px 0px 8px;
	color: #000;
}
body
{
}
