body, td {
	font-family:Verdana;
	font-size:12px;
	margin:0px;
}
body {

	background-color:#ddd;

	text-align:center;
}
h5 {
	font-size:16px;
	font-weight:800;
	margin-bottom:4px;
	padding-bottom:4px;
}
input, select {
	border: 1px solid #601A1C;
	font-size:11px;
	padding: 3px;
}
ul,li {
	padding:0px;
	margin:8px;
	line-height:17px;
}
#bottom {
	width:800px;
	height:400px;
}
#center {
	width:610px;
	float:right;
	line-height:18px;
}	
#content {
	width:530px;
}
#footer {
	clear:both;
	width:800px;
	height:18px;
	background-color:#111;
	color:#FC3;
	font-size:10px;
	text-align:left;
	text-indent:190px;
	margin-top:100px;
}
#header_graphic {
	position:relative;
	height:100px;
	left:-84px;
	top:-2px;
}
.horizontal {
	 height:5px;
	 width:526px;
	 border-top:1px solid #000;
	 z-index:99;
	 line-height:1px;
}
#left_side {
	width:190px;
	float:left;
}
#logo {
	height:109px;
	width:800px;
	background-image:url('http://www.getallied.com/images/top_bg.gif');
}
#menu {
	position:relative;
	top:-8px;
	width:800px;
	border-top:3px solid #FC3;
	border-bottom:3px solid #FC3;
}
#mi {
	height:27px;
}
#menu_left {
	margin-top:4px;
	height:20px;
	width:667px;
	background-color:#000000;
	float:left;
}
#menu_right {
	margin-top:4px;
	text-indent:4px;
	height:20px;
	width:133px;
	background-color:#666666;
	float:left;
}

#outer {
	margin:0 auto;
 	width:800px;
	text-align:left;
	background-color:#fff;
	padding:3px;
	background-image:url('http://www.getallied.com/images/watermark.gif');
	background-repeat: no-repeat;
	background-position:350 150;
	background-attachment: fixed;
}

.clientname {
	font-size:15px;
	font-weight: 800;
	clear:both;
	font-color: #222;
}
.clientlink {
	font-weight: 800;
}
.clientcopy {
font-size:11px;
clear:both;
}
.clientimage {
	float:left;
	width:180px;
	height:124px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
}
.sep {
	margin-top:3px;
	width:1px;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:800;
	float:left;
}
.tel, .email {font-weight: bold}

.navitem a {
	color:#FFCC33;
	text-transform: uppercase;
	font-size: 95%;
	text-decoration: none;
	letter-spacing: 1.2px;
	height:20px;
	width:auto;
	display:block;
	padding:3px 12px 0px 14px;
	float:left;
	font-weight:normal;
}

#footer a {
	text-decoration: none;
	color:#FFCC33;
}
.navitemon a {
	color:#FFF;
}
/* Element to be underlined */
.jquery-underline-container {
    position: relative;
}

/* <span> to hold the underline */
.jquery-underline {
    position: absolute; 
    display: block;
    top: -7px; 
    left: 13px; 
    width: 100%; 
    height: 27px; 
    border-bottom: 4px solid #898989;
    border-top: 4px solid #898989;
}

/* portfolio styles */
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 400px; 
    width: 550px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
div.scrollable div.items div.item {
	margin-bottom:40px;
	clear:both;
}
div#actions a {
	cursor:pointer;
	text-decoration:underline;
	color:blue;
	width:100px;
	height:20px;
	display:inline-block;
}

div#actions a.prevPage {
/*	background:url(http://www.getallied.com/images/portfolio-back.png) no-repeat; */
} 

div#actions a.nextPage {
/*	background:url(http://www.getallied.com/images/portfolio-next.png) no-repeat; */
}

/* end portfolio styles */
