/* -------------------CSS Document------------------------
## Matthew Grace Architecture
## Last Updated: by Harry Nicolaidis
## Last Modified Date: 10/20/2008 9:07:33 PM
## Version: 1.00
-----------------------CSS Document----------------------- */
#norm{
line-height: 20px;
font-size: 20px;
}

body
	{
	margin-bottom:0px;
	margin-top:0px;
	background-color:#000000;
	background-position:top;
	background-repeat:repeat-x;
	}


p{
	font-family:"Helvetica 55 Roman","Helvetica95-Black",Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;
	}

select{ width:146px; }

input{ height: 20px; }

.submit{ height: 100%; }

div#outer_container 
	{
	width: 100%;
	margin:0px auto;
	}

div#content_container 
	{	
	width: 730px;
	margin:0px auto;
	}	

div#page_container 
	{
	width:700px;
	height: 337px;
	margin-top:200px;
	padding:10px;
	float:left;
	}

div#main_content 
	{	
	float:left;
	width: 100%;
	margin-top: 40px;
	background-color:#000000;
	}

div#left_container 
	{
	width:407px;
	float:left;
	}

div#middle_container 
	{
	width:340px;
	height: 100%;
	float:left;
	}
	
div#right_container 
	{
	width:250px;
	height: 100%;
	float:left;
	}
	
div#nav_container{
	float: left;
	width: 100%;
	}

div#rc_bottom_r{
	margin-top: 80px;
	float: right;
	text-align: right;
	text-transform: uppercase; 
	width:218px;
	}

div#rc_top_r{
	float: right;
	width: 100%;
	height: 250px;
	text-align: right;
	text-transform: uppercase;
	}

.normal_text{
	font-family: Myriad Pro,Tahoma,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #FFFFFF;
	}

.bullettext{
	font-family:"Helvetica 55 Roman","Helvetica95-Black",Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;
	list-style-type: none;
	}

.cmy_logo_txt{
	font-family: Arial Blck,Tahoma,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	}

.cmy_logo_txt_ltblue{
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 18px;
	color: #419fd4;
	font-weight: bold;
	}

h1{
	font-family: "Helvetica 55 Roman",Myriad Pro, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #419fd4;
	font-weight: normal;
	text-transform: uppercase; 
	padding:0px;
	margin:0px;
	}

.menu_active{
	color: #419fd4;
}

.cnct_us_r{
float: right;
width: 49%;
}

.cnct_us_l{
float: left;
width: 49%;
}

/* Begin Menu Navigation */
.menu {
	margin-top:0px;
	width: 100%;
	height: 37px;
	text-align:left;
	float:left;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu 
	{
	width:100%; w\idth:100%;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
	{
	margin: 0; 
	padding: 0; 
	background-color: transparent; 
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-family: "Helvetica95-Black",Myriad Pro, Tahoma, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
	}
.menu ul ul 
	{
	width:160px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
	{
	float:left;width:130px;position:relative;
	list-style: none;
	}
/* style the links for the top level */
.menu a, .menu a:visited
	{
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#fff; 
	width:80px; 
	height:20px; 
	background-color: transparent; 
	padding-left:1px; 
	padding-right:5px; 	
	line-height:20px;
	text-transform: uppercase;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
	{
	width:80px; w\idth:80px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
	{
	background:#transparent;
	}
/* style the second level hover */
.menu ul ul a.drop:hover
	{
	background:#transparent; 
	}
.menu ul ul :hover > a.drop 
	{
	background:#transparent ;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
	{
	background:#transparent;
	}
/* style the third level hover */
.menu ul ul ul a:hover 
	{
	background:#transparent;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
	{
	visibility:hidden;
	position:absolute;
	height:0;
	top:20px;
	left:0;
	width:80;
	}
/* another hack for IE5.5 */
* html .menu ul ul 
	{
	top:39px;
	t\op:40px;
	}

/* position the third level flyout menu */
.menu ul ul ul
	{
	left:149px;
	top:-1px;
	width:149px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
	{
	left:-149px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
	{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
	{
	background:#transparent; 
	color:#FFF; 
	height:20px; 
	padding-top: 3px;
	width:80px;
	line-height: 13px;
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	font-family: "Helvetica 55 Roman",Myriad Pro, Tahoma, sans-serif;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited 
	{
	width:80px;w\idth:80px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
	{
	color: #419fd4;
	background:transparent;
	}
.menu :hover > a, .menu ul ul :hover > a 
	{
	color:#008ABE;
	background:#transparent;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
	{
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
	{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
	{ 
	visibility:visible;
	}
	
.logoblock1{
	color: #FFFFFF;
	font-family: "Myriad Pro", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 16px;
	}

.logoblock2{
	color: #FFFFFF;
	font-family: "Myriad Pro", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	}

.logoblock3{
	color: #419fd4;
	font-family: "Myriad Pro", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 16px;
	}

