/* colors
Dk Blue 000066
lt blue 0000cc
Dk Orange ff5500;
orange ff8800;
Dk Green 006600;
green 00cc00;
*/

body{
width:800px;
margin:10px auto;
margin-top:20px;
padding:0;
font: 12px Arial, Helvetica, sans-serif;
text-align:left;
color: #555;
}
a:visited,
a:link{
color: #f80;
text-decoration: none;
font: 12px Arial, Helvetica, sans-serif;
}
a:hover{
color: #f50;
}
h1{
font-size: 20px;
line-height: 25px;
color: #555;
}
h2 {
font-size: 16px;
line-height: 22px;
color: #f80;
}


#menu{
margin-left:0;
}
#menu .sixty{
float:left;
margin:0 0 10px 0;
padding:0 8px ;
height: 30px;
border-width: 0 1px 0 0; 
border-style: solid;
border-color: #bbb;
}
#menu .sixty a{
color: #999;
text-decoration: none;
font-size: 20px; 
color: #5592DD;
line-height:30px;}

#menu .sixty a:hover{
color:#f80;
}
#main{
clear:both;
width: 100%;
}
.right{
float: right;}
.left{
 float: left;}
.clear{
height: 1px;
 width: 100%;
 clear:both;}

.tagbox{
float: right;
text-align: left;
padding: 5px; 
width: 240px;
height: 195px;
color: #bbb;
border: 1px solid #ddd;
}
.tagbox ul{
text-align: left;
list-style-type: none; 
}
.darkTxt{
color: #555;
font-weight: bold;
} 

.title{
float:right;
font-size: 20px; 
color: #5592DD;
line-height:30px;
}
.box1, .box2{
margin: 0 15px 5px 0;
padding-top: 10px;
width: 250px;
float: left;
}
.box3{
padding-top: 10px;
width: 250px;
float: right;
}
.boxTitle{
width: 100%;  
height: 25px;
font-size: 15px;
font-weight: bold;
line-height: 25px;
color:#f80;
}
.boxContent{
font-size: 11px;
line-height: 14px;
color: #555;}

.blue{
clear: both;
position:relative;
top: 5px;
bottom: 5px;
color: #fff;
background-color: #5592DD;
width: 100%;
font-size: 18px;
line-height: 30px;
text-align: right;
}
.blue .smallblue{
font-size: 12px;
vertical-align: bottom;
}
/* page styling */
.pagehead{
background-color: #ddd;
color: #fff;
font-size: 24px;
padding: 10px; 
width: 100%;
border-top: 1px solid #f80;
border-bottom: 2px solid #5592dd;
}
.portfoliomenu ul{
display: block;
margin: 0;
padding: 0;
}


.portfoliomenu li{
display: block;
margin: 5px 10px;
padding: 0;
line-height: 20px;
}
.portfoliomenu li a{
font-weight: bold;
}
.portfoliomenu li:hover{
background-color: #eee;
}


#footer{
clear: both;
width: 100%;
margin: 10px 0;
color: #555;
text-align:justify;
border-top: 1px solid #5592DD;
}
#footer a{
color:#006;
text-align:right;
}
#bottom{
width:100%;
margin:0;
color:#bbb;
}
