*{padding: 0; margin: 0;}

/* HTML Elements */
html, body
{
	height: 100%;
}

html
{
     overflow: -moz-scrollbars-vertical;
}

body
{
	text-align: center;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	background: #caf5fc url('/images/layout/bg-text-5.jpg') repeat-x top center;
	background-attachment: fixed;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #134363;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
	color: #7e2132;
}
#main-box a
{
	text-decoration: underline;
}

img
{
	border: 0;
}

h1
{
	margin: 0;
    color: #a61717;
	font-size: 22px;
	cursor: default;
	clear:both;
}

h2
{
	margin: 0;
    color: #a61717;
	font-size: 16px;
	border-bottom: 1px solid #D8DFEA;
	cursor: default;
	clear:both;
}
h2 a
{
	color: #a61717;
}
h2 a:hover
{
	text-decoration: none;
}

p
{
	margin: 8px 2px;
	cursor: default;
}

ul
{
	margin: 0;
	padding-left: 20px;
	cursor: default;
}

div
{
	cursor: default;
}

/* End HTML Elements */


/* Misc Elements */
.clear
{
	clear: both;
	height: 1px;
	line-height: 0;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

.padding
{
	padding: 10px;
}

.rightpadding
{
	padding-right: 10px;
}

.notop
{
	margin-top: 0;
}

.tleft
{
	text-align: left;
}

.tright
{
	text-align: right;
}
.center
{
	text-align: center;
}

.red
{
	color: #a61717;
}

.blue
{
	color: #134363;
}

.white
{
	color: #ffffff;
}

.bold
{
	font-weight: bold;
}

#top-contact .blue
{
	color: #ffffff;
}

/* Misc Elements */


/* Layout Elements */

#wrapper
{
	display: table;
	margin: 0px auto 0;
    padding: 0;
	text-align: center;
	width: 750px;
	height: 100%;
	position: relative;
	z-index: 1;
}
#wrapper-inside
{
	display: table-cell;
	vertical-align: top;
}

#blue-border
{
	background: #a71717;
	border: 1px solid #ffffff;
	border-top: 0;
	padding: 1px;
	padding-top: 0;
}
#grey-border
{
	border: 2px solid #124363;
	border-top: 0;
}


/** Header **/

#header
{
	background: #134363;
	margin: 0;
	position: relative;
	height: 110px;
}

#logo
{
	float: left;
}
#logo img
{
    margin: 7px 15px 8px;
}

#top-contact
{
	position: absolute;
	text-align: right;
	line-height: 1.3;
	bottom: 5px;
	right: 10px;
	font-weight: bold;
	font-size: 16px;
}
#top-contact .contact
{
	font-size: 14px;
}
#top-contact a
{
	color: #ffffff;
}

#nav
{
	top: 0px;
	position: absolute;
	right: 10px;
}
#nav-links
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav-links li
{
	float: left;
	margin: 0 2px;
}
#nav-links li a
{
	display: block;
	width: 85px;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #134363;
	background: #EDEFF4;
	border: 1px solid #134363;
	border-top: 0;
}
#nav-links li a span
{
	display: block;
	padding: 5px;
}
#nav-links li a:hover
{
	text-decoration: none;
}

#nav-links a.active
{
	color: #ffffff;
	height: 45px;
	background: #a71717;
}

#header-bottom
{
	line-height: 2px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	clear: both;
	border-bottom: #d8dfea 1px solid;
	cursor: default;
}


/** End Header **/


/** Main Section **/

#content
{
	margin: 0;
	background: #edeff4;
	text-align: left;
}

#main
{
	float: left;
	width: 525px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#main-box
{
    background: #ffffff;
	float: left;
	border: 1px solid #d8dfea;
	width: 525px;
}

#main-box .padding
{
	min-height: 350px;
    height: auto !important;
    height: 350px;
}

.column
{
	float: left;
	width: 156px;
	margin-top: 25px;
	margin-right: 25px;
	line-height: 1.3;
    background: #ffffff;
	border: 1px solid #d8dfea;
	min-height: 200px;
    height: auto !important;
    height: 200px;
}
.last
{
	margin-right: 0;
}
.column p
{
	margin-top: 2px;
	padding-left: 5px;
}

.h2-boxes
{
	border: 0;
}
.h2-boxes a
{
	display: block;
	background: #EDEFF4 url(/images/layout/bg-small-text.png) repeat scroll left top;
	padding: 4px 0 4px 8px;
	border: 1px solid #D8DFEA;
}

.sidebar
{
	float: right;
	clear: right;
	width: 200px;
    background: #ffffff;
	border: 1px solid #d8dfea;
	margin: 25px 0 0;
	position: relative;
}
.sidebar.last
{
	margin-bottom: 25px;
}

.side-contact
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D8DFEA;
}

.side-contact li
{
	margin: 2px 5px;
}

#twitter_update_list
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#twitter_update_list li
{
	word-wrap: break-word;
	line-height: 1.15;
	font-size: 12px;
	padding: 2px 5px;
	color: #333333;
	border-bottom: 1px solid #D8DFEA;
}




/* Blog Page */
.blogListings
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blogListings li
{
	border-top: 1px solid #D8DFEA;
	border-bottom: 1px solid #D8DFEA;
	margin: 3px 0;
	padding: 10px 0 0;
}
/* End Blog Page */



/* Box Switcher */
.mini-tabs-ul
{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	float: left;
}
.mini-tabs-ul li
{
	float: left;
	cursor: pointer;
}
.mini-tabs-ul li a
{
	background-color:#EDEFF4;
	color: #134363;
	text-align: center;
	border: 1px solid #134363;
	margin-right: 2px;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.mini-tabs-ul li a.active
{
	background: #a71717;
	color: #ffffff;
	text-decoration: none;
}
.mini-tab-box
{
	clear: both;
}

#main-box .mini-tabs-ul li a
{
	text-decoration: none;
}

.mini-tab-box
{
	display: none;
}

.mini-tab-box.active
{
	display: block;
}


/* End Box Switcher */


/* Contact Elements */
#phoneFlashHolder
{
	margin-top: 8px;
	position: relative;
}

#phoneFlashHolder p
{
	width: 175px;
	float: left;
	margin: 0;
}

#phoneFlashImage
{
	position: relative;
	top: 0;
	right: 0;
	z-Index: 1;
}

#phoneFlash
{
	position: absolute;
	top: 15px;
	left: 250px;
	z-Index: 2;
}

.error
{
	background-color: #a61717;
	color: #ffffff;
	padding: 0 5px;
	margin: 0;
}

.success
{
	background-color: green;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

#formError
{
	width: 100%;
	clear: both;
	float: left;
}

input, textarea
{
	background: #eeffff;
	border: 3px double #134363;
}
input
{
	height: 20px;
}
.submit
{
	background: #134363;
	color: #ffffff;
	padding: 4px;
	height: 30px;
	border: 3px #D8DFEA double;
	margin: 10px 0 0;
}
/* End Contact Elements */





/** End Main Section **/


/** Footer **/

#copyright
{
	color: #999999;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	padding: 8px 15px 5px;
	margin: 0;
	background: #134363;
	border-top: 1px solid #d8dfea;;
}
#copyright a
{
	color: #999999;
	text-decoration: underline;
}
#copyright a:hover
{
	color: #ffffff;
}
#copyright .blue
{
	color: #999999;
}

/** End Footer **/

#background
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #0b3550;
	z-index: 0;
	cursor: default;
	display: none;
}
#background-cover
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
	cursor: default;
}



/* -- thickbox settings --*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('/images/layout/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 10px solid #134363 ;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
