﻿body
{
	font-family:Helvetica;
}

#page_margins
{
	
	margin:0 auto;
	min-width:760px;
	height:auto !important;
	min-height:100%;
	position:relative !important;
	
}

#page
{
	margin:0 auto;
	font-size:13px;
}

#header-wrapper
{
	width:100%;
	background:#D3DADC;
}
#header
{
	padding: 0;
	background:#D3DADC;
	width:760px !important;
	margin:0 auto;
}

#topnav
{
	position: absolute;
	float: right;
	right: 0em;
	bottom: 0em;
	
}

#content
{
	background:#fff url(images/content-background.gif) repeat-x scroll 0 1px;
	height:auto;
}

#main
{
	width:770px;
	margin:0 auto;
}


#footer {
	background:#001B2A;
	border-top:8px solid #0095C9;
	font-size:92%;
	min-width:100%;
	position:relative;
	color:#1177AA;
	width:100%;
	margin-top:20px;
}

#footer .footer-container {
	height:218px;
	margin:0 auto;
	text-align:left;
	width:770px;
}

#footer dl {
	float:left;
	margin:24px 8px 40px 0;
	padding:0 8px;
}

#footer dl dt {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
}

#footer a
{
	color:#ffe39f;
}

#footer dl dd {
	margin:4px 0 4px 2px;
}

br
{
	margin-bottom:10px;
}

/* Logo */
div#logo
{
	float:left;
	width:100%;
}



/* Unsorted List */
ul
{
}

ul li
{
	list-style-type:none;
}

/* Typography */

p
{
	padding:0px 0px 10px 0px;
}

h2
{
	color:#000000;
	display:inline;
	font-family:"lucida grande","Trebuchet MS",verdana,tahoma,arial,sans-serif;
	font-size:18px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding:0 25px 5px 0;
	margin-bottom:5px;
}

div#page-title
{
	height:40px;
	width:100%;
	float:left;
	height:40px;
	line-height:40px;
	padding:0pt 0px 0px 0px;
	clear:both;
	margin:10px 0px 15px 0px;
	overflow:visible;
}

div#page-title p
{
	float:left;
	color:#000000;
	font-family:"myriad pro",myriad,arial,helvetica,sans-serif,clean;
	font-size:32px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding:0pt 0px 0px 0px;
	clear:both;
	letter-spacing:-2px;
	
}

h2
{
	color:#000;
	display:inline;
	font-family:Optima,Georgia,Arial Narrow,Arial,sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin-bottom:15px;
}


/* MENU */
.Menu
{
	padding-left:2px;
}

.MenuItem
{
	background: url(images/button_bg.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 6em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

.MenuItem a
{
	color: #0d2474;
}

.MenuItem-Selected
{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.SubMenu table
{
	background-color:#ebebeb;
	z-index:9999;
	padding:5px;
}

.SubMenu a
{
	color:#000;
	z-index:9999;
	text-align:left;
}


/* Classes */

img, div { behavior: url(../../assets/misc/iepngfix.htc) }

img.intro-image
{
	float:right;
}

div.service-item
{
	width:100%;
	clear:both;
}

div.service-icon
{
	float:left;
	padding-right:20px;
}

div.service-desc
{
	padding-top:10px;
}

div.rounded-corner
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#F3F7FB;
	border:1px solid #CDDFEF;
	line-height:1.6em;
	margin:9px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	position:relative;
}

div.rounded-corner-dark
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#DFE8FF;
	border:1px solid #CDDFEF;
	line-height:1.6em;
	margin:9px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	position:relative;
}



ul#footer-menu 
{
	width:751px;
	background:#EAEBEE;
	border-top:1px solid #DCDDE0;
	padding: 0 0 0 0;
	text-align:center;
}

/* Inputs */
input 
{
	background:#FFFDEA none repeat scroll 0 0;
	border:1px solid #DCD069;
	margin-right:10px;
	padding:2px;
}

textarea 
{
	background:#FFFDEA none repeat scroll 0 0;
	border:1px solid #DCD069;
	margin-right:10px;
	padding:2px;
}

select 
{
	background:#FFFDEA none repeat scroll 0 0;
	border:1px solid #DCD069;
	margin-right:10px;
	padding:2px;
}

/* Lists */
ul.bullet-list li
{
	background-image:url(images/arrow_1.gif); 
	background-repeat:no-repeat;
	padding-left:16px;
	margin-bottom:6px;
}

ul.check-list li
{
	background-image:url(images/checkbullet.gif); 
	background-repeat:no-repeat;
	padding-left:16px;
	margin-bottom:6px;
}

/* Links */
a
{
	color:#1177AA;
	text-decoration:none;
}


blockquote 
{
	background:transparent url(images/quote.gif) no-repeat scroll left top;
	min-height:50px;
	padding:0 0 0 60px;
}

blockquote p.author
{
	float:right;
	padding-right:10px;
}


/* Portfolio */
table.portfolio
{
	width:100%;

}

table.portfolio td
{
	padding:10px;
}

.portfolio-image
{
	border:8px solid #CCCCCC;
}

/* Tools */
table.tools
{
	width:100%;
}

table.tools td
{
	padding:5px;
	text-align:left;
	vertical-align:top;
}

/* Lists */
ul#technology .section
{
	float:left;
}


/* Important Message */
.info-message, .success-message, .failure-message, .warning-message {  
     border: 1px solid;  
     margin: 10px 0px;  
     padding:15px 10px 15px 50px;  
     background-repeat: no-repeat;  
     background-position: 10px center;  
		 font-size:11px;
}

.info-message a, .success-message a, .failure-message a, .warning-message a {  
	color:#000;
	font-size:11px;
}

.success-message {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/successicon.png');  
} 

.failure-message {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/failureicon.png');  
} 

.info-message {  
     color: #00529B;  
     background-color: #BDE5F8;  
     background-image: url('images/infoicon.png');  
}  

.warning-message {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/warningicon.png');  
} 


div#sitemap-path
{
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}

/* Cite Box */
div.cite-box 
{
	background-color:#EFEFEF;
	border-bottom:1px solid #DCDCDC;
	border-top:1px solid #DCDCDC;
	float:left;
	font-size:24px;
	font-weight:bold;
	margin:0 0 30px;
	padding:15px 0;
	text-align:center;
	width:100%;
}

div.cite-box h4
{
	font-size:16px;
}

div.cite-box h3
{
	font-size:12px;
}