body {
	background-color: #000;
	margin:0;
	background: #000 url(images/bg_line.jpg) 0 0 repeat-x;
	
	color: #eee;
	font-size:11pt;
	font-family:arial,verdana,helvetica,sans-serif;
}

p {
	margin:0 10px 10px 0;
}

a, a:hover, a:link, a:visited { color:#eee }

#page-wrapper {
	margin: 0 auto;
}
#page {
	width:980px;
	margin:auto;
	background: transparent url(images/bg_circle.jpg) 0 0 no-repeat;
	min-height:380px;
}

#main {
	width:836px;
	margin:auto;
}

#content-home {
	padding:0 72px;
	min-height:600px
}
#content-home h1 {
	color:#f00;
	font-size:16pt;
	font-weight:bold;
	margin:30px 0 20px 0;
}

.two-column {
/*	width:980px;*/
	min-height:384px;
	padding-top:40px;
	background: transparent url(images/bg_bottom.jpg) 0 0 no-repeat;
}

.two-column .left-column {
	width:398px;
	float: left;
	padding: 0 20px 0 0px;
}

.two-column .right-column {
	width:398px;
	float: left;
	padding: 0 0px 0 20px;
}

#benefit-buttons {
	height:270px;
}

.benefit-button {
	margin: 10px 6px;
	float:left;
}

.clear {
	clear:both;
}

#footer {
	padding:0 72px;
	margin-right: 10px;
}


#header {
	width:980px;
}

#header-logo {
	width:280px;
	float:left;
}

#header-menu {
	width:650px;
	margin: 56px 0 0 20px;
	float:left;
}
#header-menu-round2 {
	background:transparent url(images/bg_header_menu.gif) no-repeat top left;
	
}


#us-box-wrapper {
background: transparent url(images/cssbox.bg.png) no-repeat bottom right;

width:370px; 
height:300px;
}

#us-box {
	padding:5px;
	margin-bottom:10px;
}

#us-box-wrapper p {
	font-size:8pt;
	color:#858585;
	margin-top:30px;
}

.small {
	font-size:8pt;
	color:#858585;
}

.large-red {
	font-weight:bold;
	font-size:16pt;
	color:#ff0000;
}

ul#nav {
	width:600px;
	margin-bottom: 5px;
}

#content {
margin-top:30px;
width:600px;
float:left;
padding:0 0 0 72px;
line-height:22px;
font-size:14px;
min-height:600px
}
#content h1 {
	color:#f00;
	font-size:16pt;
	font-weight:bold;
	margin:0 0 20px;
}

#content h2 {
	color:#fff;
	font-size:12pt;
	font-weight:bold;
	margin:30px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #474747;	
}

#content h2.client {
	color:#fff;
	font-size:12pt;
	font-weight:bold;
	margin:30px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 0px solid #474747;	
}

.content-text#content {
	
}

#right-sidebar {
	width: 210px;
	margin-top:30px;
	margin-left:20px;
	float: left;
/*	border: 1px solid #00f;	*/
}

#right-sidebar ul, #right-sidebar li {
	list-style-type:disc;
	font-size:9pt;
	margin-left: 10px;
	padding-left: 0px;
}

.box-small {
	background:transparent url(images/bg_smallbox.jpg) no-repeat 0 0;
	min-height:121px;
	padding:4px;
}
.box-small h4, .box-small h5 {
	margin:0;
}

.box-small h4 {
	color:#fff;
	
}
.box-small h5 {
	color:#858585;
	
}

.box-sidebar {
	min-height:121px;
	padding:4px;
}

.box-sidebar h4 {
color: #f00;
}

h4#right-sidebar {
	
}

h5#right-sidebar {
	
}

.box#right-sidebar {

}

#tag-line h1 {
	padding-top:20px;
	text-align:center;
	font-size:14pt;
	font-weight: normal;
	color:#aaaaaa;
margin:0px 0 20px 0;
}
#tag-line strong {
	color: #fff;
}

.accordian { font-weight: bold; padding: 5px 20px; color:#fff; }

.accordian-open p {
margin-left:40px;
font: 12px/17px "verdana","arial";
}

.accordian-wrapper {
float:left;
width:400px;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.box-sidebar {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 width:210px;
}

.box-sidebar .content,
.box-sidebar .t,
.box-sidebar .b,
.box-sidebar .b div {
 background:transparent url(images/dialog2-dark-800x1200-alpha.png) no-repeat top right;
 _background-image:url(images/dialog2-dark-alpha.gif);
}

.box-sidebar .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:1px 24px 0px 12px;
}

.box-sidebar .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}


.box-sidebar .b {
 /* bottom */
 position:relative;
 width:100%;
}

.box-sidebar .b,
.box-sidebar .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.box-sidebar .b {
 background-position:bottom right;
}

.box-sidebar .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.box-sidebar .hd,
.box-sidebar .bd,
.box-sidebar .ft {
 position:relative;
}

.box-sidebar .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.box-sidebar h1,
.box-sidebar p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.box-sidebar h1 {
 padding-bottom:0px;
}

.button-gray {
background: transparent url(images/btn_rounded_dark_gray) 0 0 no-repeat;
text-align:center;
width:145px;
margin-top:20px;
height:23px;
}

.button-gray a, .button-gray a:hover, .button-gray a:link, .button-gray a:visited {
font-size:11px;
font-weight:bold;
color:#fff;
text-decoration:none;
}

.alt-sidebar {width:190px;float:right;height:400px;margin-right:70px;text-align:left;}
	.alt-sidebar p { font: 11px/16px "verdana","helvetica"; color: #999; }
	.alt-sidebar strong { color: #fff; }

.wpcf7 {position:relative;width:300px;top:-410px;left:500px;z-index:1;}
	.wpcf7 p { font: 10px/12px "verdana","helvetica"; color: #999; }
	.wpcf7 h1 { color:#f00; font-size:14pt; font-weight:bold;}
	
.content-text ul { font-size:12px; }
	.content-text ul a:link { text-decoration: none; }
	.content-text ul a:visited { text-decoration: none; }
	.content-text ul a:hover { color: #fff; text-decoration: underline; }
	.content-text ul span.date {font-size:10px;}
	
.content-text .link-button {
	margin:15px 40px;
	width:280px; 
	background: url(images/ssi-button-background-280.png) no-repeat;
	font-size:12px;
	color:#fff;
	height:23px;
	text-align:left;
	overflow: hidden;
	padding-left: 25px;
	}
