﻿p, body, td
{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}

body
{
	background-color:#ededed;
	margin: 0 auto;
	padding: 0;
	background-image: url('/images/layout/bg_top_center.gif');
	background-position: top center;
	background-repeat: no-repeat;
	
}

#aspnetForm
{
    display: inline;
}

.content_wrapper
{
	background-color: #ffffff;
	width: 920px;
	text-align: left;
	/*padding: 0 0 20px 0;*/
	font-size: 11px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 30px 0 0 0;
	position: relative;
	min-height: 696px;
}
.table_2cols 
{
	width: 370px;
	float: left;
	position: relative;
	margin-left: 15px;
}
.table_2cols_percentage
{
	width: 60%;
	float:left;
}
.imagecolumn
{
	width: 35%;
	float: left;
	margin-left: 10px;
}
.table_3cols 
{
	width:250px;
	margin-left: 20px;
    padding-right: 5px;
	float: left;
	position: relative;
}
.table_4_cols
{
	width:190px;
	margin-left: 15px;
	float: left;
	position: relative;
}
.content_box
{
	background-color: #f7f7f7;
	border: solid 1px #b5b6b5;
	padding: 5px 5px 20px 5px;
}
.3colcontent
{
	padding-bottom: 20px;
	border:solid;
}
.float_left
{
	float:left;
}
.bottomshadow
{
	position: relative;
	float: left;
	width: 920px;
	height: 16px;
}
.footer 
{
	font-size: 10px;
	line-height: 17px;
	color: #8C8C8C;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 920px;
	padding: 16px 0 10px 0;
	background: transparent url(/images/layout/bg_footer.gif) no-repeat scroll top center;
}
.footer a
{
	font-size: 11px;
	/*color: #35003a;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	
}
/*.h2_purple
{
	font-weight: normal;
	font-family: Segoe Condensed UI,Trebuchet,Arial,Sans-Serif;
}*/

.divider
{
	color: #7a2a82; 
	height: 100%;
	width: 20px; 
	position: relative;
	float: left;
	margin-top: 5px;

}
img
{
	border:none;
}

/* div.latestInfoDescription is used in the controls ClientSpotlight and WhatsNew, imported into the Default.master file */
.latestInfoDescription
{
	color: #000000;
	/*font-size: 12px;
	line-height: 18px;*/
}
.latestInfoDescription:hover, .latestInfoDescription:hover h3, .latestInfoDescription:hover h2, .latestInfoDescription:hover h1, .latestInfoDescription:hover p
{
	color: #a93db4;
	cursor: pointer;
	cursor: hand;
}
a
{
	text-decoration: none;
	color: #7b2b83;
}
a:hover
{
	color: #a93db4;
}
a.underlined:hover
{
	text-decoration: underline;
}

hr
{
	height: 1px;
}

h1
{
	font-size: 36px;
	font-family: 'Adobe Garamond Pro', Garamond, Palatino, Georgia, serif;
	color:#7b2b83;
	font-weight: normal;
	/*background-image: url('/images/layout/h1_bg.jpg');
	background-position: bottom;
	background-repeat:no-repeat;*/
	height: 48px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
h1.puzzleBackground
{
	background: transparent url('/images/layout/h1_bg.jpg') no-repeat right;
	overflow: auto;
	margin-top: 5px;
	padding-top: 5px;
}
h1.blue
{
	color: #087cb2; 
	font-size:28px;
	letter-spacing: -2px;
	font-weight: normal;
}
h1.orange
{ 
	font-size:28px; 
	color: #d4950c;
	letter-spacing: -2px;
	font-weight: normal;
}
h2
{
	font-size: 13px;
	/*margin-bottom: -5px;*/
	margin: 0;
	padding: 0;
	color: #7a2a82;
	text-transform: uppercase;
	font-family: Segoe UI, Trebuchet, Arial, Sans-Serif;
	font-weight: bold;
}

h3
{
	color: #7a2a82;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}
h4
{
	color: #2ca2d9;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.sidemenuHeader
{
	margin-bottom: 5px;
}
/* ul.portfolioList and img.portfolioImages are for the list of clients on the portfolio page */
ul.portfolioList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.portfolioList li
{
    margin: 0;
    padding: 0;
}

/* ol.rightInfoBox is used to reset the margin and padding of ordered lists */
ol.rightInfoBox
{
	margin: 0;
	padding: 0 0 0 25px;
}
ol.rightInfoBox li
{
	margin: 0;
	padding: 0;
}
img.portfolioImage
{
	width:185px;
	height:131px;
}
div.portfolioImage, div.portfolioText
{
	float: left;
}
div.portfolioText
{
	padding-left: 10px;
	width: 330px;
}

/* drop down menus */
ul.menuLine
{
	margin: 0;
	padding: 0;
}

ul.menuLine li 
{
    display: inline;
    padding: 0 0 10px 0;
    margin: 0 0 0 30px;
    list-style-type: none;
	list-style-image: none;
}

ul.menuLine li.withPulldown
{
    background: transparent url(/images/layout/menu_drop.gif) no-repeat scroll right 6px;
    padding-right: 10px;
}

ul.menuLine li a, ul.menuLine li a:link, ul.menuLine li a:visited { 
    font-size: 11px;
    text-transform: uppercase;
}

ul.sub_ul
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	list-style-image: none;
	z-index: 500;
	border: 1px solid #ededed;
	border-top-width: 0;
	background-color: #FFFFFF;
}

ul.sub_ul li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
	list-style-image: none;
}

ul.sub_ul li a, ul.sub_ul li a:link, ul.sub_ul li a:visited
{
    display: block;
    padding: 7px 12px;
}

ul.sub_ul li a:hover, ul.sub_ul li a:active
{
    background-color: #f8f8f8;
}

ul.sub_ul li.withPulldownRight a
{
    width: 120px;
    background: transparent url(/images/layout/menu_right.gif) no-repeat scroll right 11px;
    padding-right: 0;
    margin-right: 0;
}
ul.sub_ul li.withPulldownRight:hover
{
    background-color: #f8f8f8;
}
/* end drop down menus */

.contentWithMenuOn, contentWithMenuOff
{
	width: 840px;
	float: left;
	position: relative;
}
.contentWithMenuOn
{
	width: 528px;
	margin-top: 23px;
}
#sideMenu
{
	float: right;
	position: relative;
	margin: 25px 20px 0 0;
    background: transparent url(/images/layout/line_1px_ededed.gif) repeat-y top left;
    width: 252px;
    position: relative;
    padding-left: 20px;
}
.sidemenuUL
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0px;
	line-height: 20px;

}
.sidemenuUL li, .sidemenuUL a
{
	margin: 0;
	padding: 0;

}

#whitepage
{
	min-height: 696px;
}

/*element styles*/
#plinerLogo
{ 
    position: absolute; 
    top: 10px;
    left: -15px;
}

#topmenustuff
{
    margin: 0 40px 5px 40px;
    position: relative;
    height: 74px;
    z-index: 20;
}
#menuContainer
{
    position: absolute;
    top: 75px;
    right: 0;
    margin: -20px 0 0 0;
    padding: 0;
    z-index: 10;
}

ul li 
{
    font-size: 12px;
}
img.caricature
{
	width: 105px;
	height: 95px;	
}
.space
{
	margin-bottom: 40px;
}

ul.Breadcrumb
{ 
    display: block;
    margin: 3px 0 -11px 0;
    padding: 0;
}

ul.Breadcrumb li
{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 14px;
    height: 14px;
    color: #999999;
    padding: 0;
}

ul.Breadcrumb li a, ul.Breadcrumb li a:link, ul.Breadcrumb li a:visited
{
    color: #999999;
    padding: 0 15px 0 0;
    background: transparent url(/images/layout/bread_divider.gif) no-repeat scroll right center;
    z-index: 100;
}

ul.Breadcrumb li a:hover, ul.Breadcrumb li a:active
{
    color: #000000;
    text-decoration: underline;
}

.NiceInput
{
	padding: 2px;
	margin: 1px;
	font-size: 12px;
	font-family: "Times New Roman", Times, Serif;
	border-top: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	color: #000000;
}

.NiceInput:hover
{
	border-top: 1px solid #1D90C6;
	border-left: 1px solid #1D90C6;
	border-right: 1px solid #6FC2E9;
	border-bottom: 1px solid #6FC2E9;
}

.NiceInput:focus
{
	margin: 0;
	border: 2px solid #7a2a82;
	color: #7a2a82;
}
/* webSolutions and webSolutions are used on the /web/ pages for the sidebar list(s) */
ul.webSolutions
{
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

ul.webSolutions li
{
    margin: 5px 0;
    padding: 0;
    font-size: 11px;
}
/* webServices is used on the /web/ pages for the Web Service boxes */
a.webServices
{
    display: block;
    background: #FAFAFA url(/images/services/web_bg_gradient_light.gif) repeat-x;
    width: 500px;
    height: 85px;
    border: solid 1px #E2E2E2;
    padding-right: 18px;
    margin: 0;
    color: Black;
}
a.webServices:hover
{
    background: white;
    color: #a93db4;
}
a.webServices img
{
    width: 60px;
    height: 60px;
    margin: 12px;
    float: left;
}
a.webServices h3
{
    margin-top: 15px;
    margin-bottom: 5px;
}
a.webServices:hover h3
{
    color: #a93db4;
}

