/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 CSS Document for RedFlagMedia.com V2
 Web Development by Michael Wilson for Red Flag Media
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Globals and Tags
*/
body {
	font-family: "Georgia", "Times New Roman", Courier New, serif;
	font-size: 12px;
	color: #666666;
	font-weight: regular;
	padding: 0px; 
	margin: 0px
}


p {
 	text-align: left;
	font-size: 12px;
	line-height: 17px;
}


p.right {
	margin-top: 0px;
	width: 420px;
	height: 14px;
	text-align: right;
	line-height: 10px;
}

p.columnRight {
	margin-top: 0px;
	width: 225px;
	height: 14px;
	text-align: right;
	line-height: 10px;
}

p.endLink {
	margin-top: 0px;
	width: 750px;
	height: 14px;
	text-align: right;
	line-height: 10px;
}

p.title {
	color: #000000;
	font-weight: bold;
	}
	
span.featuredTitle {
	color: #000000;
	font-weight: bold;
	}

a:link { 
	color: #000000;
	text-decoration: underline; 
	}

a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover { 
	color: #990000;  
	}


a:active {
	color: #990000;
}
	
	
a.view:link{ 
	color: #990000; 
	text-transform: uppercase;
	text-decoration: underline; 
	}

a.view:visited{
color: #990000; 
	}

a.view:hover { 
	color: #f8f6e3;  
	background: #990000;
	text-decoration: none; 
	padding: 2px;
	
}

a.view:active {
color: #f8f6e3;  
	background: #990000;
	text-decoration: none; 
	padding: 2px;
}

a.endLink:link{ 
	color: #000000; 
	padding: 2px;
	background-color: #eee9ba;
	text-transform: uppercase;
	text-decoration: underline; 
	}

a.endLink:visited{
color: #000000; 
	}

a.endLink:hover { 
	color: #000000;  
	background: #cdbc6a;
	text-decoration: none; 
	padding: 2px;
	
}

a.endLink:active {
color: #000000;  
	background: #cdbc6a;
	text-decoration: none; 
	padding: 2px;
}

a.img:link, a.img:hover, a.img:active{
	background: none;
}	


a img:hover {
	background: none;
	}


h1 { font-family: "Georgia", 'Times New Roman', Courier New, Serif, sans-serif;
	font-weight: normal;
	font-size: 34px;
	color: #666666;
	margin: 30px 0 0 0px;
	padding: 0em;
	align: left;
	}
	
h1a { font-family: "Georgia", 'Times New Roman', Courier New, Serif, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin: 22px;
	padding: 0em;
	color: #666666;
	align: left;}
	
	
h2 { font-family: Din, Arial, Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 11px;
	color: #000000;
	text-transform: uppercase;
	}
	
	
h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
}


#image-lrg img {
	border: 1px solid #666666;
	width: 420px;
	height: 281px;
	background-color: #ffffff;
}


#image-sml img {
	border: 1px solid #666666;
	width: 225px;
	height: 151px;
	background-color: #ffffff;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Global Structure
*/

#container {
	position: relative;
	background-image: url(http://redflagmedia.com/ImagesV2/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 0px;
}

#margins {
	position: relative;
	width: 760px; /* actual */
	margin: auto;

}

#header {
	width: 760px;
	height: 175px;
	
}

	
#left {
	margin-top:  25px;
	margin-left: 10px;
	width: 420px; 
}

#right {
	position: absolute;
	right: 0px;
	top: 190px;
	width: 290px; 
	}
	
	
#endLink {
position: right;
padding-top: 10px;
clear: both;
width: 750px;
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Header
*/

#logo {
	position: absolute; 
	width: 100px;
	z-index: 2;
}


#logo img {
	border: 0px;
}


logo.view:hover, a:focus, a:hover cite, a:focus cite { 
	background: none;	
}


logo.img:link, a.img:hover, a.img:active{
	background: none;
}

#headline {
	position: absolute;
	font-size: 18px;
	padding-top: 42px;
	padding-left: 120px;
	height: 60px;
	z-index: 0;
}


#nav {
	position: absolute;
	padding-top: 141px;
	padding-left: 65px;
	height: 50px;
	z-index: 1;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // 3 columns
*/
#columns {
	width: 740px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	clear: both;
}

#columnA {
width: 225px;
padding-right: 27px;
float: left;

}

#columnB {
width: 225px;
padding-right: 27px;
float: left;

}

#columnC {
width: 225px;
padding-right: 5px;
float: left;

}

#seperator{
clear:both;
width: 740px;
height: 10px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  //  Nav Lists
*/

#nav ul {
	list-style-type: none;



}
#nav li {
	font-family: "Georgia", 'Times New Roman', Courier New, Serif, sans-serif;
	font-variant: caps;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}
#nav li a {
	display: block;
	padding: 2px;
	margin-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #990000;

}
#nav li a:hover {
	color: #f8f6e3;
	background-color: #990000;
}
#menu .selected {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Footer
*/



#footer {
	clear:	both;
	width: 710px;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#footer p {
text-align: center;
	display: block;
	padding-left: 50px;
	background-color: #eee9ba;	
	color: #999999;
	font-size: 10px;
}



#footer a {
	color: #999999;
}

#footer a:hover {
	color: #000000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Forms
*/




textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 3px;
}

#form label {
	float: left;
	display: block;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	padding-top: 7px;
}

#form .form_field {
	width:280px;
}

#form .button {
	text-align: right;
}

#form {
	padding: 0px;
	
}


#form fieldset {
	border: 0;
	margin-bottom: 16px;
	clear: both;
}

#form #submit {
	color: #ffffff;
	background-color: #990000;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #333333;
	border-bottom-color: #333333;