/**
 * main.css
 */
body
{
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	/*font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Myriad, Verdana, sans-serif;
	font-size: 12px;	
	background: url('/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #275676;
}
	
#container
{
	width: 790px;
	margin: 0 auto;
	padding: 0 0;
	text-align: justify;
	color:#4e4e4e;
	line-height:130%;
}

#topMenu
{
	height: 140px;
	width: 790px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background: url('/images/head_bg.jpg');
}

#topMenu p
{
	margin: 0;
	padding-top: 82px;
	font-size:16px;
	color:#94e7fc;
}

#topMenu a
{
	font-weight: bold;
	color:#94e7fc;
	text-decoration: none;
}

#topMenu a.topLink:hover{
	color:#ffeec0;
	text-decoration:none;
}

#topMenu a.topLink:active{
	color:#f7da78;
	text-decoration:none;
}

.topMenuDivider
{
	margin: 0 12px;
}

.contactAddress
{
	margin-top: 9px; 
	padding-left: 19px; 
	line-height: normal;
	text-align: left;
}

#topcontactDiv
{
	background: #022f44;
}

#logoDiv
{
	overflow: hidden;
	height: 265px; 
	width: 100%;
	background: #022f44; 
}

#contactDiv
{
	float: left;
	overflow: hidden;
	height: auto;
	min-height: 240px;
	/*width: 196px;*/
	width: 204px;
	margin: 0 0;
	padding: 20px 20px 5px 30px;
	font-size: 11px;
	color: #80b6dd;
	background: url('/images/contact_bg.jpg') no-repeat;
}

#contactPhilippineDev
{
	margin-bottom: 3px;
	color: #f6f3a4;
	font-weight: bold;
}

#contactInfo
{
	margin: 0 0;
	line-height: 13px;
}

#certified
{
	width: 178px;
	margin-top: 35px; 
	vertical-align: middle;
}

#certifiedMore
{
	margin: 0 0;
	padding: 0 0;
	width: 176px;
	height: 100px;
	background-color: #275676; 
}

.contactDetail{
	color: #94e7fc;
	/*font-weight: bold;*/
	padding-left: 7px;
}

#content
{
	float: right;
	overflow: hidden;
	height: auto;
	min-height: 240px;
	width: 496px;
	margin: 0 0;
	padding: 20px 20px;
	background: #f9f8de;
}

#content h1
{
	height: 3px;
	width: 100%;
	margin: 0px;	
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #275576;
	padding-bottom: 25px;
	background: url('/images/hr.jpg') no-repeat bottom;
}

#hr
{
	font-size: 20px;
	font-weight: bold;
	color: #275576;
	height: 3px;
	width: 100%;
	margin: 0px;	
	padding: 0px 0 25px 0;
	background: url('/images/hr.jpg') no-repeat bottom;
}

.italic1 
{
	font-size: 14px;
	font-style: italic;
	color: #333333;
}

.italic2 
{
	font-size: 14px;
	font-style: italic;
	color: #b9650a;
}

#content a
{
	color: #3776A1;
	text-decoration: none;
	border-bottom: 1px dashed #E3E1A8;
}

#content a:hover
{
	background-color: #FFFFFF;
	border-bottom: 1px dashed #3776A1;
}

#content a:active
{
	border-bottom: 1px dashed #E3E1A8;
}

#footer
{
	clear: both;
	height: 60px;
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	background: url('/images/footer_bg.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	color: #f6f3a4;
}

#footer p
{
	margin: 0 0;
	padding: 26px 0 0 0;
	font-size: 11px;
}
