/*||=======================================================================||*/
/*||                   Ironfist Design Main Stylesheet                     ||*/
/*||=======================================================================||*/
/*||               All Images, Code and Content Copyright 2009:            ||*/
/*||           Ironfist Design Services, http://ironfistdesign.com         ||*/
/*||=======================================================================||*/
/*||     Any Reproduction of Images or Code without Consent is Unlawful    ||*/
/*||=======================================================================||*/

/*======================================*/
/*   HTML SETTINGS
/*======================================*/

html {
	margin:0;
	padding:0;
}

/*======================================*/
/*   BODY STYLES
/*======================================*/

body {
	background:#ffffff;
	font-family:Arial, Verdana, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
}

/*======================================*/
/*   LINK STYLES
/*======================================*/

a:visited {
	color: #000000;
	text-decoration:underline;
}
a:link 	{
	color: #000000;	
	text-decoration:underline;  
}
a:hover {
	color:#4D5262;
	text-decoration:none;
}

#whitelink a {
	color:#FDFDFD;
	text-decoration:none;
}

/*======================================*/
/*   IMAGE STYLES
/*======================================*/

img {
	border:none;
}

/*======================================*/
/*   HEADER STYLES
/*======================================*/

#header {
	text-align:center;
	margin:0 auto 0 auto;
	width:900px;
}

#logostrip {
	text-align:left;
	width:900px;
	height:65px;
	background:#000000 url('images/v10/logostrip.gif') repeat-x top right;
}

#topheader {
	text-align:left;
	width:892px;
	height:18px;
	background:#cccccc url('images/v10/topbar.gif') repeat-x;
	padding:1px 5px 1px 5px;
	letter-spacing:1px;
}

h1 {
	font-family:Helvetica, Araial, Verdana, sans-serif;
	font-size:20px;
	text-align:left;
	border-bottom:1px solid #c0c0c0;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

h3 {
	margin-left:15px;
}

/*======================================*/
/*   WRAPPER
/*======================================*/

#mesh {
	border-left:2px #eeeeee solid;
	border-right:2px #eeeeee solid;
	background: #cccccc;
	padding:2px 2px 2px 2px;
	width:904px;
	margin:5px auto 5px auto;
}

#wrapper {
	border:1px #999999 solid;
	background: #ffffff;
	margin:0 auto 0 auto;
	font-size:12px;
	width:900px; 
	height:100%;
	bottom:0;
}

#inner {
	background: #ffffff;
	margin:0 auto 0 auto;
	padding:0;
	width:900px; 
	height:100%;
	text-align:left;
}

#innercenter {
	background: #ffffff ;
	margin:0 auto 0 auto;
	padding:0;
	width:900px; 
	height:100%;
	text-align:center;
}

/*======================================*/
/*   NAVAGATION STRIP
/*======================================*/

#navbar {
	color:#ffffff;
	width:655px;
	border: 0 !important;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top:15px;
	height:32px;
	font-weight:bold;
	text-align:right;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;	
	background: transparent; 
	padding: 0 3px 0 3px;
	text-decoration: none;
	
}

#navbar a:hover {
	color:#fefefe;
	background: transparent; 
	padding: 0 3px 0 3px;
	text-decoration: underline;
}

#navbar ul {
	text-align:right;
	margin:0;
	padding:6px 0 4px 0;
	list-style:none;
}

#navbar li {
	display:inline;
	margin:0 4px 0 4px;
	padding:0;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:12px;
	background:url('images/v10/logostripdiv.gif') no-repeat bottom left ;
}

#undergrad {
	background:#eeeeee url('images/navbot.png') repeat-x;
	height:4px;
	width:900px;
	margin:0;
	padding:0;
	font-size:1px;
}

#searchformbar {
	float:right;
	padding-left:4px;
	padding-right:4px;
	margin-top:4px;
}

/* Content */

#content {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
}

#content p {
	text-align:left;
	margin:10px 5px 5px 5px;
	font-size:12px;
}

#imageborder {
	border:1px #CCCCCC solid;
	padding:2px 2px 2px 2px;
	text-align:center;
}

#undertitle {
	border-bottom:1px solid #1A212A;
	width:98%;
	font-weight:bold;
	font-size:12px;
	color:#1A212A;
}

#title {
	background:#cccccc url('images/v10/title.gif') repeat-x;
	width:892px;
	height:14px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding:7px 5px 5px 5px;
	text-align:left;
}

#fpl {
	background:#cccccc url('images/v10/featured.gif') repeat-x;
	width:442px;
	height:113px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding:2px 2px 2px 2px;
	text-align:center;
	float:left;
	margin-left:3px;
}

#fpr {
	background:#cccccc url('images/v10/featured.gif') repeat-x;
	width:442px;
	height:113px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding:2px 2px 2px 2px;
	text-align:center;
	float:right;
	margin-right:3px;
}

#cas {
	text-align:left;
	margin:3px 0 4px 0;
	float:left;
	width:176px;
}

#cas ul {
	margin:0;
	padding:0;
	list-style:none;
}

#cas li {
	padding:4px 10px 4px 4px;
	margin:2px 0 2px 0;
	text-align:left;
	border-top:1px dashed #cccccc;
	border-left:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
	background:#eeeeee;
	font-weight:bold;
}

#cas li:hover {
	background:#f5f5f5;
	border-right:4px solid #99ccff;
}

#cas a {
	text-decoration:none;
	color:#333333;
}

#cab {
	border:1px solid #999999;
	padding:5px;
	margin:5px 0 5px 0;
	float:right;
	width:700px;
}

#calsec {
	background:url('images/calbg.gif') no-repeat;
	width:530px;
	padding-left:180px;
	height:60px;
	padding-top:20px;
	padding-bottom:4px;
	color:#1c3678;
	font-size:36px;
}

/*======================================*/
/*   ERROR STYLES
/*======================================*/

#error{
	background: #ffffff;
	border: 1px solid #992A2A;
	color: #992A2A; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#errorr{
	background: #ffffff;
	border: 1px solid #992A2A;
	color: #992A2A; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#errorb{
	background: #ffffff;
	border: 1px solid #2A4F99;
	color: #2A4F99; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}


#errorg{
	background: #ffffff;
	border: 1px solid #216D17;
	color: #216D17; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#errorgray{
	background: #ffffff;
	border: 1px solid #666666;
	color: #666666; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#bigerror{
	background: #ffffff;
	border: 5px solid #992A2A;
	color: #992A2A; 
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#alert {
	background: #FFBFBF 15px 50% no-repeat; 
	text-align: left; 
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 45px; 
	border: 1px solid #FF2424;
}

#greenalert {
	background: #CCFFCC 15px 50% no-repeat; 
	text-align: left; 
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 45px; 
	border: 1px solid #33FF33;
}

#tool_results {
	background: #CCFFCC 15px 50% no-repeat; 
	text-align: center; 
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #33FF33;
}

/*======================================*/
/*   FLOAT CLEARING ELEMENT
/*======================================*/

#clear {
	clear:both;
	height:1px;
}

/*======================================*/
/*   FORM STYLES
/*======================================*/

#textfield {
	background-color:#ffffff;
	border:1px solid rgb(74,102,122);
	text-align:left;
	max-width:170px;
	padding:1px 5px 1px 1px;
	vertical-align:middle;
	height:16px;
}

/*======================================*/
/*   HOMEPAGE CONTENT GLIDER
/*======================================*/

.hpg_content {
	width:618px;
	height:153px;
	background:#ffffff url('images/v10/behindnews.gif') repeat-x;
	background-position:center;
	float:left;
}

.hpg_side {
	background:#ffffff url('images/v10/news.gif') repeat-x;
	padding:2px;
	width:276px;
	float:right;
	height:150px;
	border-left:2px #cccccc solid;
}

/*======================================*/
/*   FOOTER
/*======================================*/

#footer {
	height:28px;
	clear:both;
	border-top:2px solid #FFFFFF;
	background: url('images/v10/footer.gif') repeat-x #eeeeee;
	margin:0 auto 0 auto;
	padding:8px 10px 10px 10px;
	width:880px;
	text-align:left;;
}

#footer p { 
	font-size: 10px; 
	color:#636363;
	padding: 0px; 
	margin: 0px; 
	margin-top:3px;
}

#footer a:link, #footer a:visited { 
	color:#636363; 
	text-decoration: underline;
}

#footer a:hover { 
	color:#363636; 
	text-decoration: underline;
}

/*||=======================================================================||*/
/*||                   Ironfist Design Main Stylesheet                     ||*/
/*||=======================================================================||*/
/*||               All Images, Code and Content Copyright 2009:            ||*/
/*||           Ironfist Design Services, http://ironfistdesign.com         ||*/
/*||=======================================================================||*/
/*||     Any Reproduction of Images or Code without Consent is Unlawful    ||*/
/*||=======================================================================||*/