html {
height: 100%;
}

body {
height: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
background-color: #cccccc;
}

a:link, a:visited {
text-decoration:none;
color:#454545;
}

a:hover {
color: #428CE7;
}

.header {
background-image: url(../images/header_bg.png);
background-repeat: repeat-x;
width: 100%;
height: 103px;
padding-top: 15px;
}

.header_container {
width: 790px;
margin-left:auto; 
margin-right:auto;
}

.header_text {
font-family: Helvetica;
font-size: 18px;
color: #ffffff;
margin-left: 10px;
}

.header_tag {
font-family: Helvetica;
font-size: 10px;
color: #428CE7;
margin-left: 10px;
}

.logo{
width: 48px;
height: 48px;
float: left;
}

.menu_container {
background-image: url(../images/menu_bg.png);
background-repeat: repeat-x;
width: 100%;
height: 37px;
}

.menu {
width: 800px;
height: 100%;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 14px;
color: #454545;
}

.menu ul {
float:left;
padding:0;
margin:0;
width:50%;
}

.menu ul li {
float:left;
padding:0;
margin:0;
list-style:none;
}

.menu a:link {
text-decoration:none;
line-height:37px;
height:37px;
color:#ffffff;
padding:0 14px;
font-size: 14px;
}

.menu a:hover {
color: #428CE7;
background-image: url(../images/menu_highlighted.png);
background-repeat: repeat-x;
display: block;
}

.menu_selected a:link{
color: #0A2530;
background-image: url(../images/menu_selected.png);
background-repeat: repeat-x;
display: block;
}

.menu_selected a:hover{
color: #0A2530;
display: block;
}

.blue_table {
width: 100%;
height: 271px;
background-image: url(../images/blue_box_bg.png);
background-repeat: repeat-x;
}

.blue_table_content {
width: 800px;
height: 271px;
margin-left:auto; 
margin-right:auto;
}

.blue_table_text {
height: 271px;
width: 574px;
font-family: Helvetica;
font-size: 22px;
color: #ffffff;
text-align: justify;
}

.blue_table_text_small, .blue_table_text_small a:link {
font-family: Helvetica;
font-size: 12px;
color: #184D63;
text-align: justify;
text-decoration: none;
}

.blue_table_text_small a:hover {
text-decoration: underline;
}

.blue_table_image {
height: 271px;
width: 226px;
background-image: url(../images/apple_imac.png);
background-repeat: no-repeat;
background-position: bottom;
}

.shadow {
width: 100%;
height: 16px;
background-image: url(../images/shadow.png);
background-repeat: repeat-x;
}

.content_container {
width: 100%;
background-color: #ffffff;
}

.content {
width: 780px;
margin-top: 5px;
height: 100%;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
padding-bottom: 20px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
}

.bottom_blocks {
width: 780px;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
padding-bottom: 20px;
}

.block_spacer {
width: 18px;
}

.block1 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
text-align: justify;
}

.block2 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
text-align: justify;
}

.block3 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
text-align: justify;
}

.footer {
width: 780px;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
padding-bottom: 10px;
font-family: Helvetica;
text-align: center;
font-size: 10px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
}