/* CSS Document */

*
{
    margin: 0;
    padding: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	font-size: .95em;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

h1
{
	margin: 0 0 16px;
	font-size: 2em;
}

a:link, a:active, a:visited
{
	color: #004675;
}

a img
{ 
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

p 
{
	margin: 0 0 16px;
}


/* -- misc -- */

.clear
{
    clear: both;
    height: 10px;
}

.style1
{
    width: 23px;
    height: 23px;
}
.style2
{
    width: 103px;
    height: 104px;
}
.style3
{
    width: 310px;
    height: 95px;
}


/*-- layout -- */

#outer_container
{
    /*position: relative;*/
    /*height: 800px;*/
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
}

#main_container
{
	/*position: relative;*/
    /*height: 800px;*/
	width: 983px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#header
{
	height: 137px;
	width: 983px;
}

#logo
{
    height: 103px;
    width: 104px;
    float: left;
    margin: 0;
}

#phone_num 
{
	float: right;
	height:21px;
	width: 155px;
	background: url('sprites.png') 593px -77px;
	text-indent: -2000px;
}

#follow_us 
{
	float: right;
	height:22px;
	width: 155px;
}

#main_content
{   
    top: 5px;
}

#footer
{
    /*position: relative;*/
    height: 150px;
    width: 983px;
    margin: 0 auto;
    margin-top: 5px;
    color: #a6a6a6;
    background-color: #004675;
    clear: both;
}

#footer_acci_info
{
    /*position: relative;*/
    float: left;
    width: 250px;
    padding: 5px;
    font-size: 12px;
}

.footer_nav
{
    float: left;
    width: 170px;
    padding: 5px;
    font-size: 11px;
    color: #808080;
}
    
.footer_nav a
{
    color: #a6a6a6;
    text-decoration: none;
}
    
.footer_nav a:hover
{
    text-decoration: underline;
}
    
#blue_bar
{
	position: absolute;
	top: 142px;
	left: 0px;
	height: 158px;
	width: 100%;
	background: #004675 url('bottom_grad.png') repeat-x 50% bottom;
}

#light_blue
{
	height: 21px;
	background-color: #336b91;
}

.banner
{
	height: 150px;
	width: 983px;
	margin: 0;
    position: relative;
}

.banner_wrapper
{
	height: 150px;
	width: 983px;
	margin: 0;
    top: 0px;
    left: 0px;
    position: absolute;
}

.banner_wrapperText
{
    height: 150px;
    width: 493px;
}

.banner_wrapperText h1
{
    padding-top: 110px;
	color: white;
    font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 50px;
}

.banner_wrapper img
{
	float: right;
    /*margin-right: 12px;*/
}

.banner_wrapper a
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	height: 30px;
	width: 125px;
}

/* For Specific Slides */

.slideText
{
}

.slideText h1
{
    margin-top: 20px;
    margin-left: 50px;
    text-transform: lowercase;
    font-size: 42px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

.slideText h2
{
    margin-top: 10px;
    margin-left: 80px;
    font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #FFFFFF;
}

#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }


#home_blurb 
{
    float: left;
    width: 660px;
    line-height: 25px;
}

#home_blurb h1
{
    color: #00558d;
    text-transform: uppercase;
    font-size: 20px;
}

#acci_news
{
    float: right;
    height: 185px;
    width: 310px;
}

#acci_news h1
{
    border-width: 1px;
    border-color: #C0C0C0;
    border-bottom-style: solid;
    padding-bottom: 3px;
    margin-bottom: 0px;
}

#acci_news h1 a
{
    color: #3366FF;
    font-size: 20px;
    text-decoration: none;
}

#acci_news h1 a:hover
{
    text-decoration: none;
}

.acci_news_items
{
    width: 300px;
    border-width: 1px;
    border-color: #C0C0C0;
    border-bottom-style: solid;
    padding: 5px;
}

.acci_news_items a
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

.acci_news_items:hover
{
    background-color: #E6E6E6;
}

.acci_news_items:hover a
{
    background-color: #E6E6E6;
}

.acci_news_items a:hover
{
    background-color: #E6E6E6;
}

#help_how
{
    float: right;
    height: 130px;
    width: 310px;
    margin: 10px 0px 0px 0px;
}

#help_how h1
{
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}

#help_how h1 a
{
    color: #669900;
    font-size: 20px;
    text-decoration: none;
}

#help_how h1 a:hover
{
    text-decoration: none;
}

#help_image
{
    float: left;
    height: 95px;
    width: 310px;
    margin: 0px 0 0 0px;
}


/* -- @group Form -- */

.form {
	background: url('sprites.png') no-repeat -1154px center;
	width: 302px;
    top: 9px;
    left: 0px;
    height: 441px;
}

.contact_form {
	float:left;
	width:302px;
	padding:0 20px 20px;
}

.contact_form h4 {
	color: #000;
	text-transform: uppercase;
	font-size:23px;
	background: #ebebeb;
	padding: 5px 0px;
	margin: 0 0 0 0;
	width: 100%;
	text-align:center;
}

.contact_form li {
	padding:5px;
}

.contact_form ul {
	right: 10px;
	list-style: none;
	padding: 20px 0 0 ;
	width: 300px;
	text-align: right;
}

.home .form {
	float: right;
	background-position:-1101px center;
	width: 408px;
}

.innerform {
	/*should contain the h4 and the form, which should be set to 100%*/
	padding:15px 0 15px 0;
	width:282px;
	background: #fff;
	border-left: 1px #e0dfdf solid;
	border-right: 1px #e0dfdf solid;
	margin: 0 0 0 11px;
	text-indent: 20px;
}

.home .innerform {
	/*should contain the h4 and the form, which should be set to 100%*/
	padding:15px 0 15px 0;
	width:385px;
	margin: 0 0 0 11px;
	text-indent: 20px;
}

.form h4 {
	color: #000;
	text-transform: uppercase;
	font-size:23px;
	background: #ebebeb;
	padding: 5px 0px 5px 0px;
	margin: 0 0 0 0;
	width: 100%;
	text-align:left;
}

.form form {
	text-align: right;
	width: 100%;
}

.form ul {
	right: 10px;
	list-style: none;
	padding: 20px 0 0 ;
	width: 345px;
}

.form blockquote {
	padding: 20px 0 20px 0;
	margin: 10px 40px;
}

.contact_content {
	float:right;
	width:300px;
}

.bqstart {
	float: left;
	color: #004675;
    font: 700% "Lucida Grande", Lucida, Verdana, sans-serif;
    height: 30px;
    width: 30px;
    margin-top:-30px;
	margin-left: -75px;
	padding: 0 45px 12px 0;
}

.bqend {
	float: right;
    font:  700% "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #004675;
    height: 30px;
    width: 30px;
	margin-top:-18px;
	margin-right: -30px;
	padding: 0 45px 12px 0;
}

.form span {
	display: block;
	text-indent: 40px;
}

.home .form ul {
	right: 10px;
	list-style: none;
	padding: 20px;
	width: 345px;
}

.form li {
	padding: 6px 0 0 0;
	width: 260px;
}

.home .form li {
	padding: 6px 0 0 0;
	width: auto;
}

.form input, .form select {
	width: 125px;
	line-height: 15px;
}

.home input, .home select {
	width: 200px;
	line-height: 15px;
}

.form .inline {
	width: auto;
	margin: 10px 16px 0 0;
}

.form .submit,
.contact_form .submit {
	display: block;
	float: right;
	width: 49px;
	height: 30px;
	cursor:pointer;
	background: url('sprites.png') -310px -179px;
	border:0;
	text-indent: -2000px;
	margin-left: 15px;
}

#left {
	float: left;
    top: 0px;
    left: 0px;
    width: 300px;
}

#right {
	float: right;
	width: 650px;
	margin: 15px 0 0 0;
}

.cookietrail {
	padding: 0 0 10px 0;
}

/* @end */

/* -- nav -- */

#nav_top
{
    float: right;
    height: 20px;
    width: 555px;
}

#nav_top ul 
{
    list-style: none;
	padding: 0px;
	margin: 0px;
    height: 20px;
}

#nav_top li
{
	float: left;
}

#nav_top li a
{
    display: block;
    padding: 3px 15px 0 15px;
    text-decoration: none;
    color: #004675;
    font-size: 12px;
    background: #FFFFFF;
    font-weight: bold;
}

#nav_top li a:hover
{
    text-decoration: underline;
}

#nav_main
{
    height: 25px;
    width: 983px;
    margin: 0 auto;
    left: 0px;
}

#nav_main ul
{
    height: 25px;
    width: 983px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#nav_main li
{
	float: left;
}

#nav_main li a
{
    display: block;
    padding: 3px 0px 0 0px;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    background: #FFFFFF;
    font-weight: bold;
}

#nav_main_it a
{
	width:226px;
}
#nav_main_it a:hover
{
	color: #004675;
}

#nav_main_appdev a
{
	width:344px;
}
#nav_main_appdev a:hover
{
	color: #004675;
}

#nav_main_hosted a
{
	width:272px;
}
#nav_main_hosted a:hover
{
	color: #004675;
}

#nav_main_coverit a
{
	width:138px;
	text-align: right;
}
#nav_main_coverit a:hover
{
	color: #004675;
}

#nav_leftsidebar
{
    float: left;
    width: 250px;
    margin: 5px 0 0 0;
}

ul.nav_sidebar
{
	list-style: none;
}

.nav_sidebar a
{
    display: block;
    text-decoration: none;
    color: #003a61;
    padding: 7px 20px 7px 20px;
    border-bottom: #d5d5d5 solid 1px;
    font-size: 14px;
}

.nav_sidebar a:hover
{
	background: #f2f2f2;
}

.nav_sidebar a.last
{
	border: none;
}

#nav_bottom
{
    margin: 0 auto;
    width: 983px;
    color: #a6a6a6;
    background-color: #004675;
}

#nav_bottom ul
{
	float: left;
	list-style: none;
	padding: 0 40px 30px 0;
	line-height: 20px;
	font-size:14px;
}

#nav_bottom li a
{
	color: #a6a6a6;
	text-decoration: none;
}

#bottom_leftsidebar
{
    float: left;
    clear: left;
    width: 250px;
    margin: 5px 0 0 0;
}

#page_content
{
    /*float: left;*/
    /*position: relative;*/
    width: 700px;
    overflow: auto;
    margin: 5px 0 0 260px;
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}

#page_content h1
{
    color: #3366FF;
    font-size: 20px;
    padding-top: 7px;
}

.page_topleftimage
{
    float: left;
    margin: 0px 10px 5px 0px;
}

.page_contactus
{
    font-size: 18px;
}

.page_contactus a
{
    text-decoration: none;
}

.page_contactus a:hover
{
    text-decoration: underline;
}


/* -- @group Services -- */

.services
{
    position: relative;
    float: left;
    height: 138px;
    width: 310px;
    font-family: Arial, "Helvetica Neue" , Helvetica, Geneva, sans-serif;
    background: url('sprites.png') 0 -79px;
    margin: 10px 26px 10px 0;
}

.services_last
{
	margin-right: 0px;
}

.services img
{
	float: left;
}

.services b
{
	text-transform: uppercase;
	display: block;
	padding: 0 0 5px 0;
	font-size: 14px;
}

.services p
{
	width: 140px;
	float: right;
	padding: 10px 5px 0 0;
	font-size: 12px;
}

.services a
{
	position: absolute;
	bottom: 15px;
	right: 68px;
	height: 25px;
	width: 75px;
}

#newsevents_leftsidebar
{
    float: left;
    clear: left;
    height: 300px;
    width: 250px;
    margin: 5px 0 0 0;
}

#newsevents_leftsidebar a
{
    text-decoration: none;
}

#newsevents_leftsidebar a:hover
{
    text-decoration: underline;
}

#contactus_leftsidebar
{
    float: left;
    height: 300px;
    width: 250px;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    font-size: 16px;
    color: #808080;
    font-family: Calibri;
    font-style: italic;
}

#contactus_content
{
    float: left;
    height: 620px;
    width: 705px;
    margin: 10px 0px 0px 3px;
    margin-left: 3px;
    padding-left: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}

#contactus_image
{
    float: left;
    height: 172px;
    width: 128px;
}

#contactus_address
{
    float: left;
    height: 172px;
    width: 200px;
    margin-left: 10px;
}

#contactus_address a
{
    text-decoration: none;
}

#contactus_address a:hover
{
    text-decoration: underline;
}

#contactus_email
{
    float: left;
    height: 172px;
    width: 200px;
    margin-left: 10px;
}

#contactus_email a
{
    text-decoration: none;
}

#contactus_email a:hover
{
    text-decoration: underline;
}

#contactus_submit
{
    float: left;
    height: 335px;
    width: 625px;
    margin-top: 10px;
}

#contactus_submit h1
{
    font-size: x-large;
    font-weight: bold;
    background-color: #CCCCCC;
    text-align: center;
}

ul.listitems
{
    margin-left: 20px;
}

.listitems li
{
    padding-bottom: 10px;   
}

#more_info
{
    margin-top: 30px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #C0C0C0;
    font-size: 12px;
}

#partner_showcasetitle
{
    float: left;
    clear: left;
    width: 230px;
    margin: 30px 0 0 0;
    padding-left: 20px;
    font-size: 16px;
    background-color: #C0C0C0;
    color: #000000;
}

.loginTable td
{
    padding: 5px !important;
    margin: 0px !important;
    border-style: none !important;
}

.createUserTable td
{
    padding: 5px !important;
    margin: 0px !important;
    border-style: none !important;
}

.newseventList
{
    line-height: 25px;
}

.newseventList a
{
    text-decoration: none;
}

.newseventList a:hover
{
    text-decoration: underline;
    color: #3399FF;
}

.jobpostList
{
    margin-left: 10px;
    line-height: 20px;
}

.jobpostList a
{
    text-decoration: none;
}

.jobpostList a:hover
{
    text-decoration: underline;
    color: #3399FF;
}

#quote_leftsidebar
{
    float: left;
    width: 250px;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    font-size: 16px;
    color: #808080;
    font-family: Calibri;
    font-style: italic;
}
