/*HTML*/
html,body,#container
{
	margin:0 auto;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #646464;
	background: #FFFFFF url(../images/mainBg.JPG) repeat-y fixed center top;
}

a
{
	color: #6E6E70;
	text-decoration: none;
}

a:hover
{
	color: #6E6E70;
	text-decoration: underline;
}

blockquote p
{
	font-weight:bold;
}

/*ID (#)*/
#container
{
	width: 770px;
	position: relative;
	margin: 0 auto;
	background-color: white;
	padding:5px;
}

#center
{
	padding-left:75px;
}

#menu
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top:1px;
}

#menu li
{
	padding: 4px 0 4px 0px;
	margin-left:0px;
	border-bottom: 1px solid #494949;;
	color: #899BA9;
	font-size: 120%;
}

#menu li a
{
	color: #899BA9;
	font-size: inherit;
	text-decoration: none;
	background:#FFFFFF url(../images/layout/menu_bullet.gif) no-repeat scroll left center;
	padding-left:18px;
}
#menu li a:hover
{
	text-decoration:underline;
	color:red;
}
#breadcrumb
{
	clear:both;
	margin-bottom:10px;
	font-size:90%;
	margin-left:247px;
}

#quotewrapper #quotes blockquote {
	text-indent: 20px;
	background:url(../images/quotes/QuoteLeft.png) 0 2px no-repeat;
	margin-left:0px;
	width:180px;
	line-height:18px;
	height:300px;
}

#quotewrapper #quotes blockquote p 
{
	margin: 0;
	background: url(../images/quotes/QuoteRight.png) bottom right no-repeat;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#494949;
}

#quotewrapper #quotes blockquote .title
{
	float:right;
	font-style:italic;
	font-size:12px;
	line-height:45px;
}

/*Classess*/

.table 
{
	text-align:left;
}

.txtbox
{
	width:98%;
}

.imgBox
{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

.HeadTitle
{
	text-align:center;
	font-size:140%;
	font-style:italic;
	line-height:50px;
}

.HeadTitle span
{
	margin-left:100px;
	color:#494949;
}

.push
{
	padding-left:40px;
}

.layoutbox
{
	width: 724px;
	margin: 0 auto;
	position: relative;
}

.contentbox
{
	width: 460px;
	float: right;
	padding: 5px;
	margin-top:1px;
}

.leftbox
{
	width: 185px;
	float: left;
}

.footer
{
	border-top:solid 2px #494949;
	font-size: 90%;
	clear:both;
	width: 100%;
	height:70px;
}

.footer .left
{
	margin:0;
	float:left;
	padding-top:10px;
}
.footer .right
{
	margin:0;
	float:right;
	padding-top:10px;
}
.hover .hide
{
	visibility:hidden;
	position:absolute;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

.hover:hover .hide 
{
	visibility:visible;
	z-index:1;
	border:1px solid #494949; 
}

.hover .hide a
{
	background: #FFFFFF url('../images/layout/menu_bullet.gif') left center no-repeat;
	padding: 4px 0 4px 18px;
	margin: 0;
	font-size:100%;
	line-height:30px;
}

.none
{
	border-style:none;
}

.float , .floatInner, .imgAptify
{
  	float: left;
}

.imgAptify
{
	margin-right:3px;
	margin-bottom:3px;
}
.float img 
{
 	border-style:none;
	margin:6px;
}

.floatInner img , .floatLeft img
{
	border-style:none;
	margin:3px;
}

.float p, .floatInner p, .floatLeft p
{
	font-size:12px;
   	text-align: center;
   	font-weight:bold;
   	padding-bottom:5px;
	color: #899BA9;
}
 
.float img:hover
{
	margin:-6px;
	margin-right:18px;
	Padding-bottom:24px;
}

.floatInner img:hover
{
	margin:-3px;
	margin-right:9px;
	Padding-bottom:12px;
}

.float:hover p, .floatInner:hover p, .floatLeft:hover p
{
	color:red;
	text-decoration:underline;	
}

.pageTitle, .pageFooter
{
	Font-weight:bold;
}

.floatLeft
{
	float:left;
	left:20px;
	position:relative;
}

#description
{
	float:left;
	width:300px;
}

#descriptionAptify
{
	float:left;
	width:282px;
}

#description p,#descriptionAptify p 
{
	margin:0;
	padding-bottom:10px;
}

ul,#MoreDescription
{
	clear:both;
}