/* CSS Document */

h1									{font-size:24px;
									 color:#6838E3;
									 padding:0;
									 font-weight:normal;}

h2									{font-size:16px;
									 color:#6838E3;
									 padding:0 0 0 0;
									 font-weight:bold;}
									 
.under_redevelopment				{font-size:16px;
									 color:#333333;
									 font-style:italic;}

									 
body								{margin: 0 0 0 0;
									 padding: 0 0 0 0;
									 background-color:#FFFFFF;
									 font-family:Arial, Helvetica, sans-serif;
									 font-size:13px;
									 color:#333333}

#container							{width:760px;
									 margin-left:auto;
									 margin-right:auto;
									 margin-top:0;
									 text-align:center;}

#content							{width:760px;
									 margin:0 auto;
									 text-align:left;}



/* Logo area starts here */
#logo_container						{width:760px;}

#logo								{width:203px;
									 float:left;}

#phone_number						{width:293px;
									 float:right;}
/* Logo area ends here */

/* Nav bar area starts here */
#navbar								{width:760px;
									 height:24px;}
									 
#menu_holding {
width: 760px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:7px; 
color:#279DD4;
background-color:#279DD4;
height:10px;
float:left;
}
/* Nav bar area ends here */

#main_content_container				{width:760px;}

#main_content_holding				{width:760px;
									 float:left;
									 margin:30px 0 0 0;}
									 
									 
/* Footer area starts here */
#footer								{font-size:11px;
									 text-align:center;
									 padding:10px 10px 10px 10px;
									 border-top:#DDDDDD 1px solid;
									 margin:20px 0 0 0;}
									 
.altmenu							{font-size:12px;
									 margin:0 0 20px 0;}
									 
.altmenu a							{color:#333333;
									 text-decoration:none;}
									 
.altmenu a:hover					{color:#333333;
									 text-decoration:underline;}
									 
#disclaimer							{width:557px;
									 margin:0 0 40px 0;
									 font-size:11px;
									 text-align:left;
									 color:#333333;
									 line-height:18px;
									 padding:0 0 0 0;
									 display:block;}
									 
#disclaimer_sub						{width:760px;
									 margin:0 0 40px 0;
									 font-size:13px;
									 text-align:left;
									 color:#333333;
									 line-height:18px;
									 padding:30px 0 0 0;
									 display:block;}
									 
.apr								{font-size:20px;}
/* Footer area ends here */


p									{line-height:19px;}

.small								{font-size:11px;}


.clearfloats						{clear:both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */