/***********************************************/
/* Use with 4xg site 2008                      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 20px;
	background:#006699;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
}

a:link, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
list-style-type:square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#main_container {
margin-left:auto;
margin-right:auto;
text-align:left;
background-color:#fff;
width:800px;
padding: 0px 5px;
border-right:solid 1px #ddd;
border-left:solid 1px #ddd;
line-height:18px;

}

div#header {
clear:both;
background-color:#fff;
height:140px;
width:800px;
padding-top:10px;
background-image: url(../images/headerbar2.jpg);
background-repeat:no-repeat;
}

div#logo {
float:left;
width:300px;
padding-bottom:50px;
text-align:left;
}

div#top_nav {
padding-top:0px;
float: right;
width:350px;
text-align:right;
font-size:80%;
}

#top_nav a:link, #top_nav a:visited{
	color: #006699;
	text-decoration: none;
	padding:5px;
}

#top_nav a:hover {
	text-decoration: underline;
}

#masthead{
	margin: 0;
	padding: 50px 0px;
	border-bottom: 10px ridge #cccccc;
	width: 100%;
}

#navBar{
	width:22%;
	padding: 0px;
	padding-top:40px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:90%;
}

#navbar2 {
line-height:30px;
width:800px;
background-color: #A91649;
}

#uppernavbar {
width:800px; min-width:800px;
background-color: #A91649;
line-height:30px;
}

#uppernavbar a:link, #uppernavbar a:visited  {
line-height:30px;
text-decoration:none;
color:#fff;
display:block;
float:left;
font-size:14px;
font-family:Trebuchet MS;
width:95px;
text-align:center;
background-color: #A91649;
padding:5px;
}

#uppernavbar a:hover {
background: #89123C;

}

#content{
  float: right;
	width: 73%;	
	margin: 10;
	padding: 40px 1% 0 0;
}
#content ul {
list-style-position:outside;
list-style-image:url(../images/arrow.png);
}

#content h2 {
border-bottom:dotted;
border-bottom-color: #999999;
border-bottom-width:thin;
margin-left:0px;
padding-left:10px;
padding-bottom:10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 5px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 5px 10px;
	font-size:150%;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 25px 0px 10px;
white-space: nowrap;
text-align:right;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: inline;
}

#globalNav a {
	font-size: 90%;	
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	font-size: 125%;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
padding: 0px 0px 0px 0px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.story ul {
padding-bottom:10px;
margin-left:25px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	text-align: center;
	font-size: 75%;
	color: #cccccc;
	padding: 30px 0px 0px 325px;
	margin-top: 0px;
	background-image:url(../images/illustration_bottom.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align:  middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #relatedLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;

	font-size: 90%;
}


#sectionLinks h3{
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:"Courier New", Courier, mono;
	font-size:150%;
	font-variant:small-caps;
	background-color: #A91649;

	}

#sectionLinks a:link, #sectionLinks a:visited{
	padding: 2px 0px 5px 10px;
	text-decoration:none;
	width: 100%;
	width: auto;
	background-image:url(../images/cellbg3.jpg);
	background-repeat:repeat-x;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	background-image:url(../images/indent1.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration:none;
	padding: 2px 0px 5px 10px;
}

#sectionLinks ul ul a:link, #sectionLinks ul ul a:visited{
	font-size:95%;
	font-style:italic;
	color: #660033;
	padding: 2px 0px 5px 20px;
	text-decoration:none;
	width: 100%;
	width: auto;
	background-image:url(../images/cellbg5.jpg);
	background-repeat:repeat-x;
}

#sectionLinks ul ul a:hover{
	font-size:95%;
	background-color: #dddddd;
	background-image:url(../images/indent1.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration:none;
	padding: 2px 0px 5px 20px;
}


/*********** .relatedLinks styles ***********/

#relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-top:1px solid #ccc;
}

#relatedLinks a:link, #relatedLinks a:visited{
	padding: 2px 0px 5px 10px;
	width: 100%;
	width: auto;
}
#relatedLinks h3{
	padding: 20px 0px 5px 0px;
	vertical-align:middle;
	color:#A91649;
	font-weight:bold;
	font-family:"Courier New", Courier, mono;
	font-size:100%;
	font-variant:small-caps;
	text-align:center;	
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************* #portfolio styles ***************/

.portfolio1 {

float:right;
background-color:#F2F0FF;
margin:15px 1px;
padding:5px;
font-size:90%;
}

.portfolio2 {
float:left;
background-color:#E5E5E5;
margin:15px 1px;
padding:5px;
font-size:90%;
}

.portfolio{
	font-size: 90%;
	background-color: #E5E5E5;
	width:98%;	

}

#table.portfolio {
  width: 100%;
	padding: 100px;
	margin: 0px;
}

.portfolio img {
padding:15px;
}

.portfolio h3 {
font-size:150%;

}

/************* #hostbox styles ***************/

.hostbox ul {
padding-bottom:10px;
margin:0px;
}


#hostbox {
width:160px;
margin-top:10px;
float:left;
margin-right:15px;
border:1px solid #aaa;
padding:5px;
}

#hostbox h2 {
padding-bottom:5px;
background-color:#fff;
color:#aaa;
border-bottom:solid 1px;
margin:0;
}

#hostbox1 {
width:160px;
margin-top:10px;
float:left;
margin-right:15px;
border:1px solid #B53C3C;
padding:5px;
}

#hostbox1 h2 {
padding-bottom:5px;
color:#B53C3C;
border-bottom:solid 1px;
margin:0;
font-size:95%;	
}

.hostbox1 ul {
padding-bottom:10px;
margin-left:25px;
}

#hostbox2 {
width:160px;
margin-top:10px;
float:left;
margin-right:15px;
border:1px solid #289977;
padding:5px;
}

#hostbox2 h2 {
padding-bottom:5px;
color:#289977;
border-bottom:solid 1px;
margin:0;
font-size:95%;	
}

#hostbox3 {
width:160px;
margin-top:10px;
float:left;
margin-right:15px;
border:1px solid #0082BF;
padding:5px;
}

.hostbox 3 ul {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
padding-left:0px;
margin:0px;
}
.hostbox 3 li {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
padding-left:0px;
margin:0px;
}
#hostbox3 h2 {
padding-bottom:5px;
color:#0082BF;
border-bottom:solid 1px;
margin:0;
font-size:95%;	
}

#host_logo img {
margin-top:20px;
display:block;
border-top:1px solid #CCC;
float:right;
padding:5px 40px 2px 0;
}

.small {
font-size:80%;
}
