#mainMenu.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#mainMenu.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/

* html #mainMenu.ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


/*1st sub level menu*/
#mainMenu.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:auto;
padding-bottom:0px;
/*border-bottom:1px solid #222;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
#mainMenu.ddsmoothmenu ul li ul li{
float: none;
display: list-item;
background:#fff;
padding:0;
}


/* Sub level menu links style */
#mainMenu.ddsmoothmenu ul li ul li a, #mainMenu.ddsmoothmenu ul li ul li a:hover{
text-align:left;
margin:0;
padding:12px 0px 12px 12px;
/*background:#000;*/
line-height:100%;
width:250px;
height:1%;
border-bottom:1px solid #ccc;
text-transform:none;
font-size:13px;

}

#mainMenu.ddsmoothmenu ul li ul li a:hover {
	color:#0B2E6A;
	background-color:#DCF4F9;
}

#mainMenu.ddsmoothmenu ul li ul li a.last, #mainMenu.ddsmoothmenu ul li ul li a.last:hover {
	border:none;	
}

/* Holly Hack for IE \*/
* html #mainMenu.ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* MAIN STYLES
-------------------------------------------*/
* {
	margin: 0;
	padding: 5;
}

body,html {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color:#DCF4F9;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#0B2E6A;
}

a:hover { color:#0B2E6A;
	text-decoration:underline;
}

a:focus {
	outline:none;
}

p {
	font-size: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;	
}

h1 {
	color: #0B2E6A;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
}

.h1grey{ color:#b3b3b3;}

.h1white{ color:#fff;}


h1 a:hover {
	text-decoration:none;
	color:#333;
}

h2 {
	font-size:17px;
	padding-top:5px;
	font-weight:normal;
	color: #777;
	padding-bottom: 20px;
}


h4 {
	color:#1FAAFF;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 10px;
}


#outerwrapper{
	width:1000px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 32px;
	padding-left: 20px;
}
/*
-----------------------------------------
TOP
----------------------------------------- 
*/
#top{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 340px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#top2{
	width: 960px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	height: 84px;

}


h1.logo a{float:left; font-size:2.6em; font-weight:bold; color:#000; text-transform:uppercase; text-decoration:none}



#VCS-top{ float:right;}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/

#page-wrap{
	width:1050px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 50px;
}



body#home #mainWrapper {
	background-color: #FFFFFF;
}

#mainWrapper {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	position:absolute;
	width: 1050px;
	top: 345px;
}

#content {
	padding-bottom:20px;
	overflow:hidden;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: left;
	padding-right: 0px;
	padding-left: 0px;
}

#content2 {
	padding-bottom:20px;
	overflow:hidden;
	margin-top:30px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

#imageheader{
	width:960px;
	margin-top: 50px;
}


body#home #content{
	margin-top:20px;
}

body#home #content, body#portfolio #content {
	background:none; 
	
}

#colLeft p{
	padding-bottom: 10px;
	padding-right: 35px;
	font-size: 14px;
	color: #555555;
}

#colLeft p strong{

	color: #555555;
}

#colLeft p a{
		color: #555555;
}

#colLeft p a:hover{ text-decoration:underline;
		color: #555555;
}

.bodyhighlight{ font-weight:bold; color:#1FAAFF;}

#content #colLeft {
	float:left;
	width:670px;
	padding-left: 18px;
	padding-right: 20px;
	margin-top: 10px;
}

#colLeft2{
	margin-left: 15px;
	width: 740px;
}

#extra{
	margin-left: 15px;
	width: 710px;
}



#content2 #colLeft2 {
	float:left;
	width:770px;
	padding-top:10px;
	position: relative;
	padding-left: 15px;
	margin-top: 20px;
}


#content #colRight {
	margin-top:10px;
	width:240px;
	float: right;
	clear: left;
}

#content #colRightSingle {
	margin-top:22px;
	width:240px;
	float: right;
	clear: left;
	top: auto;
}

#footer {
	background:#000;
	margin:10px 0 0;
	color:#666;
	position:relative;
	padding-top:3px;	
	font-size:12px;
}

#footerActionsInner{
	width:960px;
	margin:0 auto;
	padding:32px 0 0;
	overflow:hidden;
}

#footerWidgets {
	background:#000;
	padding-top:32px;
}

#footerWidgetsInner {
	width:960px;
	margin:0 auto;
	padding:20px 0 35px;
	overflow:hidden;
}




/* HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logo {
	position:absolute;
	top:115px;
	left:0;
}

#logo a img{
	border:none;
	vertical-align:middle;
}

#mainMenu {
	position:absolute;
	background-color: #F0F1F1;
	width: 960px;
	z-index: 999;
	height: 45px;
	color: #FFFFFF;
	top: 105px;
}

#mainMenu ul li{
	float:left;
}

#mainMenu ul li a {
	display:block;
	height:30px;
	color:#0B2E6A;
	font-size:14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#mainMenu ul li a span {
	font-size:10px;	
	color:#999;
	line-height:120%;
}

#mainMenu ul li a:hover {
	text-decoration:none;
	color:#0B2E6A;
	background-color: #D4D5D6;
}


#mainMenu ul li ul li a:hover{
	background-color:#0B2E6A;
}

#nav2{
	width: 960px;
}

#colleft{
	width: 750px;
	margin-top: 10px;
	margin-left: 20px;
}


#colleft2{
	width: 750px;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 10px;
}


/* HOME SIDEBOX
-------------------------------------------*/

#sliderholder{
	width:1000;
	height:415px;
	top: 140px;
	position: absolute;
}

#homesidebar{
	top: 80px;
}







/* SIDEBAR ELEMENTS
-----------------------------------*/

#sidebarright{
	float:right;
	width:260px;
	top: 10px;
	position: relative;
}

#sidebarelement1{
	width:240px;
	height:37px;
	background-image:url(images/sidebg1.jpg);
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}

#sidebarelement2{
	width:240px;
	height:60px;
	background-image:url(images/sidebg2.jpg);
	text-align: left;
	padding-top: 80px;
	padding-left: 20px;
}




/* FOOTER ELEMENTS
-------------------------------------------*/


#vcs-footer{
	width:920px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
	height: 55px;
	clear: left;
	background-color: #E6E7E8;
}
#vcs-footer a{
	color:#0B2E6A;
}
#vcs-footer a:hover{
	color:#777777;
}
.footerblue{ color:#1FAAFF;}

.footerelement1{
	width:850px;
	float: left;
	color: #555555;
	height: 65px;
}

.footerelement2{
	width:70px;
	float: left;
	color: #555555;
	font-size: 13px;
	height: 50px;
	

}

.credits{
	clear: left;
	padding-top: 20px;
	color: #555555;
	width: 920px;
	vertical-align: middle;
}
.questions{
	clear: left;
	padding-top: 30px;
	padding-bottom: 100px;
	color: #0B2E6A;
	width: 920px;
	vertical-align: middle;
}

img.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3{
	clear: left;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #0B2E6A;
	width: 920px;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#VCS-footer{ float:right;}


/* OTHER
-------------------------------------------*/




* html #mainMenu.ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/



#spacer{ width:1050px; height:20px;}

#spacer2{ width:300px; height:20px; float:right;}

#sidebarmargin{ margin-top:30px;}
#line{ width:1050px; height:10px; background-image:url(images/line.gif);}
.social{
	padding-top:10px;
	margin-top: 10px;
}
.wp-caption-text{
	font-size:13px;
	padding-top: 8px;
	padding-bottom: 8px;
}




/* STYLING
---------------------------------------*/

.arrowbullets{
	list-style-image: url(images/diamond_bullet.png);
	list-style-position: outside;
	margin-left: 35px;
	font-size: 14px;
	color: #555555;
	padding-bottom: 5px;
	margin-right: 55px;
}

.arrowbullets ul li{
	list-style-image: url(images/bullet2.png);
	list-style-position: outside;
	font-size: 13px;
	color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 2px;
}

.arrowbullets-15px{
	list-style-image: url(images/bright-blue-arrow.png);
	list-style-position: outside;
	margin-left: 35px;
	font-size: 14px;
	color: #555555;
	padding-bottom: 6px;
}

.arrowbullets-15px a{ padding:0px; margin:0px;
text-decoration:none;
color: #fff;
}


.arrowbullets-15px a:hover{ 
text-decoration:underline;
color: #1FAAFF;
}


.dontbullets{
	list-style-image: url(images/allertbullet.png);
	list-style-position: outside;
	font-size: 15px;
	color: #fff;
	padding-bottom: 4px;
	list-style-type: disc;
	margin-left: 40px;
}

.dobullets{
	list-style-image: url(images/tickbullet.png);
	list-style-position: outside;
	font-size: 15px;
	color: #fff;
	padding-bottom: 4px;
	list-style-type: disc;
	margin-left: 40px;
}

#boxbuttons{ margin-top:25px;
	width:630px;
	height:56px;
	background-image:url(images/buttonbar.png);
	padding-top: 10px;
	padding-left: 30px;
}

#shortboxbutton{
	margin-top:25px;
	width:420px;
	height:37px;
	background-image: url(images/shorter-link-box.jpg);
	padding-top: 5px;
	padding-left: 30px;
}

.boxbuttontext {
	font-size:15px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}

.shorterboxbuttontext {
	font-size:15px;
	color:#fff;
	text-decoration:none;
	line-height: 30px;
}

.boxbuttontext a:hover{ 
font-size:15px; color:#1FAAFF; 
text-decoration:underline;
}

#boxlink{
	float:right;
	margin-right:20px;
	margin-top:4px;
	margin-left: 50px;
}
#boxbuttonsa:hover{ 
font-size:15px; color:#1FAAFF; 
text-decoration:underline;}
#boxbuttonsmedium{
	margin-top:25px;
	width:600px;
	height:106px;
	background-image:url(images/buttonbar2.png);
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.subtext{ font-size:13px; color:#999999;}
.subtextwhite{font-size:13px; color:#FFF;}
