/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Lucida Sans', Arial, sans-serif;
}

a, a:visited {
	color: rgb(49,89,163);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-family: "teimer-web-1","teimer-web-2";
	font-size: 18px;
	text-align: center;
	font-variant: small-caps;
	background: url(../img/title_shadow.png) no-repeat center 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	
}

#banner_right h2 {
	font-size: 18px;
	margin: 15px 0px;
	text-align: center;
	color: #FFF;
	
}

#banner_left h2 {
	font-size: 45px;
	background: none;
	text-transform: uppercase;
	color: #FFF;
	line-height: 40px;
	padding-bottom: 5px;
	margin-top: 15px;
}

#banner_left h2 span {
	font-size: 18px;
	color: rgb(49,89,163);
	line-height: 20px;
}

#banner_left p {
	color: white;
	text-shadow: #000 .0em .0em .5em;
	text-align: justify;
	margin-bottom: 0px;
}

h3 {
	font-size: 18px;
}

h3.title {
	background: url(../img/h3_bar_bg.png) repeat-x top left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: #FFF 0em 0em .4em,
				 #FFF 0em .1em;
	line-height: 52px;
	padding-left: 15px;
}

h3.right_h3 {
	background: url(../img/shadow.png) repeat-y left,
	url(../img/h3_bar_bg.png) repeat-x;
}

.no-multiplebgs h3.right_h3 {
	border-left: solid 1px #ccd4da;
}

h4 {
	font-size: 19px;
}

h4 {
 	font-family: "teimer-web-1","teimer-web-2";
	font-variant: small-caps;
	font-size: 18px;
	margin: 15px 0px;
	text-align: center;
	color: #03141c;
	text-shadow: #FFF 0em 0em .4em,
				 #FFF 0em .1em;
}

#contact_form h4, #alerts h3 {
	color: #03141c;
	margin: 12px 0px 0px;
	text-shadow: #FFF 0em 0em .4em,
				 #FFF 0em .1em;
background: url(../img/separator-trans.png) no-repeat center 20px;
padding-bottom: 20px;
margin-top: 10px;
}

#alerts h3 {
	font-family: "teimer-web-1","teimer-web-2";
	font-variant: small-caps;
	font-size: 18px;
	text-align: center;
	color: #03141c;
		margin: 12px 0px 0px;
		text-shadow: #FFF 0em 0em .4em,
					 #FFF 0em .1em;
	background: url(../img/separator-trans.png) no-repeat center 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}

div.profile_info h4 {
	font-size: 11px;
	color: #818587;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
	font-family: 'Lucida Sans', Arial, sans-serif;
}

#news h4 {
	color:  #001634;
	font-size: 18px;
	text-align: left;
	margin: -3px 0px 5px;
	line-height: 18px;
}

#news h4 a, #news h4 a:visited {
	color:  #001634;
	text-decoration: none;
}

#news h4 a:hover {
	text-decoration: underline;
}


h5 {
	font-size: 17px;
}

#news h5  {
	font-family: 'Georgia', 'Times', serif;
	font-variant: small-caps;
	font-size: 14px;
	margin: 15px 0px 30px;
	text-align: center;
	background: url(../img/more_bg.png) no-repeat 6px;
}

#news h5 a {
	color: #ce5a21;
	text-decoration: none;
}

#alerts h5 {
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px -5px;
	padding: 0px;
}

h5.profile_heading {
	font-size: 11px;
	color: #818587;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}

h6 {
	font-size: 15px;
}

h6.support {
	text-align: center;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h3 {
	margin: 0px;
}

h2 {
	margin-bottom: 0px;
}

h3.profile {
	margin: 20px 0px;
}

p.no_margin {
	margin-bottom: 0px;
}