/*------------------------------------
	Layout
------------------------------------*/
*
{
	margin:0px;
	padding:0px;
	border:0px none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
    line-height:18px;
	color:#222222;
}
html
{
	background:#3771C3 url(../../images/design-assets/html-bg-repeat.gif) left top repeat-x;
}

#header
{
}
#content
{
	min-height:480px;
	background:#FFFFFF url(../../images/design-assets/sidebar-bg.gif) left top repeat-y;
}
#footer
{
	min-height:240px;
	background:#201F1F;
}

/*------------------------------------
	Nav
------------------------------------*/
#nav
{
	list-style:none;
	width:832px;
	height:48px;
	background:#201F1F;
}
#nav li
{
	display:inline;
}
#nav li a
{
	display:inline-block;
	line-height:48px;
	padding:0 12px;
	text-decoration:none;
	/*border-right:1px solid #413F3F;*/
	color:#E3E3E3;
}
#nav li a:hover
{
	background:#3771C3;
}

.tabs
{
	list-style:none;
}
.tabs li.tab
{
	padding:0.8em;
	font-size:12px;
	border-bottom:1px solid #FFF;
	cursor:pointer;
}
.tabs li.activeTab
{
	background:#FFF !important;; /* customize */
	font-weight:bold;
}

/*------------------------------------
	General Styles
------------------------------------*/
h1, h2, h3, h4, h5, h5
{
	font-weight:normal;
}

.extra-large{font-size:48px; line-height:54px}
.large{font-size:32px; line-height:36px}
.medium{font-size:24px; line-height:28px}
.default{font-size:16px; line-height:18px}
.small{font-size:12px}

.light-gray-bg{background:#E3E3E3}
.gray-bg{background:#D8D8D8}
.blue-bg{background:#18479F}

.white{color:#FFF}
.blue{color:#18479F}

.normal{font-weight:normal}
.bold{font-weight:bold}
.center{text-align:center}

.margin-top-0{margin-top:0;}
.margin-right-0{margin-right:0;}
.margin-bottom-0{margin-bottom:0;}
.margin-left-0{margin-left:0;}

